Seite 2 von 2

Verfasst: 09.02.2005 13:15
von Markus67
Hi ...

so langsam ärgert mich die simple_header .... :D

suche in der simple_header.tpl

Code: Alles auswählen

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: {T_BODY_BGCOLOR};
ersetze mit:

Code: Alles auswählen

/* General page style. The scroll bar colours only visible in IE5.5+ */
body { 
	background-color: #000000;
Markus

Verfasst: 09.02.2005 13:27
von jangze
hallo markus,

wow, super gut ! :grin:

gelingt es dir, die schrift der beiträge weiß oder grau zu schalten?

ich ahne, wie schwierig diese thema ist, ich wäre niemals darauf gekommen - dementsprechend dankbar bin ich dir!

gruß jan

http://www.deutscheruntergrund.de/forum ... reply&t=45

Verfasst: 09.02.2005 13:38
von Markus67
Hi

suche:

Code: Alles auswählen

/* Location, number of posts, post date etc */
.postdetails		{ font-size : {T_FONTSIZE1}px; color : {T_BODY_TEXT}; }

/* The content of the posts (body of text) */
.postbody { font-size : {T_FONTSIZE1}px; line-height: 17px}
a.postlink:link	{ text-decoration: none; color : {T_BODY_LINK} }
a.postlink:visited { text-decoration: none; color : {T_BODY_VLINK}; }
a.postlink:hover { text-decoration: underline; color : {T_BODY_HLINK}}
ersetze mit:

Code: Alles auswählen

/* Location, number of posts, post date etc */
.postdetails		{ font-size : {T_FONTSIZE1}px; color: #FFFFFF; }

/* The content of the posts (body of text) */
.postbody { color: #FFFFFF; font-size : {T_FONTSIZE1}px; line-height: 17px}
a.postlink:link	{ color: #FFFFFF; text-decoration: none; }
a.postlink:visited {color: #FFFFFF;  text-decoration: none;  }
a.postlink:hover { color: #FF0000; text-decoration: underline; }
Markus

Verfasst: 09.02.2005 13:54
von jangze
das rätsel ist gelöst!

vielen dank markus!