Seite 1 von 1

Frage zu AdInfinitum und den farben

Verfasst: 10.02.2005 22:19
von Cokxx
Hi
Also ich bin noch ziemlich neu im Forum Bau
Also ich habe 2 Fragen ich hoffe ihr könnt diese Beantworten :grin:

1. http://www.directupload.net/show_image. ... YU95e6.png
Wie kann ich hier die Roten überschriften in eine Andere farbe ändern :-?

2. Wie bekomme ich bei dem selben Style dieses aufleuten (Hover) wenn ich über die Kategorie gehe weg
Hier nochmal der Link zum Style http://www.phpbb.de/styles/index.php?s=3

Ich hoffe ihr könnt mir helfen
Gruß Cokxx

Verfasst: 10.02.2005 22:28
von punkface
1.

Falls die CSS-Datei nicht aktiviert (KB:69) ist, kannst du erwähnte Sachen in der overall_header.tpl an dieser Stelle anpassen:

Code: Alles auswählen

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: {T_FONTSIZE2}px ; color : {T_BODY_LINK}}
a.cattitle		{ text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:visited		{ text-decoration: none; color : {T_BODY_LINK}; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: {T_FONTSIZE2}px; color : {T_BODY_LINK}; }
a.forumlink 	{ text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:visited 	{ text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
Falls die CSS-Datei aktiviert ist, dann musst du eben gezeigte Stelle in der AdInfinitum.css anpassen.

gruß

edit:
2. Achso, jetzt weiß ich was du mit " dieses aufleuten (Hover) wenn ich über die Kategorie gehe" meinst..

index_body.tpl

suche

Code: Alles auswählen

<td class="row1" width="100%" onmouseover="this.style.backgroundColor='{T_TR_COLOR2}'; this.style.cursor='hand';" onMouseOut=this.style.backgroundColor="" onclick="window.location.href='{catrow.forumrow.U_VIEWFORUM}'">
einfach

Code: Alles auswählen

this.style.backgroundColor='{T_TR_COLOR2}';
entfernen.