
Untitled
By: a guest on
Aug 19th, 2012 | syntax:
None | size: 1.50 KB | hits: 9 | expires: Never
/*
Reset and Clear
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,img,a.img,img a,figure,header,nav,section,article{list-style-type:none;border:0;font-weight:inherit;font-style:inherit;font-family:inherit;outline:none;border-style:none;border-width:0;margin:0;padding:0;}
div.clear{clear:both;line-height:0;height:0;font-size:0;border:0;margin:0;padding:0;}
/*
General
*/
html {
width:100%;
height:100%;
}
body {
margin:0;
background:#fff;
font-family:'Inconsolata', Arial, Helvetica, sans-serif;
font-size:13px;
line-height:18px;
color:#333;
min-height:2400px;
}
a {
color:#0051fa;
text-decoration:none;
}
a:hover {
color:#333;
text-decoration:none;
}
img {
display:block;
}
h1, h2 {
font-size:inherit;
font-weight:normal;
}
h1 + h2 {
margin-top:18px;
}
/*
Layout
*/
section {
display:block;
width:850px;
margin:0 auto;
overflow:auto;
}
header {
display:block;
position:fixed;
margin-top:50px;
top:0;
left:-550px;
max-width:170px;
}
.loading {
margin-top:18px;
display:none;
}
article {
clear:both;
padding-top:50px;
display:block;
overflow:auto;
}
article + article {
margin-top:118px;
}
.image {
}
.image img {
max-width:850px;
}
.description {
margin-top:18px;
clear:both;
width:425px;
}
.nav {
display:none;
}
.dump {
display:none;
opacity:0;
position:absolute;
top:-999px;
left:-999px;
height:1px;
width:1px;
}