From 34e9af198e454c52b28384a6863669db4ce47108 Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 5 Jul 2017 19:48:35 +0200 Subject: [PATCH] Farben fuer aktive Themen --- theme/debianforum.css | 17 +++++++++++++++++ theme/stylesheet.css | 3 +++ 2 files changed, 20 insertions(+) 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"); + + + -- 2.39.2