Advertisement
Guest User

reset.css

a guest
Feb 16th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.06 KB | None | 0 0
  1. html, body, div, span, applet, object, iframe,
  2. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  3. a, abbr, acronym, address, big, cite, code,
  4. del, dfn, em, img, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var, u, i, center,
  6. dl, dt, dd, ol, ul, li,
  7. fieldset, form, label, legend,
  8. table, caption, tbody, tfoot, thead, tr, th, td,
  9. article, aside, canvas, details, embed,
  10. figure, figcaption, footer, header, hgroup,
  11. menu, nav, output, ruby, section, summary,
  12. time, mark, audio, video {
  13.     margin: 0;
  14.     padding: 0;
  15.     border: 0;
  16.     font-size: 100%;
  17.     font: inherit;
  18.     vertical-align: baseline;
  19. }
  20. a
  21. {
  22.                 text-decoration: none;
  23.                 color: #666666;
  24. }
  25. /* HTML5 display-role reset for older browsers */
  26. article, aside, details, figcaption, figure,
  27. footer, header, hgroup, menu, nav, section {
  28.     display: block;
  29. }
  30. body {
  31.     line-height: 1;
  32. }
  33. ol, ul {
  34.     list-style: none;
  35. }
  36. blockquote, q {
  37.     quotes: none;
  38. }
  39. blockquote:before, blockquote:after,
  40. q:before, q:after {
  41.     content: '';
  42.     content: none;
  43. }
  44. table {
  45.     border-collapse: collapse;
  46.     border-spacing: 0;
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement