reset.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. input:hover, input:focus, a:hover, a:focus {
  22. background: none;
  23. outline: none;
  24. }
  25. a {
  26. margin: 0;
  27. padding: 0;
  28. font-weight: normal;
  29. }
  30. body {
  31. line-height: 1;
  32. }
  33. ol, ul {
  34. list-style: none;
  35. }
  36. blockquote, q {
  37. quotes: none;
  38. }
  39. blockquote:before, blockquote:after,
  40. q:before, q:after {
  41. content: '';
  42. content: none;
  43. }
  44. /* remember to define focus styles! */
  45. :focus {
  46. outline: 0;
  47. }
  48. /* tables still need 'cellspacing="0"' in the markup */
  49. table {
  50. border-collapse: collapse;
  51. border-spacing: 0;
  52. }