normelize.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  2. /* Document
  3. ========================================================================== */
  4. /**
  5. * 1. Correct the line height in all browsers.
  6. * 2. Prevent adjustments of font size after orientation changes in iOS.
  7. */
  8. html {
  9. margin: 0;
  10. padding: 0;
  11. line-height: 1.15; /* 1 */
  12. -webkit-text-size-adjust: 100%; /* 2 */
  13. }
  14. /* Sections
  15. ========================================================================== */
  16. /**
  17. * Remove the margin in all browsers.
  18. */
  19. body {
  20. margin: 0;
  21. padding: 0;
  22. }
  23. /**
  24. * Render the `main` element consistently in IE.
  25. */
  26. main {
  27. display: block;
  28. }
  29. /**
  30. * Correct the font size and margin on `h1` elements within `section` and
  31. * `article` contexts in Chrome, Firefox, and Safari.
  32. */
  33. h1 {
  34. font-size: 2em;
  35. margin:0;
  36. }
  37. /* Grouping content
  38. ========================================================================== */
  39. /**
  40. * 1. Add the correct box sizing in Firefox.
  41. * 2. Show the overflow in Edge and IE.
  42. */
  43. hr {
  44. -webkit-box-sizing: content-box;
  45. box-sizing: content-box; /* 1 */
  46. height: 0; /* 1 */
  47. overflow: visible; /* 2 */
  48. }
  49. /**
  50. * 1. Correct the inheritance and scaling of font size in all browsers.
  51. * 2. Correct the odd `em` font sizing in all browsers.
  52. */
  53. pre {
  54. font-family: monospace, monospace; /* 1 */
  55. font-size: 1em; /* 2 */
  56. }
  57. /* Text-level semantics
  58. ========================================================================== */
  59. /**
  60. * Remove the gray background on active links in IE 10.
  61. */
  62. ul{
  63. list-style: none;
  64. }
  65. a {
  66. background-color: transparent;
  67. color: black;
  68. text-decoration: none;
  69. }
  70. /**
  71. * 1. Remove the bottom border in Chrome 57-
  72. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  73. */
  74. abbr[title] {
  75. border-bottom: none; /* 1 */
  76. text-decoration: underline; /* 2 */
  77. -webkit-text-decoration: underline dotted;
  78. text-decoration: underline dotted; /* 2 */
  79. }
  80. /**
  81. * Add the correct font weight in Chrome, Edge, and Safari.
  82. */
  83. b,
  84. strong {
  85. font-weight: bolder;
  86. }
  87. /**
  88. * 1. Correct the inheritance and scaling of font size in all browsers.
  89. * 2. Correct the odd `em` font sizing in all browsers.
  90. */
  91. code,
  92. kbd,
  93. samp {
  94. font-family: monospace, monospace; /* 1 */
  95. font-size: 1em; /* 2 */
  96. }
  97. /**
  98. * Add the correct font size in all browsers.
  99. */
  100. small {
  101. font-size: 80%;
  102. }
  103. /**
  104. * Prevent `sub` and `sup` elements from affecting the line height in
  105. * all browsers.
  106. */
  107. sub,
  108. sup {
  109. font-size: 75%;
  110. line-height: 0;
  111. position: relative;
  112. vertical-align: baseline;
  113. }
  114. sub {
  115. bottom: -0.25em;
  116. }
  117. sup {
  118. top: -0.5em;
  119. }
  120. /* Embedded content
  121. ========================================================================== */
  122. /**
  123. * Remove the border on images inside links in IE 10.
  124. */
  125. img {
  126. border-style: none;
  127. }
  128. /* Forms
  129. ========================================================================== */
  130. /**
  131. * 1. Change the font styles in all browsers.
  132. * 2. Remove the margin in Firefox and Safari.
  133. */
  134. button,
  135. input,
  136. optgroup,
  137. select,
  138. textarea {
  139. font-family: inherit; /* 1 */
  140. font-size: 100%; /* 1 */
  141. line-height: 1.15; /* 1 */
  142. margin: 0; /* 2 */
  143. }
  144. /**
  145. * Show the overflow in IE.
  146. * 1. Show the overflow in Edge.
  147. */
  148. button,
  149. input { /* 1 */
  150. overflow: visible;
  151. }
  152. /**
  153. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  154. * 1. Remove the inheritance of text transform in Firefox.
  155. */
  156. button,
  157. select { /* 1 */
  158. text-transform: none;
  159. }
  160. /**
  161. * Correct the inability to style clickable types in iOS and Safari.
  162. */
  163. button,
  164. [type="button"],
  165. [type="reset"],
  166. [type="submit"] {
  167. -webkit-appearance: button;
  168. }
  169. /**
  170. * Remove the inner border and padding in Firefox.
  171. */
  172. button::-moz-focus-inner,
  173. [type="button"]::-moz-focus-inner,
  174. [type="reset"]::-moz-focus-inner,
  175. [type="submit"]::-moz-focus-inner {
  176. border-style: none;
  177. padding: 0;
  178. }
  179. /**
  180. * Restore the focus styles unset by the previous rule.
  181. */
  182. button:-moz-focusring,
  183. [type="button"]:-moz-focusring,
  184. [type="reset"]:-moz-focusring,
  185. [type="submit"]:-moz-focusring {
  186. outline: 1px dotted ButtonText;
  187. }
  188. /**
  189. * Correct the padding in Firefox.
  190. */
  191. fieldset {
  192. padding: 0.35em 0.75em 0.625em;
  193. }
  194. /**
  195. * 1. Correct the text wrapping in Edge and IE.
  196. * 2. Correct the color inheritance from `fieldset` elements in IE.
  197. * 3. Remove the padding so developers are not caught out when they zero out
  198. * `fieldset` elements in all browsers.
  199. */
  200. legend {
  201. -webkit-box-sizing: border-box;
  202. box-sizing: border-box; /* 1 */
  203. color: inherit; /* 2 */
  204. display: table; /* 1 */
  205. max-width: 100%; /* 1 */
  206. padding: 0; /* 3 */
  207. white-space: normal; /* 1 */
  208. }
  209. /**
  210. * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  211. */
  212. progress {
  213. vertical-align: baseline;
  214. }
  215. /**
  216. * Remove the default vertical scrollbar in IE 10+.
  217. */
  218. textarea {
  219. overflow: auto;
  220. }
  221. /**
  222. * 1. Add the correct box sizing in IE 10.
  223. * 2. Remove the padding in IE 10.
  224. */
  225. [type="checkbox"],
  226. [type="radio"] {
  227. -webkit-box-sizing: border-box;
  228. box-sizing: border-box; /* 1 */
  229. padding: 0; /* 2 */
  230. }
  231. /**
  232. * Correct the cursor style of increment and decrement buttons in Chrome.
  233. */
  234. [type="number"]::-webkit-inner-spin-button,
  235. [type="number"]::-webkit-outer-spin-button {
  236. height: auto;
  237. }
  238. /**
  239. * 1. Correct the odd appearance in Chrome and Safari.
  240. * 2. Correct the outline style in Safari.
  241. */
  242. [type="search"] {
  243. -webkit-appearance: textfield; /* 1 */
  244. outline-offset: -2px; /* 2 */
  245. }
  246. /**
  247. * Remove the inner padding in Chrome and Safari on macOS.
  248. */
  249. [type="search"]::-webkit-search-decoration {
  250. -webkit-appearance: none;
  251. }
  252. /**
  253. * 1. Correct the inability to style clickable types in iOS and Safari.
  254. * 2. Change font properties to `inherit` in Safari.
  255. */
  256. ::-webkit-file-upload-button {
  257. -webkit-appearance: button; /* 1 */
  258. font: inherit; /* 2 */
  259. }
  260. /* Interactive
  261. ========================================================================== */
  262. /*
  263. * Add the correct display in Edge, IE 10+, and Firefox.
  264. */
  265. details {
  266. display: block;
  267. }
  268. /*
  269. * Add the correct display in all browsers.
  270. */
  271. summary {
  272. display: list-item;
  273. }
  274. /* Misc
  275. ========================================================================== */
  276. /**
  277. * Add the correct display in IE 10+.
  278. */
  279. template {
  280. display: none;
  281. }
  282. /**
  283. * Add the correct display in IE 10.
  284. */
  285. [hidden] {
  286. display: none;
  287. }