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