aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/static/style.css
diff options
context:
space:
mode:
authorHorus32014-09-25 10:33:47 +0200
committerHorus32014-09-25 10:33:47 +0200
commit1fe76ba743a3418da9a0883b29756d442384d0bc (patch)
tree091910ffd183d94c0f8b70a8f4c362f733033b03 /bootstrap/static/style.css
parent2036626b560f22efd59673187a2de3b1319fcf8a (diff)
downloadjungegemeinde-1fe76ba743a3418da9a0883b29756d442384d0bc.tar.gz
init
Diffstat (limited to 'bootstrap/static/style.css')
-rw-r--r--bootstrap/static/style.css66
1 files changed, 0 insertions, 66 deletions
diff --git a/bootstrap/static/style.css b/bootstrap/static/style.css
deleted file mode 100644
index 5821df4..0000000
--- a/bootstrap/static/style.css
+++ /dev/null
@@ -1,66 +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;
-}
-
-
-/* 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;
-}