1 /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
4 * 1. Set default font family to sans-serif.
5 * 2. Prevent iOS text size adjust after orientation change, without disabling
10 font-family: sans-serif; /* 1 */
11 -ms-text-size-adjust: 100%; /* 2 */
12 -webkit-text-size-adjust: 100%; /* 2 */
16 * Remove default margin.
23 /* HTML5 display definitions
24 ========================================================================== */
27 * Correct `block` display not defined for any HTML5 element in IE 8/9.
28 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
29 * Correct `block` display not defined for `main` in IE 11.
48 * 1. Correct `inline-block` display not defined in IE 8/9.
49 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
56 display: inline-block; /* 1 */
57 vertical-align: baseline; /* 2 */
61 * Prevent modern browsers from displaying `audio` without controls.
62 * Remove excess height in iOS 5 devices.
65 audio:not([controls]) {
71 * Address `[hidden]` styling not present in IE 8/9/10.
72 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
81 ========================================================================== */
84 * Remove the gray background color from active links in IE 10.
88 background: transparent;
92 * Improve readability when focused and also mouse hovered in all browsers.
100 /* Text-level semantics
101 ========================================================================== */
104 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
108 border-bottom: 1px dotted;
112 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
121 * Address styling not present in Safari and Chrome.
129 * Address variable `h1` font-size and margin within `section` and `article`
130 * contexts in Firefox 4+, Safari, and Chrome.
139 * Address styling not present in IE 8/9.
148 * Address inconsistent and variable font size in all browsers.
156 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
164 vertical-align: baseline;
176 ========================================================================== */
179 * Remove border when inside `a` element in IE 8/9/10.
187 * Correct overflow not hidden in IE 9/10/11.
195 ========================================================================== */
198 * Address margin not present in IE 8/9 and Safari.
206 * Address differences between Firefox and other browsers.
210 -moz-box-sizing: content-box;
211 box-sizing: content-box;
216 * Contain overflow in all browsers.
224 * Address odd `em`-unit font size rendering in all browsers.
231 font-family: monospace, monospace;
236 ========================================================================== */
239 * Known limitation: by default, Chrome and Safari on OS X allow very limited
240 * styling of `select`, unless a `border` property is set.
244 * 1. Correct color not being inherited.
245 * Known issue: affects color of disabled elements.
246 * 2. Correct font properties not being inherited.
247 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
255 color: inherit; /* 1 */
256 font: inherit; /* 2 */
261 * Address `overflow` set to `hidden` in IE 8/9/10/11.
269 * Address inconsistent `text-transform` inheritance for `button` and `select`.
270 * All other form control elements do not inherit `text-transform` values.
271 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
272 * Correct `select` style inheritance in Firefox.
277 text-transform: none;
281 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
282 * and `video` controls.
283 * 2. Correct inability to style clickable `input` types in iOS.
284 * 3. Improve usability and consistency of cursor style between image-type
285 * `input` and others.
289 html input[type="button"], /* 1 */
291 input[type="submit"] {
292 -webkit-appearance: button; /* 2 */
293 cursor: pointer; /* 3 */
297 * Re-set default cursor for disabled elements.
301 html input[disabled] {
306 * Remove inner padding and border in Firefox 4+.
309 button::-moz-focus-inner,
310 input::-moz-focus-inner {
316 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
325 * It's recommended that you don't attempt to style these elements.
326 * Firefox's implementation doesn't respect box-sizing, padding, or width.
328 * 1. Address box sizing set to `content-box` in IE 8/9/10.
329 * 2. Remove excess padding in IE 8/9/10.
332 input[type="checkbox"],
333 input[type="radio"] {
334 box-sizing: border-box; /* 1 */
339 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
340 * `font-size` values of the `input`, it causes the cursor style of the
341 * decrement button to change from `default` to `text`.
344 input[type="number"]::-webkit-inner-spin-button,
345 input[type="number"]::-webkit-outer-spin-button {
350 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
351 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
352 * (include `-moz` to future-proof).
355 input[type="search"] {
356 -webkit-appearance: textfield; /* 1 */
357 -moz-box-sizing: content-box;
358 -webkit-box-sizing: content-box; /* 2 */
359 box-sizing: content-box;
363 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
364 * Safari (but not Chrome) clips the cancel button when the search input has
365 * padding (and `textfield` appearance).
368 input[type="search"]::-webkit-search-cancel-button,
369 input[type="search"]::-webkit-search-decoration {
370 -webkit-appearance: none;
374 * Define consistent border, margin, and padding.
378 border: 1px solid #c0c0c0;
380 padding: 0.35em 0.625em 0.75em;
384 * 1. Correct `color` not being inherited in IE 8/9/10/11.
385 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
394 * Remove default vertical scrollbar in IE 8/9/10/11.
402 * Don't inherit the `font-weight` (applied by a rule above).
403 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
411 ========================================================================== */
414 * Remove most spacing between table cells.
418 border-collapse: collapse;