/ Published in: CSS
URL: CSS starter Rob
CSS starter Rob
Expand |
Embed | Plain Text
/************************************/ /* Table of Contents */ /* 0. Colors */ /* 1. General */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* 99. Printer Styles */ /************************************/ /************************************/ /* 0. Colors */ /************************************/ /************************************/ /* 1. General */ /************************************/ html,body,blockquote,div,dd,dl,dt,h1,h2,h3,h4,h5,h6,li,ol,p,pre,th,td,ul { margin:0; padding:0; } body { font-size:62.5%; } address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } caption,th { text-align:left; } code,h1,h2,h3,h4,h5,h6,pre { font-size:100%; } img { display:block; } ol,ul { list-style:none; } :link,:visited { text-decoration:none; } a img,:link img,:visited img { border:none; } q:after,q:before{ content:''; } table{ border-collapse:collapse; border-spacing:0; } .clearfix { display: inline-table; height: 1%; display: block; } html > body .clearfix { height: auto; } .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /************************************/ /* 2. */ /************************************/ /************************************/ /* 3. */ /************************************/ /************************************/ /* 99. Printer Styles */ /************************************/ @media print { body { background: #fff; font-size: 12pt; } a:link, a:visited { color: #520; background: transparent; font-weight: bold; text-decoration: underline; } #content a:link:after, #content a:visited:after { content: " (" attr(href) ") "; font-size: 90%; } #content a[href^="/"]:after { content: " (http://www.thesite.com" attr(href) ") "; } }
You need to login to post a comment.
