From 08f162ac7385c541ba3a747c6af3f98cdbd84580 Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Sat, 20 Jul 2024 03:02:14 -0400 Subject: update --- static/styles.css | 99 +++++++++++++++++++++++++------------------------------ 1 file changed, 45 insertions(+), 54 deletions(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index c8d5c6d..169d754 100644 --- a/static/styles.css +++ b/static/styles.css @@ -100,86 +100,77 @@ a:hover { color: #dd1b26; } -.title { - font-size: 200%; - font-weight: bold; - color: #dd1b26; - text-decoration: none; - letter-spacing: -1px; + +.header { + text-align: center; } -.subtitle { - font-weight: bold; - font-size: large; - margin-bottom: -.5em; +.wrapper { + overflow: auto; + white-space: nowrap; } -.category { - font-size: large; - font-style: italic; - margin-bottom: -.3em; - margin-top: 1.8em; +.picture { + vertical-align: top; + display: inline-block; + width: 90%; + position: relative; } -.work { - margin-left: 1em; +.logo { + width: 300px; + max-width: 60%; + margin: 1em; } -.work-title { - font-weight: bold; - letter-spacing: -1px; +.event { + border: 1px darkslategrey dotted; + border-radius: 10px; + padding: 1em; + padding-top: .6em; } -.schedule { - margin-left: 2em; +.instance { + border: 1px darkslategrey dotted; + border-radius: 5px; + padding: 1em; + padding-top: .6em; + display: inline-block; } -.contact { - margin-top: .3em; - font-style: italic; - font-size: small; +.instance-ok { + background: #dfd; } -.home { - font-style: italic; - font-size: 20px; - letter-spacing: -1px; +hr { + border: 0; + border-bottom: 1px dashed #ccc; + background: #999; } -.home > span { - font-size: 16px; +.subtitle { + text-align: center; } -.site { - font-size: 16px; +.nav { + text-align: center; } -.crumbs { - font-size: small; +.info { padding-left: 2em; + padding-top: .5em; } -.crumbs a { - white-space: nowrap; +.info p { + margin: 0; + margin-bottom: .5em; } -.home-title { +.event-time { font-weight: bold; - color: #dd1b26; -} - -.sep { - margin-left: 3px; - margin-right: 3px; -} - -.header { - text-align: center; + font-size: larger; } -.source { - float: right; - font-size: small !important; - font-family: monospace; - font-style: normal; +.event-location { + font-size: larger; } -- cgit v1.2.3