Verfasst: 02.02.2008 22:32
sry es ist schon subsilver2 wie man am Bild unschwer erkennen kann^ 

Code: Alles auswählen
html
{font-size: 100%;}
Code: Alles auswählen
html
{font-size: 100%;
background-color:#000;}
Code: Alles auswählen
body
{/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #323D4F;
background-color: #FFFFFF;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
width:80%;
left:10%;
Code: Alles auswählen
html
{font-size: 100%;
background-color:#000;}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #323D4F;
background-color: #FFFFFF;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
width:965px;
left:10%;
}
Gerade das ist ja Sinn und Zweck einer css-Datei. Aber so ganz ohne ein wenig Arbeit geht es halt nicht.naich hat geschrieben:...Gibt es einen einfacheren weg auf 965 px alles zu stellen anstatt jede template datei zu öffnen und es dort einzustellen?...