summaryrefslogtreecommitdiff
path: root/public/static/css/display.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/static/css/display.css')
-rw-r--r--public/static/css/display.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/public/static/css/display.css b/public/static/css/display.css
new file mode 100644
index 0000000..76280c5
--- /dev/null
+++ b/public/static/css/display.css
@@ -0,0 +1,47 @@
+@font-face {
+ font-family: VRRR;
+ src: url('/static/v1/fonts/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;
+}