From c5639ee890215e4e8e0f544821ea8d285ca58eb8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 13 Sep 2014 22:26:58 +0200 Subject: init --- css/style.css | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 css/style.css (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..5821df4 --- /dev/null +++ b/css/style.css @@ -0,0 +1,66 @@ +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; +} + + +/* footer */ + +.footer { + background-color: #3083D6 ; + border-color: #3083D6 ; + background: #3083D6 ; + color: white ; + position: absolute; + bottom: 0; + width: 100%; +} + +#copyright-text { + color: white; +} + +/* noscript */ + +.noscript { + background-color: red; + color: white; +} + +.table-center { + margin: 0 auto !important; + float: none !important; +} + +.disabled { + color: #5E5E5E; + text-decoration: line-through; +} -- cgit v1.2.3