aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css23
1 files changed, 14 insertions, 9 deletions
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); }