Seite 1 von 1

Problem mit dem Hintergrund

Verfasst: 25.02.2008 18:36
von sowiso
Ich will den Hintergrund auf #272727 abändern.

Dafür habe ich folgendes geändert:

Code: Alles auswählen

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #272727;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
}
Nur die Farbe bleibt immer gleich. :cry:

Was muss ich zur Änderung tun?

Hier die Homepage: http://forum.abitur09.eu/


Danke für die Hilfe

Verfasst: 25.02.2008 18:46
von Shuichi

Code: Alles auswählen

/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

html, body {
	color: #536482;
	background-color: #FFFFFF;
}
Und siehe meine Signatur ;P

Verfasst: 25.02.2008 19:03
von sowiso
Vielen Dank