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.

73 lines
1.4 KiB

8 months ago
  1. /* http://meyerweb.com/eric/tools/css/reset/
  2. v2.0 | 20110126
  3. License: none (public domain)
  4. */
  5. html, body, div, span, applet, object, iframe,
  6. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  7. a, abbr, acronym, address, big, cite, code,
  8. del, dfn, em, img, ins, kbd, q, s, samp,
  9. small, strike, strong, sub, sup, tt, var,
  10. b, u, i, center,
  11. dl, dt, dd, ol, ul, li,
  12. fieldset, form, label, legend,
  13. table, caption, tbody, tfoot, thead, tr, th, td,
  14. article, aside, canvas, details, embed,
  15. figure, figcaption, footer, header, hgroup,
  16. menu, nav, output, ruby, section, summary,
  17. time, mark, audio, video {
  18. margin: 0;
  19. padding: 0;
  20. border: 0;
  21. font-size: 100%;
  22. font: inherit;
  23. vertical-align: baseline;
  24. }
  25. html, body {
  26. height: 100%;
  27. }
  28. /* HTML5 display-role reset for older browsers */
  29. article, aside, details, figcaption, figure,
  30. footer, header, hgroup, menu, nav, section {
  31. display: block;
  32. }
  33. body {
  34. color: #656b79;
  35. line-height: 1;
  36. text-decoration: none;
  37. font-family: 微软雅黑, 黑体, Arial;
  38. }
  39. label, input {
  40. font-family: 微软雅黑, 黑体, Arial;
  41. }
  42. ol, ul {
  43. list-style: none;
  44. }
  45. blockquote, q {
  46. quotes: none;
  47. }
  48. blockquote:before, blockquote:after,
  49. q:before, q:after {
  50. content: '';
  51. content: none;
  52. }
  53. table {
  54. border-collapse: collapse;
  55. border-spacing: 0;
  56. }
  57. .mint-field div.mint-cell-title {
  58. width: 50px;
  59. }
  60. .mint-popup-right {
  61. top: 0 !important;
  62. transform: none !important;
  63. }