reset.css 742 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. body,
  2. h1,
  3. h2,
  4. h3,
  5. h4,
  6. h5,
  7. h6,
  8. hr,
  9. p,
  10. blockquote,
  11. dl,
  12. dt,
  13. dd,
  14. ul,
  15. ol,
  16. li,
  17. pre,
  18. form,
  19. fieldset,
  20. legend,
  21. button,
  22. input,
  23. textarea,
  24. th,
  25. td {
  26. margin: 0;
  27. padding: 0;
  28. }
  29. body,
  30. button,
  31. input,
  32. select,
  33. textarea {
  34. font: 12px/1.5tahoma, arial, \5b8b\4f53;
  35. }
  36. h1,
  37. h2,
  38. h3,
  39. h4,
  40. h5,
  41. h6 {
  42. font-size: 100%;
  43. }
  44. address,
  45. cite,
  46. dfn,
  47. em,
  48. var {
  49. font-style: normal;
  50. }
  51. code,
  52. kbd,
  53. pre,
  54. samp {
  55. font-family: couriernew, courier, monospace;
  56. }
  57. small {
  58. font-size: 12px;
  59. }
  60. ul,
  61. ol {
  62. list-style: none;
  63. }
  64. a {
  65. text-decoration: none;
  66. }
  67. a:hover {
  68. text-decoration: underline;
  69. }
  70. sup {
  71. vertical-align: text-top;
  72. }
  73. sub {
  74. vertical-align: text-bottom;
  75. }
  76. legend {
  77. color: #000;
  78. }
  79. fieldset,
  80. img {
  81. border: 0;
  82. }
  83. button,
  84. input,
  85. select,
  86. textarea {
  87. font-size: 100%;
  88. }