From 0b90c3680e330b32837dc655642a4bed29f27fcd Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 2 Mar 2015 23:48:45 -0700 Subject: Cosmetic changes --- about-the-author.html | 2 +- amber-alert.html | 2 +- css/_common.css | 21 +++++++++++++++++++++ moon-drowning.html | 2 +- music-433.html | 4 ++-- riptide_memory.html | 2 +- sixteenth-chapel.html | 2 +- src/about-the-author.txt | 4 +--- src/amber-alert.txt | 4 ++-- src/moon-drowning.txt | 4 +--- src/music-433.txt | 4 +--- src/riptide_memory.txt | 4 +--- 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 @@ <nav> <a class="prevlink" href="music-433.html"> - <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> + Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing </a> <a class="prevlink" href="riptide_memory.html"> 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 @@ </header> <section class="thing prose"> + <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> <figure> <img src="https://upload.wikimedia.org/wikipedia/en/5/54/Amber_Hagerman.jpg" alt="Amber Hagerman" /><figcaption>Amber Hagerman</figcaption> </figure> - <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> </section> <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 @@ * margins & widths * text sizes & font assignments * link rendering + * images * vim: fdm=marker */ /* Import rules {{{ */ @@ -22,6 +23,7 @@ html, body { #wrapper { /*makes sure nav is at bottom of window*/ min-height: 100%; position: relative; + margin: 12px; } .thing { max-width: 39em; @@ -35,6 +37,7 @@ td { } tr { border-bottom: 1px solid #aaa; + border-top: 1px solid #aaa; } /* Links */ a:link { @@ -51,6 +54,20 @@ a:active { text-decoration: underline; } /* }}} */ +/* Images {{{ */ +figure { + width: 100%; + margin: auto; + text-align: center; +} +figcaption { + display: none; +} +img { + max-width: 100%; + margin: auto; +} +/* }}} */ /* Header section {{{ */ header { max-width: 39em; @@ -119,11 +136,15 @@ nav { } nav .prevlink { float: left; + text-align: left; margin: 0 0.5em; + max-width: 20%; } nav .nextlink { float: right; + text-align: right; margin: 0 0.5em; + max-width: 20%; } nav .prevlink:before { 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 @@ </a> <a href="#" id="lozenge" title="Random page"> ◊ </a> <a class="nextlink" href="music-443.html"> - <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> + Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing </a> <a class="nextlink" href="worse-looking-over.html"> 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 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <meta name="author" content="Case Duckworth"> <!-- more meta tags here --> - <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> + <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> <link rel="stylesheet" type="text/css" href="css/_common.css"> <link rel="stylesheet" type="text/css" href="css/verse.css"> <link rel="stylesheet" type="text/css" href="css/stark.css"> @@ -22,7 +22,7 @@ <div id="wrapper"> <header> <!-- title --> - <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> + <h1 class="title">Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</h1> <!-- 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 @@ <nav> <a class="prevlink" href="music-433.html"> - <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> + Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing </a> <a class="prevlink" href="i-think-its-you.html"> 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 @@ Last bastion </a> <a class="nextlink" href="music-433.html"> - <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> + Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing </a> </nav> </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: css: stark order: 19 prev: - - title: | - Something about all music being performances of _4\'33\"_ - in places where other bands happen to be playing + - title: Something about all music being performances of _4\'33\"_ in places where other bands happen to be playing link: music-433 - title: Riptide of memory 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: link: poetry-time ... - - [Lost things have a way of staying lost.][] 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 *want* 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 [try another door][]. + + [try another door]: statements-frag.html [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: css: stark order: 3 next: - - title: | - Something about all music being performances of _4\'33\"_ in places - where other bands happen to be playing + - title: Something about all music being performances of _4\'33\"_ in places where other bands happen to be playing link: music-443 - title: Worse looking over 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 @@ --- -title: | - Something about all music being performances of _4\'33\"_ - in places where other bands happen to be playing +title: Something about all music being performances of _4\'33\"_ in places where other bands happen to be playing genre: verse 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: - title: The Sixteenth Chapel link: sixteenth-chapel prev: - - title: | - Something about all music being performances of _4\'33\"_ - in places where other bands happen to be playing + - title: Something about all music being performances of _4\'33\"_ in places where other bands happen to be playing link: music-433 - title: I think it's you (but it's not) 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: next: - title: Last bastion link: last-bastion - - title: | - Something about all music being performances of _4\'33\"_ - in places where other bands happen to be playing + - title: Something about all music being performances of _4\'33\"_ in places where other bands happen to be playing link: music-433 prev: - title: Worse looking over -- cgit 1.4.1-21-gabe81