summaryrefslogtreecommitdiff
path: root/www/styles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-01-14 03:30:22 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-01-14 03:30:22 (GMT)
commitdeaa31e2269b4f13ddf777a4c05a57dc26d7bba1 (patch)
treefc87d180d9d3ec933d49abbda7c7af6b3433bc35 /www/styles
parent39e95df6f4a2677bb0023c1b787c7cef0ebaee25 (diff)
add week badge
Diffstat (limited to 'www/styles')
-rw-r--r--www/styles/todo.css21
1 files changed, 13 insertions, 8 deletions
diff --git a/www/styles/todo.css b/www/styles/todo.css
index f31acee..6062a88 100644
--- a/www/styles/todo.css
+++ b/www/styles/todo.css
@@ -31,25 +31,30 @@ body {
background-color: #36373B;
width: 100%;
color: white;
+ padding: 0.5em 0.3em 0.25em 5em;
+ margin-bottom: 0.5em;
}
-#header div.date {
+#header span.date {
font-size: 1.2em;
font-weight: bold;
- padding: 0.3em 1em 0.2em 5em;
+ padding-right: 0.3em;
}
-
-#shows div.show {
- padding: 0.05em 0;
+#header span.week {
+ font-size: 0.6em;
+ position: relative;
+ bottom: 0.3em;
+ padding-bottom: .15em;
}
-#shows div:nth-child(odd) {
- background-color: white;
+
+#shows div.show {
+ padding: 0.2em 0;
}
#shows div:nth-child(even) {
- background-color: #E0E0E0;
+ background-color: #D8D8D8;
}
div.show span {