reset.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  2. a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
  3. small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
  4. fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
  5. article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
  6. time, mark, audio, video, input {
  7. margin: 0;
  8. padding: 0;
  9. border: none;
  10. outline: 0;
  11. font-size: 100%;
  12. font: inherit;
  13. vertical-align: baseline;
  14. }
  15. html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  16. -webkit-text-size-adjust: none;
  17. }
  18. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  19. display: block;
  20. }
  21. body {
  22. font-family: arial, sans-serif;
  23. }
  24. ol, ul {
  25. list-style: none;
  26. }
  27. blockquote, q {
  28. quotes: none;
  29. }
  30. blockquote:before, blockquote:after, q:before, q:after {
  31. content: '';
  32. content: none;
  33. }
  34. ins {
  35. text-decoration: none;
  36. }
  37. del {
  38. text-decoration: line-through;
  39. }
  40. table {
  41. border-collapse: collapse;
  42. border-spacing: 0;
  43. }