bootstrap-reboot.css 4.9 KB

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