soyuka

reset.css

Apr 11th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.38 KB | None | 0 0
  1. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
  2. blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
  3. img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
  4. fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
  5. header, article, aside, footer, canvas, svg, details, embed, figure, figcaption, hgroup, menu, nav, output,
  6. section, summary, time, mark, audio, video {
  7.     margin: 0;
  8.     padding: 0;
  9.     border: 0;
  10.     outline: 0;
  11.     font-weight: inherit;
  12.     font-style: inherit;
  13.     font-size: 100%;
  14.     font-family: inherit;
  15.     vertical-align: baseline;
  16. }
  17. :focus {
  18.     outline: 0;
  19. }
  20. body {
  21.     line-height: 1;
  22.     color: black;
  23.     background: white;
  24. }
  25. ol, ul {
  26.    list-style: none;
  27. }
  28.  
  29. table {
  30.     border-collapse: collapse;
  31.     border-spacing: 0;
  32. }
  33. caption, th, td {
  34.     text-align: left;
  35.     font-weight: normal;
  36. }
  37. blockquote:before, blockquote:after,
  38. q:before, q:after {
  39.     content: "";
  40. }
  41. blockquote, q {
  42.     quotes: "" "";
  43. }
  44. a {
  45.     text-decoration: none;
  46.     cursor: pointer;
  47. }
  48. strong {
  49.     font-weight: bold;
  50. }
  51.  
  52. sub, sup {font-size: 75%; line-height: 0; position: relative;}
  53. sup {top: -0.5em;}
  54. sub {bottom: -0.25em;}
  55.  
  56. img,
  57. object,
  58. embed {max-width: 100%;}
  59.  
  60. label,
  61. input[type=button],
  62. input[type=submit],
  63. button {cursor: pointer;}
Advertisement
Add Comment
Please, Sign In to add comment