reset.scss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. body {
  2. font-family:arial,helvetica,sans-serif;
  3. font-size:13px;
  4. font-size-adjust:none;
  5. font-stretch:normal;
  6. font-style:normal;
  7. font-variant:normal;
  8. font-weight:normal;
  9. line-height:1.4;
  10. }
  11. body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
  12. margin:0;
  13. padding:0;
  14. }
  15. h1, h2, h3, h4, h5, h6 {
  16. font-size:100%;
  17. font-weight:normal;
  18. }
  19. table {
  20. font-size:inherit;
  21. }
  22. input, select {
  23. font-family:arial,helvetica,clean,sans-serif;
  24. font-size:100%;
  25. font-size-adjust:none;
  26. font-stretch:normal;
  27. font-style:normal;
  28. font-variant:normal;
  29. font-weight:normal;
  30. line-height:normal;
  31. }
  32. button {
  33. overflow:visible;
  34. }
  35. th, em, strong, b, address, cite {
  36. font-style:normal;
  37. font-weight:normal;
  38. }
  39. li {
  40. list-style-image:none;
  41. list-style-position:outside;
  42. list-style-type:none;
  43. }
  44. img, fieldset {
  45. border:0 none;
  46. }
  47. ins {
  48. text-decoration:none;
  49. }