]> git.ipfire.org Git - ipfire.org.git/blame - static/scss/bootstrap-4.0.0-alpha.6/dist/css/bootstrap-reboot.css
.gitignore: Add .vscode
[ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / dist / css / bootstrap-reboot.css
CommitLineData
91e44d91
S
1/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
2html {
3 font-family: sans-serif;
4 line-height: 1.15;
5 -ms-text-size-adjust: 100%;
6 -webkit-text-size-adjust: 100%;
7}
8
9body {
10 margin: 0;
11}
12
13article,
14aside,
15footer,
16header,
17nav,
18section {
19 display: block;
20}
21
22h1 {
23 font-size: 2em;
24 margin: 0.67em 0;
25}
26
27figcaption,
28figure,
29main {
30 display: block;
31}
32
33figure {
34 margin: 1em 40px;
35}
36
37hr {
38 -webkit-box-sizing: content-box;
39 box-sizing: content-box;
40 height: 0;
41 overflow: visible;
42}
43
44pre {
45 font-family: monospace, monospace;
46 font-size: 1em;
47}
48
49a {
50 background-color: transparent;
51 -webkit-text-decoration-skip: objects;
52}
53
54a:active,
55a:hover {
56 outline-width: 0;
57}
58
59abbr[title] {
60 border-bottom: none;
61 text-decoration: underline;
62 text-decoration: underline dotted;
63}
64
65b,
66strong {
67 font-weight: inherit;
68}
69
70b,
71strong {
72 font-weight: bolder;
73}
74
75code,
76kbd,
77samp {
78 font-family: monospace, monospace;
79 font-size: 1em;
80}
81
82dfn {
83 font-style: italic;
84}
85
86mark {
87 background-color: #ff0;
88 color: #000;
89}
90
91small {
92 font-size: 80%;
93}
94
95sub,
96sup {
97 font-size: 75%;
98 line-height: 0;
99 position: relative;
100 vertical-align: baseline;
101}
102
103sub {
104 bottom: -0.25em;
105}
106
107sup {
108 top: -0.5em;
109}
110
111audio,
112video {
113 display: inline-block;
114}
115
116audio:not([controls]) {
117 display: none;
118 height: 0;
119}
120
121img {
122 border-style: none;
123}
124
125svg:not(:root) {
126 overflow: hidden;
127}
128
129button,
130input,
131optgroup,
132select,
133textarea {
134 font-family: sans-serif;
135 font-size: 100%;
136 line-height: 1.15;
137 margin: 0;
138}
139
140button,
141input {
142 overflow: visible;
143}
144
145button,
146select {
147 text-transform: none;
148}
149
150button,
151html [type="button"],
152[type="reset"],
153[type="submit"] {
154 -webkit-appearance: button;
155}
156
157button::-moz-focus-inner,
158[type="button"]::-moz-focus-inner,
159[type="reset"]::-moz-focus-inner,
160[type="submit"]::-moz-focus-inner {
161 border-style: none;
162 padding: 0;
163}
164
165button:-moz-focusring,
166[type="button"]:-moz-focusring,
167[type="reset"]:-moz-focusring,
168[type="submit"]:-moz-focusring {
169 outline: 1px dotted ButtonText;
170}
171
172fieldset {
173 border: 1px solid #c0c0c0;
174 margin: 0 2px;
175 padding: 0.35em 0.625em 0.75em;
176}
177
178legend {
179 -webkit-box-sizing: border-box;
180 box-sizing: border-box;
181 color: inherit;
182 display: table;
183 max-width: 100%;
184 padding: 0;
185 white-space: normal;
186}
187
188progress {
189 display: inline-block;
190 vertical-align: baseline;
191}
192
193textarea {
194 overflow: auto;
195}
196
197[type="checkbox"],
198[type="radio"] {
199 -webkit-box-sizing: border-box;
200 box-sizing: border-box;
201 padding: 0;
202}
203
204[type="number"]::-webkit-inner-spin-button,
205[type="number"]::-webkit-outer-spin-button {
206 height: auto;
207}
208
209[type="search"] {
210 -webkit-appearance: textfield;
211 outline-offset: -2px;
212}
213
214[type="search"]::-webkit-search-cancel-button,
215[type="search"]::-webkit-search-decoration {
216 -webkit-appearance: none;
217}
218
219::-webkit-file-upload-button {
220 -webkit-appearance: button;
221 font: inherit;
222}
223
224details,
225menu {
226 display: block;
227}
228
229summary {
230 display: list-item;
231}
232
233canvas {
234 display: inline-block;
235}
236
237template {
238 display: none;
239}
240
241[hidden] {
242 display: none;
243}
244
245html {
246 -webkit-box-sizing: border-box;
247 box-sizing: border-box;
248}
249
250*,
251*::before,
252*::after {
253 -webkit-box-sizing: inherit;
254 box-sizing: inherit;
255}
256
257@-ms-viewport {
258 width: device-width;
259}
260
261html {
262 -ms-overflow-style: scrollbar;
263 -webkit-tap-highlight-color: transparent;
264}
265
266body {
267 font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
268 font-size: 1rem;
269 font-weight: normal;
270 line-height: 1.5;
271 color: #292b2c;
272 background-color: #fff;
273}
274
275[tabindex="-1"]:focus {
276 outline: none !important;
277}
278
279h1, h2, h3, h4, h5, h6 {
280 margin-top: 0;
281 margin-bottom: .5rem;
282}
283
284p {
285 margin-top: 0;
286 margin-bottom: 1rem;
287}
288
289abbr[title],
290abbr[data-original-title] {
291 cursor: help;
292}
293
294address {
295 margin-bottom: 1rem;
296 font-style: normal;
297 line-height: inherit;
298}
299
300ol,
301ul,
302dl {
303 margin-top: 0;
304 margin-bottom: 1rem;
305}
306
307ol ol,
308ul ul,
309ol ul,
310ul ol {
311 margin-bottom: 0;
312}
313
314dt {
315 font-weight: bold;
316}
317
318dd {
319 margin-bottom: .5rem;
320 margin-left: 0;
321}
322
323blockquote {
324 margin: 0 0 1rem;
325}
326
327a {
328 color: #0275d8;
329 text-decoration: none;
330}
331
332a:focus, a:hover {
333 color: #014c8c;
334 text-decoration: underline;
335}
336
337a:not([href]):not([tabindex]) {
338 color: inherit;
339 text-decoration: none;
340}
341
342a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
343 color: inherit;
344 text-decoration: none;
345}
346
347a:not([href]):not([tabindex]):focus {
348 outline: 0;
349}
350
351pre {
352 margin-top: 0;
353 margin-bottom: 1rem;
354 overflow: auto;
355}
356
357figure {
358 margin: 0 0 1rem;
359}
360
361img {
362 vertical-align: middle;
363}
364
365[role="button"] {
366 cursor: pointer;
367}
368
369a,
370area,
371button,
372[role="button"],
373input,
374label,
375select,
376summary,
377textarea {
378 -ms-touch-action: manipulation;
379 touch-action: manipulation;
380}
381
382table {
383 border-collapse: collapse;
384 background-color: transparent;
385}
386
387caption {
388 padding-top: 0.75rem;
389 padding-bottom: 0.75rem;
390 color: #636c72;
391 text-align: left;
392 caption-side: bottom;
393}
394
395th {
396 text-align: left;
397}
398
399label {
400 display: inline-block;
401 margin-bottom: .5rem;
402}
403
404button:focus {
405 outline: 1px dotted;
406 outline: 5px auto -webkit-focus-ring-color;
407}
408
409input,
410button,
411select,
412textarea {
413 line-height: inherit;
414}
415
416input[type="radio"]:disabled,
417input[type="checkbox"]:disabled {
418 cursor: not-allowed;
419}
420
421input[type="date"],
422input[type="time"],
423input[type="datetime-local"],
424input[type="month"] {
425 -webkit-appearance: listbox;
426}
427
428textarea {
429 resize: vertical;
430}
431
432fieldset {
433 min-width: 0;
434 padding: 0;
435 margin: 0;
436 border: 0;
437}
438
439legend {
440 display: block;
441 width: 100%;
442 padding: 0;
443 margin-bottom: .5rem;
444 font-size: 1.5rem;
445 line-height: inherit;
446}
447
448input[type="search"] {
449 -webkit-appearance: none;
450}
451
452output {
453 display: inline-block;
454}
455
456[hidden] {
457 display: none !important;
458}
459/*# sourceMappingURL=bootstrap-reboot.css.map */