bootstrap-reboot.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. /*!
  2. * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
  3. * Copyright 2011-2018 The Bootstrap Authors
  4. * Copyright 2011-2018 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  6. * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
  7. */
  8. *,
  9. *::before,
  10. *::after {
  11. box-sizing: border-box;
  12. }
  13. html {
  14. font-family: sans-serif;
  15. line-height: 1.15;
  16. -webkit-text-size-adjust: 100%;
  17. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  18. }
  19. article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  20. display: block;
  21. }
  22. body {
  23. margin: 0;
  24. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  25. font-size: 1rem;
  26. font-weight: 400;
  27. line-height: 1.5;
  28. color: #212529;
  29. text-align: left;
  30. background-color: #fff;
  31. }
  32. [tabindex="-1"]:focus {
  33. outline: 0 !important;
  34. }
  35. hr {
  36. box-sizing: content-box;
  37. height: 0;
  38. overflow: visible;
  39. }
  40. h1, h2, h3, h4, h5, h6 {
  41. margin-top: 0;
  42. margin-bottom: 0.5rem;
  43. }
  44. p {
  45. margin-top: 0;
  46. margin-bottom: 1rem;
  47. }
  48. abbr[title],
  49. abbr[data-original-title] {
  50. text-decoration: underline;
  51. -webkit-text-decoration: underline dotted;
  52. text-decoration: underline dotted;
  53. cursor: help;
  54. border-bottom: 0;
  55. text-decoration-skip-ink: none;
  56. }
  57. address {
  58. margin-bottom: 1rem;
  59. font-style: normal;
  60. line-height: inherit;
  61. }
  62. ol,
  63. ul,
  64. dl {
  65. margin-top: 0;
  66. margin-bottom: 1rem;
  67. }
  68. ol ol,
  69. ul ul,
  70. ol ul,
  71. ul ol {
  72. margin-bottom: 0;
  73. }
  74. dt {
  75. font-weight: 700;
  76. }
  77. dd {
  78. margin-bottom: .5rem;
  79. margin-left: 0;
  80. }
  81. blockquote {
  82. margin: 0 0 1rem;
  83. }
  84. b,
  85. strong {
  86. font-weight: bolder;
  87. }
  88. small {
  89. font-size: 80%;
  90. }
  91. sub,
  92. sup {
  93. position: relative;
  94. font-size: 75%;
  95. line-height: 0;
  96. vertical-align: baseline;
  97. }
  98. sub {
  99. bottom: -.25em;
  100. }
  101. sup {
  102. top: -.5em;
  103. }
  104. a {
  105. color: #007bff;
  106. text-decoration: none;
  107. background-color: transparent;
  108. }
  109. a:hover {
  110. color: #0056b3;
  111. text-decoration: underline;
  112. }
  113. a:not([href]):not([tabindex]) {
  114. color: inherit;
  115. text-decoration: none;
  116. }
  117. a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  118. color: inherit;
  119. text-decoration: none;
  120. }
  121. a:not([href]):not([tabindex]):focus {
  122. outline: 0;
  123. }
  124. pre,
  125. code,
  126. kbd,
  127. samp {
  128. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  129. font-size: 1em;
  130. }
  131. pre {
  132. margin-top: 0;
  133. margin-bottom: 1rem;
  134. overflow: auto;
  135. }
  136. figure {
  137. margin: 0 0 1rem;
  138. }
  139. img {
  140. vertical-align: middle;
  141. border-style: none;
  142. }
  143. svg {
  144. overflow: hidden;
  145. vertical-align: middle;
  146. }
  147. table {
  148. border-collapse: collapse;
  149. }
  150. caption {
  151. padding-top: 0.75rem;
  152. padding-bottom: 0.75rem;
  153. color: #6c757d;
  154. text-align: left;
  155. caption-side: bottom;
  156. }
  157. th {
  158. text-align: inherit;
  159. }
  160. label {
  161. display: inline-block;
  162. margin-bottom: 0.5rem;
  163. }
  164. button {
  165. border-radius: 0;
  166. }
  167. button:focus {
  168. outline: 1px dotted;
  169. outline: 5px auto -webkit-focus-ring-color;
  170. }
  171. input,
  172. button,
  173. select,
  174. optgroup,
  175. textarea {
  176. margin: 0;
  177. font-family: inherit;
  178. font-size: inherit;
  179. line-height: inherit;
  180. }
  181. button,
  182. input {
  183. overflow: visible;
  184. }
  185. button,
  186. select {
  187. text-transform: none;
  188. }
  189. button,
  190. [type="button"],
  191. [type="reset"],
  192. [type="submit"] {
  193. -webkit-appearance: button;
  194. }
  195. button::-moz-focus-inner,
  196. [type="button"]::-moz-focus-inner,
  197. [type="reset"]::-moz-focus-inner,
  198. [type="submit"]::-moz-focus-inner {
  199. padding: 0;
  200. border-style: none;
  201. }
  202. input[type="radio"],
  203. input[type="checkbox"] {
  204. box-sizing: border-box;
  205. padding: 0;
  206. }
  207. input[type="date"],
  208. input[type="time"],
  209. input[type="datetime-local"],
  210. input[type="month"] {
  211. -webkit-appearance: listbox;
  212. }
  213. textarea {
  214. overflow: auto;
  215. resize: vertical;
  216. }
  217. fieldset {
  218. min-width: 0;
  219. padding: 0;
  220. margin: 0;
  221. border: 0;
  222. }
  223. legend {
  224. display: block;
  225. width: 100%;
  226. max-width: 100%;
  227. padding: 0;
  228. margin-bottom: .5rem;
  229. font-size: 1.5rem;
  230. line-height: inherit;
  231. color: inherit;
  232. white-space: normal;
  233. }
  234. progress {
  235. vertical-align: baseline;
  236. }
  237. [type="number"]::-webkit-inner-spin-button,
  238. [type="number"]::-webkit-outer-spin-button {
  239. height: auto;
  240. }
  241. [type="search"] {
  242. outline-offset: -2px;
  243. -webkit-appearance: none;
  244. }
  245. [type="search"]::-webkit-search-decoration {
  246. -webkit-appearance: none;
  247. }
  248. ::-webkit-file-upload-button {
  249. font: inherit;
  250. -webkit-appearance: button;
  251. }
  252. output {
  253. display: inline-block;
  254. }
  255. summary {
  256. display: list-item;
  257. cursor: pointer;
  258. }
  259. template {
  260. display: none;
  261. }
  262. [hidden] {
  263. display: none !important;
  264. }
  265. /*# sourceMappingURL=bootstrap-reboot.css.map */