bootstrap-reboot.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. /*!
  2. * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
  3. * Copyright 2011-2021 The Bootstrap Authors
  4. * Copyright 2011-2021 Twitter, Inc.
  5. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/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. @media (prefers-reduced-motion: no-preference) {
  14. :root {
  15. scroll-behavior: smooth;
  16. }
  17. }
  18. body {
  19. margin: 0;
  20. font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  21. font-size: 1rem;
  22. font-weight: 400;
  23. line-height: 1.5;
  24. color: #212529;
  25. background-color: #fff;
  26. -webkit-text-size-adjust: 100%;
  27. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  28. }
  29. hr {
  30. margin: 1rem 0;
  31. color: inherit;
  32. background-color: currentColor;
  33. border: 0;
  34. opacity: 0.25;
  35. }
  36. hr:not([size]) {
  37. height: 1px;
  38. }
  39. h6, h5, h4, h3, h2, h1 {
  40. margin-top: 0;
  41. margin-bottom: 0.5rem;
  42. font-weight: 500;
  43. line-height: 1.2;
  44. }
  45. h1 {
  46. font-size: calc(1.375rem + 1.5vw);
  47. }
  48. @media (min-width: 1200px) {
  49. h1 {
  50. font-size: 2.5rem;
  51. }
  52. }
  53. h2 {
  54. font-size: calc(1.325rem + 0.9vw);
  55. }
  56. @media (min-width: 1200px) {
  57. h2 {
  58. font-size: 2rem;
  59. }
  60. }
  61. h3 {
  62. font-size: calc(1.3rem + 0.6vw);
  63. }
  64. @media (min-width: 1200px) {
  65. h3 {
  66. font-size: 1.75rem;
  67. }
  68. }
  69. h4 {
  70. font-size: calc(1.275rem + 0.3vw);
  71. }
  72. @media (min-width: 1200px) {
  73. h4 {
  74. font-size: 1.5rem;
  75. }
  76. }
  77. h5 {
  78. font-size: 1.25rem;
  79. }
  80. h6 {
  81. font-size: 1rem;
  82. }
  83. p {
  84. margin-top: 0;
  85. margin-bottom: 1rem;
  86. }
  87. abbr[title],
  88. abbr[data-bs-original-title] {
  89. -webkit-text-decoration: underline dotted;
  90. text-decoration: underline dotted;
  91. cursor: help;
  92. -webkit-text-decoration-skip-ink: none;
  93. text-decoration-skip-ink: none;
  94. }
  95. address {
  96. margin-bottom: 1rem;
  97. font-style: normal;
  98. line-height: inherit;
  99. }
  100. ol,
  101. ul {
  102. padding-left: 2rem;
  103. }
  104. ol,
  105. ul,
  106. dl {
  107. margin-top: 0;
  108. margin-bottom: 1rem;
  109. }
  110. ol ol,
  111. ul ul,
  112. ol ul,
  113. ul ol {
  114. margin-bottom: 0;
  115. }
  116. dt {
  117. font-weight: 700;
  118. }
  119. dd {
  120. margin-bottom: 0.5rem;
  121. margin-left: 0;
  122. }
  123. blockquote {
  124. margin: 0 0 1rem;
  125. }
  126. b,
  127. strong {
  128. font-weight: bolder;
  129. }
  130. small {
  131. font-size: 0.875em;
  132. }
  133. mark {
  134. padding: 0.2em;
  135. background-color: #fcf8e3;
  136. }
  137. sub,
  138. sup {
  139. position: relative;
  140. font-size: 0.75em;
  141. line-height: 0;
  142. vertical-align: baseline;
  143. }
  144. sub {
  145. bottom: -0.25em;
  146. }
  147. sup {
  148. top: -0.5em;
  149. }
  150. a {
  151. color: #0d6efd;
  152. text-decoration: underline;
  153. }
  154. a:hover {
  155. color: #0a58ca;
  156. }
  157. a:not([href]):not([class]), a:not([href]):not([class]):hover {
  158. color: inherit;
  159. text-decoration: none;
  160. }
  161. pre,
  162. code,
  163. kbd,
  164. samp {
  165. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  166. font-size: 1em;
  167. direction: ltr /* rtl:ignore */;
  168. unicode-bidi: bidi-override;
  169. }
  170. pre {
  171. display: block;
  172. margin-top: 0;
  173. margin-bottom: 1rem;
  174. overflow: auto;
  175. font-size: 0.875em;
  176. }
  177. pre code {
  178. font-size: inherit;
  179. color: inherit;
  180. word-break: normal;
  181. }
  182. code {
  183. font-size: 0.875em;
  184. color: #d63384;
  185. word-wrap: break-word;
  186. }
  187. a > code {
  188. color: inherit;
  189. }
  190. kbd {
  191. padding: 0.2rem 0.4rem;
  192. font-size: 0.875em;
  193. color: #fff;
  194. background-color: #212529;
  195. border-radius: 0.2rem;
  196. }
  197. kbd kbd {
  198. padding: 0;
  199. font-size: 1em;
  200. font-weight: 700;
  201. }
  202. figure {
  203. margin: 0 0 1rem;
  204. }
  205. img,
  206. svg {
  207. vertical-align: middle;
  208. }
  209. table {
  210. caption-side: bottom;
  211. border-collapse: collapse;
  212. }
  213. caption {
  214. padding-top: 0.5rem;
  215. padding-bottom: 0.5rem;
  216. color: #6c757d;
  217. text-align: left;
  218. }
  219. th {
  220. text-align: inherit;
  221. text-align: -webkit-match-parent;
  222. }
  223. thead,
  224. tbody,
  225. tfoot,
  226. tr,
  227. td,
  228. th {
  229. border-color: inherit;
  230. border-style: solid;
  231. border-width: 0;
  232. }
  233. label {
  234. display: inline-block;
  235. }
  236. button {
  237. border-radius: 0;
  238. }
  239. button:focus:not(:focus-visible) {
  240. outline: 0;
  241. }
  242. input,
  243. button,
  244. select,
  245. optgroup,
  246. textarea {
  247. margin: 0;
  248. font-family: inherit;
  249. font-size: inherit;
  250. line-height: inherit;
  251. }
  252. button,
  253. select {
  254. text-transform: none;
  255. }
  256. [role=button] {
  257. cursor: pointer;
  258. }
  259. select {
  260. word-wrap: normal;
  261. }
  262. select:disabled {
  263. opacity: 1;
  264. }
  265. [list]::-webkit-calendar-picker-indicator {
  266. display: none;
  267. }
  268. button,
  269. [type=button],
  270. [type=reset],
  271. [type=submit] {
  272. -webkit-appearance: button;
  273. }
  274. button:not(:disabled),
  275. [type=button]:not(:disabled),
  276. [type=reset]:not(:disabled),
  277. [type=submit]:not(:disabled) {
  278. cursor: pointer;
  279. }
  280. ::-moz-focus-inner {
  281. padding: 0;
  282. border-style: none;
  283. }
  284. textarea {
  285. resize: vertical;
  286. }
  287. fieldset {
  288. min-width: 0;
  289. padding: 0;
  290. margin: 0;
  291. border: 0;
  292. }
  293. legend {
  294. float: left;
  295. width: 100%;
  296. padding: 0;
  297. margin-bottom: 0.5rem;
  298. font-size: calc(1.275rem + 0.3vw);
  299. line-height: inherit;
  300. }
  301. @media (min-width: 1200px) {
  302. legend {
  303. font-size: 1.5rem;
  304. }
  305. }
  306. legend + * {
  307. clear: left;
  308. }
  309. ::-webkit-datetime-edit-fields-wrapper,
  310. ::-webkit-datetime-edit-text,
  311. ::-webkit-datetime-edit-minute,
  312. ::-webkit-datetime-edit-hour-field,
  313. ::-webkit-datetime-edit-day-field,
  314. ::-webkit-datetime-edit-month-field,
  315. ::-webkit-datetime-edit-year-field {
  316. padding: 0;
  317. }
  318. ::-webkit-inner-spin-button {
  319. height: auto;
  320. }
  321. [type=search] {
  322. outline-offset: -2px;
  323. -webkit-appearance: textfield;
  324. }
  325. /* rtl:raw:
  326. [type="tel"],
  327. [type="url"],
  328. [type="email"],
  329. [type="number"] {
  330. direction: ltr;
  331. }
  332. */
  333. ::-webkit-search-decoration {
  334. -webkit-appearance: none;
  335. }
  336. ::-webkit-color-swatch-wrapper {
  337. padding: 0;
  338. }
  339. ::file-selector-button {
  340. font: inherit;
  341. }
  342. ::-webkit-file-upload-button {
  343. font: inherit;
  344. -webkit-appearance: button;
  345. }
  346. output {
  347. display: inline-block;
  348. }
  349. iframe {
  350. border: 0;
  351. }
  352. summary {
  353. display: list-item;
  354. cursor: pointer;
  355. }
  356. progress {
  357. vertical-align: baseline;
  358. }
  359. [hidden] {
  360. display: none !important;
  361. }
  362. /*# sourceMappingURL=bootstrap-reboot.css.map */