rerset.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. html,
  2. body,
  3. div,
  4. span,
  5. object,
  6. iframe,
  7. h1,
  8. h2,
  9. h3,
  10. h4,
  11. h5,
  12. h6,
  13. p,
  14. blockquote,
  15. pre,
  16. abbr,
  17. address,
  18. cite,
  19. code,
  20. del,
  21. dfn,
  22. em,
  23. img,
  24. ins,
  25. kbd,
  26. q,
  27. samp,
  28. small,
  29. strong,
  30. sub,
  31. sup,
  32. var,
  33. b,
  34. i,
  35. dl,
  36. dt,
  37. dd,
  38. ol,
  39. ul,
  40. li,
  41. fieldset,
  42. form,
  43. label,
  44. legend,
  45. table,
  46. caption,
  47. tbody,
  48. tfoot,
  49. thead,
  50. tr,
  51. th,
  52. td,
  53. article,
  54. aside,
  55. canvas,
  56. details,
  57. figcaption,
  58. figure,
  59. footer,
  60. header,
  61. hgroup,
  62. menu,
  63. nav,
  64. section,
  65. summary,
  66. time,
  67. mark,
  68. audio,
  69. video {
  70. margin: 0;
  71. padding: 0;
  72. border: 0;
  73. outline: 0;
  74. font-size: 100%;
  75. vertical-align: baseline;
  76. background: transparent;
  77. box-sizing: border-box;
  78. }
  79. body {
  80. line-height: 1
  81. }
  82. :focus {
  83. outline: 1
  84. }
  85. article,
  86. aside,
  87. canvas,
  88. details,
  89. figcaption,
  90. figure,
  91. footer,
  92. header,
  93. hgroup,
  94. menu,
  95. nav,
  96. section,
  97. summary {
  98. display: block
  99. }
  100. ul {
  101. list-style: none
  102. }
  103. blockquote,
  104. q {
  105. quotes: none
  106. }
  107. blockquote:before,
  108. blockquote:after,
  109. q:before,
  110. q:after {
  111. content: '';
  112. content: none
  113. }
  114. a {
  115. margin: 0;
  116. padding: 0;
  117. border: 0;
  118. font-size: 100%;
  119. vertical-align: baseline;
  120. background: transparent;
  121. text-decoration: none;
  122. color: black
  123. }
  124. ins {
  125. background-color: #ff9;
  126. color: #000;
  127. text-decoration: none
  128. }
  129. mark {
  130. background-color: #ff9;
  131. color: #000;
  132. font-style: italic;
  133. font-weight: bold
  134. }
  135. del {
  136. text-decoration: line-through
  137. }
  138. abbr[title],
  139. dfn[title] {
  140. border-bottom: 1px dotted #000;
  141. cursor: help
  142. }
  143. table {
  144. border-collapse: collapse;
  145. border-spacing: 0
  146. }
  147. hr {
  148. display: block;
  149. height: 1px;
  150. border: 0;
  151. border-top: 1px solid #cccccc;
  152. margin: 1em 0;
  153. padding: 0
  154. }
  155. input,
  156. select {
  157. vertical-align: middle
  158. }
  159. html,
  160. body,
  161. div,
  162. span,
  163. object,
  164. iframe,
  165. h1,
  166. h2,
  167. h3,
  168. h4,
  169. h5,
  170. h6,
  171. p,
  172. blockquote,
  173. pre,
  174. abbr,
  175. address,
  176. cite,
  177. code,
  178. del,
  179. dfn,
  180. em,
  181. img,
  182. ins,
  183. kbd,
  184. q,
  185. samp,
  186. small,
  187. strong,
  188. sub,
  189. sup,
  190. var,
  191. b,
  192. i,
  193. dl,
  194. dt,
  195. dd,
  196. ol,
  197. ul,
  198. li,
  199. fieldset,
  200. form,
  201. label,
  202. legend,
  203. table,
  204. caption,
  205. tbody,
  206. tfoot,
  207. thead,
  208. tr,
  209. th,
  210. td,
  211. article,
  212. aside,
  213. canvas,
  214. details,
  215. figcaption,
  216. figure,
  217. footer,
  218. header,
  219. hgroup,
  220. menu,
  221. nav,
  222. section,
  223. summary,
  224. time,
  225. mark,
  226. audio,
  227. video {
  228. margin: 0;
  229. padding: 0;
  230. border: 0;
  231. outline: 0;
  232. font-size: 100%;
  233. vertical-align: baseline;
  234. background: transparent
  235. }
  236. a {
  237. text-decoration: none;
  238. color: black
  239. }
  240. body {
  241. line-height: 1
  242. }
  243. :focus {
  244. outline: 1
  245. }
  246. article,
  247. aside,
  248. canvas,
  249. details,
  250. figcaption,
  251. figure,
  252. footer,
  253. header,
  254. hgroup,
  255. menu,
  256. nav,
  257. section,
  258. summary {
  259. display: block
  260. }
  261. ul {
  262. list-style: none
  263. }
  264. blockquote,
  265. q {
  266. quotes: none
  267. }
  268. blockquote:before,
  269. blockquote:after,
  270. q:before,
  271. q:after {
  272. content: '';
  273. content: none
  274. }
  275. a {
  276. margin: 0;
  277. padding: 0;
  278. border: 0;
  279. font-size: 100%;
  280. vertical-align: baseline;
  281. background: transparent
  282. }
  283. ins {
  284. background-color: #ff9;
  285. color: #000;
  286. text-decoration: none
  287. }
  288. mark {
  289. background-color: #ff9;
  290. color: #000;
  291. font-style: italic;
  292. font-weight: bold
  293. }
  294. del {
  295. text-decoration: line-through
  296. }
  297. abbr[title],
  298. dfn[title] {
  299. border-bottom: 1px dotted #000;
  300. cursor: help
  301. }
  302. table {
  303. border-collapse: collapse;
  304. border-spacing: 0
  305. }
  306. hr {
  307. display: block;
  308. height: 1px;
  309. border: 0;
  310. border-top: 1px solid #cccccc;
  311. margin: 1em 0;
  312. padding: 0
  313. }
  314. input,
  315. select {
  316. vertical-align: middle
  317. }