Share Pastebin
Guest
Public paste!

Thomas Misund

By: a guest | Sep 28th, 2009 | Syntax: CSS | Size: 3.42 KB | Hits: 201 | Expires: Never
Copy text to clipboard
  1. @charset "utf-8";
  2.  
  3. /******************************
  4.  *  iPublishTheme 1.0b Reset
  5.  *      Av Thomas Misund
  6.  * http://hemmeligadresse.com
  7.  *
  8.  *           Masse cred til
  9.  *             Eric Meyer
  10.  * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  11.  ******************************/
  12. body,a,a:hover, .wrapper,#header,#container,#container .wrapper,#main,#sidebar,#blog-logo,#navigation,#navigation a,#navigation a:hover, #navigation .current a,#navigation ul,#navigation ul li,#main .post,#main .page,hr.post-divider,hr.post-divider.nomargin,h2.entry-title,h1.entry-title,h1.page-title,h1.page-title,body.category h1.page-title,.entry-date,.entry-date .entry-month,.entry-date .entry-time,.entry-content,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content table th,.entry-content table td,.entry-content table th,.entry-content dt,.entry-content dd,.entry-meta,.entry-meta ul li,.entry-meta .sharethis a:hover, .entry-meta .sharethis a img,.post .more-link,.related,.related ul,.related ul li,.alignright,img.alignright,img.right,.alignleft,img.alignleft,img.left,.aligncenter,img.aligncenter,.img.center,.nomargin,img.nomargin,.img.nomargin,.navigation,.navigation .nav-next,.navigation .nav-previous,.navigation .nav-next,.navigation .nav-previous,.comment-header,#comments,.comment,.comment-author,.comment-content,.comment-meta,.comment-author,.comment-author a,.comment-permalink,.comment-permalink a,.comments li,.comments li,.comments li.alt,.comments li .unapproved,.comments li.bypostauthor,#commentform,#commentform span.required,#commentform .form-label,#commentform .form-input,#commentform .form-input input:focus, #commentform .form-textarea textarea:focus, #commentform .form-input input,#commentform .form-textarea textarea,#commentform .form-submit input#submit,#commentform .form-submit input#submit:active, #commentform #login,.sidebar h3,.sidebar ul ul,.sidebar input#s,.sidebar li,.sidebar li form,.sidebar ul ul,.sidebar ul ul li,.sidebar ul ul ul,.sidebar ul ul ul li,.sidebar #about,.sidebar #about .photo,.sidebar #about ul,.sidebar #about ul li,#footer,#footer h4,#footer .footerbox,#footer .footerbox ul li,#footer #footer-popular,.archive li,.entry-content p, .entry-content ul, .entry-content ol, .entry-content dl,.entry-content pre, .entry-content img, .entry-content table, .comment-content p, .footerbox p,.entry-content ul,.entry-content ol,.entry-content ul li, .entry-content ol li,.entry-content acronym, .entry-content abbr,.entry-content del,.entry-content pre, .entry-content code,.entry-content table,.entry-content table caption {
  13.     margin: 0;
  14.     padding: 0;
  15.     border: 0;
  16.     outline: 0;
  17.     font-weight: inherit;
  18.     font-style: inherit;
  19.     font-size: 100%;
  20.     font-family: inherit;
  21.     vertical-align: baseline;
  22.     background:none;
  23.     width:auto;
  24.     color:inherit;
  25.     float:none;
  26.     text-decoration:none;
  27. }
  28.  
  29. /* remember to define focus styles! */
  30. :focus {
  31.     outline: 0;
  32. }
  33. body {
  34.     line-height: 1;
  35.     color: black;
  36.     background: white;
  37. }
  38. ol, ul {
  39.     list-style: none;
  40. }
  41. /* tables still need 'cellspacing="0"' in the markup */
  42. table {
  43.     border-collapse: separate;
  44.     border-spacing: 0;
  45. }
  46. caption, th, td {
  47.     text-align: left;
  48.     font-weight: normal;
  49. }
  50. blockquote:before, blockquote:after,
  51. q:before, q:after {
  52.     content: "";
  53. }
  54. blockquote, q {
  55.     quotes: "" "";
  56. }
  57.  
  58. /*********
  59.  * Phew.
  60.  *********/