You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
707 B

2 years ago
  1. body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, article, .article, fieldset, input, textarea, p, blockquote, a, th, td {
  2. margin: 0;
  3. padding: 0;
  4. -webkit-box-sizing: border-box;
  5. -moz-box-sizing: border-box;
  6. box-sizing: border-box;
  7. }
  8. table {
  9. border-collapse: collapse;
  10. border-spacing: 0;
  11. }
  12. fieldset, img {
  13. border: 0;
  14. vertical-align: middle;
  15. }
  16. address, caption, cite, code, dfn, em, th, var {
  17. font-style: normal;
  18. font-weight: normal;
  19. }
  20. b {
  21. font-weight: bold;
  22. }
  23. ol, ul {
  24. list-style: none;
  25. }
  26. caption {
  27. text-align: left;
  28. }
  29. /*h1, h2, h3, h4, h5, h6 {
  30. font-size:100%;
  31. font-weight:normal;
  32. }*/
  33. q:before, q:after {
  34. content: '';
  35. }
  36. abbr, acronym {
  37. border: 0;
  38. }