summaryrefslogtreecommitdiff
path: root/www/styles/nextshows.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-06-23 12:22:54 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-06-23 12:23:21 (GMT)
commit9397e701e9181f01ed4f41a15963da5bd0369591 (patch)
tree8654a2a00788149f88110582d20d11cef0485934 /www/styles/nextshows.css
parentcd06746e27a704ede585acc05095fc56e7e4b83b (diff)
cleaned up basic scaffold
Diffstat (limited to 'www/styles/nextshows.css')
-rw-r--r--www/styles/nextshows.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/www/styles/nextshows.css b/www/styles/nextshows.css
new file mode 100644
index 0000000..9199b99
--- /dev/null
+++ b/www/styles/nextshows.css
@@ -0,0 +1,52 @@
+/*
+ * rhrdweb
+ *
+ * Copyright (C) 2016 Christian Pointner <equinox@helsinki.at>
+ *
+ * This file is part of rhrdweb.
+ *
+ * rhrdweb is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * any later version.
+ *
+ * rhrdweb is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with rhrdweb. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+body, #container {
+ margin: 0;
+ padding: 0;
+ font-size: 42px;
+}
+
+#header {
+ background-color: #101010;
+ width: 100%;
+ margin: 0;
+ padding: 0.5em;
+ color: white;
+}
+
+#clock span {
+ font-size: 1.2em;
+}
+
+#clock span.current-week {
+ display: none;
+}
+
+#clock span.clock-date {
+ padding: 0.1em;
+ font-weight: bold;
+}
+
+#clock span.clock-time {
+ padding: 0.1em;
+ font-weight: bold;
+}