| Author | Dave Jarvis <email> |
|---|---|
| Date | 2022-08-21 23:29:43 GMT-0700 |
| Commit | c37970b113a0b828eed34c70d271f638a6277762 |
| Parent | ede702a |
| -*, | ||
| -::before, | ||
| -::after { | ||
| - -webkit-box-sizing: border-box; | ||
| - box-sizing: border-box; | ||
| -} | ||
| - | ||
| -html { | ||
| - -moz-tab-size: 4; | ||
| - -o-tab-size: 4; | ||
| - tab-size: 4; | ||
| -} | ||
| - | ||
| -html { | ||
| - line-height: 1.15; /* 1 */ | ||
| - -webkit-text-size-adjust: 100%; /* 2 */ | ||
| -} | ||
| - | ||
| -body { | ||
| - margin: 0; | ||
| -} | ||
| - | ||
| -hr { | ||
| - height: 0; /* 1 */ | ||
| - color: inherit; /* 2 */ | ||
| -} | ||
| - | ||
| -abbr[title] { | ||
| - -webkit-text-decoration: underline dotted; | ||
| - text-decoration: underline dotted; | ||
| -} | ||
| - | ||
| -b, strong { | ||
| - font-weight: bolder; | ||
| -} | ||
| - | ||
| -code, | ||
| -kbd, | ||
| -samp, | ||
| -pre { | ||
| - font-size: 1em; /* 2 */ | ||
| -} | ||
| - | ||
| -small { | ||
| - font-size: 80%; | ||
| -} | ||
| - | ||
| -sub, | ||
| -sup { | ||
| - font-size: 75%; | ||
| - line-height: 0; | ||
| - position: relative; | ||
| - vertical-align: baseline; | ||
| -} | ||
| - | ||
| -sub { | ||
| - bottom: -0.25em; | ||
| -} | ||
| - | ||
| -sup { | ||
| - top: -0.5em; | ||
| -} | ||
| - | ||
| -table { | ||
| - text-indent: 0; /* 1 */ | ||
| - border-color: inherit; /* 2 */ | ||
| -} | ||
| - | ||
| -button, | ||
| -input, | ||
| -optgroup, | ||
| -select, | ||
| -textarea { | ||
| - font-family: inherit; /* 1 */ | ||
| - font-size: 100%; /* 1 */ | ||
| - line-height: 1.15; /* 1 */ | ||
| - margin: 0; /* 2 */ | ||
| -} | ||
| - | ||
| -button, | ||
| -select { /* 1 */ | ||
| - text-transform: none; | ||
| -} | ||
| - | ||
| -button, | ||
| -[type='button'], | ||
| -[type='reset'], | ||
| -[type='submit'] { | ||
| - -webkit-appearance: button; | ||
| -} | ||
| - | ||
| -::-moz-focus-inner { | ||
| - border-style: none; | ||
| - padding: 0; | ||
| -} | ||
| - | ||
| -:-moz-focusring { | ||
| - outline: 1px dotted ButtonText; | ||
| -} | ||
| - | ||
| -:-moz-ui-invalid { | ||
| - box-shadow: none; | ||
| -} | ||
| - | ||
| -legend { | ||
| - padding: 0; | ||
| -} | ||
| - | ||
| -progress { | ||
| - vertical-align: baseline; | ||
| -} | ||
| - | ||
| -summary { | ||
| - display: list-item; | ||
| -} | ||
| -abbr { | ||
| - cursor: help; | ||
| -} | ||
| - | ||
| -button, | ||
| -summary, | ||
| -[type="button"], | ||
| -[type="reset"], | ||
| -[type="submit"], | ||
| -[type="color"], | ||
| -[type="file"], | ||
| -[type="range"], | ||
| -label > [type="checkbox"]:enabled, | ||
| -label > [type="radio"]:enabled { | ||
| - cursor: pointer; | ||
| -} | ||
| - | ||
| -[readonly] { | ||
| - cursor: default; | ||
| -} | ||
| - | ||
| -:disabled, | ||
| -[type="checkbox"][id]:disabled + [for], | ||
| -[type="radio"][id]:disabled + [for] { | ||
| - cursor: not-allowed; | ||
| -} | ||
| - | ||
| -html { | ||
| - height: 100%; | ||
| - line-height: 1.4; | ||
| -} | ||
| - | ||
| -h1, | ||
| -h2, | ||
| -h3 { | ||
| - line-height: 1.15; | ||
| -} | ||
| - | ||
| -body { | ||
| - display: -webkit-box; | ||
| - display: -ms-flexbox; | ||
| - display: flex; | ||
| - -webkit-box-orient: vertical; | ||
| - -webkit-box-direction: normal; | ||
| - -ms-flex-direction: column; | ||
| - flex-direction: column; | ||
| - width: calc(100% - 1rem); | ||
| - max-width: 768px; | ||
| - max-width: 48rem; | ||
| - min-height: 100%; | ||
| - margin: 0 auto; | ||
| - word-wrap: break-word; | ||
| -} | ||
| - | ||
| -main { | ||
| - -webkit-box-flex: 1; | ||
| - -ms-flex-positive: 1; | ||
| - flex-grow: 1; | ||
| -} | ||
| - | ||
| -img { | ||
| - max-width: 100%; | ||
| - max-height: 100vh; | ||
| -} | ||
| - | ||
| -table { | ||
| - display: block; | ||
| - overflow-x: auto; | ||
| -} | ||
| - | ||
| -pre { | ||
| - padding: 16px; | ||
| - padding: 1rem; | ||
| - margin-top: 16px !important; | ||
| - margin-top: 1rem !important; | ||
| - margin-bottom: 16px !important; | ||
| - margin-bottom: 1rem !important; | ||
| - overflow-x: auto; | ||
| - line-height: 1.15; | ||
| -} | ||
| - | ||
| -code { | ||
| - padding: 4px; | ||
| - padding: 0.25rem; | ||
| -} | ||
| - | ||
| -pre code { | ||
| - padding: unset; | ||
| -} | ||
| - | ||
| -kbd { | ||
| - display: -webkit-inline-box; | ||
| - display: -ms-inline-flexbox; | ||
| - display: inline-flex; | ||
| - -webkit-box-align: center; | ||
| - -ms-flex-align: center; | ||
| - align-items: center; | ||
| - -webkit-box-pack: center; | ||
| - -ms-flex-pack: center; | ||
| - justify-content: center; | ||
| - min-width: 24px; | ||
| - min-width: 1.5rem; | ||
| - max-width: calc(100% - 0.2rem); | ||
| - min-height: 24px; | ||
| - min-height: 1.5rem; | ||
| - padding: 0 4px; | ||
| - padding: 0 0.25rem; | ||
| - margin: 0 1.6px; | ||
| - margin: 0 0.1rem; | ||
| - overflow: hidden; | ||
| -} | ||
| - | ||
| -kbd kbd { | ||
| - min-width: unset; | ||
| - min-height: unset; | ||
| - padding: 0; | ||
| - margin: 0; | ||
| -} | ||
| - | ||
| -kbd kbd:not(:first-child) { | ||
| - padding-left: 4px; | ||
| - padding-left: 0.25rem; | ||
| -} | ||
| - | ||
| -kbd kbd:not(:last-child) { | ||
| - padding-right: 4px; | ||
| - padding-right: 0.25rem; | ||
| -} | ||
| - | ||
| -iframe { | ||
| - width: 100%; | ||
| - border: none; | ||
| -} | ||
| - | ||
| -dialog { | ||
| - max-height: calc(100% - 1rem); | ||
| - overflow-y: auto; | ||
| - border: none; | ||
| -} | ||
| - | ||
| -audio, | ||
| -video, | ||
| -embed, | ||
| -object { | ||
| - width: 100%; | ||
| -} | ||
| - | ||
| -[type="range"], | ||
| -meter, | ||
| -progress { | ||
| - display: block; | ||
| - width: 100%; | ||
| - height: 36px; | ||
| - height: 2.25rem; | ||
| -} | ||
| - | ||
| -[type="color"] { | ||
| - height: 36px; | ||
| - height: 2.25rem; | ||
| - vertical-align: top; | ||
| -} | ||
| - | ||
| -td, | ||
| -th, | ||
| -details, | ||
| -button, | ||
| -[type="button"], | ||
| -[type="reset"], | ||
| -[type="submit"] { | ||
| - padding: 8px; | ||
| - padding: 0.5rem; | ||
| -} | ||
| - | ||
| -input:not([type]), | ||
| -[type="email"], | ||
| -[type="hidden"], | ||
| -[type="number"], | ||
| -[type="password"], | ||
| -[type="search"], | ||
| -[type="tel"], | ||
| -[type="text"], | ||
| -[type="url"] { | ||
| - display: block; | ||
| - width: 100%; | ||
| - height: 36px; | ||
| - height: 2.25rem; | ||
| - padding: 8px; | ||
| - padding: 0.5rem; | ||
| -} | ||
| - | ||
| -[type="file"] { | ||
| - display: block; | ||
| - width: 100%; | ||
| - height: 36px; | ||
| - height: 2.25rem; | ||
| - padding-top: 5.6px; | ||
| - padding-top: 0.35rem; | ||
| -} | ||
| - | ||
| -[type="date"], | ||
| -[type="datetime-local"], | ||
| -[type="time"], | ||
| -[type="month"], | ||
| -[type="week"] { | ||
| - display: block; | ||
| - width: 100%; | ||
| - height: 36px; | ||
| - height: 2.25rem; | ||
| - padding: 6.4px 8px; | ||
| - padding: 0.4rem 0.5rem; | ||
| -} | ||
| - | ||
| -output { | ||
| - display: block; | ||
| - width: 100%; | ||
| -} | ||
| - | ||
| -textarea { | ||
| - display: block; | ||
| - width: 100%; | ||
| - min-height: 8em; | ||
| - padding: 8px; | ||
| - padding: 0.5rem; | ||
| -} | ||
| - | ||
| -select { | ||
| - display: block; | ||
| - width: 100%; | ||
| - min-height: 36px; | ||
| - min-height: 2.25rem; | ||
| - padding: 7.2px 8px; | ||
| - padding: 0.45rem 0.5rem; | ||
| -} | ||
| - | ||
| -summary { | ||
| - padding: 8px; | ||
| - padding: 0.5rem; | ||
| - margin: -8px; | ||
| - margin: -0.5rem; | ||
| -} | ||
| - | ||
| -[type="image"] { | ||
| - vertical-align: bottom; | ||
| -} | ||
| - | ||
| -fieldset { | ||
| - padding: 12px; | ||
| - padding: 0.75rem; | ||
| -} | ||
| - | ||
| -label > [type="color"] { | ||
| - margin-left: 4px; | ||
| - margin-left: 0.25rem; | ||
| -} | ||
| - | ||
| -label { | ||
| - display: -webkit-box; | ||
| - display: -ms-flexbox; | ||
| - display: flex; | ||
| - -ms-flex-wrap: wrap; | ||
| - flex-wrap: wrap; | ||
| - -webkit-box-align: center; | ||
| - -ms-flex-align: center; | ||
| - align-items: center; | ||
| - width: 100%; | ||
| - margin-top: 16px; | ||
| - margin-top: 1rem; | ||
| -} | ||
| - | ||
| -legend + label { | ||
| - margin-top: 0; | ||
| -} | ||
| - | ||
| -[type="checkbox"] + label, | ||
| -[type="radio"] + label { | ||
| - display: -webkit-inline-box; | ||
| - display: -ms-inline-flexbox; | ||
| - display: inline-flex; | ||
| - width: unset; | ||
| - vertical-align: text-bottom; | ||
| -} | ||
| - | ||
| -blockquote > p:first-child, | ||
| -fieldset > label:first-child { | ||
| - margin-top: 0; | ||
| -} | ||
| - | ||
| -label > [type="checkbox"], | ||
| -label > [type="radio"] { | ||
| - min-height: 16px; | ||
| - min-height: 1rem; | ||
| - margin-right: 4px; | ||
| - margin-right: 0.25rem; | ||
| -} | ||
| - | ||
| -blockquote { | ||
| - padding: 16px 32px; | ||
| - padding: 1rem 2rem; | ||
| - margin-right: 0; | ||
| - margin-left: 0; | ||
| -} | ||
| - | ||
| -blockquote > p:last-child { | ||
| - margin-bottom: 0; | ||
| -} | ||
| - | ||
| -footer { | ||
| - margin-top: 16px; | ||
| - margin-top: 1rem; | ||
| -} | ||
| - | ||
| -figure > figcaption, | ||
| -body > header { | ||
| - text-align: center; | ||
| -} | ||
| - | ||
| -body > footer { | ||
| - padding-bottom: 16px; | ||
| - padding-bottom: 1rem; | ||
| - text-align: center; | ||
| -} | ||
| - | ||
| -figure { | ||
| - margin-right: 0; | ||
| - margin-left: 0; | ||
| - text-align: center; | ||
| -} | ||
| - | ||
| -figure > * { | ||
| - text-align: left; | ||
| - text-align: initial; | ||
| -} | ||
| - | ||
| -dt { | ||
| - font-weight: bold; | ||
| -} | ||
| - | ||
| -dd { | ||
| - margin-bottom: 16px; | ||
| - margin-bottom: 1rem; | ||
| -} | ||
| - | ||
| -li { | ||
| - margin-top: 8px; | ||
| - margin-top: 0.5rem; | ||
| - margin-bottom: 8px; | ||
| - margin-bottom: 0.5rem; | ||
| -} | ||
| - | ||
| -picture { | ||
| - position: relative; | ||
| - left: calc(-50vw + 50%); | ||
| - display: block; | ||
| - width: 100vw; | ||
| - max-height: 100vh; | ||
| - text-align: center; | ||
| -} | ||
| - | ||
| -.hljs { | ||
| - padding: 16px !important; | ||
| - padding: 1rem !important; | ||
| - margin: -16px; | ||
| - margin: -1rem; | ||
| -} | ||
| - | ||
| -@media (max-width: 50rem) { | ||
| - table { | ||
| - width: calc(100% + 1rem); | ||
| - margin-left: -0.5rem; | ||
| - } | ||
| - | ||
| - video { | ||
| - width: calc(100% + 1rem); | ||
| - max-height: 100vh; | ||
| - margin-left: -0.5rem; | ||
| - } | ||
| - | ||
| - pre { | ||
| - width: calc(100% + 1rem); | ||
| - | ||
| - padding-right: 0.5rem !important; | ||
| - padding-left: 0.5rem !important; | ||
| - margin-left: -0.5rem !important; | ||
| - } | ||
| - | ||
| - .hljs { | ||
| - padding-right: 0.5rem !important; | ||
| - padding-left: 0.5rem !important; | ||
| - | ||
| - margin: -1rem -0.5rem; | ||
| - } | ||
| -} | ||
| - | ||
| -@media (hover: hover) { | ||
| - body { | ||
| - overflow-x: hidden; | ||
| - } | ||
| -} | ||
| - | ||
| -:root { | ||
| - color-scheme: dark; | ||
| -} | ||
| - | ||
| -input { | ||
| - border-radius: 0.25rem; | ||
| -} | ||
| - | ||
| -body { | ||
| - color: #fff; | ||
| - background-color: #202124; | ||
| -} | ||
| - | ||
| -pre { | ||
| - background-color: #292b2e; | ||
| - border-radius: 0 !important; | ||
| -} | ||
| - | ||
| -code { | ||
| - color: #f1a0b0; | ||
| - background-color: #292b2e; | ||
| -} | ||
| - | ||
| -pre code { | ||
| - background-color: inherit; | ||
| -} | ||
| - | ||
| -a, | ||
| -a code { | ||
| - color: #90b3ed; | ||
| - text-decoration: none; | ||
| -} | ||
| - | ||
| -a:visited, | ||
| -a:visited code { | ||
| - color: #cb93ff; | ||
| -} | ||
| - | ||
| -a:hover, | ||
| -a:hover code { | ||
| - color: #fff; | ||
| -} | ||
| - | ||
| -a:active, | ||
| -a:active code { | ||
| - color: #fff; | ||
| -} | ||
| - | ||
| -button, | ||
| -dialog, | ||
| -textarea, | ||
| -select { | ||
| - color: #fff; | ||
| - background-color: #202124; | ||
| - border: 1px solid #5f6267; | ||
| - border-radius: 0.25rem; | ||
| -} | ||
| - | ||
| -fieldset, | ||
| -details { | ||
| - border: 1px solid #5f6267; | ||
| - border-radius: 0.25rem; | ||
| -} | ||
| - | ||
| -summary { | ||
| - margin: calc(-0.5rem - 1px); | ||
| - border: 1px solid transparent; | ||
| - border-radius: 0.25rem; | ||
| -} | ||
| - | ||
| -input:not([type]), | ||
| -[type="date"], | ||
| -[type="datetime-local"], | ||
| -[type="email"], | ||
| -[type="hidden"], | ||
| -[type="month"], | ||
| -[type="number"], | ||
| -[type="password"], | ||
| -[type="search"], | ||
| -[type="tel"], | ||
| -[type="text"], | ||
| -[type="time"], | ||
| -[type="url"], | ||
| -[type="week"], | ||
| -[type="button"], | ||
| -[type="color"] { | ||
| - color: #fff; | ||
| - background-color: #202124; | ||
| - border: 1px solid #5f6267; | ||
| -} | ||
| - | ||
| -[type="reset"] { | ||
| - color: #fff; | ||
| - background-color: #770018; | ||
| - border: 1px solid transparent; | ||
| -} | ||
| - | ||
| -[type="submit"], | ||
| -button:not([type]) { | ||
| - color: #fff; | ||
| - background-color: #006624; | ||
| - border: 1px solid transparent; | ||
| -} | ||
| - | ||
| -input:not([type]):disabled, | ||
| -[type="date"]:disabled, | ||
| -[type="datetime-local"]:disabled, | ||
| -[type="email"]:disabled, | ||
| -[type="hidden"]:disabled, | ||
| -[type="month"]:disabled, | ||
| -[type="number"]:disabled, | ||
| -[type="password"]:disabled, | ||
| -[type="search"]:disabled, | ||
| -[type="tel"]:disabled, | ||
| -[type="text"]:disabled, | ||
| -[type="time"]:disabled, | ||
| -[type="url"]:disabled, | ||
| -[type="week"]:disabled, | ||
| -textarea:disabled, | ||
| -select:disabled { | ||
| - background-color: #292b2e; | ||
| -} | ||
| - | ||
| -select:enabled, | ||
| -[type="date"]:enabled, | ||
| -[type="datetime-local"]:enabled, | ||
| -[type="time"]:enabled, | ||
| -[type="month"]:enabled, | ||
| -[type="week"]:enabled { | ||
| - background-color: #202124; | ||
| -} | ||
| - | ||
| -button:focus, | ||
| -[type="button"]:focus, | ||
| -[type="color"]:focus, | ||
| -[type="reset"]:focus, | ||
| -[type="submit"]:focus, | ||
| -button:not([type]):focus, | ||
| -input:not([type]):focus, | ||
| -[type="date"]:focus, | ||
| -[type="datetime-local"]:focus, | ||
| -[type="email"]:focus, | ||
| -[type="hidden"]:focus, | ||
| -[type="image"]:focus, | ||
| -[type="month"]:focus, | ||
| -[type="number"]:focus, | ||
| -[type="password"]:focus, | ||
| -[type="search"]:focus, | ||
| -[type="tel"]:focus, | ||
| -[type="text"]:focus, | ||
| -[type="time"]:focus, | ||
| -[type="url"]:focus, | ||
| -[type="week"]:focus, | ||
| -textarea:focus, | ||
| -select:focus, | ||
| -summary:focus { | ||
| - border-color: #bcbebd; | ||
| - outline: none; | ||
| - -webkit-box-shadow: 0 0 0.2rem 0.01rem #bcbebd; | ||
| - box-shadow: 0 0 0.2rem 0.01rem #bcbebd; | ||
| -} | ||
| - | ||
| -[type="image"]:enabled:hover { | ||
| - filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.95" /><feFuncG type="linear" slope="0.95" /><feFuncB type="linear" slope="0.95" /></feComponentTransfer></filter></svg>#filter'); | ||
| - -webkit-filter: brightness(95%); | ||
| - filter: brightness(95%); | ||
| -} | ||
| - | ||
| -button:enabled:hover, | ||
| -[type="button"]:enabled:hover, | ||
| -[type="color"]:enabled:hover, | ||
| -input:not([type]):enabled:hover, | ||
| -[type="date"]:enabled:hover, | ||
| -[type="datetime-local"]:enabled:hover, | ||
| -[type="email"]:enabled:hover, | ||
| -[type="hidden"]:enabled:hover, | ||
| -[type="month"]:enabled:hover, | ||
| -[type="number"]:enabled:hover, | ||
| -[type="password"]:enabled:hover, | ||
| -[type="range"]:enabled:hover, | ||
| -[type="search"]:enabled:hover, | ||
| -[type="tel"]:enabled:hover, | ||
| -[type="text"]:enabled:hover, | ||
| -[type="time"]:enabled:hover, | ||
| -[type="url"]:enabled:hover, | ||
| -[type="week"]:enabled:hover, | ||
| -textarea:enabled:hover, | ||
| -select:enabled:hover, | ||
| -summary:hover { | ||
| - border-color: #bcbebd; | ||
| -} | ||
| - | ||
| -[type="reset"]:enabled:hover { | ||
| - background-color: #6b0015; | ||
| - border-color: transparent; | ||
| -} | ||
| - | ||
| -/* stylelint-disable-next-line selector-max-specificity */ | ||
| -[type="submit"]:enabled:hover, | ||
| -button:not([type]):enabled:hover { | ||
| - background-color: #006122; | ||
| - border-color: transparent; | ||
| -} | ||
| - | ||
| -table { | ||
| - border-collapse: collapse; | ||
| -} | ||
| - | ||
| -caption { | ||
| - font-weight: bold; | ||
| -} | ||
| - | ||
| -thead { | ||
| - border-bottom: 2px solid #5f6267; | ||
| -} | ||
| - | ||
| -tfoot { | ||
| - border-top: 2px solid #5f6267; | ||
| -} | ||
| - | ||
| -thead > tr:not(:first-child), | ||
| -tbody > tr:not(:first-child), | ||
| -tfoot > tr:not(:first-child) { | ||
| - border-top: 1px solid #5f6267; | ||
| -} | ||
| - | ||
| -/* stylelint-disable-next-line plugin/stylelint-group-selectors */ | ||
| -thead > tr:nth-child(even), | ||
| -tbody > tr:nth-child(even), | ||
| -tfoot > tr:nth-child(even) { | ||
| - background-color: #292b2e; | ||
| -} | ||
| - | ||
| -kbd { | ||
| - background-color: #292b2e; | ||
| - border: 1px solid #bcbebd; | ||
| - border-radius: 0.25rem; | ||
| - -webkit-box-shadow: inset 0 0 0 0.2rem #202124; | ||
| - box-shadow: inset 0 0 0 0.2rem #202124; | ||
| -} | ||
| - | ||
| -kbd kbd { | ||
| - border: unset; | ||
| - border-radius: 0; | ||
| - -webkit-box-shadow: inset 0 -0.2rem 0 0 #202124, | ||
| - inset 0 0.2rem 0 0 #202124; | ||
| - box-shadow: inset 0 -0.2rem 0 0 #202124, | ||
| - inset 0 0.2rem 0 0 #202124; | ||
| -} | ||
| - | ||
| -[open] summary { | ||
| - margin-bottom: 8px; | ||
| - margin-bottom: 0.5rem; | ||
| -} | ||
| - | ||
| -del { | ||
| - background-color: #770018; | ||
| -} | ||
| - | ||
| -ins { | ||
| - text-decoration: none; | ||
| - background-color: #006624; | ||
| -} | ||
| - | ||
| -blockquote { | ||
| - background-color: #292b2e; | ||
| - border-left: 8px solid #5f6267; | ||
| - border-left: 0.5rem solid #5f6267; | ||
| -} | ||
| - | ||
| -body > footer { | ||
| - padding-top: 16px; | ||
| - padding-top: 1rem; | ||
| - border-top: 1px solid #5f6267; | ||
| -} | ||
| - | ||
| -hr { | ||
| - border-color: #5f6267; | ||
| - border-style: solid; | ||
| - border-width: 1px 0 0; | ||
| -} | ||
| - | ||
| -:disabled, | ||
| -[type="checkbox"][id]:disabled + [for], | ||
| -[type="radio"][id]:disabled + [for] { | ||
| - opacity: 0.5; | ||
| -} | ||
| - | ||
| -:invalid:not(form) { | ||
| - border-color: #770018; | ||
| - border-style: solid; | ||
| - border-width: 1px; | ||
| -} | ||
| - | ||
| -:disabled :disabled { | ||
| - opacity: unset; | ||
| -} | ||
| - | ||
| -:invalid:not([type="checkbox"]):focus { | ||
| - border-color: #6b0015; | ||
| - outline: none; | ||
| - -webkit-box-shadow: 0 0 0.2rem 0.05rem #6b0015; | ||
| - box-shadow: 0 0 0.2rem 0.05rem #6b0015; | ||
| -} | ||
| - | ||
| -:invalid:not([type="checkbox"]):not(:focus) { | ||
| - -webkit-box-shadow: none; | ||
| - box-shadow: none; | ||
| -} | ||
| - | ||
| -:invalid:not(form):enabled:hover { | ||
| - border-color: #6b0015; | ||
| -} | ||
| - | ||
| -*,::before,::after{box-sizing:border-box}html{tab-size:4;line-height:1.15}body{margin:0}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}summary{display:list-item}abbr{cursor:help}button,summary,[type="button"],[type="reset"],[type="submit"],[type="color"],[type="file"],[type="range"],label > [type="checkbox"]:enabled,label > [type="radio"]:enabled{cursor:pointer}[readonly]{cursor:default}:disabled,[type="checkbox"][id]:disabled + [for],[type="radio"][id]:disabled + [for]{cursor:not-allowed}html{height:100%;line-height:1.4}h1,h2,h3{line-height:1.15}body{display:-webkit-box;width:calc(100% - 1rem);max-width:768px;min-height:100%;margin:0 auto;word-wrap:break-word}img{max-width:100%;max-height:100vh}table{display:block;overflow-x:auto}pre{padding:16px;margin-top:16px!important;margin-bottom:16px!important;overflow-x:auto;line-height:1.15}code{padding:4px}pre code{padding:unset}kbd{display:-webkit-inline-box;min-width:24px;max-width:calc(100% - 0.2rem);min-height:24px;padding:0 4px;margin:0 1.6px;overflow:hidden}kbd kbd{min-width:unset;min-height:unset;padding:0;margin:0}kbd kbd:not(:first-child){padding-left:4px}kbd kbd:not(:last-child){padding-right:4px}iframe{width:100%;border:none}dialog{max-height:calc(100% - 1rem);overflow-y:auto;border:none}audio,video,embed,object{width:100%}[type="range"],meter,progress{display:block;width:100%;height:36px}[type="color"]{height:36px;vertical-align:top}td,th,details,button,[type="button"],[type="reset"],[type="submit"]{padding:8px}input:not([type]),[type="email"],[type="hidden"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="url"]{display:block;width:100%;height:36px;padding:8px}[type="file"]{display:block;width:100%;height:36px;padding-top:5.6px}[type="date"],[type="datetime-local"],[type="time"],[type="month"],[type="week"]{display:block;width:100%;height:36px;padding:6.4px 8px}output{display:block;width:100%}textarea{display:block;width:100%;min-height:8em;padding:8px}select{display:block;width:100%;min-height:36px;padding:7.2px 8px}summary{padding:8px;margin:-8px}[type="image"]{vertical-align:bottom}fieldset{padding:12px}label > [type="color"]{margin-left:4px}label{display:-webkit-box;width:100%;margin-top:16px}legend + label{margin-top:0}[type="checkbox"] + label,[type="radio"] + label{display:-webkit-inline-box;width:unset;vertical-align:text-bottom}blockquote > p:first-child,fieldset > label:first-child{margin-top:0}label > [type="checkbox"],label > [type="radio"]{min-height:16px;margin-right:4px}blockquote{padding:16px 32px;margin-right:0;margin-left:0}blockquote > p:last-child{margin-bottom:0}footer{margin-top:16px}figure > figcaption,body > header{text-align:center}body > footer{padding-bottom:16px;text-align:center}figure{margin-right:0;margin-left:0;text-align:center}figure > *{text-align:left}dt{font-weight:700}dd{margin-bottom:16px}li{margin-top:8px;margin-bottom:8px}picture{position:relative;left:calc(-50vw + 50%);display:block;width:100vw;max-height:100vh;text-align:center}.hljs{padding:16px!important;margin:-16px}@media (max-width: 50rem){table{width:calc(100% + 1rem);margin-left:-.5rem}video{width:calc(100% + 1rem);max-height:100vh;margin-left:-.5rem}pre{width:calc(100% + 1rem);padding-right:.5rem!important;padding-left:.5rem!important;margin-left:-.5rem!important}.hljs{padding-right:.5rem!important;padding-left:.5rem!important;margin:-1rem -.5rem}}@media (hover: hover){body{overflow-x:hidden}}input{border-radius:.25rem}body{color:#fff;background-color:#202124}pre{background-color:#292b2e;border-radius:0!important}code{color:#f1a0b0;background-color:#292b2e}pre code{background-color:inherit}a,a code{color:#90b3ed;text-decoration:none}a:visited,a:visited code{color:#cb93ff}a:hover,a:hover code{color:#fff}a:active,a:active code{color:#fff}button,dialog,textarea,select{color:#fff;background-color:#202124;border:1px solid #5f6267;border-radius:.25rem}fieldset,details{border:1px solid #5f6267;border-radius:.25rem}summary{margin:calc(-0.5rem - 1px);border:1px solid transparent;border-radius:.25rem}input:not([type]),[type="date"],[type="datetime-local"],[type="email"],[type="hidden"],[type="month"],[type="number"],[type="password"],[type="search"],[type="tel"],[type="text"],[type="time"],[type="url"],[type="week"],[type="button"],[type="color"]{color:#fff;background-color:#202124;border:1px solid #5f6267}[type="reset"]{color:#fff;background-color:#770018;border:1px solid transparent}[type="submit"],button:not([type]){color:#fff;background-color:#006624;border:1px solid transparent}input:not([type]):disabled,[type="date"]:disabled,[type="datetime-local"]:disabled,[type="email"]:disabled,[type="hidden"]:disabled,[type="month"]:disabled,[type="number"]:disabled,[type="password"]:disabled,[type="search"]:disabled,[type="tel"]:disabled,[type="text"]:disabled,[type="time"]:disabled,[type="url"]:disabled,[type="week"]:disabled,textarea:disabled,select:disabled{background-color:#292b2e}select:enabled,[type="date"]:enabled,[type="datetime-local"]:enabled,[type="time"]:enabled,[type="month"]:enabled,[type="week"]:enabled{background-color:#202124}button:focus,[type="button"]:focus,[type="color"]:focus,[type="reset"]:focus,[type="submit"]:focus,button:not([type]):focus,input:not([type]):focus,[type="date"]:focus,[type="datetime-local"]:focus,[type="email"]:focus,[type="hidden"]:focus,[type="image"]:focus,[type="month"]:focus,[type="number"]:focus,[type="password"]:focus,[type="search"]:focus,[type="tel"]:focus,[type="text"]:focus,[type="time"]:focus,[type="url"]:focus,[type="week"]:focus,textarea:focus,select:focus,summary:focus{border-color:#bcbebd;outline:none;box-shadow:0 0 .2rem .01rem #bcbebd}button:enabled:hover,[type="button"]:enabled:hover,[type="color"]:enabled:hover,input:not([type]):enabled:hover,[type="date"]:enabled:hover,[type="datetime-local"]:enabled:hover,[type="email"]:enabled:hover,[type="hidden"]:enabled:hover,[type="month"]:enabled:hover,[type="number"]:enabled:hover,[type="password"]:enabled:hover,[type="range"]:enabled:hover,[type="search"]:enabled:hover,[type="tel"]:enabled:hover,[type="text"]:enabled:hover,[type="time"]:enabled:hover,[type="url"]:enabled:hover,[type="week"]:enabled:hover,textarea:enabled:hover,select:enabled:hover,summary:hover{border-color:#bcbebd}[type="reset"]:enabled:hover{background-color:#6b0015;border-color:transparent}[type="submit"]:enabled:hover,button:not([type]):enabled:hover{background-color:#006122;border-color:transparent}table{border-collapse:collapse}caption{font-weight:700}thead{border-bottom:2px solid #5f6267}tfoot{border-top:2px solid #5f6267}thead > tr:not(:first-child),tbody > tr:not(:first-child),tfoot > tr:not(:first-child){border-top:1px solid #5f6267}thead > tr:nth-child(even),tbody > tr:nth-child(even),tfoot > tr:nth-child(even){background-color:#292b2e}kbd{background-color:#292b2e;border:1px solid #bcbebd;border-radius:.25rem;box-shadow:inset 0 0 0 .2rem #202124}kbd kbd{border:unset;border-radius:0;box-shadow:inset 0 -.2rem 0 0 #202124,inset 0 .2rem 0 0 #202124}[open] summary{margin-bottom:8px}del{background-color:#770018}ins{text-decoration:none;background-color:#006624}blockquote{background-color:#292b2e;border-left:8px solid #5f6267}body > footer{padding-top:16px;border-top:1px solid #5f6267}hr{border-color:#5f6267;border-style:solid;border-width:1px 0 0}:disabled,[type="checkbox"][id]:disabled + [for],[type="radio"][id]:disabled + [for]{opacity:.5}:invalid:not(form){border-color:#770018;border-style:solid;border-width:1px}:disabled :disabled{opacity:unset}:invalid:not([type="checkbox"]):focus{border-color:#6b0015;outline:none;box-shadow:0 0 .2rem .05rem #6b0015}:invalid:not([type="checkbox"]):not(:focus){box-shadow:none}:invalid:not(form):enabled:hover{border-color:#6b0015} | ||
| - | ||
| +*, | ||
| +::before, | ||
| +::after { | ||
| + -webkit-box-sizing: border-box; | ||
| + box-sizing: border-box; | ||
| +} | ||
| + | ||
| +html { | ||
| + -moz-tab-size: 4; | ||
| + -o-tab-size: 4; | ||
| + tab-size: 4; | ||
| +} | ||
| + | ||
| +html { | ||
| + line-height: 1.15; /* 1 */ | ||
| + -webkit-text-size-adjust: 100%; /* 2 */ | ||
| +} | ||
| + | ||
| +body { | ||
| + margin: 0; | ||
| +} | ||
| + | ||
| +hr { | ||
| + height: 0; /* 1 */ | ||
| + color: inherit; /* 2 */ | ||
| +} | ||
| + | ||
| +abbr[title] { | ||
| + -webkit-text-decoration: underline dotted; | ||
| + text-decoration: underline dotted; | ||
| +} | ||
| + | ||
| +b, strong { | ||
| + font-weight: bolder; | ||
| +} | ||
| + | ||
| +code, | ||
| +kbd, | ||
| +samp, | ||
| +pre { | ||
| + font-size: 1em; /* 2 */ | ||
| +} | ||
| + | ||
| +small { | ||
| + font-size: 80%; | ||
| +} | ||
| + | ||
| +sub, | ||
| +sup { | ||
| + font-size: 75%; | ||
| + line-height: 0; | ||
| + position: relative; | ||
| + vertical-align: baseline; | ||
| +} | ||
| + | ||
| +sub { | ||
| + bottom: -0.25em; | ||
| +} | ||
| + | ||
| +sup { | ||
| + top: -0.5em; | ||
| +} | ||
| + | ||
| +table { | ||
| + text-indent: 0; /* 1 */ | ||
| + border-color: inherit; /* 2 */ | ||
| +} | ||
| + | ||
| +button, | ||
| +input, | ||
| +optgroup, | ||
| +select, | ||
| +textarea { | ||
| + font-family: inherit; /* 1 */ | ||
| + font-size: 100%; /* 1 */ | ||
| + line-height: 1.15; /* 1 */ | ||
| + margin: 0; /* 2 */ | ||
| +} | ||
| + | ||
| +button, | ||
| +select { /* 1 */ | ||
| + text-transform: none; | ||
| +} | ||
| + | ||
| +button, | ||
| +[type='button'], | ||
| +[type='reset'], | ||
| +[type='submit'] { | ||
| + -webkit-appearance: button; | ||
| +} | ||
| + | ||
| +::-moz-focus-inner { | ||
| + border-style: none; | ||
| + padding: 0; | ||
| +} | ||
| + | ||
| +:-moz-focusring { | ||
| + outline: 1px dotted ButtonText; | ||
| +} | ||
| + | ||
| +:-moz-ui-invalid { | ||
| + box-shadow: none; | ||
| +} | ||
| + | ||
| +legend { | ||
| + padding: 0; | ||
| +} | ||
| + | ||
| +progress { | ||
| + vertical-align: baseline; | ||
| +} | ||
| + | ||
| +summary { | ||
| + display: list-item; | ||
| +} | ||
| +abbr { | ||
| + cursor: help; | ||
| +} | ||
| + | ||
| +button, | ||
| +summary, | ||
| +[type="button"], | ||
| +[type="reset"], | ||
| +[type="submit"], | ||
| +[type="color"], | ||
| +[type="file"], | ||
| +[type="range"], | ||
| +label > [type="checkbox"]:enabled, | ||
| +label > [type="radio"]:enabled { | ||
| + cursor: pointer; | ||
| +} | ||
| + | ||
| +[readonly] { | ||
| + cursor: default; | ||
| +} | ||
| + | ||
| +:disabled, | ||
| +[type="checkbox"][id]:disabled + [for], | ||
| +[type="radio"][id]:disabled + [for] { | ||
| + cursor: not-allowed; | ||
| +} | ||
| + | ||
| +html { | ||
| + height: 100%; | ||
| + line-height: 1.4; | ||
| +} | ||
| + | ||
| +h1, | ||
| +h2, | ||
| +h3 { | ||
| + line-height: 1.15; | ||
| +} | ||
| + | ||
| +body { | ||
| + display: -webkit-box; | ||
| + display: -ms-flexbox; | ||
| + display: flex; | ||
| + -webkit-box-orient: vertical; | ||
| + -webkit-box-direction: normal; | ||
| + -ms-flex-direction: column; | ||
| + flex-direction: column; | ||
| + width: calc(100% - 1rem); | ||
| + max-width: 768px; | ||
| + max-width: 48rem; | ||
| + min-height: 100%; | ||
| + margin: 0 auto; | ||
| + word-wrap: break-word; | ||
| +} | ||
| + | ||
| +main { | ||
| + -webkit-box-flex: 1; | ||
| + -ms-flex-positive: 1; | ||
| + flex-grow: 1; | ||
| +} | ||
| + | ||
| +img { | ||
| + max-width: 100%; | ||
| + max-height: 100vh; | ||
| +} | ||
| + | ||
| +table { | ||
| + display: block; | ||
| + overflow-x: auto; | ||
| +} | ||
| + | ||
| +pre { | ||
| + padding: 16px; | ||
| + padding: 1rem; | ||
| + margin-top: 16px !important; | ||
| + margin-top: 1rem !important; | ||
| + margin-bottom: 16px !important; | ||
| + margin-bottom: 1rem !important; | ||
| + overflow-x: auto; | ||
| + line-height: 1.15; | ||
| +} | ||
| + | ||
| +code { | ||
| + padding: 4px; | ||
| + padding: 0.25rem; | ||
| +} | ||
| + | ||
| +pre code { | ||
| + padding: unset; | ||
| +} | ||
| + | ||
| +kbd { | ||
| + display: -webkit-inline-box; | ||
| + display: -ms-inline-flexbox; | ||
| + display: inline-flex; | ||
| + -webkit-box-align: center; | ||
| + -ms-flex-align: center; | ||
| + align-items: center; | ||
| + -webkit-box-pack: center; | ||
| + -ms-flex-pack: center; | ||
| + justify-content: center; | ||
| + min-width: 24px; | ||
| + min-width: 1.5rem; | ||
| + max-width: calc(100% - 0.2rem); | ||
| + min-height: 24px; | ||
| + min-height: 1.5rem; | ||
| + padding: 0 4px; | ||
| + padding: 0 0.25rem; | ||
| + margin: 0 1.6px; | ||
| + margin: 0 0.1rem; | ||
| + overflow: hidden; | ||
| +} | ||
| + | ||
| +kbd kbd { | ||
| + min-width: unset; | ||
| + min-height: unset; | ||
| + padding: 0; | ||
| + margin: 0; | ||
| +} | ||
| + | ||
| +kbd kbd:not(:first-child) { | ||
| + padding-left: 4px; | ||
| + padding-left: 0.25rem; | ||
| +} | ||
| + | ||
| +kbd kbd:not(:last-child) { | ||
| + padding-right: 4px; | ||
| + padding-right: 0.25rem; | ||
| +} | ||
| + | ||
| +iframe { | ||
| + width: 100%; | ||
| + border: none; | ||
| +} | ||
| + | ||
| +dialog { | ||
| + max-height: calc(100% - 1rem); | ||
| + overflow-y: auto; | ||
| + border: none; | ||
| +} | ||
| + | ||
| +audio, | ||
| +video, | ||
| +embed, | ||
| +object { | ||
| + width: 100%; | ||
| +} | ||
| + | ||
| +[type="range"], | ||
| +meter, | ||
| +progress { | ||
| + display: block; | ||
| + width: 100%; | ||
| + height: 36px; | ||
| + height: 2.25rem; | ||
| +} | ||
| + | ||
| +[type="color"] { | ||
| + height: 36px; | ||
| + height: 2.25rem; | ||
| + vertical-align: top; | ||
| +} | ||
| + | ||
| +td, | ||
| +th, | ||
| +details, | ||
| +button, | ||
| +[type="button"], | ||
| +[type="reset"], | ||
| +[type="submit"] { | ||
| + padding: 8px; | ||
| + padding: 0.5rem; | ||
| +} | ||
| + | ||
| +input:not([type]), | ||
| +[type="email"], | ||
| +[type="hidden"], | ||
| +[type="number"], | ||
| +[type="password"], | ||
| +[type="search"], | ||
| +[type="tel"], | ||
| +[type="text"], | ||
| +[type="url"] { | ||
| + display: block; | ||
| + width: 100%; | ||
| + height: 36px; | ||
| + height: 2.25rem; | ||
| + padding: 8px; | ||
| + padding: 0.5rem; | ||
| +} | ||
| + | ||
| +[type="file"] { | ||
| + display: block; | ||
| + width: 100%; | ||
| + height: 36px; | ||
| + height: 2.25rem; | ||
| + padding-top: 5.6px; | ||
| + padding-top: 0.35rem; | ||
| +} | ||
| + | ||
| +[type="date"], | ||
| +[type="datetime-local"], | ||
| +[type="time"], | ||
| +[type="month"], | ||
| +[type="week"] { | ||
| + display: block; | ||
| + width: 100%; | ||
| + height: 36px; | ||
| + height: 2.25rem; | ||
| + padding: 6.4px 8px; | ||
| + padding: 0.4rem 0.5rem; | ||
| +} | ||
| + | ||
| +output { | ||
| + display: block; | ||
| + width: 100%; | ||
| +} | ||
| + | ||
| +textarea { | ||
| + display: block; | ||
| + width: 100%; | ||
| + min-height: 8em; | ||
| + padding: 8px; | ||
| + padding: 0.5rem; | ||
| +} | ||
| + | ||
| +select { | ||
| + display: block; | ||
| + width: 100%; | ||
| + min-height: 36px; | ||
| + min-height: 2.25rem; | ||
| + padding: 7.2px 8px; | ||
| + padding: 0.45rem 0.5rem; | ||
| +} | ||
| + | ||
| +summary { | ||
| + padding: 8px; | ||
| + padding: 0.5rem; | ||
| + margin: -8px; | ||
| + margin: -0.5rem; | ||
| +} | ||
| + | ||
| +[type="image"] { | ||
| + vertical-align: bottom; | ||
| +} | ||
| + | ||
| +fieldset { | ||
| + padding: 12px; | ||
| + padding: 0.75rem; | ||
| +} | ||
| + | ||
| +label > [type="color"] { | ||
| + margin-left: 4px; | ||
| + margin-left: 0.25rem; | ||
| +} | ||
| + | ||
| +label { | ||
| + display: -webkit-box; | ||
| + display: -ms-flexbox; | ||
| + display: flex; | ||
| + -ms-flex-wrap: wrap; | ||
| + flex-wrap: wrap; | ||
| + -webkit-box-align: center; | ||
| + -ms-flex-align: center; | ||
| + align-items: center; | ||
| + width: 100%; | ||
| + margin-top: 16px; | ||
| + margin-top: 1rem; | ||
| +} | ||
| + | ||
| +legend + label { | ||
| + margin-top: 0; | ||
| +} | ||
| + | ||
| +[type="checkbox"] + label, | ||
| +[type="radio"] + label { | ||
| + display: -webkit-inline-box; | ||
| + display: -ms-inline-flexbox; | ||
| + display: inline-flex; | ||
| + width: unset; | ||
| + vertical-align: text-bottom; | ||
| +} | ||
| + | ||
| +blockquote > p:first-child, | ||
| +fieldset > label:first-child { | ||
| + margin-top: 0; | ||
| +} | ||
| + | ||
| +label > [type="checkbox"], | ||
| +label > [type="radio"] { | ||
| + min-height: 16px; | ||
| + min-height: 1rem; | ||
| + margin-right: 4px; | ||
| + margin-right: 0.25rem; | ||
| +} | ||
| + | ||
| +blockquote { | ||
| + padding: 16px 32px; | ||
| + padding: 1rem 2rem; | ||
| + margin-right: 0; | ||
| + margin-left: 0; | ||
| +} | ||
| + | ||
| +blockquote > p:last-child { | ||
| + margin-bottom: 0; | ||
| +} | ||
| + | ||
| +footer { | ||
| + margin-top: 16px; | ||
| + margin-top: 1rem; | ||
| +} | ||
| + | ||
| +figure > figcaption, | ||
| +body > header { | ||
| + text-align: center; | ||
| +} | ||
| + | ||
| +body > footer { | ||
| + padding-bottom: 16px; | ||
| + padding-bottom: 1rem; | ||
| + text-align: center; | ||
| +} | ||
| + | ||
| +figure { | ||
| + margin-right: 0; | ||
| + margin-left: 0; | ||
| + text-align: center; | ||
| +} | ||
| + | ||
| +figure > * { | ||
| + text-align: left; | ||
| + text-align: initial; | ||
| +} | ||
| + | ||
| +dt { | ||
| + font-weight: bold; | ||
| +} | ||
| + | ||
| +dd { | ||
| + margin-bottom: 16px; | ||
| + margin-bottom: 1rem; | ||
| +} | ||
| + | ||
| +li { | ||
| + margin-top: 8px; | ||
| + margin-top: 0.5rem; | ||
| + margin-bottom: 8px; | ||
| + margin-bottom: 0.5rem; | ||
| +} | ||
| + | ||
| +picture { | ||
| + position: relative; | ||
| + left: calc(-50vw + 50%); | ||
| + display: block; | ||
| + width: 100vw; | ||
| + max-height: 100vh; | ||
| + text-align: center; | ||
| +} | ||
| + | ||
| +.hljs { | ||
| + padding: 16px !important; | ||
| + padding: 1rem !important; | ||
| + margin: -16px; | ||
| + margin: -1rem; | ||
| +} | ||
| + | ||
| +@media (max-width: 50rem) { | ||
| + table { | ||
| + width: calc(100% + 1rem); | ||
| + margin-left: -0.5rem; | ||
| + } | ||
| + | ||
| + video { | ||
| + width: calc(100% + 1rem); | ||
| + max-height: 100vh; | ||
| + margin-left: -0.5rem; | ||
| + } | ||
| + | ||
| + pre { | ||
| + width: calc(100% + 1rem); | ||
| + | ||
| + padding-right: 0.5rem !important; | ||
| + padding-left: 0.5rem !important; | ||
| + margin-left: -0.5rem !important; | ||
| + } | ||
| + | ||
| + .hljs { | ||
| + padding-right: 0.5rem !important; | ||
| + padding-left: 0.5rem !important; | ||
| + | ||
| + margin: -1rem -0.5rem; | ||
| + } | ||
| +} | ||
| + | ||
| +@media (hover: hover) { | ||
| + body { | ||
| + overflow-x: hidden; | ||
| + } | ||
| +} | ||
| + | ||
| +:root { | ||
| + color-scheme: dark; | ||
| +} | ||
| + | ||
| +input { | ||
| + border-radius: 0.25rem; | ||
| +} | ||
| + | ||
| +body { | ||
| + color: #fff; | ||
| + background-color: #202124; | ||
| +} | ||
| + | ||
| +pre { | ||
| + background-color: #292b2e; | ||
| + border-radius: 0 !important; | ||
| +} | ||
| + | ||
| +code { | ||
| + color: #f1a0b0; | ||
| + background-color: #292b2e; | ||
| +} | ||
| + | ||
| +pre code { | ||
| + background-color: inherit; | ||
| +} | ||
| + | ||
| +a, | ||
| +a code { | ||
| + color: #90b3ed; | ||
| + text-decoration: none; | ||
| +} | ||
| + | ||
| +a:visited, | ||
| +a:visited code { | ||
| + color: #cb93ff; | ||
| +} | ||
| + | ||
| +a:hover, | ||
| +a:hover code { | ||
| + color: #fff; | ||
| +} | ||
| + | ||
| +a:active, | ||
| +a:active code { | ||
| + color: #fff; | ||
| +} | ||
| + | ||
| +button, | ||
| +dialog, | ||
| +textarea, | ||
| +select { | ||
| + color: #fff; | ||
| + background-color: #202124; | ||
| + border: 1px solid #5f6267; | ||
| + border-radius: 0.25rem; | ||
| +} | ||
| + | ||
| +fieldset, | ||
| +details { | ||
| + border: 1px solid #5f6267; | ||
| + border-radius: 0.25rem; | ||
| +} | ||
| + | ||
| +summary { | ||
| + margin: calc(-0.5rem - 1px); | ||
| + border: 1px solid transparent; | ||
| + border-radius: 0.25rem; | ||
| +} | ||
| + | ||
| +input:not([type]), | ||
| +[type="date"], | ||
| +[type="datetime-local"], | ||
| +[type="email"], | ||
| +[type="hidden"], | ||
| +[type="month"], | ||
| +[type="number"], | ||
| +[type="password"], | ||
| +[type="search"], | ||
| +[type="tel"], | ||
| +[type="text"], | ||
| +[type="time"], | ||
| +[type="url"], | ||
| +[type="week"], | ||
| +[type="button"], | ||
| +[type="color"] { | ||
| + color: #fff; | ||
| + background-color: #202124; | ||
| + border: 1px solid #5f6267; | ||
| +} | ||
| + | ||
| +[type="reset"] { | ||
| + color: #fff; | ||
| + background-color: #770018; | ||
| + border: 1px solid transparent; | ||
| +} | ||
| + | ||
| +[type="submit"], | ||
| +button:not([type]) { | ||
| + color: #fff; | ||
| + background-color: #006624; | ||
| + border: 1px solid transparent; | ||
| +} | ||
| + | ||
| +input:not([type]):disabled, | ||
| +[type="date"]:disabled, | ||
| +[type="datetime-local"]:disabled, | ||
| +[type="email"]:disabled, | ||
| +[type="hidden"]:disabled, | ||
| +[type="month"]:disabled, | ||
| +[type="number"]:disabled, | ||
| +[type="password"]:disabled, | ||
| +[type="search"]:disabled, | ||
| +[type="tel"]:disabled, | ||
| +[type="text"]:disabled, | ||
| +[type="time"]:disabled, | ||
| +[type="url"]:disabled, | ||
| +[type="week"]:disabled, | ||
| +textarea:disabled, | ||
| +select:disabled { | ||
| + background-color: #292b2e; | ||
| +} | ||
| + | ||
| +select:enabled, | ||
| +[type="date"]:enabled, | ||
| +[type="datetime-local"]:enabled, | ||
| +[type="time"]:enabled, | ||
| +[type="month"]:enabled, | ||
| +[type="week"]:enabled { | ||
| + background-color: #202124; | ||
| +} | ||
| + | ||
| +button:focus, | ||
| +[type="button"]:focus, | ||
| +[type="color"]:focus, | ||
| +[type="reset"]:focus, | ||
| +[type="submit"]:focus, | ||
| +button:not([type]):focus, | ||
| +input:not([type]):focus, | ||
| +[type="date"]:focus, | ||
| +[type="datetime-local"]:focus, | ||
| +[type="email"]:focus, | ||
| +[type="hidden"]:focus, | ||
| +[type="image"]:focus, | ||
| +[type="month"]:focus, | ||
| +[type="number"]:focus, | ||
| +[type="password"]:focus, | ||
| +[type="search"]:focus, | ||
| +[type="tel"]:focus, | ||
| +[type="text"]:focus, | ||
| +[type="time"]:focus, | ||
| +[type="url"]:focus, | ||
| +[type="week"]:focus, | ||
| +textarea:focus, | ||
| +select:focus, | ||
| +summary:focus { | ||
| + border-color: #bcbebd; | ||
| + outline: none; | ||
| + -webkit-box-shadow: 0 0 0.2rem 0.01rem #bcbebd; | ||
| + box-shadow: 0 0 0.2rem 0.01rem #bcbebd; | ||
| +} | ||
| + | ||
| +[type="image"]:enabled:hover { | ||
| + filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.95" /><feFuncG type="linear" slope="0.95" /><feFuncB type="linear" slope="0.95" /></feComponentTransfer></filter></svg>#filter'); | ||
| + -webkit-filter: brightness(95%); | ||
| + filter: brightness(95%); | ||
| +} | ||
| + | ||
| +button:enabled:hover, | ||
| +[type="button"]:enabled:hover, | ||
| +[type="color"]:enabled:hover, | ||
| +input:not([type]):enabled:hover, | ||
| +[type="date"]:enabled:hover, | ||
| +[type="datetime-local"]:enabled:hover, | ||
| +[type="email"]:enabled:hover, | ||
| +[type="hidden"]:enabled:hover, | ||
| +[type="month"]:enabled:hover, | ||
| +[type="number"]:enabled:hover, | ||
| +[type="password"]:enabled:hover, | ||
| +[type="range"]:enabled:hover, | ||
| +[type="search"]:enabled:hover, | ||
| +[type="tel"]:enabled:hover, | ||
| +[type="text"]:enabled:hover, | ||
| +[type="time"]:enabled:hover, | ||
| +[type="url"]:enabled:hover, | ||
| +[type="week"]:enabled:hover, | ||
| +textarea:enabled:hover, | ||
| +select:enabled:hover, | ||
| +summary:hover { | ||
| + border-color: #bcbebd; | ||
| +} | ||
| + | ||
| +[type="reset"]:enabled:hover { | ||
| + background-color: #6b0015; | ||
| + border-color: transparent; | ||
| +} | ||
| + | ||
| +/* stylelint-disable-next-line selector-max-specificity */ | ||
| +[type="submit"]:enabled:hover, | ||
| +button:not([type]):enabled:hover { | ||
| + background-color: #006122; | ||
| + border-color: transparent; | ||
| +} | ||
| + | ||
| +table { | ||
| + border-collapse: collapse; | ||
| +} | ||
| + | ||
| +caption { | ||
| + font-weight: bold; | ||
| +} | ||
| + | ||
| +thead { | ||
| + border-bottom: 2px solid #5f6267; | ||
| +} | ||
| + | ||
| +tfoot { | ||
| + border-top: 2px solid #5f6267; | ||
| +} | ||
| + | ||
| +thead > tr:not(:first-child), | ||
| +tbody > tr:not(:first-child), | ||
| +tfoot > tr:not(:first-child) { | ||
| + border-top: 1px solid #5f6267; | ||
| +} | ||
| + | ||
| +/* stylelint-disable-next-line plugin/stylelint-group-selectors */ | ||
| +thead > tr:nth-child(even), | ||
| +tbody > tr:nth-child(even), | ||
| +tfoot > tr:nth-child(even) { | ||
| + background-color: #292b2e; | ||
| +} | ||
| + | ||
| +kbd { | ||
| + background-color: #292b2e; | ||
| + border: 1px solid #bcbebd; | ||
| + border-radius: 0.25rem; | ||
| + -webkit-box-shadow: inset 0 0 0 0.2rem #202124; | ||
| + box-shadow: inset 0 0 0 0.2rem #202124; | ||
| +} | ||
| + | ||
| +kbd kbd { | ||
| + border: unset; | ||
| + border-radius: 0; | ||
| + -webkit-box-shadow: inset 0 -0.2rem 0 0 #202124, | ||
| + inset 0 0.2rem 0 0 #202124; | ||
| + box-shadow: inset 0 -0.2rem 0 0 #202124, | ||
| + inset 0 0.2rem 0 0 #202124; | ||
| +} | ||
| + | ||
| +[open] summary { | ||
| + margin-bottom: 8px; | ||
| + margin-bottom: 0.5rem; | ||
| +} | ||
| + | ||
| +del { | ||
| + background-color: #770018; | ||
| +} | ||
| + | ||
| +ins { | ||
| + text-decoration: none; | ||
| + background-color: #006624; | ||
| +} | ||
| + | ||
| +blockquote { | ||
| + background-color: #292b2e; | ||
| + border-left: 8px solid #5f6267; | ||
| + border-left: 0.5rem solid #5f6267; | ||
| +} | ||
| + | ||
| +body > footer { | ||
| + padding-top: 16px; | ||
| + padding-top: 1rem; | ||
| + border-top: 1px solid #5f6267; | ||
| +} | ||
| + | ||
| +hr { | ||
| + border-color: #5f6267; | ||
| + border-style: solid; | ||
| + border-width: 1px 0 0; | ||
| +} | ||
| + | ||
| +:disabled, | ||
| +[type="checkbox"][id]:disabled + [for], | ||
| +[type="radio"][id]:disabled + [for] { | ||
| + opacity: 0.5; | ||
| +} | ||
| + | ||
| +:invalid:not(form) { | ||
| + border-color: #770018; | ||
| + border-style: solid; | ||
| + border-width: 1px; | ||
| +} | ||
| + | ||
| +:disabled :disabled { | ||
| + opacity: unset; | ||
| +} | ||
| + | ||
| +:invalid:not([type="checkbox"]):focus { | ||
| + border-color: #6b0015; | ||
| + outline: none; | ||
| + -webkit-box-shadow: 0 0 0.2rem 0.05rem #6b0015; | ||
| + box-shadow: 0 0 0.2rem 0.05rem #6b0015; | ||
| +} | ||
| + | ||
| +:invalid:not([type="checkbox"]):not(:focus) { | ||
| + -webkit-box-shadow: none; | ||
| + box-shadow: none; | ||
| +} | ||
| + | ||
| +:invalid:not(form):enabled:hover { | ||
| + border-color: #6b0015; | ||
| +} | ||
| + | ||
| Delta | 828 lines added, 830 lines removed, 2-line decrease |
|---|