ich habe in meinem Forum http://forum.3rd-id.us die Farben der Kategorie gleich wie die der Foren. Tät diese abergern gesplittet von einander färben.
Kann mir da jemand weiter helfen?
momentan ist der Code:
Code: Alles auswählen
table.simple_header {
background-color: #6d7956;
height: 100%}
table.simple_header td {
vertical-align: top}
table.viewonline td.one {
padding: 8px 4px}
table.viewonline td.two {
padding: 8px 4px;
text-align: center}
h2 {
font-size: 11px;
line-height: 26px;
height: 26px;
font-weight: bold;
color: #ffcc22;
margin: 0;
padding: 0 4px;
}
h3 {
font-size: 11px;
line-height: 13px;
font-weight: bold;
text-decoration: none;
color: #ffcc22;
margin: 0;
}
h2 a, h3 a {
text-decoration: none;
color: #EAECDE;
}
h2 a:hover, h3 a:hover, .copyright a:hover {
color: #ffcc22;
text-decoration: underline;
}
.mainmenu a, tr.lines_1 th a, tr.lines_3 th a, .timezone a, .copyright a, .blacklink a {
color: #ffcc22;
text-decoration: none;
}
.mainmenu a:hover, tr.lines_1 th a:hover, tr.lines_3 th a:hover, .timezone a:hover, .blacklink a:hover {
color: #ff22cc;
text-decoration: underline;
}
Dahingegen sollen die Kategorien immer #ff22cc sein. Nur bei klick unterstrichen werden.
mfg JaMaBo