reset.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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,
  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. article, aside, canvas, details, embed,
  11. figure, figcaption, footer, header, hgroup,
  12. menu, nav, output, ruby, section, summary,
  13. time, mark, audio, video {
  14. margin: 0;
  15. padding: 0;
  16. border: 0;
  17. font-size: 100%;
  18. font: inherit;
  19. vertical-align: baseline;
  20. }
  21. article, aside, details, figcaption, figure,
  22. footer, header, hgroup, menu, nav, section {
  23. display: block;
  24. }
  25. body {
  26. line-height: 1;
  27. -webkit-font-smoothing: antialiased;
  28. -moz-osx-font-smoothing: antialiased;
  29. }
  30. blockquote, q {
  31. quotes: none;
  32. }
  33. a {
  34. text-decoration: none;
  35. }
  36. blockquote:before, blockquote:after,
  37. q:before, q:after {
  38. content: '';
  39. content: none;
  40. }
  41. button {
  42. background: transparent;
  43. border-radius: 0;
  44. border: 0;
  45. padding: 0;
  46. -webkit-appearance: none;
  47. -webkit-border-radius: 0;
  48. user-select: none;
  49. }
  50. button:focus {
  51. outline: 0 none;
  52. }
  53. button::-moz-focus-inner {
  54. padding: 0;
  55. border: 0;
  56. }
  57. table {
  58. border-collapse: collapse;
  59. border-spacing: 0;
  60. }