]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/html/themes/maniac/include/style.css
Merge remote-tracking branch 'mfischer/slang' into next
[people/pmueller/ipfire-2.x.git] / html / html / themes / maniac / include / style.css
index 6e6b738a38ea178e1457f72a7a246babaf3126e5..3cb2741301c5a606cc2fe29ee6dc1682849689fe 100644 (file)
@@ -123,7 +123,7 @@ line-height: 1.8em;
 {
 width:100%;
 height:100px;
-background: #000000 url('/themes/ipfire3/images/b1.gif') repeat-x;
+background: #000000 url('/themes/maniac/images/b1.gif') repeat-x;
 }
 
 #header_inner
@@ -227,13 +227,13 @@ padding-top: 3.5em;
 {
 border-bottom: dotted 1px #E1E1E1;
 position: relative;
+padding-bottom: 0.4em;
 }
 
 #main_inner h3
 {
 font-size: 2.1em;
 padding-bottom: 0.1em;
-margin-bottom: 0.8em;
 }
 
 #main_inner h4
@@ -253,7 +253,7 @@ position: relative;
 {
 position: relative;
 font-size: 1.7em;
-padding-bottom: 1.2em;
+padding-bottom: 0.4em;
 }
 
 #main_inner .post ul.post_info
@@ -372,6 +372,10 @@ min-width: 2.0em;
 max-width: 2.5em;
 }
 
+table.fw-nat tbody tr td {
+       height: 2.25em;
+}
+
 /* LAYOUT - 3 COLUMNS */
 
        /* Primary content */
@@ -462,3 +466,9 @@ max-width: 2.5em;
        position: relative;
        width: 100%;
        }
+
+/* FOOTER      COLORIZE BANDWIDTH */
+
+#rx_kbs { color: green; }
+
+#tx_kbs { color: red; }