From: eggy Date: Wed, 5 Jul 2017 17:48:35 +0000 (+0200) Subject: Farben fuer aktive Themen X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=34e9af198e454c52b28384a6863669db4ce47108;p=dfde-theme.git Farben fuer aktive Themen --- diff --git a/theme/debianforum.css b/theme/debianforum.css index a39e4d5..15e9acf 100644 --- a/theme/debianforum.css +++ b/theme/debianforum.css @@ -35,5 +35,22 @@ 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; +} diff --git a/theme/stylesheet.css b/theme/stylesheet.css index 2745fbf..12dec39 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -20,3 +20,6 @@ @import url("colours.css"); @import url("responsive.css"); @import url("debianforum.css"); + + +