Verfasst: 25.09.2004 12:54
Hi ...
suche in der overall_header.tpl
ersetze mit:
die Farbcodes kannst du natürlich auch noch anpassen
Markus
suche in der overall_header.tpl
Code: Alles auswählen
/* Forum category titles */
.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle { text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }
Code: Alles auswählen
/* Forum category titles */
.cattitle { font-weight: bold; font-size: {T_FONTSIZE3}px ; letter-spacing: 1px; color : {T_BODY_LINK}}
a.cattitle { text-decoration: none; color : #FF0000; }
a.cattitle:hover { text-decoration: underline; color : #003399; }

Markus