nedarving og optimering af CSS
Egentlig et spørgsmål jeg skulle have stillet for lang tid siden.Spørgsmålet går på, hvorledes nedarving skal foregå og om jeg kan opsætte mit stylesheet mere optimalt. Er det korrekt det jeg laver?
Således begynder jeg de fleste af mine stylesheets:
body { }
html,body {
height:100%;
background-color:#ffffff;
}
html,body,table, h1, h2, h3, h4, h5, h6, p, input {
font: normal normal normal 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
color:#4b4b4b;
margin:0;
padding:0;
}
h1 { font-size: 20px; line-height:24px margin:0 0 8px 0; }
h2 { font-size:12px; line-height:16px; margin:0 0 15px 0; }
h3 { font-size:12px; font-weight:bold; margin:0 0 5px 0; }
h4 { }
h5 { font: normal normal normal 17px/21px Georgia, Palantino, serif; margin:0; }
h6 { font-size:10px; color:#000000; margin:0; }
p { margin:0 0 20px 0; }