From 43235fddbb5e29f8973fdcd6f77313a519e41cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 30 Apr 2019 21:58:14 +0200 Subject: Various HTML fixups and additions. --- static/style.css | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index 44ee6e0c..744912a0 100644 --- a/static/style.css +++ b/static/style.css @@ -7,6 +7,11 @@ .small-calendar { text-align: right; + border-collapse: collapse; +} + +.small-calendar thead { + border-bottom: 1px solid black; } .small-calendar .prev, @@ -14,13 +19,12 @@ color: grey; } -.small-calendar td:nth-child(7).cur { - color: red; +.small-calendar td { + padding: 5px; } -.small-calendar a { - color: inherit; - text-decoration: none; +.small-calendar td:nth-child(7).cur { + color: red; } .text-day { @@ -65,13 +69,14 @@ font-size: 10pt; } -.sideinfo .eventlist h1 { +.sideinfo .eventlist h3 { font-size: 12pt; border-bottom: 1px solid gray; margin-bottom: 0; + font-weight: 300; } -.sideinfo .eventlist h1 a { +.hidelink { color: black; text-decoration: none; } @@ -229,11 +234,11 @@ .clock-2 { top: calc(100%/24 * 2); } .clock-4 { top: calc(100%/24 * 4); } .clock-6 { top: calc(100%/24 * 6); } -.clock-8 { top: calc(100%/24 * 8); } +.clock-8 { top: calc(100%/24 * 8); border-width: 2px; } .clock-10 { top: calc(100%/24 * 10); } .clock-12 { top: calc(100%/24 * 12); } .clock-14 { top: calc(100%/24 * 14); } -.clock-16 { top: calc(100%/24 * 16); } +.clock-16 { top: calc(100%/24 * 16); border-width: 2px; } .clock-18 { top: calc(100%/24 * 18); } .clock-20 { top: calc(100%/24 * 20); } .clock-22 { top: calc(100%/24 * 22); } -- cgit v1.2.3