summaryrefslogtreecommitdiff
path: root/www/styles/weeks.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/styles/weeks.css')
-rw-r--r--www/styles/weeks.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/www/styles/weeks.css b/www/styles/weeks.css
index 5536059..634da59 100644
--- a/www/styles/weeks.css
+++ b/www/styles/weeks.css
@@ -27,6 +27,38 @@
margin-bottom: 5em;
}
+#clock {
+ display: block;
+ width: 100%;
+ height: 100%;
+ vertical-align: middle;
+ text-align: center;
+ margin: 0;
+}
+
+#clock span {
+ display:table;
+ margin:0 auto;
+}
+
+#clock span.current-week {
+ margin-top: 1em;
+ padding: 0.3em 2em;
+ font-size: 1.2em;
+}
+
+#clock span.clock-date {
+ padding: 0.2em;
+ font-weight: bold;
+ font-size: 1.4em;
+}
+
+#clock span.clock-time {
+ padding: 0.2em;
+ font-weight: bold;
+ font-size: 1.6em;
+}
+
#buttons {
margin-top: 3em;
}