reset.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* http://meyerweb.com/eric/tools/css/reset/ */
  2. /* v1.0 | 20080212 */
  3. html, body, div, span, applet, object, iframe,
  4. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  5. a, 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. caption, tbody, tfoot, thead,figure {
  12. margin: 0;
  13. padding: 0;
  14. border: 0;
  15. outline: 0;
  16. font-size: 100%;
  17. vertical-align: baseline;
  18. background: transparent;
  19. }
  20. body {
  21. line-height: 1;
  22. }
  23. ol, ul {
  24. list-style: none;
  25. }
  26. blockquote, q {
  27. quotes: none;
  28. }
  29. blockquote:before, blockquote:after,
  30. q:before, q:after {
  31. content: '';
  32. content: none;
  33. }
  34. /* remember to define focus styles! */
  35. :focus {
  36. outline: 0;
  37. }
  38. /* remember to highlight inserts somehow! */
  39. ins {
  40. text-decoration: none;
  41. }
  42. del {
  43. text-decoration: line-through;
  44. }
  45. /* tables still need 'cellspacing="0"' in the markup */
  46. /* table {
  47. border-collapse: collapse;
  48. border-spacing: 0;
  49. } */
  50. a {
  51. text-decoration: none;
  52. color: #303133;
  53. }