bootstrap-reboot.css 5.7 KB

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