Seite 1 von 1

Boyz Schriftfarbe ändern

Verfasst: 06.09.2004 14:23
von Sydney
Hallo lieben Leute, wer immer auch das Boyz erstellt hat, klasse arbeit! ;)

Nun eine Frage, wie kann ich die Schriftfarbe heller machen? ich finde sie viel zu dunkel...

Wäre lieb wenn mir jemand kurz hilft!

GBY Syd

Verfasst: 06.09.2004 14:31
von Elvis
wer immer auch das Boyz erstellt hat
was ist das denn ?

Verfasst: 06.09.2004 14:38
von Lucas1510
Elvis hat geschrieben:was ist das denn ?
Das hier: http://www.phpbbhacks.com/download/1920 :D

Verfasst: 06.09.2004 14:50
von Elvis
achso das *** Templates :D

wenn Die CSS DAtei Aktiviert, kannste das in der Boyz.css aändern.

Code: Alles auswählen

/* Forum category titles */
.cattitle		  { color: #a9a9a9; font-weight: bold; font-size: 12px; letter-spacing: 1px }
a.cattitle		  { color: #a9a9a9; text-decoration: none }
a.cattitle:hover  { color: #d3d3d3 }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		  { color: #677595; font-weight: bold; font-size: 12px }
a.forumlink 	  { color: #677595; text-decoration: none }
a.forumlink:hover  { color: #c0c0c0; text-decoration: underline }

/* titles for the topics: could specify viewed link colour too */
.topictitle			  { color: #677595; font-weight: bold; font-size: 11px }
a.topictitle:link     { color: #677595; text-decoration: none }
a.topictitle:visited   { color: #677595; text-decoration: none }
a.topictitle:hover	  { color: #c0c0c0; text-decoration: underline }

Verfasst: 06.09.2004 16:03
von Sydney
und wie/wo aktiviere ich die? :D

GBY Syd

Verfasst: 06.09.2004 18:11
von Elvis
CSS-Dateien aktivieren

Du müßtes nur statt subSilver dein Templates Name nehmen.
zb

Code: Alles auswählen

<link rel="stylesheet" href="templates/dein_templates/{T_HEAD_STYLESHEET}" type="text/css" />

Verfasst: 06.09.2004 20:55
von Sydney
Supi, klappt.

Vielen Dank :wink:

GBY Syd