Code: Alles auswählen
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 16px ; letter-spacing: 1px; color : {T_BODY_LINK}}
Die in meinen Augen sauberste Lösung wäre eine neue Definition anzulegen analog zu .cattitle ...
Code: Alles auswählen
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle { text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }
Code: Alles auswählen
/* Forum category titles */
.catbig { font-weight: bold; font-size: 16px ; letter-spacing: 1px; color : #006699}
a.catbig { text-decoration: none; color : #006699; }
a.catbig:hover{ text-decoration: underline; }

Markus