|
|
|
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Change the default font family in all browsers (opinionated).
|
|
|
|
* 2. Correct the line height in all browsers.
|
|
|
|
* 3. Prevent adjustments of font size after orientation changes in
|
|
|
|
* IE on Windows Phone and in iOS.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Document
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
html {
|
|
|
|
font-family: sans-serif; /* 1 */
|
|
|
|
line-height: 1.15; /* 2 */
|
|
|
|
-ms-text-size-adjust: 100%; /* 3 */
|
|
|
|
-webkit-text-size-adjust: 100%; /* 3 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Sections
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Remove the margin in all browsers (opinionated).
|
|
|
|
*/
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct display in IE 9-.
|
|
|
|
*/
|
|
|
|
|
|
|
|
article,
|
|
|
|
aside,
|
|
|
|
footer,
|
|
|
|
header,
|
|
|
|
nav,
|
|
|
|
section {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Correct the font size and margin on `h1` elements within `section` and
|
|
|
|
* `article` contexts in Chrome, Firefox, and Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 2em;
|
|
|
|
margin: 0.67em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Grouping content
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct display in IE 9-.
|
|
|
|
* 1. Add the correct display in IE.
|
|
|
|
*/
|
|
|
|
|
|
|
|
figcaption,
|
|
|
|
figure,
|
|
|
|
main { /* 1 */
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct margin in IE 8.
|
|
|
|
*/
|
|
|
|
|
|
|
|
figure {
|
|
|
|
margin: 1em 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Add the correct box sizing in Firefox.
|
|
|
|
* 2. Show the overflow in Edge and IE.
|
|
|
|
*/
|
|
|
|
|
|
|
|
hr {
|
|
|
|
box-sizing: content-box; /* 1 */
|
|
|
|
height: 0; /* 1 */
|
|
|
|
overflow: visible; /* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
|
|
*/
|
|
|
|
|
|
|
|
pre {
|
|
|
|
font-family: monospace, monospace; /* 1 */ /* stylelint-disable-line font-family-no-duplicate-names */
|
|
|
|
font-size: 1em; /* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Text-level semantics
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Remove the gray background on active links in IE 10.
|
|
|
|
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
|
|
|
|
*/
|
|
|
|
|
|
|
|
a {
|
|
|
|
background-color: transparent; /* 1 */
|
|
|
|
-webkit-text-decoration-skip: objects; /* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Remove the outline on focused links when they are also active or hovered
|
|
|
|
* in all browsers (opinionated).
|
|
|
|
*/
|
|
|
|
|
|
|
|
a:active,
|
|
|
|
a:hover {
|
|
|
|
outline-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Remove the bottom border in Firefox 39-.
|
|
|
|
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
abbr[title] {
|
|
|
|
border-bottom: none; /* 1 */
|
|
|
|
text-decoration: underline; /* 2 */
|
|
|
|
text-decoration: underline dotted; /* 2 */
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
|
|
|
|
*/
|
|
|
|
|
|
|
|
b,
|
|
|
|
strong {
|
|
|
|
font-weight: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
|
|
*/
|
|
|
|
|
|
|
|
b,
|
|
|
|
strong {
|
|
|
|
font-weight: bolder;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
|
|
*/
|
|
|
|
|
|
|
|