Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 19th, 2012  |  syntax: None  |  size: 1.50 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /*
  2. Reset and Clear
  3. */
  4.  
  5. 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;}
  6. div.clear{clear:both;line-height:0;height:0;font-size:0;border:0;margin:0;padding:0;}
  7.  
  8. /*
  9. General
  10. */
  11.  
  12. html {
  13.         width:100%;
  14.         height:100%;
  15. }
  16.  
  17. body {
  18.         margin:0;
  19.         background:#fff;
  20.         font-family:'Inconsolata', Arial, Helvetica, sans-serif;
  21.         font-size:13px;
  22.         line-height:18px;
  23.         color:#333;
  24.         min-height:2400px;
  25. }
  26.  
  27. a {
  28.         color:#0051fa;
  29.         text-decoration:none;
  30. }
  31.  
  32. a:hover {
  33.         color:#333;
  34.         text-decoration:none;
  35. }
  36.  
  37. img {
  38.         display:block;
  39. }
  40.  
  41. h1, h2 {
  42.         font-size:inherit;
  43.         font-weight:normal;
  44. }
  45.  
  46. h1 + h2 {
  47.         margin-top:18px;
  48. }
  49.  
  50. /*
  51. Layout
  52. */
  53.  
  54. section {
  55.         display:block;
  56.         width:850px;
  57.         margin:0 auto;
  58.         overflow:auto;
  59. }
  60.  
  61. header {
  62.         display:block;
  63.         position:fixed;
  64.         margin-top:50px;
  65.         top:0;
  66.         left:-550px;
  67.         max-width:170px;
  68. }
  69.  
  70. .loading {
  71.         margin-top:18px;
  72.         display:none;
  73. }
  74.  
  75. article {
  76.         clear:both;
  77.         padding-top:50px;
  78.         display:block;
  79.         overflow:auto;
  80. }
  81.  
  82. article + article {
  83.         margin-top:118px;
  84. }
  85.  
  86. .image {
  87.  
  88. }
  89.  
  90. .image img {
  91.         max-width:850px;
  92. }
  93.  
  94. .description {
  95.         margin-top:18px;
  96.         clear:both;
  97.         width:425px;
  98. }
  99.  
  100. .nav {
  101.         display:none;
  102. }
  103.  
  104. .dump {
  105.         display:none;
  106.         opacity:0;
  107.         position:absolute;
  108.         top:-999px;
  109.         left:-999px;
  110.         height:1px;
  111.         width:1px;
  112. }