diff options
| author | Horus_Arch | 2015-02-26 02:40:52 +0100 |
|---|---|---|
| committer | Horus_Arch | 2015-02-26 02:40:52 +0100 |
| commit | 64ae2edb5a97f05f5592f58422adbc6ac089f9e8 (patch) | |
| tree | b375a73ec6bd0698d27cd01ef4307e62e9c1fa6d /static/css/style.css | |
| parent | 49ffcba2c3c4a19d147dd792d7f6c99b7545a491 (diff) | |
| download | statuspage-64ae2edb5a97f05f5592f58422adbc6ac089f9e8.tar.gz | |
Clean up. More backend code. Better UX and design.
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 65 |
1 files changed, 24 insertions, 41 deletions
diff --git a/static/css/style.css b/static/css/style.css index e043272..a852e71 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,42 +1,38 @@ -html { - position: relative; - min-height: 100%; -} - -body { - margin-bottom: 60px; +.navbar-default .navbar-brand { + color: white; } - -a { - color: rgba(255, 255, 255, 0.84); +.navbar-default .navbar-nav > li > a { + color: white; } - -/* navbar */ - -.navbar-default { - background-color: #009587; - border-color: #009587; - background: #009587; +.navbar-default .navbar-nav > li > a:hover { + color: white; + text-decoration: underline; } - -.navbar-default .navbar-brand { +.noscript { + background-color: #dd5148; color: white; } +.alert { + border-radius: 5px; +} -.navbar-default .navbar-brand:hover, -.navbar-default .navbar-brand:focus { +.alert-success { + background-color: #d0e9c6 !important; + color: #473835; } -.navbar-default .navbar-nav > li > a { - color: white; +.alert-danger { + background-color: #ebcccc; + color: #473835; } -.noscript { - background-color: #dd5148; - color: white; +.hide { + display: none ; } -/* footer */ +.underline { + text-decoration: underline; +} .footer { background-color: #009587; @@ -46,6 +42,7 @@ a { position: absolute; bottom: 0; width: 100%; + height: 20px; } .footer-a { @@ -56,17 +53,3 @@ a { color: white; text-decoration: underline; } - -.underline { - text-decoration: underline; -} - -.actives { - color: white !important; -/* text-decoration: underline; */ - font-weight: bold; -} - -.grey { - color: #737373; -} |
