Kategorie Schrift-Farbe
Verfasst: 06.03.2004 13:44
Hallo
Wo kann ich die Schrift und Linkfarbe der Kategorie ändern?
danke
Wo kann ich die Schrift und Linkfarbe der Kategorie ändern?
danke
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
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 */
.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; }