bootstrap-reboot.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. /*!
  2. * Bootstrap Reboot v4.6.1 (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. html {
  13. font-family: sans-serif;
  14. line-height: 1.15;
  15. -webkit-text-size-adjust: 100%;
  16. -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  17. article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  18. display: block; }
  19. body {
  20. margin: 0;
  21. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  22. font-size: 1rem;
  23. font-weight: 400;
  24. line-height: 1.5;
  25. color: #212529;
  26. text-align: left;
  27. background-color: #fff; }
  28. [tabindex="-1"]:focus:not(:focus-visible) {
  29. outline: 0 !important; }
  30. hr {
  31. box-sizing: content-box;
  32. height: 0;
  33. overflow: visible; }
  34. h1, h2, h3, h4, h5, h6 {
  35. margin-top: 0;
  36. margin-bottom: 0.5rem; }
  37. p {
  38. margin-top: 0;
  39. margin-bottom: 1rem; }
  40. abbr[title],
  41. abbr[data-original-title] {
  42. text-decoration: underline;
  43. text-decoration: underline dotted;
  44. cursor: help;
  45. border-bottom: 0;
  46. text-decoration-skip-ink: none; }
  47. address {
  48. margin-bottom: 1rem;
  49. font-style: normal;
  50. line-height: inherit; }
  51. ol,
  52. ul,
  53. dl {
  54. margin-top: 0;
  55. margin-bottom: 1rem; }
  56. ol ol,
  57. ul ul,
  58. ol ul,
  59. ul ol {
  60. margin-bottom: 0; }
  61. dt {
  62. font-weight: 700; }
  63. dd {
  64. margin-bottom: .5rem;
  65. margin-left: 0; }
  66. blockquote {
  67. margin: 0 0 1rem; }
  68. b,
  69. strong {
  70. font-weight: bolder; }
  71. small {
  72. font-size: 80%; }
  73. sub,
  74. sup {
  75. position: relative;
  76. font-size: 75%;
  77. line-height: 0;
  78. vertical-align: baseline; }
  79. sub {
  80. bottom: -.25em; }
  81. sup {
  82. top: -.5em; }
  83. a {
  84. color: #007bff;
  85. text-decoration: none;
  86. background-color: transparent; }
  87. a:hover {
  88. color: #0056b3;
  89. text-decoration: underline; }
  90. a:not([href]):not([class]) {
  91. color: inherit;
  92. text-decoration: none; }
  93. a:not([href]):not([class]):hover {
  94. color: inherit;
  95. text-decoration: none; }
  96. pre,
  97. code,
  98. kbd,
  99. samp {
  100. font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  101. font-size: 1em; }
  102. pre {
  103. margin-top: 0;
  104. margin-bottom: 1rem;
  105. overflow: auto;
  106. -ms-overflow-style: scrollbar; }
  107. figure {
  108. margin: 0 0 1rem; }
  109. img {
  110. vertical-align: middle;
  111. border-style: none; }
  112. svg {
  113. overflow: hidden;
  114. vertical-align: middle; }
  115. table {
  116. border-collapse: collapse; }
  117. caption {
  118. padding-top: 0.75rem;
  119. padding-bottom: 0.75rem;
  120. color: #6c757d;
  121. text-align: left;
  122. caption-side: bottom; }
  123. th {
  124. text-align: inherit;
  125. text-align: -webkit-match-parent; }
  126. label {
  127. display: inline-block;
  128. margin-bottom: 0.5rem; }
  129. button {
  130. border-radius: 0; }
  131. button:focus:not(:focus-visible) {
  132. outline: 0; }
  133. input,
  134. button,
  135. select,
  136. optgroup,
  137. textarea {
  138. margin: 0;
  139. font-family: inherit;
  140. font-size: inherit;
  141. line-height: inherit; }
  142. button,
  143. input {
  144. overflow: visible; }
  145. button,
  146. select {
  147. text-transform: none; }
  148. [role="button"] {
  149. cursor: pointer; }
  150. select {
  151. word-wrap: normal; }
  152. button,
  153. [type="button"],
  154. [type="reset"],
  155. [type="submit"] {
  156. -webkit-appearance: button; }
  157. button:not(:disabled),
  158. [type="button"]:not(:disabled),
  159. [type="reset"]:not(:disabled),
  160. [type="submit"]:not(:disabled) {
  161. cursor: pointer; }
  162. button::-moz-focus-inner,
  163. [type="button"]::-moz-focus-inner,
  164. [type="reset"]::-moz-focus-inner,
  165. [type="submit"]::-moz-focus-inner {
  166. padding: 0;
  167. border-style: none; }
  168. input[type="radio"],
  169. input[type="checkbox"] {
  170. box-sizing: border-box;
  171. padding: 0; }
  172. textarea {
  173. overflow: auto;
  174. resize: vertical; }
  175. fieldset {
  176. min-width: 0;
  177. padding: 0;
  178. margin: 0;
  179. border: 0; }
  180. legend {
  181. display: block;
  182. width: 100%;
  183. max-width: 100%;
  184. padding: 0;
  185. margin-bottom: .5rem;
  186. font-size: 1.5rem;
  187. line-height: inherit;
  188. color: inherit;
  189. white-space: normal; }
  190. progress {
  191. vertical-align: baseline; }
  192. [type="number"]::-webkit-inner-spin-button,
  193. [type="number"]::-webkit-outer-spin-button {
  194. height: auto; }
  195. [type="search"] {
  196. outline-offset: -2px;
  197. -webkit-appearance: none; }
  198. [type="search"]::-webkit-search-decoration {
  199. -webkit-appearance: none; }
  200. ::-webkit-file-upload-button {
  201. font: inherit;
  202. -webkit-appearance: button; }
  203. output {
  204. display: inline-block; }
  205. summary {
  206. display: list-item;
  207. cursor: pointer; }
  208. template {
  209. display: none; }
  210. [hidden] {
  211. display: none !important; }