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

'Wer ist online'-Textfarbe von blau zu grau geaendert

This commit is contained in:
eggy
2017-07-07 18:48:00 +02:00
parent c7b60eae56
commit 2d6889be5b

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