aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms.gathering.org/old/speedometer/default.css
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2016-03-04 19:10:04 +0100
committerKristian Lyngstol <kristian@bohemians.org>2016-03-04 19:10:04 +0100
commit15dde408db57009e1e4e26d969b9b3e6c1e0c255 (patch)
treebed87bc591f44dbdc7967c2c9f8b26dd1b040f49 /web/nms.gathering.org/old/speedometer/default.css
parent2e808e318a7b9abd09bf93116dae5368025c3611 (diff)
nms: Remove redundant files
speedometer probably doesn't work now anyway until it's heavily updated.
Diffstat (limited to 'web/nms.gathering.org/old/speedometer/default.css')
-rw-r--r--web/nms.gathering.org/old/speedometer/default.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/web/nms.gathering.org/old/speedometer/default.css b/web/nms.gathering.org/old/speedometer/default.css
new file mode 100644
index 0000000..eddcb95
--- /dev/null
+++ b/web/nms.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;
+}