style.css 947 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. }
  89. table {
  90. border-collapse: collapse;
  91. border-spacing: 0;
  92. }
  93. .clearfix {
  94. *zoom: 1;
  95. }
  96. .clearfix:before,
  97. .clearfix:after {
  98. display: table;
  99. line-height: 0;
  100. content: "";
  101. }
  102. .clearfix:after {
  103. clear: both;
  104. }