bootstrap-reboot.css 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. /*!
  2. * Bootstrap Reboot v5.0.0-beta2 (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. @media (prefers-reduced-motion: no-preference) {
  13. :root {
  14. scroll-behavior: smooth; } }
  15. body {
  16. margin: 0;
  17. 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";
  18. font-size: 1rem;
  19. font-weight: 400;
  20. line-height: 1.5;
  21. color: #212529;
  22. background-color: #fff;
  23. -webkit-text-size-adjust: 100%;
  24. -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  25. [tabindex="-1"]:focus:not(:focus-visible) {
  26. outline: 0 !important; }
  27. hr {
  28. margin: 1rem 0;
  29. color: inherit;
  30. background-color: currentColor;
  31. border: 0;
  32. opacity: 0.25; }
  33. hr:not([size]) {
  34. height: 1px; }
  35. h1, h2, h3, h4, h5, h6 {
  36. margin-top: 0;
  37. margin-bottom: 0.5rem;
  38. font-weight: 500;
  39. line-height: 1.2; }
  40. h1 {
  41. font-size: calc(1.375rem + 1.5vw); }
  42. @media (min-width: 1200px) {
  43. h1 {
  44. font-size: 2.5rem; } }
  45. h2 {
  46. font-size: calc(1.325rem + 0.9vw); }
  47. @media (min-width: 1200px) {
  48. h2 {
  49. font-size: 2rem; } }
  50. h3 {
  51. font-size: calc(1.3rem + 0.6vw); }
  52. @media (min-width: 1200px) {
  53. h3 {
  54. font-size: 1.75rem; } }
  55. h4 {
  56. font-size: calc(1.275rem + 0.3vw); }
  57. @media (min-width: 1200px) {
  58. h4 {
  59. font-size: 1.5rem; } }
  60. h5 {
  61. font-size: 1.25rem; }
  62. h6 {
  63. font-size: 1rem; }
  64. p {
  65. margin-top: 0;
  66. margin-bottom: 1rem; }
  67. abbr[title],
  68. abbr[data-bs-original-title] {
  69. text-decoration: underline;
  70. text-decoration: underline dotted;
  71. cursor: help;
  72. text-decoration-skip-ink: none; }
  73. address {
  74. margin-bottom: 1rem;
  75. font-style: normal;
  76. line-height: inherit; }
  77. ol,
  78. ul {
  79. padding-left: 2rem; }
  80. ol,
  81. ul,
  82. dl {
  83. margin-top: 0;
  84. margin-bottom: 1rem; }
  85. ol ol,
  86. ul ul,
  87. ol ul,
  88. ul ol {
  89. margin-bottom: 0; }
  90. dt {
  91. font-weight: 700; }
  92. dd {
  93. margin-bottom: .5rem;
  94. margin-left: 0; }
  95. blockquote {
  96. margin: 0 0 1rem; }
  97. b,
  98. strong {
  99. font-weight: bolder; }
  100. small {
  101. font-size: 0.875em; }
  102. mark {
  103. padding: 0.2em;
  104. background-color: #fcf8e3; }
  105. sub,
  106. sup {
  107. position: relative;
  108. font-size: 0.75em;
  109. line-height: 0;
  110. vertical-align: baseline; }
  111. sub {
  112. bottom: -.25em; }
  113. sup {
  114. top: -.5em; }
  115. a {
  116. color: #0052cc;
  117. text-decoration: none; }
  118. a:hover {
  119. color: #0042a3; }
  120. a:not([href]):not([class]), a:not([href]):not([class]):hover {
  121. color: inherit;
  122. text-decoration: none; }
  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. direction: ltr /* rtl:ignore */;
  130. unicode-bidi: bidi-override; }
  131. pre {
  132. display: block;
  133. margin-top: 0;
  134. margin-bottom: 1rem;
  135. overflow: auto;
  136. font-size: 0.875em; }
  137. pre code {
  138. font-size: inherit;
  139. color: inherit;
  140. word-break: normal; }
  141. code {
  142. font-size: 0.875em;
  143. color: #d63384;
  144. word-wrap: break-word; }
  145. a > code {
  146. color: inherit; }
  147. kbd {
  148. padding: 0.2rem 0.4rem;
  149. font-size: 0.875em;
  150. color: #fff;
  151. background-color: #212529;
  152. border-radius: 0.2rem; }
  153. kbd kbd {
  154. padding: 0;
  155. font-size: 1em;
  156. font-weight: 700; }
  157. figure {
  158. margin: 0 0 1rem; }
  159. img,
  160. svg {
  161. vertical-align: middle; }
  162. table {
  163. caption-side: bottom;
  164. border-collapse: collapse; }
  165. caption {
  166. padding-top: 0.5rem;
  167. padding-bottom: 0.5rem;
  168. color: #6c757d;
  169. text-align: left; }
  170. th {
  171. text-align: inherit;
  172. text-align: -webkit-match-parent; }
  173. thead,
  174. tbody,
  175. tfoot,
  176. tr,
  177. td,
  178. th {
  179. border-color: inherit;
  180. border-style: solid;
  181. border-width: 0; }
  182. label {
  183. display: inline-block; }
  184. button {
  185. border-radius: 0; }
  186. button:focus:not(:focus-visible) {
  187. outline: 0; }
  188. input,
  189. button,
  190. select,
  191. optgroup,
  192. textarea {
  193. margin: 0;
  194. font-family: inherit;
  195. font-size: inherit;
  196. line-height: inherit; }
  197. button,
  198. select {
  199. text-transform: none; }
  200. [role="button"] {
  201. cursor: pointer; }
  202. select {
  203. word-wrap: normal; }
  204. [list]::-webkit-calendar-picker-indicator {
  205. display: none; }
  206. button,
  207. [type="button"],
  208. [type="reset"],
  209. [type="submit"] {
  210. -webkit-appearance: button; }
  211. button:not(:disabled),
  212. [type="button"]:not(:disabled),
  213. [type="reset"]:not(:disabled),
  214. [type="submit"]:not(:disabled) {
  215. cursor: pointer; }
  216. ::-moz-focus-inner {
  217. padding: 0;
  218. border-style: none; }
  219. textarea {
  220. resize: vertical; }
  221. fieldset {
  222. min-width: 0;
  223. padding: 0;
  224. margin: 0;
  225. border: 0; }
  226. legend {
  227. float: left;
  228. width: 100%;
  229. padding: 0;
  230. margin-bottom: 0.5rem;
  231. font-size: calc(1.275rem + 0.3vw);
  232. line-height: inherit; }
  233. @media (min-width: 1200px) {
  234. legend {
  235. font-size: 1.5rem; } }
  236. legend + * {
  237. clear: left; }
  238. ::-webkit-datetime-edit-fields-wrapper,
  239. ::-webkit-datetime-edit-text,
  240. ::-webkit-datetime-edit-minute,
  241. ::-webkit-datetime-edit-hour-field,
  242. ::-webkit-datetime-edit-day-field,
  243. ::-webkit-datetime-edit-month-field,
  244. ::-webkit-datetime-edit-year-field {
  245. padding: 0; }
  246. ::-webkit-inner-spin-button {
  247. height: auto; }
  248. [type="search"] {
  249. outline-offset: -2px;
  250. -webkit-appearance: textfield; }
  251. /* rtl:raw:
  252. [type="tel"],
  253. [type="url"],
  254. [type="email"],
  255. [type="number"] {
  256. direction: ltr;
  257. }
  258. */
  259. ::-webkit-search-decoration {
  260. -webkit-appearance: none; }
  261. ::-webkit-color-swatch-wrapper {
  262. padding: 0; }
  263. ::file-selector-button {
  264. font: inherit; }
  265. ::-webkit-file-upload-button {
  266. font: inherit;
  267. -webkit-appearance: button; }
  268. output {
  269. display: inline-block; }
  270. iframe {
  271. border: 0; }
  272. summary {
  273. display: list-item;
  274. cursor: pointer; }
  275. progress {
  276. vertical-align: baseline; }
  277. [hidden] {
  278. display: none !important; }
  279. /*# sourceMappingURL=bootstrap-reboot.css.map */