kl. Text?nderung
1 /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
3 // ==========================================================================
4 // HTML5 display definitions
5 // ==========================================================================
8 // Correct `block` display not defined in IE 8/9.
27 // Correct `inline-block` display not defined in IE 8/9.
33 display: inline-block;
37 // Prevent modern browsers from displaying `audio` without controls.
38 // Remove excess height in iOS 5 devices.
41 audio:not([controls]) {
47 // Address `[hidden]` styling not present in IE 8/9.
48 // Hide the `template` element in IE, Safari, and Firefox < 22.
56 // ==========================================================================
58 // ==========================================================================
61 // 1. Set default font family to sans-serif.
62 // 2. Prevent iOS text size adjust after orientation change, without disabling
67 font-family: sans-serif; // 1
68 -ms-text-size-adjust: 100%; // 2
69 -webkit-text-size-adjust: 100%; // 2
73 // Remove default margin.
80 // ==========================================================================
82 // ==========================================================================
85 // Remove the gray background color from active links in IE 10.
89 background: transparent;
93 // Address `outline` inconsistency between Chrome and other browsers.
101 // Improve readability when focused and also mouse hovered in all browsers.
109 // ==========================================================================
111 // ==========================================================================
114 // Address variable `h1` font-size and margin within `section` and `article`
115 // contexts in Firefox 4+, Safari 5, and Chrome.
124 // Address styling not present in IE 8/9, Safari 5, and Chrome.
128 border-bottom: 1px dotted;
132 // Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
141 // Address styling not present in Safari 5 and Chrome.
149 // Address differences between Firefox and other browsers.
153 -moz-box-sizing: content-box;
154 box-sizing: content-box;
159 // Address styling not present in IE 8/9.
168 // Correct font family set oddly in Safari 5 and Chrome.
175 font-family: monospace, serif;
180 // Improve readability of pre-formatted text in all browsers.
184 white-space: pre-wrap;
188 // Set consistent quote types.
192 quotes: "\201C" "\201D" "\2018" "\2019";
196 // Address inconsistent and variable font size in all browsers.
204 // Prevent `sub` and `sup` affecting `line-height` in all browsers.
212 vertical-align: baseline;
223 // ==========================================================================
225 // ==========================================================================
228 // Remove border when inside `a` element in IE 8/9.
236 // Correct overflow displayed oddly in IE 9.
243 // ==========================================================================
245 // ==========================================================================
248 // Address margin not present in IE 8/9 and Safari 5.
255 // ==========================================================================
257 // ==========================================================================
260 // Define consistent border, margin, and padding.
264 border: 1px solid #c0c0c0;
266 padding: 0.35em 0.625em 0.75em;
270 // 1. Correct `color` not being inherited in IE 8/9.
271 // 2. Remove padding so people aren't caught out if they zero out fieldsets.
280 // 1. Correct font family not being inherited in all browsers.
281 // 2. Correct font size not being inherited in all browsers.
282 // 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
289 font-family: inherit; // 1
290 font-size: 100%; // 2
295 // Address Firefox 4+ setting `line-height` on `input` using `!important` in
296 // the UA stylesheet.
305 // Address inconsistent `text-transform` inheritance for `button` and `select`.
306 // All other form control elements do not inherit `text-transform` values.
307 // Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
308 // Correct `select` style inheritance in Firefox 4+ and Opera.
313 text-transform: none;
317 // 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
318 // and `video` controls.
319 // 2. Correct inability to style clickable `input` types in iOS.
320 // 3. Improve usability and consistency of cursor style between image-type
321 // `input` and others.
325 html input[type="button"], // 1
327 input[type="submit"] {
328 -webkit-appearance: button; // 2
329 cursor: pointer; // 3
333 // Re-set default cursor for disabled elements.
337 html input[disabled] {
342 // 1. Address box sizing set to `content-box` in IE 8/9/10.
343 // 2. Remove excess padding in IE 8/9/10.
346 input[type="checkbox"],
347 input[type="radio"] {
348 box-sizing: border-box; // 1
353 // 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
354 // 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
355 // (include `-moz` to future-proof).
358 input[type="search"] {
359 -webkit-appearance: textfield; // 1
360 -moz-box-sizing: content-box;
361 -webkit-box-sizing: content-box; // 2
362 box-sizing: content-box;
366 // Remove inner padding and search cancel button in Safari 5 and Chrome
370 input[type="search"]::-webkit-search-cancel-button,
371 input[type="search"]::-webkit-search-decoration {
372 -webkit-appearance: none;
376 // Remove inner padding and border in Firefox 4+.
379 button::-moz-focus-inner,
380 input::-moz-focus-inner {
386 // 1. Remove default vertical scrollbar in IE 8/9.
387 // 2. Improve readability and alignment in all browsers.
392 vertical-align: top; // 2
395 // ==========================================================================
397 // ==========================================================================
400 // Remove most spacing between table cells.
404 border-collapse: collapse;