diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-03-27 08:27:17 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-03-27 08:27:17 +0200 |
commit | 1d2470a411e5eaac7e5a1c5d5b6b81e92c92f4a8 (patch) | |
tree | 54b901757b088d54d33e70f28a6203383b4dc844 /web/nms.gathering.org/old/speedometer/default.css | |
parent | 0a230ac5481b9518abc64181dbbb4509d83c0b89 (diff) | |
parent | 96a9bb4c42f4b53020302fea2a46e734c61c0319 (diff) |
Merge branch 'master' of github.com:tech-server/tgmanage
Diffstat (limited to 'web/nms.gathering.org/old/speedometer/default.css')
-rw-r--r-- | web/nms.gathering.org/old/speedometer/default.css | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/web/nms.gathering.org/old/speedometer/default.css b/web/nms.gathering.org/old/speedometer/default.css deleted file mode 100644 index eddcb95..0000000 --- a/web/nms.gathering.org/old/speedometer/default.css +++ /dev/null @@ -1,53 +0,0 @@ -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; -} |