From 64ae2edb5a97f05f5592f58422adbc6ac089f9e8 Mon Sep 17 00:00:00 2001 From: Horus_Arch Date: Thu, 26 Feb 2015 02:40:52 +0100 Subject: Clean up. More backend code. Better UX and design. --- static/css/style.css | 65 +++++++++++++++++++--------------------------------- 1 file changed, 24 insertions(+), 41 deletions(-) (limited to 'static/css') 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; -} -- cgit v1.2.3