Optimise ton CSS
CSSCruncher.com est le site pour optimiser ton Code CSS pour ton site Web. Reduit le temp de chargement de tes pages.
» Accueil
» FAQ
» Partenaires
» a propos
Nouveau sites
» comoil.de
» rogator.de
» grandeidea.info
» walther-flender-gruppe...
» billigfluege.de
» Plus de sites
Tipp
Lasse nous voir ce que nous avons fait pour www.criated.de
CSSCruncher.com à sauvgardé
25,49 %
de code poour ce site!
je n\'y crois pas!
Code CSS comprimé:
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}
» Montre le code CSS originaire
« Cache le code CSS originaire
/* (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; }