Tune up your CSS
CSSCruncher.com is your premier ressource for valid, small and fancy CSS code!
» Homepage
» FAQ
» Partner
» Imprint
Last crunched Pages
» rogator.de
» grandeidea.info
» walther-flender-gruppe...
» billigfluege.de
» pregnancymiracle44.com
» More in the ARCHIVE
Tipp
Let's see what we've done for www.criated.de
CSSCruncher.com has crunched this CSS to
25.49 %
Less Size!
I cant't believe it!
Crunched CSS code:
body{background-color:#fafafa;background-image:url(../grafik/inhalt_hintergrund.jpg);background-repeat:repeat-x;border:0;color:#000000;font-family:"Arial","Trebuchet MS",sans-serif;font-size:62.5%;font-style:normal;font-weight:normal;font-variant:normal;height:100%;letter-spacing:normal;line-height:1.5em;margin:0;padding:0;text-align:left;text-decoration:none;text-transform:none;width:100%;word-spacing:normal} a,a:link{border:0;color:#003759;font-style:normal;font-weight:normal;text-decoration:none} .linkpfeil{background-image:url(../grafik/pfeil_vor_links.png);background-position:0 -2px;background-repeat:no-repeat;padding-left:15px} a:visited{background-position:0 -34px;color:#555555} a:hover,a:focus,a:active{background-position:0 -18px;color:#005e99} ol,ul{list-style:none} #statistik{display:none}
» Show original CSS code
« Hide original CSS code
/* (c) CRIATED 2008 */ body { background-color: #fafafa; background-image: url(../grafik/inhalt_hintergrund.jpg); background-repeat: repeat-x; border: 0; color: #000000; font-family: "Arial", "Trebuchet MS", sans-serif; font-size: 62.5%; font-style: normal; font-weight: normal; font-variant: normal; /* bei Browserstandard 16px ist dann 1em = 10px */ height: 100%; letter-spacing: normal; line-height: 1.5em; margin: 0; padding: 0; text-align: left; text-decoration: none; text-transform: none; width: 100%; word-spacing: normal; } a, a:link { border: 0; color: #003759; font-style: normal; font-weight: normal; text-decoration: none; } .linkpfeil { background-image: url(../grafik/pfeil_vor_links.png); background-position: 0 -2px; background-repeat: no-repeat; padding-left: 15px; /* wegen Hintergrundbild f?inks */ } a:visited { background-position: 0 -34px; color: #555555; } a:hover, a:focus, a:active { background-position: 0 -18px; color: #005e99; /* #005e99 statt #00436e - da etwas deutlicher */ } ol, ul { list-style: none; } #statistik { display: none; }