reset.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /* reset */
  2. html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
  3. header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
  4. table{border-collapse:collapse;border-spacing:0;}
  5. caption,th{text-align:left;font-weight:normal;}
  6. html,body,fieldset,img,iframe,abbr{border:0;}
  7. i,cite,em,var,address,dfn{font-style:normal;}
  8. [hidefocus],summary{outline:0;}
  9. li{list-style:none;}
  10. h1,h2,h3,h4,h5,h6,small{font-size:100%;}
  11. sup,sub{font-size:83%;}
  12. pre,code,kbd,samp{font-family:inherit;}
  13. q:before,q:after{content:none;}
  14. textarea{overflow:auto;resize:none;}
  15. label,summary{cursor:default;}
  16. a,button{cursor:pointer;}
  17. h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
  18. del,ins,u,s,a,a:hover{text-decoration:none;}
  19. body,textarea,input,button,select,keygen,legend{font:14px/1.14;outline:0;}
  20. body{background:#fff;}
  21. *{box-sizing: border-box}
  22. a{text-decoration: none;}
  23. html,body{
  24. width: 100%;
  25. height: 100%;
  26. }
  27. ::-webkit-scrollbar {
  28. width: 8px;
  29. height: 8px;
  30. }
  31. ::-webkit-scrollbar-thumb {
  32. height: 50px;
  33. background-color: #ddd;
  34. -webkit-border-radius: 4px;
  35. outline: 2px solid #fff;
  36. outline-offset: -2px;
  37. }
  38. ::-webkit-scrollbar-thumb:hover {
  39. height: 50px;
  40. background-color: #9f9f9f;
  41. -webkit-border-radius: 4px;
  42. }
  43. @font-face {
  44. font-family: d_icomoon;
  45. src: url(./fonts/d_icomoon.eot?33id3j);
  46. src: url(./fonts/d_icomoon.eot?33id3j#iefix) format("embedded-opentype"),url(./fonts/d_icomoon.ttf?33id3j) format("truetype"),url(./fonts/d_icomoon.woff?33id3j) format("woff"),url(./fonts/d_icomoon.svg?33id3j#d_icomoon) format("svg");
  47. font-weight: 400;
  48. font-style: normal
  49. }
  50. [class*=" icon-"],[class^=icon-] {
  51. font-family: d_icomoon!important;
  52. speak: none;
  53. font-style: normal;
  54. font-weight: 400;
  55. font-variant: normal;
  56. text-transform: none;
  57. line-height: 1;
  58. -webkit-font-smoothing: antialiased;
  59. -moz-osx-font-smoothing: grayscale
  60. }
  61. .desc-section pre,.releases-section .release-view .version-info .changelog .wrapper,body,html {
  62. font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif
  63. }
  64. .icon-loading:before {
  65. content: "\e64d"
  66. }
  67. .icon-android_store:before {
  68. content: "\e600"
  69. }
  70. .icon-android:before {
  71. content: "\e601"
  72. }
  73. .icon-icon_path:before {
  74. content: "\e602"
  75. }
  76. .icon-ios_store:before {
  77. content: "\e603"
  78. }
  79. .icon-ios:before {
  80. content: "\e604"
  81. }
  82. .icon-qrcode:before {
  83. content: "\e605"
  84. }
  85. .icon-brace-left:before {
  86. content: "\e613"
  87. }
  88. .icon-brace-right:before {
  89. content: "\e617"
  90. }
  91. .icon-comma-eye:before {
  92. content: "\e618"
  93. }
  94. .icon-mouth:before {
  95. content: "\e619"
  96. }
  97. .icon-upload:before {
  98. content: "\e631"
  99. }
  100. .icon-close:before {
  101. content: "\e63b"
  102. }
  103. .icon-Downloading:before {
  104. content: "\e900"
  105. }
  106. .icon-refresh:before {
  107. content: "\e901"
  108. }
  109. .icon-download:before {
  110. content: "\e902"
  111. }
  112. .icon-text:before {
  113. content: "\e922"
  114. }
  115. .icon-plus:before {
  116. content: "\e92b"
  117. }
  118. .icon-pdf:before {
  119. content: "\eadf"
  120. }