Seite 2 von 2

Verfasst: 25.09.2004 12:54
von Markus67
Hi ...

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; }
ersetze mit:

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; }
die Farbcodes kannst du natürlich auch noch anpassen :wink:

Markus

Verfasst: 25.09.2004 14:04
von Dimpel
danke dir :)

Hm ja die Kategorien sind jetzt. Danke dir :)
Hast villeicht auch noch ein Rezept für oben die linkleiste ?? :)
Wo Profil und so steht ??

Verfasst: 27.09.2004 09:37
von Markus67
Hi ...

für die Hauptnavigation ist der Eintrag ".mainmenu" zuständig.

suche in der overall_header.tpl

Code: Alles auswählen

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu		{ text-decoration: none; color : {T_BODY_LINK};  }
a.mainmenu:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
ersetze mit:

Code: Alles auswählen

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : {T_FONTSIZE2}px; color : {T_BODY_TEXT} }
a.mainmenu		{ text-decoration: none; color : #FF0000;  }
a.mainmenu:hover{ text-decoration: underline; color : #003399; }
Markus

Verfasst: 27.09.2004 18:28
von Dimpel
Super danke dir

Hm der macht aber nur drei Links in rot den rest lässt der in Hellblau ??

Weiß schon was das ist Besuchte Links macht er in hellblau, aber da ich keine Ahnung habe wo ich das ändern muß, muß ich nochmal auf deine hilfe hoffen :)

Verfasst: 27.09.2004 20:23
von Markus67
Hi ...

ergänze den neuen Eintrag um:

Code: Alles auswählen

a.mainmenu:visited{ text-decoration: none; color : #FF0000; } 
Markus

Verfasst: 27.09.2004 20:52
von Dimpel
Super
danke jetzt lass ich dich erst mal in ruhe :)
Für heute :)