From f1d6b4ae669077fe8f485fc80e7271c63b248b06 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Mon, 28 Feb 2022 20:10:23 -0500 Subject: styles --- index.html | 26 ++++++++++++-------------- local.conf | 1 + static/styles.css | 26 ++++++++++++++------------ 3 files changed, 27 insertions(+), 26 deletions(-) diff --git a/index.html b/index.html index 5ff37b6..09b3cdb 100644 --- a/index.html +++ b/index.html @@ -9,33 +9,31 @@
- + CYFRAE VIOLAE

- - Spectral Renga + + Spectral Renga is a collaborative graph of poetry.

- - Antiquitysort + + Antiquitysort challenges you to order our cultural histories in time.

- - Sumcheck + + Sumcheck is a decider for Presburger arithmetic.

- - Well-Ordered + + Well-Ordered computes how to best incrementally recreate 77 cocktails.

- - Prosodyle - is Wordle but for poetry and metrical structure. + + Prosodyle + is Wordle but for poetry and meter.

diff --git a/local.conf b/local.conf index a70a18a..ec63483 100644 --- a/local.conf +++ b/local.conf @@ -5,6 +5,7 @@ pid /home/sy/code/logs/nginx.pid; events {} http { include /etc/nginx/mime.types; + proxy_temp_path /home/sy/code/logs; default_type application/octet-stream; server { access_log /home/sy/code/logs/access.log; diff --git a/static/styles.css b/static/styles.css index d6a60b1..0611626 100644 --- a/static/styles.css +++ b/static/styles.css @@ -39,9 +39,7 @@ body { } .container { - margin: 0 auto; text-align: left; - display: inline-block; margin: 1em; min-width: 40%; } @@ -53,6 +51,7 @@ body { box-shadow: 4px 4px 0px DarkSlateGrey; padding: 2em; max-width: 40em; + margin: 0 auto; } } @@ -76,31 +75,34 @@ a:hover { color: #dd1b26; } -.header { +.title { font-style: italic; -} - -.top-title { font-size: x-large; font-weight: bold; letter-spacing: -1px; } +.work-title { + letter-spacing: -1px; +} + .home { font-style: italic; - font-size: 18px; - letter-spacing: -1.2px; + font-size: 20px; + letter-spacing: -1px; } -.home-link { +.crumbs { + font-size: small; + padding-left: 2em; } -.title { +.home-title { font-weight: bold; text-transform: uppercase; } .sep { - margin-left: 6px; - margin-right: 6px; + margin-left: 3px; + margin-right: 3px; } -- cgit v1.2.3