aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms-public.gathering.org/old/speedometer/default.css
diff options
context:
space:
mode:
authorMagnus Kirø <magnuskiro@gmail.com>2016-03-22 11:14:46 +0100
committerMagnus Kirø <magnuskiro@gmail.com>2016-03-22 11:14:46 +0100
commit7806081670c8c9807fc8b6628b3d7a6eff841ded (patch)
tree082e522b99cd5b864a8963523f2b3889f6cff808 /web/nms-public.gathering.org/old/speedometer/default.css
parente501dd7dd88bf52edd914a8f078141b91d53939b (diff)
parent2d19233ba32fd23ad7182d3cccb58cec9e377a75 (diff)
MERGE fix.
Diffstat (limited to 'web/nms-public.gathering.org/old/speedometer/default.css')
-rw-r--r--web/nms-public.gathering.org/old/speedometer/default.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/web/nms-public.gathering.org/old/speedometer/default.css b/web/nms-public.gathering.org/old/speedometer/default.css
new file mode 100644
index 0000000..eddcb95
--- /dev/null
+++ b/web/nms-public.gathering.org/old/speedometer/default.css
@@ -0,0 +1,53 @@
+body{
+ background: #fff url('Statistikk_bakgrunn_alternate-02.png') top left no-repeat;
+}
+
+*{
+ margin: 0;
+ padding: 0;
+
+}
+
+div#container{
+ width: 1920px;
+ height: 1080px;
+ min-width: 1920px;
+ display: block;
+}
+
+div#data{
+ padding-top: 100px;
+}
+
+a{
+ color: #fff;
+ padding: 10px;
+ border-color: #fff;
+ text-decoration: none;
+ background-color: #fff;
+ border-radius: 7px;
+ width: auto;
+}
+
+a:hover{
+ color: #333;
+ border-color: #ddd;
+ background-color: #e0e0e0;
+}
+
+h1{
+
+}
+
+h1#title{
+ font-family: 'Droid Sans', sans-serif;
+ font-size: 70px;
+ padding-left: 505px;
+ padding-top: 70px;
+ color: #293f6c;
+}
+
+div#logs{
+ font-size: 26px;
+ font-family: 'Droid Sans', sans-serif;
+}