Bumped normalize to v8.0.1

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

670
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.
*/
html,
button,
input,
select,
textarea {
font-family: sans-serif;
}
/*
* Addresses margins handled incorrectly in IE6/7
*/
body {
margin: 0;
}
/* =============================================================================
Links
========================================================================== */ ========================================================================== */
/* /**
* Addresses outline displayed oddly in Chrome * Remove the margin in all browsers.
*/ */
a:focus { body {
outline: thin dotted; margin: 0;
} }
/* /**
* Improves readability when focused and also mouse hovered in all browsers * Render the `main` element consistently in IE.
* people.opera.com/patrickl/experiments/keyboard/test
*/ */
a:hover, main {
a:active { display: block;
outline: 0; }
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
/* ============================================================================= h1 {
Typography font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */ ========================================================================== */
/* /**
* Addresses font sizes and margins set differently in IE6/7 * 1. Add the correct box sizing in Firefox.
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 * 2. Show the overflow in Edge and IE.
*/ */
h1 { hr {
margin: 1em 0; box-sizing: content-box; /* 1 */
} height: 0; /* 1 */
overflow: visible; /* 2 */
}
h2 { /**
margin: 0; * 1. Correct the inheritance and scaling of font size in all browsers.
} * 2. Correct the odd `em` font sizing in all browsers.
h3 {
margin: 1em 0 0 0;
color : #FFF;
}
h4 {
margin: 1.33em 0;
color : yellow;
}
h5 {
margin: 1.67em 0;
}
h6 {
margin: 2.33em 0;
}
/*
* Addresses styling not present in IE7/8/9, S5, Chrome
*/ */
abbr[title] { pre {
border-bottom: 1px dotted; font-family: monospace, monospace; /* 1 */
} font-size: 1em; /* 2 */
}
/* /* Text-level semantics
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome ========================================================================== */
*/
b, /**
strong { * Remove the gray background on active links in IE 10.
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
/*
* Addresses styling not present in S5, Chrome
*/ */
dfn { a {
font-style: italic; background-color: transparent;
} }
/* /**
* Addresses styling not present in IE6/7/8/9 * 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/ */
mark { abbr[title] {
background: #ff0; border-bottom: none; /* 1 */
color: #000; text-decoration: underline; /* 2 */
} text-decoration: underline dotted; /* 2 */
}
/* /**
* Addresses margins set differently in IE6/7 * Add the correct font weight in Chrome, Edge, and Safari.
*/ */
p, b,
pre { strong {
margin: 1em 0; font-weight: bolder;
text-align:justify; }
}
/* /**
* Corrects font family set oddly in IE6, S4/5, Chrome * 1. Correct the inheritance and scaling of font size in all browsers.
* en.wikipedia.org/wiki/User:Davidgothberg/Test59 * 2. Correct the odd `em` font sizing in all browsers.
*/ */
pre, code,
code, kbd,
kbd, samp {
samp { font-family: monospace, monospace; /* 1 */
font-family: monospace, serif; font-size: 1em; /* 2 */
_font-family: 'courier new', monospace; }
font-size: 1em;
}
/* /**
* Improves readability of pre-formatted text in all browsers * Add the correct font size in all browsers.
*/ */
pre { small {
white-space: pre; font-size: 80%;
white-space: pre-wrap; }
word-wrap: break-word;
}
/* /**
* 1. Addresses CSS quotes not supported in IE6/7 * Prevent `sub` and `sup` elements from affecting the line height in
* 2. Addresses quote property not supported in S4 * all browsers.
*/ */
/* 1 */ sub,
sup {
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;
}
/* ============================================================================= /* Embedded content
Lists
========================================================================== */ ========================================================================== */
/* /**
* Addresses margins set differently in IE6/7 * Remove the border on images inside links in IE 10.
*/ */
dl, img {
menu, border-style: none;
ol, }
ul {
margin: 1em 0;
}
dd { /* Forms
margin: 0 0 0 40px;
}
/*
* Addresses paddings set differently in IE6/7
*/
menu,
ol,
ul {
padding: 0 0 0 40px;
}
/*
* 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 * 1. Change the font styles in all browsers.
* 2. Improves image quality when scaled in IE7 * 2. Remove the margin in Firefox and Safari.
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/ */
img { button,
border: 0; /* 1 */ input,
-ms-interpolation-mode: bicubic; /* 2 */ optgroup,
} select,
textarea {
/* font-family: inherit; /* 1 */
* 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 */
}
/* /**
* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet * Show the overflow in IE.
* 1. Show the overflow in Edge.
*/ */
button, button,
input { input { /* 1 */
line-height: normal; /* 1 */ overflow: visible;
} }
/* /**
* 1. Improves usability and consistency of cursor style between image-type 'input' and others * Remove the inheritance of text transform in Edge, Firefox, and IE.
* 2. Corrects inability to style clickable 'input' types in iOS * 1. Remove the inheritance of text transform in Firefox.
* 3. Removes inner spacing in IE7 without affecting normal text inputs
* Known issue: inner spacing remains in IE6
*/ */
button, button,
input[type="button"], select { /* 1 */
input[type="reset"], text-transform: none;
input[type="submit"] { }
cursor: pointer; /* 1 */
-webkit-appearance: button; /* 2 */
*overflow: visible; /* 3 */
}
/* /**
* Re-set default cursor for disabled elements * Correct the inability to style clickable types in iOS and Safari.
*/ */
button[disabled], button,
input[disabled] { [type="button"],
cursor: default; [type="reset"],
} [type="submit"] {
-webkit-appearance: button;
}
/* /**
* 1. Addresses box sizing set to content-box in IE8/9 * Remove the inner border and padding in Firefox.
* 2. Removes excess padding in IE8/9
* 3. Removes excess padding in IE7
Known issue: excess padding remains in IE6
*/ */
input[type="checkbox"], button::-moz-focus-inner,
input[type="radio"] { [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* 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 */
}
/* /**
* 1. Addresses appearance set to searchfield in S5, Chrome * Correct the cursor style of increment and decrement buttons in Chrome.
* 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
*/ */
input[type="search"] { [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 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;
}
/* /**
* Removes inner padding and search cancel button in S5, Chrome on OS X * Remove the inner padding in Chrome and Safari on macOS.
*/ */
input[type="search"]::-webkit-search-decoration, [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
*/
textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */
}
/* =============================================================================
Tables
========================================================================== */ ========================================================================== */
/* /*
* Remove most spacing between table cells * Add the correct display in Edge, IE 10+, and Firefox.
*/ */
table { details {
border-collapse: collapse; display: block;
border-spacing: 0; }
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}