Seite 1 von 1

Variable für Forum Titel Farbe

Verfasst: 01.04.2003 10:11
von Riva
Hi!
Ich hab folgendes Problem. Ich bin dabei den "Helius" Style an die Farben meiner Clan Page anzupassen.
Ich habe auch mit dem editieren der .css Datei schon gute Fortschritte gemacht, finde aber den Eintrag für die Schriftfarbe der Forum Titel nicht.

[ externes Bild ]

Ich hab echt schon jede Text Variable geändert und kriege es einfach nicht hin.

Verfasst: 01.04.2003 12:33
von Acid

Code: Alles auswählen

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }
..sollte eigentlich .forumlink in der *.css bzw. overall_header.tpl sein.

Verfasst: 01.04.2003 12:58
von Riva
Nope, funzt nicht. in der .css Datei habe ich 's geändert. Ohne Effekt.
und in der overall_header ist es nicht drin.
:(

Verfasst: 01.04.2003 21:43
von Mister_X
doch das ist in der overall_header.tpl drin, sieht dort nur so aus:

Code: Alles auswählen

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
a.forumlink 	{ text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
du setzt jetzt einfach statt
{VARIABLE}
deine Farbe ein :)