public.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. /*! normalize.css v1.1.2 | MIT License | git.io/normalize */
  2. article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  3. display: block
  4. }
  5. audio,canvas,video {
  6. display: inline-block;
  7. *display: inline;
  8. *zoom: 1
  9. }
  10. audio:not([controls]) {
  11. display: none;
  12. height: 0
  13. }[hidden] {
  14. display: none
  15. }
  16. html {
  17. font-size: 100%;
  18. -ms-text-size-adjust: 100%;
  19. -webkit-text-size-adjust: 100%
  20. }
  21. html,button,input,select,textarea {
  22. font-family: sans-serif
  23. }
  24. body {
  25. margin: 0
  26. }
  27. a:focus {
  28. outline: thin dotted
  29. }
  30. a:active,a:hover {
  31. outline: 0
  32. }
  33. h1 {
  34. font-size: 2em;
  35. margin: .67em 0
  36. }
  37. h2 {
  38. font-size: 1.5em;
  39. margin: .83em 0
  40. }
  41. h3 {
  42. font-size: 1.17em;
  43. margin: 1em 0
  44. }
  45. h4 {
  46. font-size: 1em;
  47. margin: 1.33em 0
  48. }
  49. h5 {
  50. font-size: .83em;
  51. margin: 1.67em 0
  52. }
  53. h6 {
  54. font-size: .67em;
  55. margin: 2.33em 0
  56. }
  57. abbr[title] {
  58. border-bottom: 1px dotted
  59. }
  60. b,strong {
  61. font-weight: bold
  62. }
  63. blockquote {
  64. margin: 1em 40px
  65. }
  66. dfn {
  67. font-style: italic
  68. }
  69. hr {
  70. -moz-box-sizing: content-box;
  71. box-sizing: content-box;
  72. height: 0
  73. }
  74. mark {
  75. background: #ff0;
  76. color: #000
  77. }
  78. p,pre {
  79. margin: 1em 0
  80. }
  81. code,kbd,pre,samp {
  82. font-family: monospace,serif;
  83. _font-family: 'courier new',monospace;
  84. font-size: 1em
  85. }
  86. pre {
  87. white-space: pre;
  88. white-space: pre-wrap;
  89. word-wrap: break-word
  90. }
  91. q {
  92. quotes: none
  93. }
  94. q:before,q:after {
  95. content: '';
  96. content: none
  97. }
  98. small {
  99. font-size: 80%
  100. }
  101. sub,sup {
  102. font-size: 75%;
  103. line-height: 0;
  104. position: relative;
  105. vertical-align: baseline
  106. }
  107. sup {
  108. top: -0.5em
  109. }
  110. sub {
  111. bottom: -0.25em
  112. }
  113. dl,menu,ol,ul {
  114. margin: 1em 0
  115. }
  116. dd {
  117. margin: 0 0 0 40px
  118. }
  119. menu,ol,ul {
  120. padding: 0 0 0 40px
  121. }
  122. nav ul,nav ol {
  123. list-style: none;
  124. list-style-image: none
  125. }
  126. img {
  127. border: 0;
  128. -ms-interpolation-mode: bicubic
  129. }
  130. svg:not(:root) {
  131. overflow: hidden
  132. }
  133. figure {
  134. margin: 0
  135. }
  136. form {
  137. margin: 0
  138. }
  139. fieldset {
  140. border: 1px solid #c0c0c0;
  141. margin: 0 2px;
  142. padding: .35em .625em .75em
  143. }
  144. legend {
  145. border: 0;
  146. padding: 0;
  147. white-space: normal;
  148. *margin-left: -7px
  149. }
  150. button,input,select,textarea {
  151. font-size: 100%;
  152. margin: 0;
  153. vertical-align: baseline;
  154. *vertical-align: middle
  155. }
  156. button,input {
  157. line-height: normal
  158. }
  159. button,select {
  160. text-transform: none
  161. }
  162. button,html input[type="button"],input[type="reset"],input[type="submit"] {
  163. -webkit-appearance: button;
  164. cursor: pointer;
  165. *overflow: visible
  166. }
  167. button[disabled],html input[disabled] {
  168. cursor: default
  169. }
  170. input[type="checkbox"],input[type="radio"] {
  171. box-sizing: border-box;
  172. padding: 0;
  173. *height: 13px;
  174. *width: 13px
  175. }
  176. input[type="search"] {
  177. -webkit-appearance: textfield;
  178. -moz-box-sizing: content-box;
  179. -webkit-box-sizing: content-box;
  180. box-sizing: content-box
  181. }
  182. input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  183. -webkit-appearance: none
  184. }
  185. button::-moz-focus-inner,input::-moz-focus-inner {
  186. border: 0;
  187. padding: 0
  188. }
  189. textarea {
  190. overflow: auto;
  191. vertical-align: top
  192. }
  193. table {
  194. border-collapse: collapse;
  195. border-spacing: 0
  196. }