CSS-Klassenbibliothekssammlung
Autor:Eve Cole
Aktualisierungszeit:2009-06-12 17:24:41
CSS-Code
/*Initialisierungsstil*/
body{Schriftfamilie:"宋体", Arial,Verdana, serifenlos, Helvetica;}
dl,dd,ul{list-style:none;}
ein img{border:0;}
div,form,img,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{padding:0;margin:0;border:0;}
Eingabe{vertikal-align:middle;}
body,html{ height:100%;}
/*Schriftstil [Regeln definieren, Kleinbuchstabe f plus Schriftattribute]*/
.fU{ text-decoration:underline;}
.fN{ text-decoration:none;}
.fB{font-weight:bold;}
.f12{ Schriftgröße:12px;}
.f14{ Schriftgröße:14px;}
/*Öffentliche Lücke [Regeln definieren, Kleinbuchstaben plus Lückenhöhe] */
.space3{ height:3px; clear:both;font-size:1px;overflow:hidden;}
.space5{ height:5px; clear:both;font-size:1px;overflow:hidden;}
.space6{ height:6px; clear:both;font-size:1px;overflow:hidden;}
.space9{ height:9px; clear:both;font-size:1px;overflow:hidden;}
.space10{ height:10px; clear:both;font-size:1px;overflow:hidden;}
.space12{ height:12px; clear:both;font-size:1px;overflow:hidden;}
.space15{ height:15px; clear:both;font-size:1px;overflow:hidden;}
/*Globale Linkfarbe*/
a:link {color:#1f3a87; text-decoration:none;}
a:visited {color:#83006f;text-decoration:none;}
a:hover {color:#bc2931; text-decoration:underline;}
a:aktiv {color:#bc2931;}
/* Schriftfarbenattribut [Regeln definieren, Kleinbuchstabe c plus Farbname] */
.cRed,a.cRed:link,a.cRed:visited{color:#f00;}
.cBlue,a.cBlue:link,a.cBlue:visited{color:#00c;}
.cDRed,a.cDRed:link,a.cDRed:visited{color:#bc2931;}
.cGray,a.cGray:link,a.cGray:visited{color:#4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{color:#666;}
.cWhite,a.cWhite:link,a.cWhite:visited{color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}
/*Andere Attribute*/
.l{ float: left;}
.r{ float: right;}
.clear{ clear: Both; width:1px height:0;
.hidden{display: none;}
.unL,.unL a{text-decoration: none;}
.unB{border:none;}