Tune up your CSS
CSSCruncher.com is your premier ressource for valid, small and fancy CSS code!
» Homepage
» FAQ
» Partner
» Imprint
Last crunched Pages
» hans-natur.de
» computer-notdienstsaw....
» madame-escort.de
» spd-oldenburg-nord.de
» juliaferraioli.com
» More in the ARCHIVE
Tipp
Let's see what we've done for www.metatagcheck.nl
CSSCruncher.com has crunched this CSS to
10.48 %
Less Size!
Nice!
Crunched CSS code:
body{background:url('../../images/bg.gif') repeat-x #F2F0F0;font:12px Arial,Verdana;margin:0px} h1,h2,h3,ul,li{margin:0px} a{color:#2c2c2c;text-decoration:none} a:hover{color:#2c2c2c;text-decoration:underline} a img{border:0px} p{margin:0px;overflow:hidden} .clear{float:none;clear:both} #container{width:892px;margin:0px auto;overflow:hidden} h1#logo{background:url('../../images/logo.png') no-repeat;margin-left:15px;float:left;text-indent:-999px;margin-top:10px} h1#logo a{width:152px;height:40px;display:block} #content{background:url('../../images/content_bg.gif') repeat-y;padding-top:10px;padding-left:25px;padding-right:25px;padding-bottom:10px;overflow:hidden;clear:both;display:table} #content h3{color:#0093B4;margin-top:3px;margin-bottom:3px;padding-top:3px;padding-bottom:3px} #content p{font-size:11px;width:850px} #laden{text-align:center} input[type="text"]{background:url('../../images/input_bg.gif') no-repeat;width:381px;height:24px;font:11px Arial,Verdana;color:#B8B1B1;padding-top:11px;padding-left:33px;padding-right:11px;float:left;border:0px} input[type="submit"]{background:url('../../images/submit_bg.gif') no-repeat;width:137px;height:35px;margin-left:7px;text-indent:-999px;float:left;border:0px} #content table{width:100%;table-layout:fixed} #content table tr td{font-size:11px} #content table tr td h3{color:#0093B4;font-size:14px;margin-top:3px;margin-bottom:3px;padding-top:3px;padding-bottom:3px} #content .left{float:left;width:500px} #content .right{float:left;width:200px;margin-left:55px} #content .resultsBox{margin-top:20px} #content .resultsBox h1{border:1px solid #4dbbd2;border-bottom:none;padding:5px;background-color:#5fc7de;color:#ffffff;font-size:14px;width:300px} #content .resultsBox .results{border:1px solid #4dbbd2;width:500px;padding:10px} #content .resultsBox .results .item{display:block} #content .resultsBox .results .item .name{float:left;width:150px} #content .resultsBox .results .item .value{float:left;width:350px} #content .infoBox{width:260px;display:table} #content .infoBox small{color:#2c2c2c} #content .infoBox h1{margin-top:20px;border:1px solid #4dbbd2;border-bottom:none;padding:5px;background-color:#5fc7de;color:#ffffff;font-size:14px;width:150px} #content .infoBox h2{margin-top:5px;font-size:14px} #content .infoBox .results{padding:10px;border:1px solid #4dbbd2;width:260px;display:inline-block} #content .infoBox .results .boxleft{width:20px;float:left;display:block} #content .infoBox .results .boxright{width:240px;float:left;display:block} #content .valid{width:230px;height:150px;display:inline} #errors{color:red;margin-top:10px} .pdfimage{width:16px} .gegBox{} .gegBox fieldset{padding-bottom:10px;overflow:hidden;width:800px;border:0px} .gegBox .name{float:left;width:180px} .gegBox .value{float:left;width:200px} .gegBox select{width:200px;margin-bottom:5px} .gegBox input.field{margin-bottom:4px;padding:1px 5px 0px 5px;height:17px;width:188px;border:1px solid #ddd;background:#fcfcfc} .gegBox input.submit{margin-left:110px;padding:0px 20px 2px 20px;height:22px;cursor:pointer;color:#fff;border:1px solid #9e9e9e;background:#025780} #footer{background:url('../../images/footer_bg.gif') no-repeat;width:892px;height:65px;font-size:11px;padding:11px;padding-top:11px;padding-left:15px;padding-right:15px;clear:both} #footer .footerleft{float:left;width:400px} #footer .footerright{float:right;margin-right:45px;text-align:right}
» Show original CSS code
« Hide original CSS code
/* ### GLOBAL CLASSES ### */ body{background: url('../../images/bg.gif') repeat-x #F2F0F0;font: 12px Arial, Verdana;margin: 0px;} h1, h2, h3, ul, li{margin: 0px;} a{color: #2c2c2c;text-decoration: none;} a:hover{color: #2c2c2c;text-decoration: underline;} a img{border: 0px;} p{margin: 0px;overflow: hidden;} .clear {float:none; clear:both;} /* ### Container ### */ #container{width: 892px;margin: 0px auto;overflow: hidden; } /* ### Logo ### */ h1#logo{background: url('../../images/logo.png') no-repeat;margin-left: 15px;float: left;text-indent: -999px; margin-top:10px;} h1#logo a{width: 152px;height: 40px;display: block;} /* ### Content ### */ #content{background: url('../../images/content_bg.gif') repeat-y;padding-top: 10px;padding-left: 25px;padding-right: 25px;padding-bottom: 10px;overflow: hidden;clear: both;display:table;} #content h3{color: #0093B4;margin-top: 3px;margin-bottom: 3px;padding-top: 3px;padding-bottom: 3px;} #content p{font-size: 11px; width:850px;} #laden{text-align: center;} input[type="text"]{background: url('../../images/input_bg.gif') no-repeat;width: 381px;height: 24px;font: 11px Arial, Verdana;color: #B8B1B1;padding-top: 11px;padding-left: 33px;padding-right: 11px;float: left;border: 0px;} input[type="submit"]{background: url('../../images/submit_bg.gif') no-repeat;width: 137px;height: 35px;margin-left: 7px;text-indent: -999px;float: left;border: 0px;} #content table{width: 100%;table-layout: fixed;} #content table tr td{font-size: 11px;} #content table tr td h3{color: #0093B4;font-size: 14px;margin-top: 3px;margin-bottom: 3px;padding-top: 3px;padding-bottom: 3px;} /* ### Content ### */ #content .left{float:left; width:500px;} #content .right{float:left; width:200px; margin-left:55px;} #content .resultsBox {margin-top:20px; } #content .resultsBox h1 { border:1px solid #4dbbd2; border-bottom:none; padding:5px; background-color:#5fc7de; color:#ffffff; font-size:14px; width:300px;} #content .resultsBox .results {border:1px solid #4dbbd2;width:500px; padding:10px;} #content .resultsBox .results .item {display:block;} #content .resultsBox .results .item .name{float:left; width:150px;} #content .resultsBox .results .item .value{float:left; width:350px} #content .infoBox {width:260px; /*margin-top:20px;*/display:table;} #content .infoBox small {color:#2c2c2c;} #content .infoBox h1 { margin-top:20px; border:1px solid #4dbbd2; border-bottom:none; padding:5px; background-color:#5fc7de; color:#ffffff; font-size:14px; width:150px;} #content .infoBox h2 {margin-top:5px; font-size:14px;} #content .infoBox .results {padding:10px;border:1px solid #4dbbd2; width: 260px; display:inline-block;} #content .infoBox .results .boxleft{width:20px; float:left; display:block;} #content .infoBox .results .boxright{width:240px; float:left; display:block;} #content .valid {width:230px; height:150px; display:inline;} #errors {color:red; margin-top:10px;} .pdfimage {width:16px;} /* ### GEG BOX ### */ .gegBox { } .gegBox fieldset { padding-bottom: 10px; overflow: hidden; width: 800px; border: 0px; } .gegBox .name {float:left; width:180px;} .gegBox .value {float:left; width: 200px; } .gegBox select{width: 200px; margin-bottom:5px;} .gegBox input.field { margin-bottom: 4px; padding: 1px 5px 0px 5px; height: 17px; width: 188px; border: 1px solid #ddd; background: #fcfcfc; } .gegBox input.submit { margin-left: 110px; padding: 0px 20px 2px 20px; height: 22px; cursor: pointer; color: #fff; border: 1px solid #9e9e9e; background: #025780; } /* ### Footer ### */ #footer{background: url('../../images/footer_bg.gif') no-repeat;width: 892px;height: 65px;font-size: 11px;padding: 11px;padding-top: 11px;padding-left: 15px;padding-right: 15px;clear: both;} #footer .footerleft {float:left; width:400px;} #footer .footerright {float:right; margin-right:45px; text-align:right;}