]> git.aero2k.de Git - dfde-theme.git/commitdiff
Farben fuer aktive Themen
authoreggy <eggy@localhost>
Wed, 5 Jul 2017 17:48:35 +0000 (19:48 +0200)
committereggy <eggy@localhost>
Wed, 5 Jul 2017 17:48:35 +0000 (19:48 +0200)
theme/debianforum.css
theme/stylesheet.css

index a39e4d5d128dd06884561c6419939be6f0271c8f..15e9acfb95a2f0e6d67215d6f08d1a2e2e8569b7 100644 (file)
     font-size: 0.75rem;
 }
 
+.forumbg {
+    -moz-border-bottom-colors: none;
+    -moz-border-left-colors: none;
+    -moz-border-right-colors: none;
+    -moz-border-top-colors: none;
+    background-color: #dbdbdb;
+    border-color: #d0d0d0 #d0d0d0 #d0d0d0 #d70751;
+    border-image: none;
+    border-radius: 5px;
+    border-style: solid;
+    border-width: 1px 1px 1px 3px;
+    clear: both;
+    color: #000000;
+    margin-bottom: 4px;
+    margin-right: 3px;
+    padding: 0 5px;
+}
 
 
index 2745fbf7f118ca511e0861bf075610910f63761d..12dec39f8812c5f5b667bb439b9fe0f043468edc 100644 (file)
@@ -20,3 +20,6 @@
 @import url("colours.css");
 @import url("responsive.css");
 @import url("debianforum.css");
+
+
+