diff options
-rw-r--r-- | about-the-author.html | 2 | ||||
-rw-r--r-- | amber-alert.html | 2 | ||||
-rw-r--r-- | css/_common.css | 21 | ||||
-rw-r--r-- | moon-drowning.html | 2 | ||||
-rw-r--r-- | music-433.html | 4 | ||||
-rw-r--r-- | riptide_memory.html | 2 | ||||
-rw-r--r-- | sixteenth-chapel.html | 2 | ||||
-rw-r--r-- | src/about-the-author.txt | 4 | ||||
-rw-r--r-- | src/amber-alert.txt | 4 | ||||
-rw-r--r-- | src/moon-drowning.txt | 4 | ||||
-rw-r--r-- | src/music-433.txt | 4 | ||||
-rw-r--r-- | src/riptide_memory.txt | 4 | ||||
-rw-r--r-- | src/sixteenth-chapel.txt | 4 |
13 files changed, 35 insertions, 24 deletions
diff --git a/about-the-author.html b/about-the-author.html index a1c8003..bc893c1 100644 --- a/about-the-author.html +++ b/about-the-author.html | |||
@@ -77,7 +77,7 @@ | |||
77 | 77 | ||
78 | <nav> | 78 | <nav> |
79 | <a class="prevlink" href="music-433.html"> | 79 | <a class="prevlink" href="music-433.html"> |
80 | <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> | 80 | Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing |
81 | </a> | 81 | </a> |
82 | <a class="prevlink" href="riptide_memory.html"> | 82 | <a class="prevlink" href="riptide_memory.html"> |
83 | Riptide of memory | 83 | Riptide of memory |
diff --git a/amber-alert.html b/amber-alert.html index 4e8cf7b..c0ea5a0 100644 --- a/amber-alert.html +++ b/amber-alert.html | |||
@@ -33,10 +33,10 @@ | |||
33 | </header> | 33 | </header> |
34 | 34 | ||
35 | <section class="thing prose"> | 35 | <section class="thing prose"> |
36 | <p><a href="lappel-du-vide">Lost things have a way of staying lost.</a> They have to want to be found—is that why we tack up signs, hang socks from hooks in the park, have a box for what’s been lost but now is found? Maybe the lost <em>want</em> to be found but we’re looking in the wrong places. Maybe we speak the wrong language, the language of the found, to call to them. Maybe we should <a href="statements-frag.html">try another door</a>.</p> | ||
36 | <figure> | 37 | <figure> |
37 | <img src="https://upload.wikimedia.org/wikipedia/en/5/54/Amber_Hagerman.jpg" alt="Amber Hagerman" /><figcaption>Amber Hagerman</figcaption> | 38 | <img src="https://upload.wikimedia.org/wikipedia/en/5/54/Amber_Hagerman.jpg" alt="Amber Hagerman" /><figcaption>Amber Hagerman</figcaption> |
38 | </figure> | 39 | </figure> |
39 | <p><a href="lappel-du-vide">Lost things have a way of staying lost.</a> They have to want to be found—is that why we tack up signs, hang socks from hooks in the park, have a box for what’s been lost but now is found? Maybe the lost <em>want</em> to be found but we’re looking in the wrong places. Maybe we speak the wrong language, the language of the found, to call to them. Maybe we should <a href="statements-frag.html">try another door</a>.</p> | ||
40 | </section> | 40 | </section> |
41 | 41 | ||
42 | <nav> | 42 | <nav> |
diff --git a/css/_common.css b/css/_common.css index 1984d9f..411086c 100644 --- a/css/_common.css +++ b/css/_common.css | |||
@@ -3,6 +3,7 @@ | |||
3 | * margins & widths | 3 | * margins & widths |
4 | * text sizes & font assignments | 4 | * text sizes & font assignments |
5 | * link rendering | 5 | * link rendering |
6 | * images | ||
6 | * vim: fdm=marker | 7 | * vim: fdm=marker |
7 | */ | 8 | */ |
8 | /* Import rules {{{ */ | 9 | /* Import rules {{{ */ |
@@ -22,6 +23,7 @@ html, body { | |||
22 | #wrapper { /*makes sure nav is at bottom of window*/ | 23 | #wrapper { /*makes sure nav is at bottom of window*/ |
23 | min-height: 100%; | 24 | min-height: 100%; |
24 | position: relative; | 25 | position: relative; |
26 | margin: 12px; | ||
25 | } | 27 | } |
26 | .thing { | 28 | .thing { |
27 | max-width: 39em; | 29 | max-width: 39em; |
@@ -35,6 +37,7 @@ td { | |||
35 | } | 37 | } |
36 | tr { | 38 | tr { |
37 | border-bottom: 1px solid #aaa; | 39 | border-bottom: 1px solid #aaa; |
40 | border-top: 1px solid #aaa; | ||
38 | } | 41 | } |
39 | /* Links */ | 42 | /* Links */ |
40 | a:link { | 43 | a:link { |
@@ -51,6 +54,20 @@ a:active { | |||
51 | text-decoration: underline; | 54 | text-decoration: underline; |
52 | } | 55 | } |
53 | /* }}} */ | 56 | /* }}} */ |
57 | /* Images {{{ */ | ||
58 | figure { | ||
59 | width: 100%; | ||
60 | margin: auto; | ||
61 | text-align: center; | ||
62 | } | ||
63 | figcaption { | ||
64 | display: none; | ||
65 | } | ||
66 | img { | ||
67 | max-width: 100%; | ||
68 | margin: auto; | ||
69 | } | ||
70 | /* }}} */ | ||
54 | /* Header section {{{ */ | 71 | /* Header section {{{ */ |
55 | header { | 72 | header { |
56 | max-width: 39em; | 73 | max-width: 39em; |
@@ -119,11 +136,15 @@ nav { | |||
119 | } | 136 | } |
120 | nav .prevlink { | 137 | nav .prevlink { |
121 | float: left; | 138 | float: left; |
139 | text-align: left; | ||
122 | margin: 0 0.5em; | 140 | margin: 0 0.5em; |
141 | max-width: 20%; | ||
123 | } | 142 | } |
124 | nav .nextlink { | 143 | nav .nextlink { |
125 | float: right; | 144 | float: right; |
145 | text-align: right; | ||
126 | margin: 0 0.5em; | 146 | margin: 0 0.5em; |
147 | max-width: 20%; | ||
127 | } | 148 | } |
128 | nav .prevlink:before { | 149 | nav .prevlink:before { |
129 | content: ' «' | 150 | content: ' «' |
diff --git a/moon-drowning.html b/moon-drowning.html index a67cde9..7676224 100644 --- a/moon-drowning.html +++ b/moon-drowning.html | |||
@@ -44,7 +44,7 @@ | |||
44 | </a> | 44 | </a> |
45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
46 | <a class="nextlink" href="music-443.html"> | 46 | <a class="nextlink" href="music-443.html"> |
47 | <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> | 47 | Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing |
48 | </a> | 48 | </a> |
49 | <a class="nextlink" href="worse-looking-over.html"> | 49 | <a class="nextlink" href="worse-looking-over.html"> |
50 | Worse looking over | 50 | Worse looking over |
diff --git a/music-433.html b/music-433.html index 2f6e061..b510ffb 100644 --- a/music-433.html +++ b/music-433.html | |||
@@ -7,7 +7,7 @@ | |||
7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
8 | <meta name="author" content="Case Duckworth"> | 8 | <meta name="author" content="Case Duckworth"> |
9 | <!-- more meta tags here --> | 9 | <!-- more meta tags here --> |
10 | <title><p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> | Autocento of the breakfast table</title> | 10 | <title>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> |
@@ -22,7 +22,7 @@ | |||
22 | <div id="wrapper"> | 22 | <div id="wrapper"> |
23 | <header> | 23 | <header> |
24 | <!-- title --> | 24 | <!-- title --> |
25 | <h1 class="title"><p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p></h1> | 25 | <h1 class="title">Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</h1> |
26 | 26 | ||
27 | 27 | ||
28 | <!-- dedication --> | 28 | <!-- dedication --> |
diff --git a/riptide_memory.html b/riptide_memory.html index 9e5e62f..766e4f7 100644 --- a/riptide_memory.html +++ b/riptide_memory.html | |||
@@ -39,7 +39,7 @@ | |||
39 | 39 | ||
40 | <nav> | 40 | <nav> |
41 | <a class="prevlink" href="music-433.html"> | 41 | <a class="prevlink" href="music-433.html"> |
42 | <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> | 42 | Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing |
43 | </a> | 43 | </a> |
44 | <a class="prevlink" href="i-think-its-you.html"> | 44 | <a class="prevlink" href="i-think-its-you.html"> |
45 | I think it’s you (but it’s not) | 45 | I think it’s you (but it’s not) |
diff --git a/sixteenth-chapel.html b/sixteenth-chapel.html index 9457a7d..93692d4 100644 --- a/sixteenth-chapel.html +++ b/sixteenth-chapel.html | |||
@@ -57,7 +57,7 @@ | |||
57 | Last bastion | 57 | Last bastion |
58 | </a> | 58 | </a> |
59 | <a class="nextlink" href="music-433.html"> | 59 | <a class="nextlink" href="music-433.html"> |
60 | <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> | 60 | Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing |
61 | </a> | 61 | </a> |
62 | </nav> | 62 | </nav> |
63 | </div> | 63 | </div> |
diff --git a/src/about-the-author.txt b/src/about-the-author.txt index 937e178..0d173f3 100644 --- a/src/about-the-author.txt +++ b/src/about-the-author.txt | |||
@@ -11,9 +11,7 @@ project: | |||
11 | css: stark | 11 | css: stark |
12 | order: 19 | 12 | order: 19 |
13 | prev: | 13 | prev: |
14 | - title: | | 14 | - title: Something about all music being performances of _4\'33\"_ in places where other bands happen to be playing |
15 | Something about all music being performances of _4\'33\"_ | ||
16 | in places where other bands happen to be playing | ||
17 | link: music-433 | 15 | link: music-433 |
18 | - title: Riptide of memory | 16 | - title: Riptide of memory |
19 | link: riptide_memory | 17 | link: riptide_memory |
diff --git a/src/amber-alert.txt b/src/amber-alert.txt index 7bc7171..880f002 100644 --- a/src/amber-alert.txt +++ b/src/amber-alert.txt | |||
@@ -22,13 +22,13 @@ project: | |||
22 | link: poetry-time | 22 | link: poetry-time |
23 | ... | 23 | ... |
24 | 24 | ||
25 | ![Amber Hagerman](https://upload.wikimedia.org/wikipedia/en/5/54/Amber_Hagerman.jpg) | ||
26 | |||
27 | [Lost things have a way of staying lost.][] | 25 | [Lost things have a way of staying lost.][] |
28 | They have to want to be found---is that why we tack up signs, hang socks from hooks in the park, have a box for what's been lost but now is found? | 26 | They have to want to be found---is that why we tack up signs, hang socks from hooks in the park, have a box for what's been lost but now is found? |
29 | Maybe the lost *want* to be found but we're looking in the wrong places. | 27 | Maybe the lost *want* to be found but we're looking in the wrong places. |
30 | Maybe we speak the wrong language, the language of the found, to call to them. | 28 | Maybe we speak the wrong language, the language of the found, to call to them. |
31 | Maybe we should [try another door][]. | 29 | Maybe we should [try another door][]. |
32 | 30 | ||
31 | ![Amber Hagerman](https://upload.wikimedia.org/wikipedia/en/5/54/Amber_Hagerman.jpg) | ||
32 | |||
33 | [try another door]: statements-frag.html | 33 | [try another door]: statements-frag.html |
34 | [Lost things have a way of staying lost.]: lappel-du-vide | 34 | [Lost things have a way of staying lost.]: lappel-du-vide |
diff --git a/src/moon-drowning.txt b/src/moon-drowning.txt index 829ae86..483078e 100644 --- a/src/moon-drowning.txt +++ b/src/moon-drowning.txt | |||
@@ -7,9 +7,7 @@ project: | |||
7 | css: stark | 7 | css: stark |
8 | order: 3 | 8 | order: 3 |
9 | next: | 9 | next: |
10 | - title: | | 10 | - title: Something about all music being performances of _4\'33\"_ in places where other bands happen to be playing |
11 | Something about all music being performances of _4\'33\"_ in places | ||
12 | where other bands happen to be playing | ||
13 | link: music-443 | 11 | link: music-443 |
14 | - title: Worse looking over | 12 | - title: Worse looking over |
15 | link: worse-looking-over | 13 | link: worse-looking-over |
diff --git a/src/music-433.txt b/src/music-433.txt index 32e4c25..00fb786 100644 --- a/src/music-433.txt +++ b/src/music-433.txt | |||
@@ -1,7 +1,5 @@ | |||
1 | --- | 1 | --- |
2 | title: | | 2 | title: Something about all music being performances of _4\'33\"_ in places where other bands happen to be playing |
3 | Something about all music being performances of _4\'33\"_ | ||
4 | in places where other bands happen to be playing | ||
5 | genre: verse | 3 | genre: verse |
6 | 4 | ||
7 | dedication: '[Randall](https://xkcd.com/1199/)' | 5 | dedication: '[Randall](https://xkcd.com/1199/)' |
diff --git a/src/riptide_memory.txt b/src/riptide_memory.txt index aecb191..59a56bc 100644 --- a/src/riptide_memory.txt +++ b/src/riptide_memory.txt | |||
@@ -12,9 +12,7 @@ project: | |||
12 | - title: The Sixteenth Chapel | 12 | - title: The Sixteenth Chapel |
13 | link: sixteenth-chapel | 13 | link: sixteenth-chapel |
14 | prev: | 14 | prev: |
15 | - title: | | 15 | - title: Something about all music being performances of _4\'33\"_ in places where other bands happen to be playing |
16 | Something about all music being performances of _4\'33\"_ | ||
17 | in places where other bands happen to be playing | ||
18 | link: music-433 | 16 | link: music-433 |
19 | - title: I think it's you (but it's not) | 17 | - title: I think it's you (but it's not) |
20 | link: i-think-its-you | 18 | link: i-think-its-you |
diff --git a/src/sixteenth-chapel.txt b/src/sixteenth-chapel.txt index 373a428..73f6d38 100644 --- a/src/sixteenth-chapel.txt +++ b/src/sixteenth-chapel.txt | |||
@@ -16,9 +16,7 @@ project: | |||
16 | next: | 16 | next: |
17 | - title: Last bastion | 17 | - title: Last bastion |
18 | link: last-bastion | 18 | link: last-bastion |
19 | - title: | | 19 | - title: Something about all music being performances of _4\'33\"_ in places where other bands happen to be playing |
20 | Something about all music being performances of _4\'33\"_ | ||
21 | in places where other bands happen to be playing | ||
22 | link: music-433 | 20 | link: music-433 |
23 | prev: | 21 | prev: |
24 | - title: Worse looking over | 22 | - title: Worse looking over |