2024-12-04 15:22:45 +01:00
|
|
|
@import "tomorrow.min.css";
|
2024-04-28 19:36:52 +02:00
|
|
|
html {
|
2024-12-04 15:22:45 +01:00
|
|
|
-webkit-text-size-adjust: 100%;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
html:focus-within {
|
2024-12-04 15:22:45 +01:00
|
|
|
scroll-behavior: smooth;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
body {
|
2024-12-04 15:22:45 +01:00
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
-moz-text-size-adjust: 100%;
|
|
|
|
text-size-adjust: 100%;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
min-height: 100vh;
|
|
|
|
position: relative;
|
|
|
|
text-rendering: optimizeSpeed;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
*, :after, :before {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
a:not([class]) {
|
2024-12-04 15:22:45 +01:00
|
|
|
-webkit-text-decoration-skip: ink;
|
|
|
|
text-decoration-skip-ink: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
|
|
|
|
border: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
font: inherit;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
:focus {
|
2024-12-04 15:22:45 +01:00
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol, ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote, q {
|
|
|
|
quotes: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote:after, blockquote:before, q:after, q:before {
|
|
|
|
content: "";
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, input:required {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
|
|
|
|
-webkit-box-shadow: inset 0 0 0 30px #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
input[type=search] {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
}
|
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
input:focus {
|
2024-12-04 15:22:45 +01:00
|
|
|
outline: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
audio, canvas, video {
|
|
|
|
display: inline-block;
|
|
|
|
max-width: 100%;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
audio:not([controls]) {
|
2024-12-04 15:22:45 +01:00
|
|
|
display: none;
|
|
|
|
height: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
[hidden] {
|
2024-12-04 15:22:45 +01:00
|
|
|
display: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
a:active, a:hover {
|
|
|
|
outline: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
img {
|
2024-12-04 15:22:45 +01:00
|
|
|
height: auto;
|
|
|
|
max-width: 100%;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
img, picture {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, input {
|
|
|
|
line-height: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, html input[type=button], input[type=reset], input[type=submit] {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
background: 0 0;
|
|
|
|
border: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[disabled], html input[disabled] {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
[disabled] {
|
2024-12-04 15:22:45 +01:00
|
|
|
pointer-events: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
input[type=checkbox], input[type=radio] {
|
|
|
|
padding: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
input[type=search] {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
box-sizing: content-box;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
|
|
|
|
-webkit-appearance: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
button::-moz-focus-inner, input::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
button {
|
2024-12-04 15:22:45 +01:00
|
|
|
background: 0 0;
|
|
|
|
border: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
textarea {
|
2024-12-04 15:22:45 +01:00
|
|
|
overflow: auto;
|
|
|
|
resize: vertical;
|
|
|
|
vertical-align: top;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
table {
|
2024-12-04 15:22:45 +01:00
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
text-indent: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
hr {
|
2024-12-04 15:22:45 +01:00
|
|
|
background: #000;
|
|
|
|
border: 0;
|
|
|
|
box-sizing: content-box;
|
|
|
|
height: 1px;
|
|
|
|
line-height: 0;
|
|
|
|
margin: 0;
|
|
|
|
overflow: visible;
|
|
|
|
padding: 0;
|
|
|
|
page-break-after: always;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
pre {
|
2024-12-04 15:22:45 +01:00
|
|
|
font-family: monospace, monospace;
|
|
|
|
font-size: 100%;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
a {
|
2024-12-04 15:22:45 +01:00
|
|
|
background-color: transparent;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
abbr[title] {
|
2024-12-04 15:22:45 +01:00
|
|
|
border-bottom: none;
|
|
|
|
text-decoration: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
code, kbd, pre, samp {
|
|
|
|
font-family: monospace, monospace;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
small, sub, sup {
|
|
|
|
font-size: 75%;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
sub, sup {
|
|
|
|
line-height: 0;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: baseline;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
sub {
|
2024-12-04 15:22:45 +01:00
|
|
|
bottom: -5px;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
sup {
|
2024-12-04 15:22:45 +01:00
|
|
|
top: -5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, input, optgroup, select, textarea {
|
|
|
|
font-family: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
line-height: 1;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, input {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, select {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type=button], [type=reset], [type=submit], button {
|
|
|
|
-webkit-appearance: button;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
|
|
|
|
border-style: none;
|
|
|
|
outline: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
legend {
|
2024-12-04 15:22:45 +01:00
|
|
|
border: 0;
|
|
|
|
color: inherit;
|
|
|
|
display: block;
|
|
|
|
max-width: 100%;
|
|
|
|
white-space: normal;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
fieldset {
|
2024-12-04 15:22:45 +01:00
|
|
|
min-width: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
body:not(:-moz-handler-blocked) fieldset {
|
2024-12-04 15:22:45 +01:00
|
|
|
display: block;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
progress {
|
2024-12-04 15:22:45 +01:00
|
|
|
vertical-align: baseline;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
|
|
|
|
height: auto;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
[type=search] {
|
|
|
|
-webkit-appearance: textfield;
|
|
|
|
outline-offset: -2px;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
[type=search]::-webkit-search-decoration {
|
|
|
|
-webkit-appearance: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
::-webkit-file-upload-button {
|
2024-12-04 15:22:45 +01:00
|
|
|
-webkit-appearance: button;
|
|
|
|
font: inherit;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
summary {
|
2024-12-04 15:22:45 +01:00
|
|
|
display: list-item;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
template {
|
2024-12-04 15:22:45 +01:00
|
|
|
display: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
:root {
|
|
|
|
--nmd-color0: #0a3e68;
|
|
|
|
--nmd-color1: #268598;
|
|
|
|
--nmd-color2: #b8d09e;
|
|
|
|
--nmd-color3: #f6cf5e;
|
|
|
|
--nmd-color4: #ec733b;
|
|
|
|
--nmd-color-info: #167cb9;
|
|
|
|
--nmd-color-warn: #ff6700;
|
|
|
|
}
|
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
body {
|
2024-12-04 15:22:45 +01:00
|
|
|
background: white;
|
|
|
|
color: #111827;
|
|
|
|
max-width: min(100ch, 1024px);
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 10px;
|
|
|
|
font-family: "Lucida Sans", Arial, sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 1.4em;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
2024-12-04 15:22:45 +01:00
|
|
|
body {
|
|
|
|
background: #111827;
|
|
|
|
color: #f9fafb;
|
|
|
|
}
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3 {
|
2024-12-04 15:22:45 +01:00
|
|
|
color: var(--nmd-color0);
|
|
|
|
font-family: "Lato", sans-serif;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 1.125;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
2024-12-04 15:22:45 +01:00
|
|
|
h1,
|
|
|
|
h2,
|
|
|
|
h3 {
|
|
|
|
color: var(--nmd-color4);
|
|
|
|
}
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
h1 {
|
2024-12-04 15:22:45 +01:00
|
|
|
font-size: 48px;
|
|
|
|
font-weight: 300;
|
|
|
|
margin: 4rem 0 1.5rem;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
h2 {
|
2024-12-04 15:22:45 +01:00
|
|
|
font-size: 32px;
|
|
|
|
font-weight: 300;
|
|
|
|
margin: 2rem 0 1rem;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
h3 {
|
2024-12-04 15:22:45 +01:00
|
|
|
font-size: 20px;
|
|
|
|
font-weight: 400;
|
|
|
|
margin: 0.5rem 0.25rem;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
p {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin: 0.9rem 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
p:first-child {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin-top: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
p:last-child {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin-bottom: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
a {
|
2024-12-04 15:22:45 +01:00
|
|
|
color: var(--nmd-color0);
|
|
|
|
text-decoration: underline;
|
|
|
|
text-underline-offset: 3px;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
a:visited {
|
2024-12-04 15:22:45 +01:00
|
|
|
color: var(--nmd-color1);
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
a:hover {
|
2024-12-04 15:22:45 +01:00
|
|
|
color: var(--nmd-color1);
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
2024-12-04 15:22:45 +01:00
|
|
|
a {
|
|
|
|
color: var(--nmd-color3);
|
|
|
|
}
|
|
|
|
a:visited {
|
|
|
|
color: var(--nmd-color2);
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color: var(--nmd-color4);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
code {
|
2024-12-04 15:22:45 +01:00
|
|
|
font-size: 90%;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
span.command {
|
2024-12-04 15:22:45 +01:00
|
|
|
font-size: 90%;
|
|
|
|
font-family: monospace;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
em {
|
2024-12-04 15:22:45 +01:00
|
|
|
font-style: italic;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
strong {
|
2024-12-04 15:22:45 +01:00
|
|
|
font-weight: bold;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
pre {
|
2024-12-04 15:22:45 +01:00
|
|
|
background: #f9fafb;
|
|
|
|
margin: 2rem 16px;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #e5e7eb;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 4px 4px 8px #e5e7eb;
|
|
|
|
font-size: 90%;
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
padding: 6px;
|
|
|
|
overflow: auto;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
2024-12-04 15:22:45 +01:00
|
|
|
pre {
|
|
|
|
background: #1f2937;
|
|
|
|
border-color: black;
|
|
|
|
box-shadow: 4px 4px 8px black;
|
|
|
|
}
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
pre span img {
|
2024-12-04 15:22:45 +01:00
|
|
|
user-select: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
pre:has(code) {
|
2024-12-04 15:22:45 +01:00
|
|
|
padding: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
td,
|
|
|
|
th {
|
2024-12-04 15:22:45 +01:00
|
|
|
padding: 2px 5px;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
td:first-child,
|
|
|
|
th:first-child {
|
2024-12-04 15:22:45 +01:00
|
|
|
padding-left: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
td:last-child,
|
|
|
|
th:last-child {
|
2024-12-04 15:22:45 +01:00
|
|
|
padding-right: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
dt {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin: 1.2rem 0 0.8rem;
|
2024-12-10 21:40:03 +01:00
|
|
|
content-visibility: auto;
|
|
|
|
contain-intrinsic-size: auto 42px;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
dd {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin-left: 2rem;
|
2024-12-10 21:40:03 +01:00
|
|
|
content-visibility: auto;
|
|
|
|
contain-intrinsic-size: auto 500px;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
ul {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin: 0.9rem 0;
|
|
|
|
padding-left: 30px;
|
|
|
|
list-style: disc;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
ul:first-child {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin-top: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
ul:last-child {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin-bottom: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
ol {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin: 0.9rem 0;
|
|
|
|
padding-left: 30px;
|
|
|
|
list-style: decimal;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
ol:first-child {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin-top: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
ol:last-child {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin-bottom: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
li {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin: 0.9rem 0;
|
|
|
|
padding-left: 5px;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
li:first-child {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin-top: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
li:last-child {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin-bottom: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
.navheader hr,
|
|
|
|
.navfooter hr {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin: 1rem 0;
|
|
|
|
background: #e5e7eb;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
2024-12-04 15:22:45 +01:00
|
|
|
.navheader hr,
|
|
|
|
.navfooter hr {
|
|
|
|
background: #4b5563;
|
|
|
|
}
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
.navheader a,
|
|
|
|
.navfooter a {
|
2024-12-04 15:22:45 +01:00
|
|
|
text-decoration: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-12-10 21:40:03 +01:00
|
|
|
#search-bar {
|
|
|
|
position: sticky;
|
|
|
|
top: 0;
|
|
|
|
background: white;
|
|
|
|
padding: 10px;
|
|
|
|
border-bottom: 1px solid #e5e7eb;
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
|
|
#search-bar {
|
|
|
|
background: #111827;
|
|
|
|
color: #f9fafb;
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#search-input {
|
|
|
|
width: 100%;
|
|
|
|
padding: 8px;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: inherit;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
div.titlepage {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin: 40px 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
div.titlepage hr {
|
2024-12-04 15:22:45 +01:00
|
|
|
display: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
div.toc {
|
2024-12-04 15:22:45 +01:00
|
|
|
background: #f9fafb;
|
|
|
|
margin: 2rem 16px;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #e5e7eb;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 4px 4px 8px #e5e7eb;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
2024-12-04 15:22:45 +01:00
|
|
|
div.toc {
|
|
|
|
background: #1f2937;
|
|
|
|
border-color: black;
|
|
|
|
box-shadow: 4px 4px 8px black;
|
|
|
|
}
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
div.toc a {
|
2024-12-04 15:22:45 +01:00
|
|
|
text-decoration: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
div.note,
|
|
|
|
div.warning {
|
2024-12-04 15:22:45 +01:00
|
|
|
background: #f9fafb;
|
|
|
|
margin: 2rem 16px;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #e5e7eb;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: 4px 4px 8px #e5e7eb;
|
|
|
|
font-style: italic;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
2024-12-04 15:22:45 +01:00
|
|
|
div.note,
|
|
|
|
div.warning {
|
|
|
|
background: #1f2937;
|
|
|
|
border-color: black;
|
|
|
|
box-shadow: 4px 4px 8px black;
|
|
|
|
}
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
div.note h3,
|
|
|
|
div.warning h3 {
|
2024-12-04 15:22:45 +01:00
|
|
|
float: right;
|
|
|
|
margin: 0 0 1rem 1rem;
|
|
|
|
width: 42px;
|
|
|
|
height: 42px;
|
|
|
|
content: url();
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
|
|
|
div.note h3 + p,
|
|
|
|
div.warning h3 + p {
|
2024-12-04 15:22:45 +01:00
|
|
|
margin-top: 0;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
div.note h3 {
|
2024-12-04 15:22:45 +01:00
|
|
|
background-color: var(--nmd-color-info);
|
|
|
|
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' stroke-width='2' stroke='black' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M12 8h.01'%3E%3C/path%3E%3Cpath d='M11 12h1v4h1'%3E%3C/path%3E%3Cpath d='M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z'%3E%3C/path%3E%3C/svg%3E");
|
|
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' stroke-width='2' stroke='black' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M12 8h.01'%3E%3C/path%3E%3Cpath d='M11 12h1v4h1'%3E%3C/path%3E%3Cpath d='M12 3c7.2 0 9 1.8 9 9s-1.8 9 -9 9s-9 -1.8 -9 -9s1.8 -9 9 -9z'%3E%3C/path%3E%3C/svg%3E");
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
div.warning h3 {
|
2024-12-04 15:22:45 +01:00
|
|
|
background-color: var(--nmd-color-warn);
|
|
|
|
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' stroke-width='2' stroke='black' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M12 9v2m0 4v.01'%3E%3C/path%3E%3Cpath d='M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75'%3E%3C/path%3E%3C/svg%3E");
|
|
|
|
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' stroke-width='2' stroke='black' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M12 9v2m0 4v.01'%3E%3C/path%3E%3Cpath d='M5 19h14a2 2 0 0 0 1.84 -2.75l-7.1 -12.25a2 2 0 0 0 -3.5 0l-7.1 12.25a2 2 0 0 0 1.75 2.75'%3E%3C/path%3E%3C/svg%3E");
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
.term {
|
2024-12-04 15:22:45 +01:00
|
|
|
font-weight: 300;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
.docbook .xref img[src^="images/callouts/"],
|
2024-04-28 19:36:52 +02:00
|
|
|
.screen img,
|
|
|
|
.programlisting img {
|
2024-12-04 15:22:45 +01:00
|
|
|
width: 1em;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
.calloutlist img {
|
2024-12-04 15:22:45 +01:00
|
|
|
width: 1.3em;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
/** The console prompt, e.g., `$` and `#` should not be selectable. */
|
2024-04-28 19:36:52 +02:00
|
|
|
.programlisting.language-shell .hljs-meta.prompt_ {
|
2024-12-04 15:22:45 +01:00
|
|
|
user-select: none;
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
2024-04-28 19:36:52 +02:00
|
|
|
@media (prefers-color-scheme: dark) {
|
2024-12-04 15:22:45 +01:00
|
|
|
@import "tomorrow-night.min.css";
|
2024-04-28 19:36:52 +02:00
|
|
|
}
|
2024-12-04 15:22:45 +01:00
|
|
|
|
|
|
|
/*# sourceMappingURL=style.css.map */
|