|
|
/* stylelint-disable */
|
|
|
|
|
|
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
|
|
|
|
|
|
/**
|
|
|
* 1. Change the default font family in all browsers (opinionated).
|
|
|
* 2. Prevent adjustments of font size after orientation changes in IE and iOS.
|
|
|
*/
|
|
|
|
|
|
html {
|
|
|
font-family: sans-serif; /* 1 */
|
|
|
-ms-text-size-adjust: 100%; /* 2 */
|
...
|
...
|
@@ -15,7 +15,6 @@ html { |
|
|
/**
|
|
|
* Remove the margin in all browsers (opinionated).
|
|
|
*/
|
|
|
|
|
|
body {
|
|
|
margin: 0;
|
|
|
}
|
...
|
...
|
@@ -28,26 +27,26 @@ body { |
|
|
* 1. Add the correct display in Edge, IE, and Firefox.
|
|
|
* 2. Add the correct display in IE.
|
|
|
*/
|
|
|
|
|
|
article,
|
|
|
aside,
|
|
|
details, /* 1 */
|
|
|
details,
|
|
|
figcaption,
|
|
|
figure,
|
|
|
footer,
|
|
|
header,
|
|
|
main, /* 2 */
|
|
|
main,
|
|
|
menu,
|
|
|
nav,
|
|
|
section,
|
|
|
summary { /* 1 */
|
|
|
summary {
|
|
|
|
|
|
/* 1 */
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
* Add the correct display in IE 9-.
|
|
|
*/
|
|
|
|
|
|
audio,
|
|
|
canvas,
|
|
|
progress,
|
...
|
...
|
@@ -58,7 +57,6 @@ video { |
|
|
/**
|
|
|
* Add the correct display in iOS 4-7.
|
|
|
*/
|
|
|
|
|
|
audio:not([controls]) {
|
|
|
display: none;
|
|
|
height: 0;
|
...
|
...
|
@@ -67,7 +65,6 @@ audio:not([controls]) { |
|
|
/**
|
|
|
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
|
*/
|
|
|
|
|
|
progress {
|
|
|
vertical-align: baseline;
|
|
|
}
|
...
|
...
|
@@ -76,8 +73,7 @@ progress { |
|
|
* Add the correct display in IE 10-.
|
|
|
* 1. Add the correct display in IE.
|
|
|
*/
|
|
|
|
|
|
template, /* 1 */
|
|
|
template,
|
|
|
[hidden] {
|
|
|
display: none;
|
|
|
}
|
...
|
...
|
@@ -89,7 +85,6 @@ template, /* 1 */ |
|
|
* 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 */
|
...
|
...
|
@@ -99,7 +94,6 @@ a { |
|
|
* Remove the outline on focused links when they are also active or hovered
|
|
|
* in all browsers (opinionated).
|
|
|
*/
|
|
|
|
|
|
a:active,
|
|
|
a:hover {
|
|
|
outline-width: 0;
|
...
|
...
|
@@ -112,7 +106,6 @@ a:hover { |
|
|
* 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 */
|
...
|
...
|
@@ -122,7 +115,6 @@ abbr[title] { |
|
|
/**
|
|
|
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
|
|
|
*/
|
|
|
|
|
|
b,
|
|
|
strong {
|
|
|
font-weight: inherit;
|
...
|
...
|
@@ -131,7 +123,6 @@ strong { |
|
|
/**
|
|
|
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
|
*/
|
|
|
|
|
|
b,
|
|
|
strong {
|
|
|
font-weight: bolder;
|
...
|
...
|
@@ -140,7 +131,6 @@ strong { |
|
|
/**
|
|
|
* Add the correct font style in Android 4.3-.
|
|
|
*/
|
|
|
|
|
|
dfn {
|
|
|
font-style: italic;
|
|
|
}
|
...
|
...
|
@@ -149,7 +139,6 @@ dfn { |
|
|
* 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;
|
...
|
...
|
@@ -158,7 +147,6 @@ h1 { |
|
|
/**
|
|
|
* Add the correct background and color in IE 9-.
|
|
|
*/
|
|
|
|
|
|
mark {
|
|
|
background-color: #ff0;
|
|
|
color: #000;
|
...
|
...
|
@@ -167,7 +155,6 @@ mark { |
|
|
/**
|
|
|
* Add the correct font size in all browsers.
|
|
|
*/
|
|
|
|
|
|
small {
|
|
|
font-size: 80%;
|
|
|
}
|
...
|
...
|
@@ -176,7 +163,6 @@ small { |
|
|
* Prevent `sub` and `sup` elements from affecting the line height in
|
|
|
* all browsers.
|
|
|
*/
|
|
|
|
|
|
sub,
|
|
|
sup {
|
|
|
font-size: 75%;
|
...
|
...
|
@@ -199,7 +185,6 @@ sup { |
|
|
/**
|
|
|
* Remove the border on images inside links in IE 10-.
|
|
|
*/
|
|
|
|
|
|
img {
|
|
|
border-style: none;
|
|
|
}
|
...
|
...
|
@@ -207,7 +192,6 @@ img { |
|
|
/**
|
|
|
* Hide the overflow in IE.
|
|
|
*/
|
|
|
|
|
|
svg:not(:root) {
|
|
|
overflow: hidden;
|
|
|
}
|
...
|
...
|
@@ -219,7 +203,6 @@ svg:not(:root) { |
|
|
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
|
* 2. Correct the odd `em` font sizing in all browsers.
|
|
|
*/
|
|
|
|
|
|
code,
|
|
|
kbd,
|
|
|
pre,
|
...
|
...
|
@@ -231,7 +214,6 @@ samp { |
|
|
/**
|
|
|
* Add the correct margin in IE 8.
|
|
|
*/
|
|
|
|
|
|
figure {
|
|
|
margin: 1em 40px;
|
|
|
}
|
...
|
...
|
@@ -240,7 +222,6 @@ figure { |
|
|
* 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 */
|
...
|
...
|
@@ -254,7 +235,6 @@ hr { |
|
|
* 1. Change font properties to `inherit` in all browsers (opinionated).
|
|
|
* 2. Remove the margin in Firefox and Safari.
|
|
|
*/
|
|
|
|
|
|
button,
|
|
|
input,
|
|
|
select,
|
...
|
...
|
@@ -266,7 +246,6 @@ textarea { |
|
|
/**
|
|
|
* Restore the font weight unset by the previous rule.
|
|
|
*/
|
|
|
|
|
|
optgroup {
|
|
|
font-weight: bold;
|
|
|
}
|
...
|
...
|
@@ -275,9 +254,10 @@ optgroup { |
|
|
* Show the overflow in IE.
|
|
|
* 1. Show the overflow in Edge.
|
|
|
*/
|
|
|
|
|
|
button,
|
|
|
input { /* 1 */
|
|
|
input {
|
|
|
|
|
|
/* 1 */
|
|
|
overflow: visible;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -285,9 +265,10 @@ input { /* 1 */ |
|
|
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
|
* 1. Remove the inheritance of text transform in Firefox.
|
|
|
*/
|
|
|
|
|
|
button,
|
|
|
select { /* 1 */
|
|
|
select {
|
|
|
|
|
|
/* 1 */
|
|
|
text-transform: none;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -296,9 +277,8 @@ select { /* 1 */ |
|
|
* controls in Android 4.
|
|
|
* 2. Correct the inability to style clickable types in iOS and Safari.
|
|
|
*/
|
|
|
|
|
|
button,
|
|
|
html [type="button"], /* 1 */
|
|
|
html [type="button"],
|
|
|
[type="reset"],
|
|
|
[type="submit"] {
|
|
|
-webkit-appearance: button; /* 2 */
|
...
|
...
|
@@ -307,7 +287,6 @@ html [type="button"], /* 1 */ |
|
|
/**
|
|
|
* Remove the inner border and padding in Firefox.
|
|
|
*/
|
|
|
|
|
|
button::-moz-focus-inner,
|
|
|
[type="button"]::-moz-focus-inner,
|
|
|
[type="reset"]::-moz-focus-inner,
|
...
|
...
|
@@ -319,7 +298,6 @@ button::-moz-focus-inner, |
|
|
/**
|
|
|
* Restore the focus styles unset by the previous rule.
|
|
|
*/
|
|
|
|
|
|
button:-moz-focusring,
|
|
|
[type="button"]:-moz-focusring,
|
|
|
[type="reset"]:-moz-focusring,
|
...
|
...
|
@@ -330,7 +308,6 @@ button:-moz-focusring, |
|
|
/**
|
|
|
* Change the border, margin, and padding in all browsers (opinionated).
|
|
|
*/
|
|
|
|
|
|
fieldset {
|
|
|
border: 1px solid #c0c0c0;
|
|
|
margin: 0 2px;
|
...
|
...
|
@@ -343,7 +320,6 @@ fieldset { |
|
|
* 3. Remove the padding so developers are not caught out when they zero out
|
|
|
* `fieldset` elements in all browsers.
|
|
|
*/
|
|
|
|
|
|
legend {
|
|
|
box-sizing: border-box; /* 1 */
|
|
|
color: inherit; /* 2 */
|
...
|
...
|
@@ -356,7 +332,6 @@ legend { |
|
|
/**
|
|
|
* Remove the default vertical scrollbar in IE.
|
|
|
*/
|
|
|
|
|
|
textarea {
|
|
|
overflow: auto;
|
|
|
}
|
...
|
...
|
@@ -365,7 +340,6 @@ textarea { |
|
|
* 1. Add the correct box sizing in IE 10-.
|
|
|
* 2. Remove the padding in IE 10-.
|
|
|
*/
|
|
|
|
|
|
[type="checkbox"],
|
|
|
[type="radio"] {
|
|
|
box-sizing: border-box; /* 1 */
|
...
|
...
|
@@ -375,7 +349,6 @@ textarea { |
|
|
/**
|
|
|
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
|
*/
|
|
|
|
|
|
[type="number"]::-webkit-inner-spin-button,
|
|
|
[type="number"]::-webkit-outer-spin-button {
|
|
|
height: auto;
|
...
|
...
|
@@ -385,7 +358,6 @@ textarea { |
|
|
* 1. Correct the odd appearance in Chrome and Safari.
|
|
|
* 2. Correct the outline style in Safari.
|
|
|
*/
|
|
|
|
|
|
[type="search"] {
|
|
|
-webkit-appearance: textfield; /* 1 */
|
|
|
outline-offset: -2px; /* 2 */
|
...
|
...
|
@@ -394,7 +366,6 @@ textarea { |
|
|
/**
|
|
|
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
|
|
|
*/
|
|
|
|
|
|
[type="search"]::-webkit-search-cancel-button,
|
|
|
[type="search"]::-webkit-search-decoration {
|
|
|
-webkit-appearance: none;
|
...
|
...
|
@@ -403,7 +374,6 @@ textarea { |
|
|
/**
|
|
|
* Correct the text style of placeholders in Chrome, Edge, and Safari.
|
|
|
*/
|
|
|
|
|
|
::-webkit-input-placeholder {
|
|
|
color: inherit;
|
|
|
opacity: 0.54;
|
...
|
...
|
@@ -413,9 +383,9 @@ textarea { |
|
|
* 1. Correct the inability to style clickable types in iOS and Safari.
|
|
|
* 2. Change font properties to `inherit` in Safari.
|
|
|
*/
|
|
|
|
|
|
::-webkit-file-upload-button {
|
|
|
-webkit-appearance: button; /* 1 */
|
|
|
font: inherit; /* 2 */
|
|
|
}
|
|
|
|
|
|
/* stylelint-enable */ |
|
|
\ No newline at end of file |
...
|
...
|
|