From: eggy Date: Wed, 5 Jul 2017 17:20:24 +0000 (+0200) Subject: Forenkategorie eingefärbt X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=590e80c209619a5fa3967ad37b77fb0d3efe19b3;p=dfde-theme.git Forenkategorie eingefärbt --- diff --git a/theme/colours.css b/theme/colours.css index 58e7bef..dab6995 100644 --- a/theme/colours.css +++ b/theme/colours.css @@ -40,7 +40,7 @@ a:hover { color: #d3111a; } /* Links on gradient backgrounds */ .forumbg .header a, .forabg .header a, th a { - color: #FFFFFF; + color: #000000; } .forumbg .header a:hover, .forabg .header a:hover, th a:hover { @@ -100,10 +100,6 @@ a:hover { color: #d3111a; } } .forabg { - background-color: #0076B1; - background-image: -webkit-linear-gradient(top, #6ACEFF 0%, #12A3EB 2px, #0076B1 92px, #0076B1 100%); - background-image: linear-gradient(to bottom, #6ACEFF 0%,#12A3EB 2px,#0076B1 92px,#0076B1 100%); - background-repeat: repeat-x; } .navbar { @@ -322,14 +318,11 @@ Colours and backgrounds for content.css -------------------------------------------------------------- */ ul.forums { - background-color: #EEF5F9; /* Old browsers */ /* FF3.6+ */ - background-image: -webkit-linear-gradient(top, #D2E0EB 0%, #EEF5F9 100%); - background-image: linear-gradient(to bottom, #D2E0EB 0%,#EEF5F9 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2E0EB', endColorstr='#EEF5F9',GradientType=0 ); /* IE6-9 */ + background-color: #f9f9f9; } ul.topiclist li { - color: #4C5D77; + color: #7a7877; } ul.topiclist dd { @@ -351,7 +344,7 @@ li.row strong { } li.row:hover { - background-color: #F6F4D0; + background-color: #e1dedd; } li.row:hover dd { diff --git a/theme/common.css b/theme/common.css index 352d2e9..88305cc 100644 --- a/theme/common.css +++ b/theme/common.css @@ -234,13 +234,28 @@ a:hover { text-decoration: underline; } border-radius: 7px; } + +/* TODO: farben nach colors schieben */ .forabg { - margin-bottom: 4px; - padding: 5px; + -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; + color: #000000; clear: both; - border-radius: 7px; + margin-bottom: 4px; + margin-right: 3px; + padding: 0 5px; } + + .forumbg { margin-bottom: 4px; padding: 5px; diff --git a/theme/content.css b/theme/content.css index 53beee6..d727f40 100644 --- a/theme/content.css +++ b/theme/content.css @@ -143,6 +143,7 @@ dl.row-item dt { dl.row-item dt .list-inner { padding-left: 45px; /* Space for folder icon */ + padding-top: 8px; /* TODO: macht evtl was anderes kaputt */ } dl.row-item dt, dl.row-item dd {