diff options
| author | root | 2014-09-24 18:55:57 +0200 |
|---|---|---|
| committer | root | 2014-09-24 18:55:57 +0200 |
| commit | 3256717165436e4e90bc5ca764babf1bd8d97f0a (patch) | |
| tree | 0361fa8ac31897d608fb71c29e4fd7d84ba56238 /bootstrap/static/style.css | |
| parent | 790524e3dee3ddcf5a8250adc8b38853d0014c9f (diff) | |
| download | jungegemeinde-3256717165436e4e90bc5ca764babf1bd8d97f0a.tar.gz | |
improvemend
Diffstat (limited to 'bootstrap/static/style.css')
| -rw-r--r-- | bootstrap/static/style.css | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/bootstrap/static/style.css b/bootstrap/static/style.css new file mode 100644 index 0000000..5821df4 --- /dev/null +++ b/bootstrap/static/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; +} |
