Seite 1 von 1

CSS TAG H1, H2 im Adminbereich

Verfasst: 24.05.2007 22:14
von ImhotepXI
Hallo,

ich finde den CSS Tag von den H1, H2 nicht. Kann mir jemand sagen wo ich den finde?

Code: Alles auswählen

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td		{ font-size : 11; color : #FFFFFF; }
a:link,a:active,a:visited { color : #FFFFFF; }
a:hover		{ text-decoration: underline; color : #E4E4E4; }
hr	{ height: 0px; border: solid #333333 0px; border-top-width: 1px;}
h1,h2		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}
In meiner templat CSS Datei ist der Eintrag h1,h2 nicht drin. Vielen Dank schonmal...

Re: CSS TAG H1, H2 im Adminbereich

Verfasst: 25.05.2007 02:25
von area57
Moin,
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
p, td { font-size : 11; color : #FFFFFF; }
a:link,a:active,a:visited { color : #FFFFFF; }
a:hover { text-decoration: underline; color : #E4E4E4; }
hr { height: 0px; border: solid #333333 0px; border-top-width: 1px;}
h1,h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}
Das fette und rot gedruckte ist dein h1,h2

Verfasst: 25.05.2007 10:33
von ImhotepXI
Vielen Dank für die Antwort...

Das der TAG da ist klar, aber in wecher Datei kann ich den ändern?

In der CSS ( templates/mein_templat/mein_templat.css ) ist er nicht drin... aber im Quellcode.

Verfasst: 25.05.2007 23:12
von area57
Moin,

dann tipps beim nächsten mal gleich rein ;)
also wenns füen adminbereich ist dann in folgernder datei:

templates/DEIN TEMPLATE/admin/page_header.tpl

wenn es fürs Forum allgemein ist dann:

templates/DEIN TEMPLATE/overall_header.tpl

Verfasst: 26.05.2007 00:58
von ImhotepXI
oh ne, jetzt habe ich das gefunden...

ich hatte die die " <!-- --> " übersehen.

Danke