diff options
Diffstat (limited to 'web/nms.gathering.org/speedometer/default.css')
-rw-r--r-- | web/nms.gathering.org/speedometer/default.css | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/web/nms.gathering.org/speedometer/default.css b/web/nms.gathering.org/speedometer/default.css index 4602b2e..eddcb95 100644 --- a/web/nms.gathering.org/speedometer/default.css +++ b/web/nms.gathering.org/speedometer/default.css @@ -1,3 +1,53 @@ body{ - background: #000; + 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; } |