Bumped normalize to v8.0.1

This commit is contained in:
EpicKiwi 2023-06-13 16:10:57 +02:00
parent 8a09ede338
commit bdcfed4e05
Signed by: epickiwi
GPG Key ID: C4B28FD2729941CE

816
css/normalize.css vendored
View File

@ -1,501 +1,351 @@
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* ============================================================================= /* Document
HTML5 display definitions
========================================================================== */ ========================================================================== */
/* /**
* Corrects block display not defined in IE6/7/8/9 & FF3 * 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/ */
article, html {
aside, line-height: 1.15; /* 1 */
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
display: block;
}
/*
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
*/
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
/*
* Prevents modern browsers from displaying 'audio' without controls
* Remove excess height in iOS5 devices
*/
audio:not([controls]) {
display: none;
height: 0;
}
/*
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
* Known issue: no IE6 support
*/
[hidden] {
display: none;
}
/* =============================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
* http://clagnut.com/blog/348/#c790
* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
*/
html {
font-size: 100%; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */
-ms-text-size-adjust: 100%; /* 2 */ }
}
/* Sections
/* ========================================================================== */
* Addresses font-family inconsistency between 'textarea' and other form elements.
*/ /**
* Remove the margin in all browsers.
html, */
button,
input, body {
select,
textarea {
font-family: sans-serif;
}
/*
* Addresses margins handled incorrectly in IE6/7
*/
body {
margin: 0; margin: 0;
} }
/**
/* ============================================================================= * Render the `main` element consistently in IE.
Links */
========================================================================== */
main {
/* display: block;
* Addresses outline displayed oddly in Chrome }
*/
/**
a:focus { * Correct the font size and margin on `h1` elements within `section` and
outline: thin dotted; * `article` contexts in Chrome, Firefox, and Safari.
} */
/* h1 {
* Improves readability when focused and also mouse hovered in all browsers font-size: 2em;
* people.opera.com/patrickl/experiments/keyboard/test margin: 0.67em 0;
*/ }
a:hover, /* Grouping content
a:active { ========================================================================== */
outline: 0;
} /**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
/* ============================================================================= */
Typography
========================================================================== */ hr {
box-sizing: content-box; /* 1 */
/* height: 0; /* 1 */
* Addresses font sizes and margins set differently in IE6/7 overflow: visible; /* 2 */
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 }
*/
/**
h1 { * 1. Correct the inheritance and scaling of font size in all browsers.
margin: 1em 0; * 2. Correct the odd `em` font sizing in all browsers.
} */
h2 { pre {
margin: 0; font-family: monospace, monospace; /* 1 */
} font-size: 1em; /* 2 */
}
h3 {
margin: 1em 0 0 0; /* Text-level semantics
color : #FFF; ========================================================================== */
}
/**
h4 { * Remove the gray background on active links in IE 10.
margin: 1.33em 0; */
color : yellow;
} a {
background-color: transparent;
h5 { }
margin: 1.67em 0;
} /**
* 1. Remove the bottom border in Chrome 57-
h6 { * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
margin: 2.33em 0; */
}
abbr[title] {
/* border-bottom: none; /* 1 */
* Addresses styling not present in IE7/8/9, S5, Chrome text-decoration: underline; /* 2 */
*/ text-decoration: underline dotted; /* 2 */
}
abbr[title] {
border-bottom: 1px dotted; /**
} * Add the correct font weight in Chrome, Edge, and Safari.
*/
/*
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome b,
*/ strong {
font-weight: bolder;
b, }
strong {
font-weight: bold; /**
} * 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
blockquote { */
margin: 1em 40px;
} code,
kbd,
/* samp {
* Addresses styling not present in S5, Chrome font-family: monospace, monospace; /* 1 */
*/ font-size: 1em; /* 2 */
}
dfn {
font-style: italic; /**
} * Add the correct font size in all browsers.
*/
/*
* Addresses styling not present in IE6/7/8/9 small {
*/ font-size: 80%;
}
mark {
background: #ff0; /**
color: #000; * Prevent `sub` and `sup` elements from affecting the line height in
} * all browsers.
*/
/*
* Addresses margins set differently in IE6/7 sub,
*/ sup {
p,
pre {
margin: 1em 0;
text-align:justify;
}
/*
* Corrects font family set oddly in IE6, S4/5, Chrome
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/
pre,
code,
kbd,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}
/*
* Improves readability of pre-formatted text in all browsers
*/
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
/*
* 1. Addresses CSS quotes not supported in IE6/7
* 2. Addresses quote property not supported in S4
*/
/* 1 */
q {
quotes: none;
}
/* 2 */
q:before,
q:after {
content: '';
content: none;
}
small {
font-size: 75%;
}
/*
* Prevents sub and sup affecting line-height in all browsers
* gist.github.com/413930
*/
sub,
sup {
font-size: 75%; font-size: 75%;
line-height: 0; line-height: 0;
position: relative; position: relative;
vertical-align: baseline; vertical-align: baseline;
} }
sup { sub {
top: -0.5em;
}
sub {
bottom: -0.25em; bottom: -0.25em;
} }
sup {
/* ============================================================================= top: -0.5em;
Lists }
========================================================================== */
/* Embedded content
/* ========================================================================== */
* Addresses margins set differently in IE6/7
*/ /**
* Remove the border on images inside links in IE 10.
dl, */
menu,
ol, img {
ul { border-style: none;
margin: 1em 0; }
}
/* Forms
dd { ========================================================================== */
margin: 0 0 0 40px;
} /**
* 1. Change the font styles in all browsers.
/* * 2. Remove the margin in Firefox and Safari.
* Addresses paddings set differently in IE6/7 */
*/
button,
menu, input,
ol, optgroup,
ul { select,
padding: 0 0 0 40px; textarea {
} font-family: inherit; /* 1 */
/*
* Corrects list images handled incorrectly in IE7
*/
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
/* =============================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
* 2. Improves image quality when scaled in IE7
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/
img {
border: 0; /* 1 */
-ms-interpolation-mode: bicubic; /* 2 */
}
/*
* Corrects overflow displayed oddly in IE9
*/
svg:not(:root) {
overflow: hidden;
}
/* =============================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE6/7/8/9, S5, O11
*/
figure {
margin: 0;
}
/* =============================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE6/7
*/
form {
margin: 0;
}
/*
* Define consistent border, margin, and padding
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/*
* 1. Corrects color not being inherited in IE6/7/8/9
* 2. Corrects text not wrapping in FF3
* 3. Corrects alignment displayed oddly in IE6/7
*/
legend {
border: 0; /* 1 */
padding: 0;
white-space: normal; /* 2 */
*margin-left: -7px; /* 3 */
}
/*
* 1. Corrects font size not being inherited in all browsers
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
* 3. Improves appearance and consistency in all browsers
*/
button,
input,
select,
textarea {
font-size: 100%; /* 1 */ font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */ margin: 0; /* 2 */
vertical-align: baseline; /* 3 */ }
*vertical-align: middle; /* 3 */
} /**
* Show the overflow in IE.
/* * 1. Show the overflow in Edge.
* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
*/
button,
button, input { /* 1 */
input { overflow: visible;
line-height: normal; /* 1 */ }
}
/**
/* * Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Improves usability and consistency of cursor style between image-type 'input' and others * 1. Remove the inheritance of text transform in Firefox.
* 2. Corrects inability to style clickable 'input' types in iOS */
* 3. Removes inner spacing in IE7 without affecting normal text inputs
* Known issue: inner spacing remains in IE6 button,
*/ select { /* 1 */
text-transform: none;
button, }
input[type="button"],
input[type="reset"], /**
input[type="submit"] { * Correct the inability to style clickable types in iOS and Safari.
cursor: pointer; /* 1 */ */
-webkit-appearance: button; /* 2 */
*overflow: visible; /* 3 */ button,
} [type="button"],
[type="reset"],
/* [type="submit"] {
* Re-set default cursor for disabled elements -webkit-appearance: button;
*/ }
button[disabled], /**
input[disabled] { * Remove the inner border and padding in Firefox.
cursor: default; */
}
button::-moz-focus-inner,
/* [type="button"]::-moz-focus-inner,
* 1. Addresses box sizing set to content-box in IE8/9 [type="reset"]::-moz-focus-inner,
* 2. Removes excess padding in IE8/9 [type="submit"]::-moz-focus-inner {
* 3. Removes excess padding in IE7 border-style: none;
Known issue: excess padding remains in IE6 padding: 0;
*/ }
input[type="checkbox"], /**
input[type="radio"] { * Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 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 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 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 */ box-sizing: border-box; /* 1 */
padding: 0; /* 2 */ padding: 0; /* 2 */
*height: 13px; /* 3 */ }
*width: 13px; /* 3 */
} /**
* Correct the cursor style of increment and decrement buttons in Chrome.
/* */
* 1. Addresses appearance set to searchfield in S5, Chrome
* 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) [type="number"]::-webkit-inner-spin-button,
*/ [type="number"]::-webkit-outer-spin-button {
height: auto;
input[type="search"] { }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield; /* 1 */ -webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box; outline-offset: -2px; /* 2 */
-webkit-box-sizing: content-box; /* 2 */ }
box-sizing: content-box;
} /**
* Remove the inner padding in Chrome and Safari on macOS.
/* */
* Removes inner padding and search cancel button in S5, Chrome on OS X
*/ [type="search"]::-webkit-search-decoration {
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none; -webkit-appearance: none;
} }
/* /**
* Removes inner padding and border in FF3+ * 1. Correct the inability to style clickable types in iOS and Safari.
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ * 2. Change font properties to `inherit` in Safari.
*/ */
button::-moz-focus-inner, ::-webkit-file-upload-button {
input::-moz-focus-inner { -webkit-appearance: button; /* 1 */
border: 0; font: inherit; /* 2 */
padding: 0; }
}
/* Interactive
/* ========================================================================== */
* 1. Removes default vertical scrollbar in IE6/7/8/9
* 2. Improves readability and alignment in all browsers /*
*/ * Add the correct display in Edge, IE 10+, and Firefox.
*/
textarea {
overflow: auto; /* 1 */ details {
vertical-align: top; /* 2 */ display: block;
} }
/*
/* ============================================================================= * Add the correct display in all browsers.
Tables */
========================================================================== */
summary {
/* display: list-item;
* Remove most spacing between table cells }
*/
/* Misc
table { ========================================================================== */
border-collapse: collapse;
border-spacing: 0; /**
} * Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}