bootstrap-reboot.css 4.8 KB

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