Layout von Websiten mit Bootstrap und Foundation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bootstrap-reboot.css 4.6KB

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