]> git.aero2k.de Git - dfde-theme.git/commitdiff
Forenkategorie eingefärbt
authoreggy <eggy@localhost>
Wed, 5 Jul 2017 17:20:24 +0000 (19:20 +0200)
committereggy <eggy@localhost>
Wed, 5 Jul 2017 17:20:24 +0000 (19:20 +0200)
theme/colours.css
theme/common.css
theme/content.css

index 58e7bef35e009f0aa0e80b68f4c1b5e56d553442..dab6995368bb65890f08ff26ee6b15cf24c03f67 100644 (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 {
index 352d2e919e677ac580e8491db0fe443ee2293fc5..88305cc6060b72b73f744dd4246855eb802e3940 100644 (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;
index 53beee621d3854b4398509b1d3a411f72a61bde0..d727f40497017f74be66a4a8f47bec7bcd8ffb8b 100644 (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 {