]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
update colors, fontsizes
authorpebosi <mail@pebosi.net>
Wed, 15 Jan 2014 19:58:34 +0000 (20:58 +0100)
committerpebosi <mail@pebosi.net>
Wed, 15 Jan 2014 19:58:34 +0000 (20:58 +0100)
static/css/style.css

index a3dfeb3d014a9cd1300e80eeea3f4844f14d44ca..33b72125186346615138cc71f51f80f75674dec0 100644 (file)
@@ -1,41 +1,52 @@
 body {
-padding-top: 45px;
-font-family:"Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
+  padding-top:45px;
+  font-family:"Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
+  font-size:17px;
 }
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
-font-family: inherit;
+  font-family: inherit;
 }
 a {
-color: #880400;
-text-decoration: none;
+  color: #880400;
+  text-decoration: none;
 }
 a:hover {
-color: #3C0200;
-text-decoration: underline;
+  color: #3C0200;
+  text-decoration: underline;
 }
-.footer {
-border-top: 1px solid #E7E7E7;
-padding: 30px 0;
-margin-top: 70px;
+.navbar-inverse .navbar-brand,
+.navbar-inverse .navbar-nav > li > a {
+  color:#DDD;
+}
+.sidenav > li.active > a {
+  background: #880400;
+  color: #FFF;
 }
 .container-body {
-background-color: #FFF;
-padding: 10px 15px;
+  background-color: #FFF;
+  padding: 10px 15px;
+}
+.btn-primary {
+  background-color:#880400;
+  border-color:#3C0200;
+}
+.btn-primary:hover {
+  background-color:#3C0200;
 }
 .ac, td.ac {
-text-align: center;
+  text-align: center;
 }
 .ar {
-text-align: right;
+  text-align: right;
 }
 .clear {
-clear: both;
+  clear: both;
 }
 .separator {
-margin: 40px 0 39px;
+  margin: 40px 0 39px;
 }
 .img-padding {
-padding: 10px;
+  padding: 10px;
 }
 table.table-fireinfo td.bar {
 width: 70%;
@@ -148,6 +159,11 @@ margin-bottom: 20px;
 .subhead .navbar {
 display: none;
 }
+.footer {
+  border-top: 1px solid #E7E7E7;
+  padding: 30px 0;
+  margin-top: 70px;
+}
 .footer p {
 margin-bottom: 0;
 color: #777;