From ec98975f926524197ed599ddb47231d0468250b8 Mon Sep 17 00:00:00 2001 From: petrus comestor Date: Tue, 29 Oct 2024 18:40:54 -0400 Subject: auto --- static/styles.css | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'static') diff --git a/static/styles.css b/static/styles.css index 4d486d6..a524ed1 100644 --- a/static/styles.css +++ b/static/styles.css @@ -125,7 +125,7 @@ a:hover { .event { border: 1px darkslategrey dotted; - border-radius: 10px; + /* border-radius: 10px; */ padding: 1em; padding-top: .6em; display: grid; @@ -133,7 +133,7 @@ a:hover { gap: 1em; align-items: center; justify-items: end; - max-width: 500px; + max-width: 550px; margin: 0 auto; } @@ -152,10 +152,10 @@ a:hover { .instance { text-align: right; - border: 1px darkslategrey dotted; - border-radius: 5px; - padding: .6em; - padding-top: .2em; + /* border: 1px darkslategrey dotted; */ + /* border-radius: 5px; */ + /* padding: .6em; */ + /* padding-top: .2em; */ width: fit-content; } @@ -199,12 +199,26 @@ hr { } .neighborhood { + letter-spacing: -1px; font-size: 90%; font-style: italic; } +.info { + font-size: 80%; +} + .about { max-width: 40ch; text-align: center; margin: auto; } + +.special { + background: #f3ddff; +} + +.cancelled { + background: #fdd; +} + -- cgit v1.2.3