reset2.css 839 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. b, u, i, center,
  7. dl, dt, dd, ol, ul, li,
  8. fieldset, form, label, legend,
  9. table, caption, tbody, tfoot, thead, tr, th, td {
  10. margin: 0;
  11. padding: 0;
  12. border: 0;
  13. outline: 0;
  14. font-size: 100%;
  15. vertical-align: baseline;
  16. background: transparent;
  17. }
  18. body {
  19. line-height: 1;
  20. }
  21. ol, ul {
  22. list-style: none;
  23. }
  24. blockquote, q {
  25. quotes: none;
  26. }
  27. /* remember to define focus styles! */
  28. :focus {
  29. outline: 0;
  30. }
  31. /* remember to highlight inserts somehow! */
  32. ins {
  33. text-decoration: none;
  34. }
  35. del {
  36. text-decoration: line-through;
  37. }
  38. /* tables still need 'cellspacing="0"' in the markup */
  39. table {
  40. border-collapse: collapse;
  41. border-spacing: 0;
  42. }