1
0
mirror of http://aero2k.de/repos/dfde-theme.git synced 2017-09-06 15:25:40 +02:00

Forenkategorie eingefärbt

This commit is contained in:
eggy
2017-07-05 19:20:24 +02:00
parent de1d132fdb
commit 590e80c209
3 changed files with 23 additions and 14 deletions

View File

@@ -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 {

View File

@@ -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;

View File

@@ -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 {