diff options
| author | root | 2014-11-27 15:55:25 +0100 |
|---|---|---|
| committer | root | 2014-11-27 15:55:25 +0100 |
| commit | 4f923b809b4e38e0639e253f428fb6c4df03ee67 (patch) | |
| tree | 20d9d9ad9dae0316dad27358b4239b6f18f80e87 /linkshorter/css | |
| parent | 311ad398e06cd2eba270ea70ca5a326d03b490f9 (diff) | |
| download | tools.iamfabulous.de-4f923b809b4e38e0639e253f428fb6c4df03ee67.tar.gz | |
More structured + better UI
Diffstat (limited to 'linkshorter/css')
| -rw-r--r-- | linkshorter/css/style.css | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/linkshorter/css/style.css b/linkshorter/css/style.css deleted file mode 100644 index b5aa321..0000000 --- a/linkshorter/css/style.css +++ /dev/null @@ -1,68 +0,0 @@ -html { - position: relative; - min-height: 100%; -} - -body { - margin-bottom: 60px; -} - -a { - color: #3083D6; -} - -/* navbar */ - -.navbar-default { - background-color: #3083D6 ; - border-color: #3083D6 ; - background: #3083D6 ; -} - -.navbar-default .navbar-brand { - color: white; -} - -.navbar-default .navbar-brand:hover, -.navbar-default .navbar-brand:focus { -} - -.navbar-default .navbar-nav > li > a { - color: white; -} - -.noscript { - background-color: #dd5148; - color: white; -} - -/* footer */ - -.footer { - background-color: #3083D6 ; - border-color: #3083D6 ; - background: #3083D6 ; - color: white ; - position: absolute; - bottom: 0; - width: 100%; -} - -.footer-a { - color: white; -} - -.footer-a:hover { - color: white; - text-decoration: underline; -} - -.underline { - text-decoration: underline; -} - -.actives { - color: white !important; - text-decoration: underline; - font-weight: bold; -} |
