bootstrap-reboot.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459
  1. /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
  2. html {
  3. font-family: sans-serif;
  4. line-height: 1.15;
  5. -ms-text-size-adjust: 100%;
  6. -webkit-text-size-adjust: 100%;
  7. }
  8. body {
  9. margin: 0;
  10. }
  11. article,
  12. aside,
  13. footer,
  14. header,
  15. nav,
  16. section {
  17. display: block;
  18. }
  19. h1 {
  20. font-size: 2em;
  21. margin: 0.67em 0;
  22. }
  23. figcaption,
  24. figure,
  25. main {
  26. display: block;
  27. }
  28. figure {
  29. margin: 1em 40px;
  30. }
  31. hr {
  32. -webkit-box-sizing: content-box;
  33. box-sizing: content-box;
  34. height: 0;
  35. overflow: visible;
  36. }
  37. pre {
  38. font-family: monospace, monospace;
  39. font-size: 1em;
  40. }
  41. a {
  42. background-color: transparent;
  43. -webkit-text-decoration-skip: objects;
  44. }
  45. a:active,
  46. a:hover {
  47. outline-width: 0;
  48. }
  49. abbr[title] {
  50. border-bottom: none;
  51. text-decoration: underline;
  52. text-decoration: underline dotted;
  53. }
  54. b,
  55. strong {
  56. font-weight: inherit;
  57. }
  58. b,
  59. strong {
  60. font-weight: bolder;
  61. }
  62. code,
  63. kbd,
  64. samp {
  65. font-family: monospace, monospace;
  66. font-size: 1em;
  67. }
  68. dfn {
  69. font-style: italic;
  70. }
  71. mark {
  72. background-color: #ff0;
  73. color: #000;
  74. }
  75. small {
  76. font-size: 80%;
  77. }
  78. sub,
  79. sup {
  80. font-size: 75%;
  81. line-height: 0;
  82. position: relative;
  83. vertical-align: baseline;
  84. }
  85. sub {
  86. bottom: -0.25em;
  87. }
  88. sup {
  89. top: -0.5em;
  90. }
  91. audio,
  92. video {
  93. display: inline-block;
  94. }
  95. audio:not([controls]) {
  96. display: none;
  97. height: 0;
  98. }
  99. img {
  100. border-style: none;
  101. }
  102. svg:not(:root) {
  103. overflow: hidden;
  104. }
  105. button,
  106. input,
  107. optgroup,
  108. select,
  109. textarea {
  110. font-family: sans-serif;
  111. font-size: 100%;
  112. line-height: 1.15;
  113. margin: 0;
  114. }
  115. button,
  116. input {
  117. overflow: visible;
  118. }
  119. button,
  120. select {
  121. text-transform: none;
  122. }
  123. button,
  124. html [type="button"],
  125. [type="reset"],
  126. [type="submit"] {
  127. -webkit-appearance: button;
  128. }
  129. button::-moz-focus-inner,
  130. [type="button"]::-moz-focus-inner,
  131. [type="reset"]::-moz-focus-inner,
  132. [type="submit"]::-moz-focus-inner {
  133. border-style: none;
  134. padding: 0;
  135. }
  136. button:-moz-focusring,
  137. [type="button"]:-moz-focusring,
  138. [type="reset"]:-moz-focusring,
  139. [type="submit"]:-moz-focusring {
  140. outline: 1px dotted ButtonText;
  141. }
  142. fieldset {
  143. border: 1px solid #c0c0c0;
  144. margin: 0 2px;
  145. padding: 0.35em 0.625em 0.75em;
  146. }
  147. legend {
  148. -webkit-box-sizing: border-box;
  149. box-sizing: border-box;
  150. color: inherit;
  151. display: table;
  152. max-width: 100%;
  153. padding: 0;
  154. white-space: normal;
  155. }
  156. progress {
  157. display: inline-block;
  158. vertical-align: baseline;
  159. }
  160. textarea {
  161. overflow: auto;
  162. }
  163. [type="checkbox"],
  164. [type="radio"] {
  165. -webkit-box-sizing: border-box;
  166. box-sizing: border-box;
  167. padding: 0;
  168. }
  169. [type="number"]::-webkit-inner-spin-button,
  170. [type="number"]::-webkit-outer-spin-button {
  171. height: auto;
  172. }
  173. [type="search"] {
  174. -webkit-appearance: textfield;
  175. outline-offset: -2px;
  176. }
  177. [type="search"]::-webkit-search-cancel-button,
  178. [type="search"]::-webkit-search-decoration {
  179. -webkit-appearance: none;
  180. }
  181. ::-webkit-file-upload-button {
  182. -webkit-appearance: button;
  183. font: inherit;
  184. }
  185. details,
  186. menu {
  187. display: block;
  188. }
  189. summary {
  190. display: list-item;
  191. }
  192. canvas {
  193. display: inline-block;
  194. }
  195. template {
  196. display: none;
  197. }
  198. [hidden] {
  199. display: none;
  200. }
  201. html {
  202. -webkit-box-sizing: border-box;
  203. box-sizing: border-box;
  204. }
  205. *,
  206. *::before,
  207. *::after {
  208. -webkit-box-sizing: inherit;
  209. box-sizing: inherit;
  210. }
  211. @-ms-viewport {
  212. width: device-width;
  213. }
  214. html {
  215. -ms-overflow-style: scrollbar;
  216. -webkit-tap-highlight-color: transparent;
  217. }
  218. body {
  219. font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  220. font-size: 1rem;
  221. font-weight: normal;
  222. line-height: 1.5;
  223. color: #292b2c;
  224. background-color: #fff;
  225. }
  226. [tabindex="-1"]:focus {
  227. outline: none !important;
  228. }
  229. h1, h2, h3, h4, h5, h6 {
  230. margin-top: 0;
  231. margin-bottom: .5rem;
  232. }
  233. p {
  234. margin-top: 0;
  235. margin-bottom: 1rem;
  236. }
  237. abbr[title],
  238. abbr[data-original-title] {
  239. cursor: help;
  240. }
  241. address {
  242. margin-bottom: 1rem;
  243. font-style: normal;
  244. line-height: inherit;
  245. }
  246. ol,
  247. ul,
  248. dl {
  249. margin-top: 0;
  250. margin-bottom: 1rem;
  251. }
  252. ol ol,
  253. ul ul,
  254. ol ul,
  255. ul ol {
  256. margin-bottom: 0;
  257. }
  258. dt {
  259. font-weight: bold;
  260. }
  261. dd {
  262. margin-bottom: .5rem;
  263. margin-left: 0;
  264. }
  265. blockquote {
  266. margin: 0 0 1rem;
  267. }
  268. a {
  269. color: #0275d8;
  270. text-decoration: none;
  271. }
  272. a:focus, a:hover {
  273. color: #014c8c;
  274. text-decoration: underline;
  275. }
  276. a:not([href]):not([tabindex]) {
  277. color: inherit;
  278. text-decoration: none;
  279. }
  280. a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  281. color: inherit;
  282. text-decoration: none;
  283. }
  284. a:not([href]):not([tabindex]):focus {
  285. outline: 0;
  286. }
  287. pre {
  288. margin-top: 0;
  289. margin-bottom: 1rem;
  290. overflow: auto;
  291. }
  292. figure {
  293. margin: 0 0 1rem;
  294. }
  295. img {
  296. vertical-align: middle;
  297. }
  298. [role="button"] {
  299. cursor: pointer;
  300. }
  301. a,
  302. area,
  303. button,
  304. [role="button"],
  305. input,
  306. label,
  307. select,
  308. summary,
  309. textarea {
  310. -ms-touch-action: manipulation;
  311. touch-action: manipulation;
  312. }
  313. table {
  314. border-collapse: collapse;
  315. background-color: transparent;
  316. }
  317. caption {
  318. padding-top: 0.75rem;
  319. padding-bottom: 0.75rem;
  320. color: #636c72;
  321. text-align: left;
  322. caption-side: bottom;
  323. }
  324. th {
  325. text-align: left;
  326. }
  327. label {
  328. display: inline-block;
  329. margin-bottom: .5rem;
  330. }
  331. button:focus {
  332. outline: 1px dotted;
  333. outline: 5px auto -webkit-focus-ring-color;
  334. }
  335. input,
  336. button,
  337. select,
  338. textarea {
  339. line-height: inherit;
  340. }
  341. input[type="radio"]:disabled,
  342. input[type="checkbox"]:disabled {
  343. cursor: not-allowed;
  344. }
  345. input[type="date"],
  346. input[type="time"],
  347. input[type="datetime-local"],
  348. input[type="month"] {
  349. -webkit-appearance: listbox;
  350. }
  351. textarea {
  352. resize: vertical;
  353. }
  354. fieldset {
  355. min-width: 0;
  356. padding: 0;
  357. margin: 0;
  358. border: 0;
  359. }
  360. legend {
  361. display: block;
  362. width: 100%;
  363. padding: 0;
  364. margin-bottom: .5rem;
  365. font-size: 1.5rem;
  366. line-height: inherit;
  367. }
  368. input[type="search"] {
  369. -webkit-appearance: none;
  370. }
  371. output {
  372. display: inline-block;
  373. }
  374. [hidden] {
  375. display: none !important;
  376. }
  377. /*# sourceMappingURL=bootstrap-reboot.css.map */