Peter: CSS formatieren - Wie formatiert Ihr eure CSS Dateien?

Beitrag lesen

So...

a.readmore:link {font-weight:bold;color:#0099CC;}
a.readmore:visited {font-weight:bold;color:#0099CC;}
a.readmore:hover {font-weight:bold;color:#000099;}

Schön alles auf einen Blick :]
Ich hätte noch ein Format anzubieten...
Das schimpft sich CHAOS:

-------------------------------------------------------------------
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {font-family:Arial,sans-serif; }h1 { font-size:26px; margin-bottom:18px; }
h1.ph1 { font-size:21px; margin-bottom:18px; }h2 { font-size:21px; margin-bottom:18px; }h2.sh2 { font-size:21px; }h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }h4 { font-size:13.4px; }p,ul,ol,li,div,td,th,address,blockquote { font-size:13.4px; }li { margin-top:3px; }pre { font-family:Courier New,Courier; font-size:13.4px; color:#0000C0; }code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }