2013-11-27 12:38:03 +00:00
title: $:/themes/tiddlywiki/vanilla/reset
2021-11-18 18:01:13 +00:00
type: text/css
2013-02-03 23:02:23 +00:00
2024-04-02 16:35:10 +00:00
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
2019-10-14 08:23:12 +00:00
2020-11-07 09:42:37 +00:00
/*
Document
========
*/
2013-02-03 23:02:23 +00:00
/**
2020-11-07 09:42:37 +00:00
Use a better box model (opinionated).
*/
2013-02-03 23:02:23 +00:00
2020-11-07 09:42:37 +00:00
*,
2024-04-02 16:35:10 +00:00
::before,
::after {
box-sizing: border-box;
2013-02-03 23:02:23 +00:00
}
2020-11-07 09:42:37 +00:00
html {
2024-04-02 16:35:10 +00:00
/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
font-family:
system-ui,
'Segoe UI',
Roboto,
Helvetica,
Arial,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji';
line-height: 1.15; /* 1. Correct the line height in all browsers. */
-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
-moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
tab-size: 4; /* 3 */
2013-02-03 23:02:23 +00:00
}
2020-11-07 09:42:37 +00:00
/*
Sections
========
*/
2013-02-03 23:02:23 +00:00
2020-11-07 09:42:37 +00:00
body {
2024-04-02 16:35:10 +00:00
margin: 0; /* Remove the margin in all browsers. */
2013-02-03 23:02:23 +00:00
}
2020-11-07 09:42:37 +00:00
/*
Grouping content
================
*/
2013-02-03 23:02:23 +00:00
/**
2020-11-07 09:42:37 +00:00
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
2013-02-03 23:02:23 +00:00
2020-11-07 09:42:37 +00:00
hr {
2024-04-02 16:35:10 +00:00
height: 0; /* 1 */
color: inherit; /* 2 */
2013-02-03 23:02:23 +00:00
}
2020-11-07 09:42:37 +00:00
/*
Text-level semantics
====================
*/
2013-02-03 23:02:23 +00:00
/**
2020-11-07 09:42:37 +00:00
Add the correct text decoration in Chrome, Edge, and Safari.
*/
2013-02-03 23:02:23 +00:00
2019-10-14 08:23:12 +00:00
abbr[title] {
2024-04-02 16:35:10 +00:00
text-decoration: underline dotted;
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
Add the correct font weight in Edge and Safari.
*/
2013-02-03 23:02:23 +00:00
2019-10-14 08:23:12 +00:00
b,
strong {
2024-04-02 16:35:10 +00:00
font-weight: bolder;
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
2013-02-03 23:02:23 +00:00
2019-10-14 08:23:12 +00:00
code,
kbd,
2020-11-07 09:42:37 +00:00
samp,
pre {
2024-04-02 16:35:10 +00:00
font-family:
ui-monospace,
SFMono-Regular,
Consolas,
'Liberation Mono',
Menlo,
monospace; /* 1 */
font-size: 1em; /* 2 */
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
Add the correct font size in all browsers.
*/
2013-02-03 23:02:23 +00:00
small {
2024-04-02 16:35:10 +00:00
font-size: 80%;
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
2013-02-03 23:02:23 +00:00
sub,
sup {
2024-04-02 16:35:10 +00:00
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
2013-02-03 23:02:23 +00:00
}
sub {
2024-04-02 16:35:10 +00:00
bottom: -0.25em;
2013-02-03 23:02:23 +00:00
}
2019-10-14 08:23:12 +00:00
sup {
2024-04-02 16:35:10 +00:00
top: -0.5em;
2019-10-14 08:23:12 +00:00
}
2020-11-07 09:42:37 +00:00
/*
Tabular data
============
*/
2013-02-03 23:02:23 +00:00
/**
2020-11-07 09:42:37 +00:00
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2024-04-02 16:35:10 +00:00
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
2020-11-07 09:42:37 +00:00
*/
2013-02-03 23:02:23 +00:00
2020-11-07 09:42:37 +00:00
table {
2024-04-02 16:35:10 +00:00
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
2013-02-03 23:02:23 +00:00
}
2020-11-07 09:42:37 +00:00
/*
Forms
=====
*/
2013-02-03 23:02:23 +00:00
/**
2020-11-07 09:42:37 +00:00
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
2013-02-03 23:02:23 +00:00
2019-10-14 08:23:12 +00:00
button,
input,
optgroup,
select,
textarea {
2024-04-02 16:35:10 +00:00
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
2014-03-12 20:05:34 +00:00
}
2013-02-03 23:02:23 +00:00
/**
2020-11-07 09:42:37 +00:00
Remove the inheritance of text transform in Edge and Firefox.
*/
2013-02-03 23:02:23 +00:00
2019-10-14 08:23:12 +00:00
button,
2024-04-02 16:35:10 +00:00
select {
text-transform: none;
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
Correct the inability to style clickable types in iOS and Safari.
*/
2013-02-03 23:02:23 +00:00
button,
2020-11-07 09:42:37 +00:00
[type='button'],
[type='reset'],
[type='submit'] {
2024-04-02 16:35:10 +00:00
-webkit-appearance: button;
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
Remove the inner border and padding in Firefox.
*/
2013-02-03 23:02:23 +00:00
2020-11-07 09:42:37 +00:00
::-moz-focus-inner {
2024-04-02 16:35:10 +00:00
border-style: none;
padding: 0;
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
Restore the focus styles unset by the previous rule.
*/
2013-02-03 23:02:23 +00:00
2020-11-07 09:42:37 +00:00
:-moz-focusring {
2024-04-02 16:35:10 +00:00
outline: 1px dotted ButtonText;
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
2013-02-03 23:02:23 +00:00
2020-11-07 09:42:37 +00:00
:-moz-ui-invalid {
2024-04-02 16:35:10 +00:00
box-shadow: none;
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
2013-02-03 23:02:23 +00:00
2019-10-14 08:23:12 +00:00
legend {
2024-04-02 16:35:10 +00:00
padding: 0;
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
Add the correct vertical alignment in Chrome and Firefox.
*/
2014-03-12 20:05:34 +00:00
2019-10-14 08:23:12 +00:00
progress {
2024-04-02 16:35:10 +00:00
vertical-align: baseline;
2014-03-12 20:05:34 +00:00
}
/**
2020-11-07 09:42:37 +00:00
Correct the cursor style of increment and decrement buttons in Safari.
*/
2014-03-12 20:05:34 +00:00
2020-11-07 09:42:37 +00:00
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
2024-04-02 16:35:10 +00:00
height: auto;
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
2013-02-03 23:02:23 +00:00
2020-11-07 09:42:37 +00:00
[type='search'] {
2024-04-02 16:35:10 +00:00
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
Remove the inner padding in Chrome and Safari on macOS.
*/
2013-02-03 23:02:23 +00:00
2020-11-07 09:42:37 +00:00
::-webkit-search-decoration {
2024-04-02 16:35:10 +00:00
-webkit-appearance: none;
2013-02-03 23:02:23 +00:00
}
/**
2020-11-07 09:42:37 +00:00
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
2013-02-03 23:02:23 +00:00
2019-10-14 08:23:12 +00:00
::-webkit-file-upload-button {
2024-04-02 16:35:10 +00:00
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
2014-03-12 20:05:34 +00:00
}
2019-10-14 08:23:12 +00:00
/*
2020-11-07 09:42:37 +00:00
Interactive
===========
*/
2014-03-12 20:05:34 +00:00
2019-10-14 08:23:12 +00:00
/*
2020-11-07 09:42:37 +00:00
Add the correct display in Chrome and Safari.
*/
2014-03-12 20:05:34 +00:00
2019-10-14 08:23:12 +00:00
summary {
2024-04-02 16:35:10 +00:00
display: list-item;
2013-02-03 23:02:23 +00:00
}