]> git.aero2k.de Git - dfde-theme.git/commitdiff
'Wer ist online'-Textfarbe von blau zu grau geaendert
authoreggy <eggy@localhost>
Fri, 7 Jul 2017 16:48:00 +0000 (18:48 +0200)
committereggy <eggy@localhost>
Fri, 7 Jul 2017 16:48:00 +0000 (18:48 +0200)
theme/colours.css

index 7b0be0d45875dc2e3267d68631f704d24aa5434f..048f22d0e5a9f825f0bde472f561d30595fb857a 100644 (file)
@@ -4,7 +4,7 @@ Colours and backgrounds for common.css
 -------------------------------------------------------------- */
 
 html, body {
-       color: #536482;
+       color: #848281;
 }
 
 /* TODO: schriftart woandershin schieben */
@@ -21,7 +21,7 @@ h2 {
 
 h3 {
        border-bottom-color: #CCCCCC;
-       color: #115098;
+       color: #645d5b;
 }
 
 hr {
@@ -174,7 +174,7 @@ table.table1 tbody tr:hover, table.table1 tbody tr.hover {
 }
 
 table.table1 td {
-       color: #536482;
+       color: #848281;
 }
 
 table.table1 tbody td {
@@ -198,7 +198,7 @@ dl.details dt {
 }
 
 dl.details dd {
-       color: #536482;
+       color: #848281;
 }
 
 .sep {
@@ -224,7 +224,7 @@ dl.details dd {
 }
 
 .icon.icon-bluegray, a:hover .icon.icon-bluegray{
-       color: #536482;
+       color: #848281;
 }
 
 .icon.icon-gray, a:hover .icon.icon-gray{
@@ -373,7 +373,7 @@ li.header dt, li.header dd {
 }
 
 .content h2, .panel h2 {
-       color: #115098;
+       color: #645d5b;
        border-bottom-color:  #CCCCCC;
 }
 
@@ -792,7 +792,7 @@ ul.cplist {
 ----------------------------------------*/
 .tabs .tab > a {
        background: #BACCD9;
-       color: #536482;
+       color: #848281;
 }
 
 .tabs .tab > a:hover {
@@ -830,7 +830,7 @@ ul.cplist {
 /* Responsive tabs
 ----------------------------------------*/
 .responsive-tab .responsive-tab-link:before {
-       border-color: #536482;
+       border-color: #848281;
 }
 
 .responsive-tab .responsive-tab-link:hover:before {