Advertisement
Guest User

reset.css

a guest
Jan 27th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 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, font, img, ins, kbd, q, s, samp,
  5. small, strike, strong, sub, sup, tt, var,
  6. dl, dt, dd, ol, ul, li,
  7. fieldset, form, label, legend,
  8. table, caption, tbody, tfoot, thead, tr, th, td {
  9. margin: 0;
  10. padding: 0;
  11. border: 0;
  12. outline: 0;
  13. font-weight: inherit;
  14. font-style: inherit;
  15. font-size: 100%;
  16. font-family: inherit;
  17. vertical-align: baseline;
  18.  
  19. }
  20. /* remember to define focus styles! */
  21. :focus {
  22. outline: 0;
  23. }
  24. body {
  25. line-height: 1;
  26. color: black;
  27. background: white;
  28. }
  29. ol, ul {
  30. list-style: none;
  31. }
  32. /* tables still need 'cellspacing="0"' in the markup */
  33. table {
  34. border-collapse: separate;
  35. border-spacing: 0;
  36. }
  37. caption, th, td {
  38. text-align: left;
  39. font-weight: normal;
  40. }
  41. blockquote:before, blockquote:after,
  42. q:before, q:after {
  43. content: "";
  44. }
  45. blockquote, q {
  46. quotes: "" "";
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement