reset.css 874 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @charset "UTF-8";
  2. /* CSS Document */
  3. html, body, div, span, applet, object, iframe,
  4. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  5. abbr, acronym, address, big, cite, code,
  6. del, dfn, em, font, img, ins, kbd, q, s, samp,
  7. small, strike, strong, sub, sup, tt, var,
  8. b, u, i, center,
  9. dl, dt, dd, ol, ul, li,
  10. fieldset, form, label, legend,
  11. table, caption, tbody, tfoot, thead, tr, th, td {
  12. margin: 0;
  13. padding: 0;
  14. border: 0;
  15. outline: 0;
  16. font-size: 100%;
  17. font-weight: normal;
  18. vertical-align: baseline;
  19. background: transparent;
  20. }
  21. a {
  22. margin: 0;
  23. padding: 0;
  24. font-weight: normal;
  25. }
  26. body {
  27. line-height: 1;
  28. }
  29. ol, ul {
  30. list-style: none;
  31. }
  32. blockquote, q {
  33. quotes: none;
  34. }
  35. blockquote:before, blockquote:after,
  36. q:before, q:after {
  37. content: '';
  38. content: none;
  39. }
  40. /* tables still need 'cellspacing="0"' in the markup */
  41. table {
  42. border-collapse: collapse;
  43. border-spacing: 0;
  44. }