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:
@@ -40,7 +40,7 @@ a:hover { color: #d3111a; }
|
|||||||
|
|
||||||
/* Links on gradient backgrounds */
|
/* Links on gradient backgrounds */
|
||||||
.forumbg .header a, .forabg .header a, th a {
|
.forumbg .header a, .forabg .header a, th a {
|
||||||
color: #FFFFFF;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
|
.forumbg .header a:hover, .forabg .header a:hover, th a:hover {
|
||||||
@@ -100,10 +100,6 @@ a:hover { color: #d3111a; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
.forabg {
|
.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 {
|
.navbar {
|
||||||
@@ -322,14 +318,11 @@ Colours and backgrounds for content.css
|
|||||||
-------------------------------------------------------------- */
|
-------------------------------------------------------------- */
|
||||||
|
|
||||||
ul.forums {
|
ul.forums {
|
||||||
background-color: #EEF5F9; /* Old browsers */ /* FF3.6+ */
|
background-color: #f9f9f9;
|
||||||
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 */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.topiclist li {
|
ul.topiclist li {
|
||||||
color: #4C5D77;
|
color: #7a7877;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.topiclist dd {
|
ul.topiclist dd {
|
||||||
@@ -351,7 +344,7 @@ li.row strong {
|
|||||||
}
|
}
|
||||||
|
|
||||||
li.row:hover {
|
li.row:hover {
|
||||||
background-color: #F6F4D0;
|
background-color: #e1dedd;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.row:hover dd {
|
li.row:hover dd {
|
||||||
|
|||||||
@@ -234,13 +234,28 @@ a:hover { text-decoration: underline; }
|
|||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* TODO: farben nach colors schieben */
|
||||||
.forabg {
|
.forabg {
|
||||||
margin-bottom: 4px;
|
-moz-border-bottom-colors: none;
|
||||||
padding: 5px;
|
-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;
|
clear: both;
|
||||||
border-radius: 7px;
|
margin-bottom: 4px;
|
||||||
|
margin-right: 3px;
|
||||||
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.forumbg {
|
.forumbg {
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|||||||
@@ -143,6 +143,7 @@ dl.row-item dt {
|
|||||||
|
|
||||||
dl.row-item dt .list-inner {
|
dl.row-item dt .list-inner {
|
||||||
padding-left: 45px; /* Space for folder icon */
|
padding-left: 45px; /* Space for folder icon */
|
||||||
|
padding-top: 8px; /* TODO: macht evtl was anderes kaputt */
|
||||||
}
|
}
|
||||||
|
|
||||||
dl.row-item dt, dl.row-item dd {
|
dl.row-item dt, dl.row-item dd {
|
||||||
|
|||||||
Reference in New Issue
Block a user