diff options
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; -} |
