summaryrefslogtreecommitdiff
path: root/public/static/display.css
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-14 11:17:46 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-14 11:17:46 +0100
commit8695b61e3787009df59d7fc9a013bb4a1522d630 (patch)
tree883e260a2fdad1b6f39eefbb9bcd815ac7eb8715 /public/static/display.css
parent5fab5f4516b7c01c7e6b920f9d9f6280275e929d (diff)
move static files into separate subdirectory for easy static serving
Diffstat (limited to 'public/static/display.css')
-rw-r--r--public/static/display.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/public/static/display.css b/public/static/display.css
new file mode 100644
index 0000000..f874bf2
--- /dev/null
+++ b/public/static/display.css
@@ -0,0 +1,47 @@
+@font-face {
+ font-family: VRRR;
+ src: url('/static/VRRR.ttf');
+}
+
+body {
+ font-family: VRRR;
+ background-color: #000000;
+}
+
+div.outer {
+ width: 12em;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+div.row {
+ position: relative;
+ margin-bottom: 0;
+ margin-top: 0;
+ padding-bottom: 0;
+ padding-top: 0;
+ width: 12em;
+ height: 0.68em;
+}
+
+div.row div {
+ overflow: hidden;
+ position: absolute;
+ height: 100%;
+}
+
+div.line {
+ left: 0;
+ width: 13%;
+}
+
+div.dest {
+ left: 14%;
+ width: 67%;
+}
+
+div.time {
+ right: 0;
+ width: 19%;
+ text-align: right;
+}