1968 lines
53 KiB
CSS
1968 lines
53 KiB
CSS
@charset "UTF-8";
|
||
|
||
/*!
|
||
* Pico CSS ✨ v2.0.6 (https://picocss.com)
|
||
* Copyright 2019-2024 - Licensed under MIT
|
||
*/
|
||
|
||
|
||
:root {
|
||
--pico-font-family-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||
--pico-font-family-sans-serif: system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Helvetica, Arial, "Helvetica Neue", sans-serif, var(--pico-font-family-emoji);
|
||
--pico-font-family-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace, var(--pico-font-family-emoji);
|
||
--pico-font-family: var(--pico-font-family-sans-serif);
|
||
--pico-line-height: 1.5;
|
||
--pico-font-weight: 400;
|
||
--pico-font-size: 100%;
|
||
--pico-text-underline-offset: 0.1rem;
|
||
--pico-border-radius: 0.25rem;
|
||
--pico-border-width: 0.0625rem;
|
||
--pico-outline-width: 0.125rem;
|
||
--pico-transition: 0.2s ease-in-out;
|
||
--pico-spacing: 1rem;
|
||
--pico-typography-spacing-vertical: 1rem;
|
||
--pico-grid-column-gap: var(--pico-spacing);
|
||
--pico-grid-row-gap: var(--pico-spacing);
|
||
--pico-form-element-spacing-vertical: 0.75rem;
|
||
--pico-form-element-spacing-horizontal: 1rem;
|
||
--pico-nav-element-spacing-vertical: 1rem;
|
||
--pico-nav-element-spacing-horizontal: 0.5rem;
|
||
--pico-nav-link-spacing-vertical: 0.5rem;
|
||
--pico-nav-link-spacing-horizontal: 0.5rem;
|
||
--pico-nav-breadcrumb-divider: ">";
|
||
--pico-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
||
--pico-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
||
}
|
||
|
||
@media (min-width: 576px) {
|
||
:root {
|
||
--pico-font-size: 106.25%;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
:root {
|
||
--pico-font-size: 112.5%;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1024px) {
|
||
:root {
|
||
--pico-font-size: 118.75%;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1280px) {
|
||
:root {
|
||
--pico-font-size: 125%;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1536px) {
|
||
:root {
|
||
--pico-font-size: 110.25%;
|
||
}
|
||
}
|
||
|
||
a {
|
||
--pico-text-decoration: underline;
|
||
}
|
||
|
||
a.contrast,
|
||
a.secondary {
|
||
--pico-text-decoration: underline;
|
||
}
|
||
|
||
small {
|
||
--pico-font-size: 0.875em;
|
||
}
|
||
|
||
h1,
|
||
h2,
|
||
h3,
|
||
h4,
|
||
h5,
|
||
h6 {
|
||
--pico-font-weight: 700;
|
||
}
|
||
|
||
h1 {
|
||
--pico-font-size: 1.5rem;
|
||
--pico-line-height: 1.125;
|
||
--pico-typography-spacing-top: 3rem;
|
||
}
|
||
|
||
h2 {
|
||
--pico-font-size: 1.75rem;
|
||
--pico-line-height: 1.15;
|
||
--pico-typography-spacing-top: 2.625rem;
|
||
}
|
||
|
||
h3 {
|
||
--pico-font-size: 1.5rem;
|
||
--pico-line-height: 1.175;
|
||
--pico-typography-spacing-top: 2.25rem;
|
||
}
|
||
|
||
h4 {
|
||
--pico-font-size: 1.25rem;
|
||
--pico-line-height: 1.2;
|
||
--pico-typography-spacing-top: 1.874rem;
|
||
}
|
||
|
||
h5 {
|
||
--pico-font-size: 1.125rem;
|
||
--pico-line-height: 1.225;
|
||
--pico-typography-spacing-top: 1.6875rem;
|
||
}
|
||
|
||
h6 {
|
||
--pico-font-size: 1rem;
|
||
--pico-line-height: 1.25;
|
||
--pico-typography-spacing-top: 1.5rem;
|
||
}
|
||
|
||
tfoot td,
|
||
tfoot th,
|
||
thead td,
|
||
thead th {
|
||
--pico-font-weight: 600;
|
||
--pico-border-width: 0.1875rem;
|
||
}
|
||
|
||
code,
|
||
kbd,
|
||
pre,
|
||
samp {
|
||
--pico-font-family: var(--pico-font-family-monospace);
|
||
}
|
||
|
||
kbd {
|
||
--pico-font-weight: bolder;
|
||
}
|
||
|
||
:where(select, textarea),
|
||
input:not([type=submit], [type=button], [type=reset], [type=checkbox], [type=radio], [type=file]) {
|
||
--pico-outline-width: 0.0625rem;
|
||
}
|
||
|
||
[type=search] {
|
||
--pico-border-radius: 5rem;
|
||
}
|
||
|
||
:root:not([data-theme=dark]),
|
||
[data-theme=light] {
|
||
--pico-background-color: #fff;
|
||
--pico-color: #373c44;
|
||
--pico-text-selection-color: rgba(2, 154, 232, 0.25);
|
||
--pico-muted-color: #646b79;
|
||
--pico-muted-border-color: #e7eaf0;
|
||
--pico-primary: #0172ad;
|
||
--pico-primary-background: #0172ad;
|
||
--pico-primary-border: var(--pico-primary-background);
|
||
--pico-primary-underline: rgba(1, 114, 173, 0.5);
|
||
--pico-primary-hover: #015887;
|
||
--pico-primary-hover-background: #02659a;
|
||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||
--pico-primary-focus: rgba(2, 154, 232, 0.5);
|
||
--pico-primary-inverse: #fff;
|
||
--pico-secondary: #5d6b89;
|
||
--pico-secondary-background: #525f7a;
|
||
--pico-secondary-border: var(--pico-secondary-background);
|
||
--pico-secondary-underline: rgba(93, 107, 137, 0.5);
|
||
--pico-secondary-hover: #48536b;
|
||
--pico-secondary-hover-background: #48536b;
|
||
--pico-secondary-hover-border: var(--pico-secondary-hover-background);
|
||
--pico-secondary-hover-underline: var(--pico-secondary-hover);
|
||
--pico-secondary-focus: rgba(93, 107, 137, 0.25);
|
||
--pico-secondary-inverse: #fff;
|
||
--pico-contrast: #181c25;
|
||
--pico-contrast-background: #181c25;
|
||
--pico-contrast-border: var(--pico-contrast-background);
|
||
--pico-contrast-underline: rgba(24, 28, 37, 0.5);
|
||
--pico-contrast-hover: #000;
|
||
--pico-contrast-hover-background: #000;
|
||
--pico-contrast-hover-border: var(--pico-contrast-hover-background);
|
||
--pico-contrast-hover-underline: var(--pico-secondary-hover);
|
||
--pico-contrast-focus: rgba(93, 107, 137, 0.25);
|
||
--pico-contrast-inverse: #fff;
|
||
--pico-box-shadow: 0.0145rem 0.029rem 0.174rem rgba(129, 145, 181, 0.01698),
|
||
0.0335rem 0.067rem 0.402rem rgba(129, 145, 181, 0.024),
|
||
0.0625rem 0.125rem 0.75rem rgba(129, 145, 181, 0.03),
|
||
0.1125rem 0.225rem 1.35rem rgba(129, 145, 181, 0.036),
|
||
0.2085rem 0.417rem 2.502rem rgba(129, 145, 181, 0.04302),
|
||
0.5rem 1rem 6rem rgba(129, 145, 181, 0.06),
|
||
0 0 0 0.0625rem rgba(129, 145, 181, 0.015);
|
||
--pico-h1-color: #2d3138;
|
||
--pico-h2-color: #373c44;
|
||
--pico-h3-color: #424751;
|
||
--pico-h4-color: #4d535e;
|
||
--pico-h5-color: #5c6370;
|
||
--pico-h6-color: #646b79;
|
||
--pico-mark-background-color: #fde7c0;
|
||
--pico-mark-color: #0f1114;
|
||
--pico-ins-color: #1d6a54;
|
||
--pico-del-color: #883935;
|
||
--pico-blockquote-border-color: var(--pico-muted-border-color);
|
||
--pico-blockquote-footer-color: var(--pico-muted-color);
|
||
--pico-button-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||
--pico-button-hover-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||
--pico-table-border-color: var(--pico-muted-border-color);
|
||
--pico-table-row-stripped-background-color: rgba(111, 120, 135, 0.0375);
|
||
--pico-code-background-color: #f3f5f7;
|
||
--pico-code-color: #646b79;
|
||
--pico-code-kbd-background-color: var(--pico-color);
|
||
--pico-code-kbd-color: var(--pico-background-color);
|
||
--pico-form-element-background-color: #fbfcfc;
|
||
--pico-form-element-selected-background-color: #dfe3eb;
|
||
--pico-form-element-border-color: #cfd5e2;
|
||
--pico-form-element-color: #23262c;
|
||
--pico-form-element-placeholder-color: var(--pico-muted-color);
|
||
--pico-form-element-active-background-color: #fff;
|
||
--pico-form-element-active-border-color: var(--pico-primary-border);
|
||
--pico-form-element-focus-color: var(--pico-primary-border);
|
||
--pico-form-element-disabled-opacity: 0.5;
|
||
--pico-form-element-invalid-border-color: #b86a6b;
|
||
--pico-form-element-invalid-active-border-color: #c84f48;
|
||
--pico-form-element-invalid-focus-color: var(--pico-form-element-invalid-active-border-color);
|
||
--pico-form-element-valid-border-color: #4c9b8a;
|
||
--pico-form-element-valid-active-border-color: #279977;
|
||
--pico-form-element-valid-focus-color: var(--pico-form-element-valid-active-border-color);
|
||
--pico-icon-valid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(76, 155, 138)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
||
--pico-icon-invalid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(200, 79, 72)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
|
||
color-scheme: light;
|
||
}
|
||
|
||
:root:not([data-theme=dark]) input:is([type=submit], [type=button], [type=reset], [type=checkbox], [type=radio], [type=file]),
|
||
[data-theme=light] input:is([type=submit], [type=button], [type=reset], [type=checkbox], [type=radio], [type=file]) {
|
||
--pico-form-element-focus-color: var(--pico-primary-focus);
|
||
}
|
||
|
||
@media only screen and (prefers-color-scheme: dark) {
|
||
:root:not([data-theme]) {
|
||
--pico-background-color: #13171f;
|
||
--pico-color: #c2c7d0;
|
||
--pico-text-selection-color: rgba(1, 170, 255, 0.1875);
|
||
--pico-muted-color: #7b8495;
|
||
--pico-muted-border-color: #202632;
|
||
--pico-primary: #01aaff;
|
||
--pico-primary-background: #0172ad;
|
||
--pico-primary-border: var(--pico-primary-background);
|
||
--pico-primary-underline: rgba(1, 170, 255, 0.5);
|
||
--pico-primary-hover: #79c0ff;
|
||
--pico-primary-hover-background: #017fc0;
|
||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||
--pico-primary-focus: rgba(1, 170, 255, 0.375);
|
||
--pico-primary-inverse: #fff;
|
||
--pico-secondary: #969eaf;
|
||
--pico-secondary-background: #525f7a;
|
||
--pico-secondary-border: var(--pico-secondary-background);
|
||
--pico-secondary-underline: rgba(150, 158, 175, 0.5);
|
||
--pico-secondary-hover: #b3b9c5;
|
||
--pico-secondary-hover-background: #5d6b89;
|
||
--pico-secondary-hover-border: var(--pico-secondary-hover-background);
|
||
--pico-secondary-hover-underline: var(--pico-secondary-hover);
|
||
--pico-secondary-focus: rgba(144, 158, 190, 0.25);
|
||
--pico-secondary-inverse: #fff;
|
||
--pico-contrast: #dfe3eb;
|
||
--pico-contrast-background: #eff1f4;
|
||
--pico-contrast-border: var(--pico-contrast-background);
|
||
--pico-contrast-underline: rgba(223, 227, 235, 0.5);
|
||
--pico-contrast-hover: #fff;
|
||
--pico-contrast-hover-background: #fff;
|
||
--pico-contrast-hover-border: var(--pico-contrast-hover-background);
|
||
--pico-contrast-hover-underline: var(--pico-contrast-hover);
|
||
--pico-contrast-focus: rgba(207, 213, 226, 0.25);
|
||
--pico-contrast-inverse: #000;
|
||
--pico-box-shadow: 0.0145rem 0.029rem 0.174rem rgba(7, 9, 12, 0.01698),
|
||
0.0335rem 0.067rem 0.402rem rgba(7, 9, 12, 0.024),
|
||
0.0625rem 0.125rem 0.75rem rgba(7, 9, 12, 0.03),
|
||
0.1125rem 0.225rem 1.35rem rgba(7, 9, 12, 0.036),
|
||
0.2085rem 0.417rem 2.502rem rgba(7, 9, 12, 0.04302),
|
||
0.5rem 1rem 6rem rgba(7, 9, 12, 0.06),
|
||
0 0 0 0.0625rem rgba(7, 9, 12, 0.015);
|
||
--pico-h1-color: #f0f1f3;
|
||
--pico-h2-color: #e0e3e7;
|
||
--pico-h3-color: #c2c7d0;
|
||
--pico-h4-color: #b3b9c5;
|
||
--pico-h5-color: #a4acba;
|
||
--pico-h6-color: #8891a4;
|
||
--pico-mark-background-color: #014063;
|
||
--pico-mark-color: #fff;
|
||
--pico-ins-color: #62af9a;
|
||
--pico-del-color: #ce7e7b;
|
||
--pico-blockquote-border-color: var(--pico-muted-border-color);
|
||
--pico-blockquote-footer-color: var(--pico-muted-color);
|
||
--pico-button-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||
--pico-button-hover-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||
--pico-table-border-color: var(--pico-muted-border-color);
|
||
--pico-table-row-stripped-background-color: rgba(111, 120, 135, 0.0375);
|
||
--pico-code-background-color: #1a1f28;
|
||
--pico-code-color: #8891a4;
|
||
--pico-code-kbd-background-color: var(--pico-color);
|
||
--pico-code-kbd-color: var(--pico-background-color);
|
||
--pico-form-element-background-color: #1c212c;
|
||
--pico-form-element-selected-background-color: #2a3140;
|
||
--pico-form-element-border-color: #2a3140;
|
||
--pico-form-element-color: #e0e3e7;
|
||
--pico-form-element-placeholder-color: #8891a4;
|
||
--pico-form-element-active-background-color: #1a1f28;
|
||
--pico-form-element-active-border-color: var(--pico-primary-border);
|
||
--pico-form-element-focus-color: var(--pico-primary-border);
|
||
--pico-form-element-disabled-opacity: 0.5;
|
||
--pico-form-element-invalid-border-color: #964a50;
|
||
--pico-form-element-invalid-active-border-color: #b7403b;
|
||
--pico-form-element-invalid-focus-color: var(--pico-form-element-invalid-active-border-color);
|
||
--pico-form-element-valid-border-color: #2a7b6f;
|
||
--pico-form-element-valid-active-border-color: #16896a;
|
||
--pico-form-element-valid-focus-color: var(--pico-form-element-valid-active-border-color);
|
||
--pico-icon-valid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(42, 123, 111)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
||
--pico-icon-invalid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(150, 74, 80)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
|
||
color-scheme: dark;
|
||
}
|
||
|
||
:root:not([data-theme]) input:is([type=submit], [type=button], [type=reset], [type=checkbox], [type=radio], [type=file]) {
|
||
--pico-form-element-focus-color: var(--pico-primary-focus);
|
||
}
|
||
}
|
||
|
||
[data-theme=dark] {
|
||
--pico-background-color: #13171f;
|
||
--pico-color: #c2c7d0;
|
||
--pico-text-selection-color: rgba(1, 170, 255, 0.1875);
|
||
--pico-muted-color: #7b8495;
|
||
--pico-muted-border-color: #202632;
|
||
--pico-primary: #01aaff;
|
||
--pico-primary-background: #0172ad;
|
||
--pico-primary-border: var(--pico-primary-background);
|
||
--pico-primary-underline: rgba(1, 170, 255, 0.5);
|
||
--pico-primary-hover: #79c0ff;
|
||
--pico-primary-hover-background: #017fc0;
|
||
--pico-primary-hover-border: var(--pico-primary-hover-background);
|
||
--pico-primary-hover-underline: var(--pico-primary-hover);
|
||
--pico-primary-focus: rgba(1, 170, 255, 0.375);
|
||
--pico-primary-inverse: #fff;
|
||
--pico-secondary: #969eaf;
|
||
--pico-secondary-background: #525f7a;
|
||
--pico-secondary-border: var(--pico-secondary-background);
|
||
--pico-secondary-underline: rgba(150, 158, 175, 0.5);
|
||
--pico-secondary-hover: #b3b9c5;
|
||
--pico-secondary-hover-background: #5d6b89;
|
||
--pico-secondary-hover-border: var(--pico-secondary-hover-background);
|
||
--pico-secondary-hover-underline: var(--pico-secondary-hover);
|
||
--pico-secondary-focus: rgba(144, 158, 190, 0.25);
|
||
--pico-secondary-inverse: #fff;
|
||
--pico-contrast: #dfe3eb;
|
||
--pico-contrast-background: #eff1f4;
|
||
--pico-contrast-border: var(--pico-contrast-background);
|
||
--pico-contrast-underline: rgba(223, 227, 235, 0.5);
|
||
--pico-contrast-hover: #fff;
|
||
--pico-contrast-hover-background: #fff;
|
||
--pico-contrast-hover-border: var(--pico-contrast-hover-background);
|
||
--pico-contrast-hover-underline: var(--pico-contrast-hover);
|
||
--pico-contrast-focus: rgba(207, 213, 226, 0.25);
|
||
--pico-contrast-inverse: #000;
|
||
--pico-box-shadow: 0.0145rem 0.029rem 0.174rem rgba(7, 9, 12, 0.01698),
|
||
0.0335rem 0.067rem 0.402rem rgba(7, 9, 12, 0.024),
|
||
0.0625rem 0.125rem 0.75rem rgba(7, 9, 12, 0.03),
|
||
0.1125rem 0.225rem 1.35rem rgba(7, 9, 12, 0.036),
|
||
0.2085rem 0.417rem 2.502rem rgba(7, 9, 12, 0.04302),
|
||
0.5rem 1rem 6rem rgba(7, 9, 12, 0.06),
|
||
0 0 0 0.0625rem rgba(7, 9, 12, 0.015);
|
||
--pico-h1-color: #f0f1f3;
|
||
--pico-h2-color: #e0e3e7;
|
||
--pico-h3-color: #c2c7d0;
|
||
--pico-h4-color: #b3b9c5;
|
||
--pico-h5-color: #a4acba;
|
||
--pico-h6-color: #8891a4;
|
||
--pico-mark-background-color: #014063;
|
||
--pico-mark-color: #fff;
|
||
--pico-ins-color: #62af9a;
|
||
--pico-del-color: #ce7e7b;
|
||
--pico-blockquote-border-color: var(--pico-muted-border-color);
|
||
--pico-blockquote-footer-color: var(--pico-muted-color);
|
||
--pico-button-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||
--pico-button-hover-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||
--pico-table-border-color: var(--pico-muted-border-color);
|
||
--pico-table-row-stripped-background-color: rgba(111, 120, 135, 0.0375);
|
||
--pico-code-background-color: #1a1f28;
|
||
--pico-code-color: #8891a4;
|
||
--pico-code-kbd-background-color: var(--pico-color);
|
||
--pico-code-kbd-color: var(--pico-background-color);
|
||
--pico-form-element-background-color: #1c212c;
|
||
--pico-form-element-selected-background-color: #2a3140;
|
||
--pico-form-element-border-color: #2a3140;
|
||
--pico-form-element-color: #e0e3e7;
|
||
--pico-form-element-placeholder-color: #8891a4;
|
||
--pico-form-element-active-background-color: #1a1f28;
|
||
--pico-form-element-active-border-color: var(--pico-primary-border);
|
||
--pico-form-element-focus-color: var(--pico-primary-border);
|
||
--pico-form-element-disabled-opacity: 0.5;
|
||
--pico-form-element-invalid-border-color: #964a50;
|
||
--pico-form-element-invalid-active-border-color: #b7403b;
|
||
--pico-form-element-invalid-focus-color: var(--pico-form-element-invalid-active-border-color);
|
||
--pico-form-element-valid-border-color: #2a7b6f;
|
||
--pico-form-element-valid-active-border-color: #16896a;
|
||
--pico-form-element-valid-focus-color: var(--pico-form-element-valid-active-border-color);
|
||
--pico-icon-valid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(42, 123, 111)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
||
--pico-icon-invalid: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(150, 74, 80)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
|
||
color-scheme: dark;
|
||
}
|
||
|
||
[data-theme=dark] input:is([type=submit], [type=button], [type=reset], [type=checkbox], [type=radio], [type=file]) {
|
||
--pico-form-element-focus-color: var(--pico-primary-focus);
|
||
}
|
||
|
||
[type=checkbox],
|
||
[type=radio],
|
||
[type=range],
|
||
progress {
|
||
accent-color: var(--pico-primary);
|
||
}
|
||
|
||
*,
|
||
:after,
|
||
:before {
|
||
box-sizing: border-box;
|
||
background-repeat: no-repeat;
|
||
}
|
||
|
||
:after,
|
||
:before {
|
||
text-decoration: inherit;
|
||
vertical-align: inherit;
|
||
}
|
||
|
||
:where(:root) {
|
||
-webkit-tap-highlight-color: transparent;
|
||
-webkit-text-size-adjust: 100%;
|
||
text-size-adjust: 100%;
|
||
background-color: var(--pico-background-color);
|
||
color: var(--pico-color);
|
||
font-weight: var(--pico-font-weight);
|
||
font-size: var(--pico-font-size);
|
||
line-height: var(--pico-line-height);
|
||
font-family: var(--pico-font-family);
|
||
text-underline-offset: var(--pico-text-underline-offset);
|
||
text-rendering: optimizeLegibility;
|
||
overflow-wrap: break-word;
|
||
tab-size: 4;
|
||
}
|
||
|
||
.container,
|
||
.container-fluid {
|
||
width: 100%;
|
||
margin-right: auto;
|
||
margin-left: auto;
|
||
padding-right: var(--pico-spacing);
|
||
padding-left: var(--pico-spacing);
|
||
}
|
||
|
||
@media (min-width: 576px) {
|
||
.container {
|
||
max-width: 510px;
|
||
padding-right: 0;
|
||
padding-left: 0;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.container {
|
||
max-width: 700px;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1024px) {
|
||
.container {
|
||
max-width: 950px;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1280px) {
|
||
.container {
|
||
max-width: 1200px;
|
||
}
|
||
}
|
||
|
||
@media (min-width: 1536px) {
|
||
.container {
|
||
max-width: 1450px;
|
||
}
|
||
}
|
||
|
||
.grid {
|
||
grid-column-gap: var(--pico-grid-column-gap);
|
||
grid-row-gap: var(--pico-grid-row-gap);
|
||
display: grid;
|
||
grid-template-columns: 1fr;
|
||
}
|
||
|
||
@media (min-width: 768px) {
|
||
.grid {
|
||
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
|
||
}
|
||
}
|
||
|
||
.grid > * {
|
||
min-width: 0;
|
||
}
|
||
|
||
.overflow-auto {
|
||
overflow: auto;
|
||
}
|
||
|
||
b,
|
||
strong {
|
||
font-weight: bolder;
|
||
}
|
||
|
||
sub,
|
||
sup {
|
||
position: relative;
|
||
font-size: 0.75em;
|
||
line-height: 0;
|
||
vertical-align: baseline;
|
||
}
|
||
|
||
sub {
|
||
bottom: -0.25em;
|
||
}
|
||
|
||
sup {
|
||
top: -0.5em;
|
||
}
|
||
|
||
address,
|
||
blockquote,
|
||
dl,
|
||
ol,
|
||
p,
|
||
pre,
|
||
table,
|
||
ul {
|
||
margin-top: 0;
|
||
margin-bottom: var(--pico-typography-spacing-vertical);
|
||
color: var(--pico-color);
|
||
font-style: normal;
|
||
font-weight: var(--pico-font-weight);
|
||
}
|
||
|
||
h1,
|
||
h2,
|
||
h3,
|
||
h4,
|
||
h5,
|
||
h6 {
|
||
margin-top: 0;
|
||
margin-bottom: var(--pico-typography-spacing-vertical);
|
||
color: var(--pico-color);
|
||
font-weight: var(--pico-font-weight);
|
||
font-size: var(--pico-font-size);
|
||
line-height: var(--pico-line-height);
|
||
font-family: var(--pico-font-family);
|
||
}
|
||
|
||
h1 {
|
||
--pico-color: var(--pico-h1-color);
|
||
}
|
||
|
||
h2 {
|
||
--pico-color: var(--pico-h2-color);
|
||
}
|
||
|
||
h3 {
|
||
--pico-color: var(--pico-h3-color);
|
||
}
|
||
|
||
h4 {
|
||
--pico-color: var(--pico-h4-color);
|
||
}
|
||
|
||
h5 {
|
||
--pico-color: var(--pico-h5-color);
|
||
}
|
||
|
||
h6 {
|
||
--pico-color: var(--pico-h6-color);
|
||
}
|
||
|
||
:where(article, address, blockquote, dl, figure, form, ol, p, pre, table, ul) ~ :is(h1, h2, h3, h4, h5, h6) {
|
||
margin-top: var(--pico-typography-spacing-top);
|
||
}
|
||
|
||
p {
|
||
margin-bottom: var(--pico-typography-spacing-vertical);
|
||
}
|
||
|
||
hgroup {
|
||
margin-bottom: var(--pico-typography-spacing-vertical);
|
||
}
|
||
|
||
hgroup > * {
|
||
margin-top: 0;
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
hgroup > :not(:first-child):last-child {
|
||
--pico-color: var(--pico-muted-color);
|
||
--pico-font-weight: unset;
|
||
font-size: 1rem;
|
||
}
|
||
|
||
:where(ol, ul) li {
|
||
margin-bottom: calc(var(--pico-typography-spacing-vertical) * 0.25);
|
||
}
|
||
|
||
:where(dl, ol, ul) :where(dl, ol, ul) {
|
||
margin: 0;
|
||
margin-top: calc(var(--pico-typography-spacing-vertical) * 0.25);
|
||
}
|
||
|
||
ul li {
|
||
list-style: square;
|
||
}
|
||
|
||
mark {
|
||
padding: 0.125rem 0.25rem;
|
||
background-color: var(--pico-mark-background-color);
|
||
color: var(--pico-mark-color);
|
||
vertical-align: baseline;
|
||
}
|
||
|
||
blockquote {
|
||
display: block;
|
||
margin: var(--pico-typography-spacing-vertical) 0;
|
||
padding: var(--pico-spacing);
|
||
border-right: none;
|
||
border-left: 0.25rem solid var(--pico-blockquote-border-color);
|
||
border-inline-start: 0.25rem solid var(--pico-blockquote-border-color);
|
||
border-inline-end: none;
|
||
}
|
||
|
||
blockquote footer {
|
||
margin-top: calc(var(--pico-typography-spacing-vertical) * 0.5);
|
||
color: var(--pico-blockquote-footer-color);
|
||
}
|
||
|
||
abbr[title] {
|
||
border-bottom: 1px dotted;
|
||
text-decoration: none;
|
||
cursor: help;
|
||
}
|
||
|
||
ins {
|
||
color: var(--pico-ins-color);
|
||
text-decoration: none;
|
||
}
|
||
|
||
del {
|
||
color: var(--pico-del-color);
|
||
}
|
||
|
||
::selection {
|
||
background-color: var(--pico-text-selection-color);
|
||
}
|
||
|
||
:where(a:not([role=button])),
|
||
[role=link] {
|
||
--pico-color: var(--pico-primary);
|
||
--pico-background-color: transparent;
|
||
--pico-underline: var(--pico-primary-underline);
|
||
outline: none;
|
||
background-color: var(--pico-background-color);
|
||
color: var(--pico-color);
|
||
text-decoration: var(--pico-text-decoration);
|
||
text-decoration-color: var(--pico-underline);
|
||
text-underline-offset: 0.125em;
|
||
transition: background-color var(--pico-transition),
|
||
color var(--pico-transition),
|
||
text-decoration var(--pico-transition),
|
||
box-shadow var(--pico-transition);
|
||
}
|
||
|
||
:where(a:not([role=button])):is([aria-current]:not([aria-current=false]), :hover, :active, :focus),
|
||
[role=link]:is([aria-current]:not([aria-current=false]), :hover, :active, :focus) {
|
||
--pico-color: var(--pico-primary-hover);
|
||
--pico-underline: var(--pico-primary-hover-underline);
|
||
--pico-text-decoration: underline;
|
||
}
|
||
|
||
:where(a:not([role=button])):focus-visible,
|
||
[role=link]:focus-visible {
|
||
box-shadow: 0 0 0 var(--pico-outline-width) var(--pico-primary-focus);
|
||
}
|
||
|
||
:where(a:not([role=button])).secondary,
|
||
[role=link].secondary {
|
||
--pico-color: var(--pico-secondary);
|
||
--pico-underline: var(--pico-secondary-underline);
|
||
}
|
||
|
||
:where(a:not([role=button])).secondary:is([aria-current]:not([aria-current=false]), :hover, :active, :focus),
|
||
[role=link].secondary:is([aria-current]:not([aria-current=false]), :hover, :active, :focus) {
|
||
--pico-color: var(--pico-secondary-hover);
|
||
--pico-underline: var(--pico-secondary-hover-underline);
|
||
}
|
||
|
||
:where(a:not([role=button])).contrast,
|
||
[role=link].contrast {
|
||
--pico-color: var(--pico-contrast);
|
||
--pico-underline: var(--pico-contrast-underline);
|
||
}
|
||
|
||
:where(a:not([role=button])).contrast:is([aria-current]:not([aria-current=false]), :hover, :active, :focus),
|
||
[role=link].contrast:is([aria-current]:not([aria-current=false]), :hover, :active, :focus) {
|
||
--pico-color: var(--pico-contrast-hover);
|
||
--pico-underline: var(--pico-contrast-hover-underline);
|
||
}
|
||
|
||
a[role=button] {
|
||
display: inline-block;
|
||
}
|
||
|
||
button {
|
||
margin: 0;
|
||
overflow: visible;
|
||
font-family: inherit;
|
||
text-transform: none;
|
||
}
|
||
|
||
[type=button],
|
||
[type=reset],
|
||
[type=submit],
|
||
button {
|
||
-webkit-appearance: button;
|
||
}
|
||
|
||
[role=button],
|
||
[type=button],
|
||
[type=file]::file-selector-button,
|
||
[type=reset],
|
||
[type=submit],
|
||
button {
|
||
--pico-background-color: var(--pico-primary-background);
|
||
--pico-border-color: var(--pico-primary-border);
|
||
--pico-color: var(--pico-primary-inverse);
|
||
--pico-box-shadow: var(--pico-button-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||
padding: var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);
|
||
border: var(--pico-border-width) solid var(--pico-border-color);
|
||
border-radius: var(--pico-border-radius);
|
||
outline: none;
|
||
background-color: var(--pico-background-color);
|
||
box-shadow: var(--pico-box-shadow);
|
||
color: var(--pico-color);
|
||
font-weight: var(--pico-font-weight);
|
||
font-size: 1rem;
|
||
line-height: var(--pico-line-height);
|
||
text-align: center;
|
||
text-decoration: none;
|
||
cursor: pointer;
|
||
user-select: none;
|
||
transition: background-color var(--pico-transition),
|
||
border-color var(--pico-transition),
|
||
color var(--pico-transition),
|
||
box-shadow var(--pico-transition);
|
||
}
|
||
|
||
[role=button]:is(:hover, :active, :focus),
|
||
[role=button]:is([aria-current]:not([aria-current=false])),
|
||
[type=button]:is(:hover, :active, :focus),
|
||
[type=button]:is([aria-current]:not([aria-current=false])),
|
||
[type=file]::file-selector-button:is(:hover, :active, :focus),
|
||
[type=file]::file-selector-button:is([aria-current]:not([aria-current=false])),
|
||
[type=reset]:is(:hover, :active, :focus),
|
||
[type=reset]:is([aria-current]:not([aria-current=false])),
|
||
[type=submit]:is(:hover, :active, :focus),
|
||
[type=submit]:is([aria-current]:not([aria-current=false])),
|
||
button:is(:hover, :active, :focus),
|
||
button:is([aria-current]:not([aria-current=false])) {
|
||
--pico-background-color: var(--pico-primary-hover-background);
|
||
--pico-border-color: var(--pico-primary-hover-border);
|
||
--pico-box-shadow: var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||
--pico-color: var(--pico-primary-inverse);
|
||
}
|
||
|
||
[role=button]:focus,
|
||
[role=button]:is([aria-current]:not([aria-current=false])):focus,
|
||
[type=button]:focus,
|
||
[type=button]:is([aria-current]:not([aria-current=false])):focus,
|
||
[type=file]::file-selector-button:focus,
|
||
[type=file]::file-selector-button:is([aria-current]:not([aria-current=false])):focus,
|
||
[type=reset]:focus,
|
||
[type=reset]:is([aria-current]:not([aria-current=false])):focus,
|
||
[type=submit]:focus,
|
||
[type=submit]:is([aria-current]:not([aria-current=false])):focus,
|
||
button:focus,
|
||
button:is([aria-current]:not([aria-current=false])):focus {
|
||
--pico-box-shadow: var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),
|
||
0 0 0 var(--pico-outline-width) var(--pico-primary-focus);
|
||
}
|
||
|
||
[type=button],
|
||
[type=reset],
|
||
[type=submit] {
|
||
margin-bottom: var(--pico-spacing);
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).secondary,
|
||
[type=file]::file-selector-button,
|
||
[type=reset] {
|
||
--pico-background-color: var(--pico-secondary-background);
|
||
--pico-border-color: var(--pico-secondary-border);
|
||
--pico-color: var(--pico-secondary-inverse);
|
||
cursor: pointer;
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).secondary:is([aria-current]:not([aria-current=false]), :hover, :active, :focus),
|
||
[type=file]::file-selector-button:is([aria-current]:not([aria-current=false]), :hover, :active, :focus),
|
||
[type=reset]:is([aria-current]:not([aria-current=false]), :hover, :active, :focus) {
|
||
--pico-background-color: var(--pico-secondary-hover-background);
|
||
--pico-border-color: var(--pico-secondary-hover-border);
|
||
--pico-color: var(--pico-secondary-inverse);
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).secondary:focus,
|
||
:is(button, [type=submit], [type=button], [role=button]).secondary:is([aria-current]:not([aria-current=false])):focus,
|
||
[type=file]::file-selector-button:focus,
|
||
[type=file]::file-selector-button:is([aria-current]:not([aria-current=false])):focus,
|
||
[type=reset]:focus,
|
||
[type=reset]:is([aria-current]:not([aria-current=false])):focus {
|
||
--pico-box-shadow: var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),
|
||
0 0 0 var(--pico-outline-width) var(--pico-secondary-focus);
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).contrast {
|
||
--pico-background-color: var(--pico-contrast-background);
|
||
--pico-border-color: var(--pico-contrast-border);
|
||
--pico-color: var(--pico-contrast-inverse);
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).contrast:is([aria-current]:not([aria-current=false]), :hover, :active, :focus) {
|
||
--pico-background-color: var(--pico-contrast-hover-background);
|
||
--pico-border-color: var(--pico-contrast-hover-border);
|
||
--pico-color: var(--pico-contrast-inverse);
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).contrast:focus,
|
||
:is(button, [type=submit], [type=button], [role=button]).contrast:is([aria-current]:not([aria-current=false])):focus {
|
||
--pico-box-shadow: var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),
|
||
0 0 0 var(--pico-outline-width) var(--pico-contrast-focus);
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).outline,
|
||
[type=reset].outline {
|
||
--pico-background-color: transparent;
|
||
--pico-color: var(--pico-primary);
|
||
--pico-border-color: var(--pico-primary);
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).outline:is([aria-current]:not([aria-current=false]), :hover, :active, :focus),
|
||
[type=reset].outline:is([aria-current]:not([aria-current=false]), :hover, :active, :focus) {
|
||
--pico-background-color: transparent;
|
||
--pico-color: var(--pico-primary-hover);
|
||
--pico-border-color: var(--pico-primary-hover);
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).outline.secondary,
|
||
[type=reset].outline {
|
||
--pico-color: var(--pico-secondary);
|
||
--pico-border-color: var(--pico-secondary);
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).outline.secondary:is([aria-current]:not([aria-current=false]), :hover, :active, :focus),
|
||
[type=reset].outline:is([aria-current]:not([aria-current=false]), :hover, :active, :focus) {
|
||
--pico-color: var(--pico-secondary-hover);
|
||
--pico-border-color: var(--pico-secondary-hover);
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).outline.contrast {
|
||
--pico-color: var(--pico-contrast);
|
||
--pico-border-color: var(--pico-contrast);
|
||
}
|
||
|
||
:is(button, [type=submit], [type=button], [role=button]).outline.contrast:is([aria-current]:not([aria-current=false]), :hover, :active, :focus) {
|
||
--pico-color: var(--pico-contrast-hover);
|
||
--pico-border-color: var(--pico-contrast-hover);
|
||
}
|
||
|
||
:where(button, [type=submit], [type=reset], [type=button], [role=button])[disabled],
|
||
:where(fieldset[disabled]) :is(button, [type=submit], [type=button], [type=reset], [role=button]) {
|
||
opacity: 0.5;
|
||
pointer-events: none;
|
||
}
|
||
|
||
:where(table) {
|
||
width: 100%;
|
||
border-collapse: collapse;
|
||
border-spacing: 0;
|
||
text-indent: 0;
|
||
}
|
||
|
||
td,
|
||
th {
|
||
padding: calc(var(--pico-spacing) / 2) var(--pico-spacing);
|
||
border-bottom: var(--pico-border-width) solid var(--pico-table-border-color);
|
||
background-color: var(--pico-background-color);
|
||
color: var(--pico-color);
|
||
font-weight: var(--pico-font-weight);
|
||
text-align: left;
|
||
text-align: start;
|
||
}
|
||
|
||
tfoot td,
|
||
tfoot th {
|
||
border-top: var(--pico-border-width) solid var(--pico-table-border-color);
|
||
border-bottom: 0;
|
||
}
|
||
|
||
table.striped tbody tr:nth-child(odd) td,
|
||
table.striped tbody tr:nth-child(odd) th {
|
||
background-color: var(--pico-table-row-stripped-background-color);
|
||
}
|
||
|
||
:where(audio, canvas, iframe, img, svg, video) {
|
||
vertical-align: middle;
|
||
}
|
||
|
||
audio,
|
||
video {
|
||
display: inline-block;
|
||
}
|
||
|
||
audio:not([controls]) {
|
||
display: none;
|
||
height: 0;
|
||
}
|
||
|
||
:where(iframe) {
|
||
border-style: none;
|
||
}
|
||
|
||
img {
|
||
max-width: 100%;
|
||
height: auto;
|
||
border-style: none;
|
||
}
|
||
|
||
:where(svg:not([fill])) {
|
||
fill: currentColor;
|
||
}
|
||
|
||
svg:not(:root) {
|
||
overflow: hidden;
|
||
}
|
||
|
||
code,
|
||
kbd,
|
||
pre,
|
||
samp {
|
||
font-size: 0.875em;
|
||
font-family: var(--pico-font-family);
|
||
}
|
||
|
||
pre code {
|
||
font-size: inherit;
|
||
font-family: inherit;
|
||
}
|
||
|
||
pre {
|
||
-ms-overflow-style: scrollbar;
|
||
overflow: auto;
|
||
}
|
||
|
||
code,
|
||
kbd,
|
||
pre {
|
||
border-radius: var(--pico-border-radius);
|
||
background: var(--pico-code-background-color);
|
||
color: var(--pico-code-color);
|
||
font-weight: var(--pico-font-weight);
|
||
line-height: initial;
|
||
}
|
||
|
||
code,
|
||
kbd {
|
||
display: inline-block;
|
||
padding: 0.375rem;
|
||
}
|
||
|
||
pre {
|
||
display: block;
|
||
margin-bottom: var(--pico-spacing);
|
||
overflow-x: auto;
|
||
}
|
||
|
||
pre > code {
|
||
display: block;
|
||
padding: var(--pico-spacing);
|
||
background: none;
|
||
line-height: var(--pico-line-height);
|
||
}
|
||
|
||
kbd {
|
||
background-color: var(--pico-code-kbd-background-color);
|
||
color: var(--pico-code-kbd-color);
|
||
vertical-align: baseline;
|
||
}
|
||
|
||
figure {
|
||
display: block;
|
||
margin: 0;
|
||
padding: 0;
|
||
}
|
||
|
||
figure figcaption {
|
||
padding: calc(var(--pico-spacing) * 0.5) 0;
|
||
color: var(--pico-muted-color);
|
||
}
|
||
|
||
hr {
|
||
height: 0;
|
||
margin: var(--pico-typography-spacing-vertical) 0;
|
||
border: 0;
|
||
border-top: 1px solid var(--pico-muted-border-color);
|
||
color: inherit;
|
||
}
|
||
|
||
[hidden],
|
||
template {
|
||
display: none !important;
|
||
}
|
||
|
||
canvas {
|
||
display: inline-block;
|
||
}
|
||
|
||
input,
|
||
optgroup,
|
||
select,
|
||
textarea {
|
||
margin: 0;
|
||
font-size: 1rem;
|
||
line-height: var(--pico-line-height);
|
||
font-family: inherit;
|
||
letter-spacing: inherit;
|
||
}
|
||
|
||
input {
|
||
overflow: visible;
|
||
}
|
||
|
||
select {
|
||
text-transform: none;
|
||
}
|
||
|
||
legend {
|
||
max-width: 100%;
|
||
padding: 0;
|
||
color: inherit;
|
||
white-space: normal;
|
||
}
|
||
|
||
textarea {
|
||
overflow: auto;
|
||
}
|
||
|
||
[type=checkbox],
|
||
[type=radio] {
|
||
padding: 0;
|
||
}
|
||
|
||
::-webkit-inner-spin-button,
|
||
::-webkit-outer-spin-button {
|
||
height: auto;
|
||
}
|
||
|
||
[type=search] {
|
||
-webkit-appearance: textfield;
|
||
outline-offset: -2px;
|
||
}
|
||
|
||
[type=search]::-webkit-search-decoration {
|
||
-webkit-appearance: none;
|
||
}
|
||
|
||
::-webkit-file-upload-button {
|
||
-webkit-appearance: button;
|
||
font: inherit;
|
||
}
|
||
|
||
::-moz-focus-inner {
|
||
padding: 0;
|
||
border-style: none;
|
||
}
|
||
|
||
:-moz-focusring {
|
||
outline: none;
|
||
}
|
||
|
||
:-moz-ui-invalid {
|
||
box-shadow: none;
|
||
}
|
||
|
||
::-ms-expand {
|
||
display: none;
|
||
}
|
||
|
||
[type=file],
|
||
[type=range] {
|
||
padding: 0;
|
||
border-width: 0;
|
||
}
|
||
|
||
input:not([type=checkbox], [type=radio], [type=range]) {
|
||
height: calc(1rem * var(--pico-line-height) + var(--pico-form-element-spacing-vertical) * 2 + var(--pico-border-width) * 2);
|
||
}
|
||
|
||
fieldset {
|
||
width: 100%;
|
||
margin: 0;
|
||
margin-bottom: var(--pico-spacing);
|
||
padding: 0;
|
||
border: 0;
|
||
}
|
||
|
||
fieldset legend,
|
||
label {
|
||
display: block;
|
||
margin-bottom: calc(var(--pico-spacing) * 0.375);
|
||
color: var(--pico-color);
|
||
font-weight: var(--pico-form-label-font-weight, var(--pico-font-weight));
|
||
}
|
||
|
||
fieldset legend {
|
||
margin-bottom: calc(var(--pico-spacing) * 0.5);
|
||
}
|
||
|
||
button[type=submit],
|
||
input:not([type=checkbox], [type=radio]),
|
||
select,
|
||
textarea {
|
||
width: 100%;
|
||
}
|
||
|
||
input:not([type=checkbox], [type=radio], [type=range], [type=file]),
|
||
select,
|
||
textarea {
|
||
appearance: none;
|
||
padding: var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);
|
||
}
|
||
|
||
input,
|
||
select,
|
||
textarea {
|
||
--pico-background-color: var(--pico-form-element-background-color);
|
||
--pico-border-color: var(--pico-form-element-border-color);
|
||
--pico-color: var(--pico-form-element-color);
|
||
--pico-box-shadow: none;
|
||
border: var(--pico-border-width) solid var(--pico-border-color);
|
||
border-radius: var(--pico-border-radius);
|
||
outline: none;
|
||
background-color: var(--pico-background-color);
|
||
box-shadow: var(--pico-box-shadow);
|
||
color: var(--pico-color);
|
||
font-weight: var(--pico-font-weight);
|
||
transition: background-color var(--pico-transition),
|
||
border-color var(--pico-transition),
|
||
color var(--pico-transition),
|
||
box-shadow var(--pico-transition);
|
||
}
|
||
|
||
:where(select, textarea):not([readonly]):is(:active, :focus),
|
||
input:not([type=submit], [type=button], [type=reset], [type=checkbox], [type=radio], [readonly]):is(:active, :focus) {
|
||
--pico-background-color: var(--pico-form-element-active-background-color);
|
||
}
|
||
|
||
:where(select, textarea):not([readonly]):is(:active, :focus),
|
||
input:not([type=submit], [type=button], [type=reset], [role=switch], [readonly]):is(:active, :focus) {
|
||
--pico-border-color: var(--pico-form-element-active-border-color);
|
||
}
|
||
|
||
:where(select, textarea):not([readonly]):focus,
|
||
input:not([type=submit], [type=button], [type=reset], [type=range], [type=file], [readonly]):focus {
|
||
--pico-box-shadow: 0 0 0 var(--pico-outline-width) var(--pico-form-element-focus-color);
|
||
}
|
||
|
||
:where(fieldset[disabled]) :is(input:not([type=submit], [type=button], [type=reset]), select, textarea),
|
||
input:not([type=submit], [type=button], [type=reset])[disabled],
|
||
label[aria-disabled=true],
|
||
select[disabled],
|
||
textarea[disabled] {
|
||
opacity: var(--pico-form-element-disabled-opacity);
|
||
pointer-events: none;
|
||
}
|
||
|
||
label[aria-disabled=true] input[disabled] {
|
||
opacity: 1;
|
||
}
|
||
|
||
:where(input, select, textarea):not([type=checkbox], [type=radio], [type=date], [type=datetime-local], [type=month], [type=time], [type=week], [type=range])[aria-invalid] {
|
||
padding-right: calc(var(--pico-form-element-spacing-horizontal) + 1.5rem) !important;
|
||
padding-left: var(--pico-form-element-spacing-horizontal);
|
||
padding-inline-start: var(--pico-form-element-spacing-horizontal) !important;
|
||
padding-inline-end: calc(var(--pico-form-element-spacing-horizontal) + 1.5rem) !important;
|
||
background-position: center right 0.75rem;
|
||
background-size: 1rem auto;
|
||
background-repeat: no-repeat;
|
||
}
|
||
|
||
:where(input, select, textarea):not([type=checkbox], [type=radio], [type=date], [type=datetime-local], [type=month], [type=time], [type=week], [type=range])[aria-invalid=false]:not(select) {
|
||
background-image: var(--pico-icon-valid);
|
||
}
|
||
|
||
:where(input, select, textarea):not([type=checkbox], [type=radio], [type=date], [type=datetime-local], [type=month], [type=time], [type=week], [type=range])[aria-invalid=true]:not(select) {
|
||
background-image: var(--pico-icon-invalid);
|
||
}
|
||
|
||
:where(input, select, textarea)[aria-invalid=false] {
|
||
--pico-border-color: var(--pico-form-element-valid-border-color);
|
||
}
|
||
|
||
:where(input, select, textarea)[aria-invalid=false]:is(:active, :focus) {
|
||
--pico-border-color: var(--pico-form-element-valid-active-border-color) !important;
|
||
}
|
||
|
||
:where(input, select, textarea)[aria-invalid=false]:is(:active, :focus):not([type=checkbox], [type=radio]) {
|
||
--pico-box-shadow: 0 0 0 var(--pico-outline-width) var(--pico-form-element-valid-focus-color) !important;
|
||
}
|
||
|
||
:where(input, select, textarea)[aria-invalid=true] {
|
||
--pico-border-color: var(--pico-form-element-invalid-border-color);
|
||
}
|
||
|
||
:where(input, select, textarea)[aria-invalid=true]:is(:active, :focus) {
|
||
--pico-border-color: var(--pico-form-element-invalid-active-border-color) !important;
|
||
}
|
||
|
||
:where(input, select, textarea)[aria-invalid=true]:is(:active, :focus):not([type=checkbox], [type=radio]) {
|
||
--pico-box-shadow: 0 0 0 var(--pico-outline-width) var(--pico-form-element-invalid-focus-color) !important;
|
||
}
|
||
|
||
[dir=rtl] :where(input, select, textarea):not([type=checkbox], [type=radio]):is([aria-invalid], [aria-invalid=true], [aria-invalid=false]) {
|
||
background-position: center left 0.75rem;
|
||
}
|
||
|
||
input::-webkit-input-placeholder,
|
||
input::placeholder,
|
||
select:invalid,
|
||
textarea::-webkit-input-placeholder,
|
||
textarea::placeholder {
|
||
color: var(--pico-form-element-placeholder-color);
|
||
opacity: 1;
|
||
}
|
||
|
||
input:not([type=checkbox], [type=radio]),
|
||
select,
|
||
textarea {
|
||
margin-bottom: var(--pico-spacing);
|
||
}
|
||
|
||
select::-ms-expand {
|
||
border: 0;
|
||
background-color: transparent;
|
||
}
|
||
|
||
select:not([multiple], [size]) {
|
||
padding-right: calc(var(--pico-form-element-spacing-horizontal) + 1.5rem);
|
||
padding-left: var(--pico-form-element-spacing-horizontal);
|
||
padding-inline-start: var(--pico-form-element-spacing-horizontal);
|
||
padding-inline-end: calc(var(--pico-form-element-spacing-horizontal) + 1.5rem);
|
||
background-image: var(--pico-icon-chevron);
|
||
background-position: center right 0.75rem;
|
||
background-size: 1rem auto;
|
||
background-repeat: no-repeat;
|
||
}
|
||
|
||
select[multiple] option:checked {
|
||
background: var(--pico-form-element-selected-background-color);
|
||
color: var(--pico-form-element-color);
|
||
}
|
||
|
||
[dir=rtl] select:not([multiple], [size]) {
|
||
background-position: center left 0.75rem;
|
||
}
|
||
|
||
textarea {
|
||
display: block;
|
||
resize: vertical;
|
||
}
|
||
|
||
textarea[aria-invalid] {
|
||
--pico-icon-height: calc(1rem * var(--pico-line-height) + var(--pico-form-element-spacing-vertical) * 2 + var(--pico-border-width) * 2);
|
||
background-position: top right 0.75rem !important;
|
||
background-size: 1rem var(--pico-icon-height) !important;
|
||
}
|
||
|
||
:where(input, select, textarea, fieldset, .grid) + small {
|
||
display: block;
|
||
width: 100%;
|
||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||
margin-bottom: var(--pico-spacing);
|
||
color: var(--pico-muted-color);
|
||
}
|
||
|
||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||
color: var(--pico-ins-color);
|
||
}
|
||
|
||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||
color: var(--pico-del-color);
|
||
}
|
||
|
||
label > :where(input, select, textarea) {
|
||
margin-top: calc(var(--pico-spacing) * 0.25);
|
||
}
|
||
|
||
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
|
||
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);
|
||
background-image: var(--pico-icon-search);
|
||
background-position: center left calc(var(--pico-form-element-spacing-horizontal) + 0.125rem);
|
||
background-size: 1rem auto;
|
||
background-repeat: no-repeat;
|
||
}
|
||
|
||
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search][aria-invalid] {
|
||
padding-inline-start: calc(var(--pico-form-element-spacing-horizontal) + 1.75rem) !important;
|
||
background-position: center left 1.125rem, center right 0.75rem;
|
||
}
|
||
|
||
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search][aria-invalid=false] {
|
||
background-image: var(--pico-icon-search), var(--pico-icon-valid);
|
||
}
|
||
|
||
input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=search][aria-invalid=true] {
|
||
background-image: var(--pico-icon-search), var(--pico-icon-invalid);
|
||
}
|
||
|
||
[dir=rtl] :where(input):not([type=checkbox], [type=radio], [type=range], [type=file])[type=search] {
|
||
background-position: center right 1.125rem;
|
||
}
|
||
|
||
[dir=rtl] :where(input):not([type=checkbox], [type=radio], [type=range], [type=file])[type=search][aria-invalid] {
|
||
background-position: center right 1.125rem, center left 0.75rem;
|
||
}
|
||
|
||
:where(nav li):before {
|
||
float: left;
|
||
content: "\200B";
|
||
}
|
||
|
||
nav,
|
||
nav ul {
|
||
display: flex;
|
||
}
|
||
|
||
nav {
|
||
justify-content: space-between;
|
||
overflow: visible;
|
||
}
|
||
|
||
nav ol,
|
||
nav ul {
|
||
align-items: center;
|
||
margin-bottom: 0;
|
||
padding: 0;
|
||
list-style: none;
|
||
}
|
||
|
||
nav ol:first-of-type,
|
||
nav ul:first-of-type {
|
||
margin-left: calc(var(--pico-nav-element-spacing-horizontal) * -1);
|
||
}
|
||
|
||
nav ol:last-of-type,
|
||
nav ul:last-of-type {
|
||
margin-right: calc(var(--pico-nav-element-spacing-horizontal) * -1);
|
||
}
|
||
|
||
nav li {
|
||
display: inline-block;
|
||
margin: 0;
|
||
padding: var(--pico-nav-element-spacing-vertical) var(--pico-nav-element-spacing-horizontal);
|
||
}
|
||
|
||
nav li :where(a, [role=link]) {
|
||
display: inline-block;
|
||
margin: calc(var(--pico-nav-link-spacing-vertical) * -1) calc(var(--pico-nav-link-spacing-horizontal) * -1);
|
||
padding: var(--pico-nav-link-spacing-vertical) var(--pico-nav-link-spacing-horizontal);
|
||
border-radius: var(--pico-border-radius);
|
||
}
|
||
|
||
nav li :where(a, [role=link]):not(:hover) {
|
||
text-decoration: none;
|
||
}
|
||
|
||
nav li [role=button],
|
||
nav li [type=button],
|
||
nav li button,
|
||
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
|
||
nav li select {
|
||
height: auto;
|
||
margin-right: inherit;
|
||
margin-bottom: 0;
|
||
margin-left: inherit;
|
||
padding: calc(var(--pico-nav-link-spacing-vertical) - var(--pico-border-width) * 2) var(--pico-nav-link-spacing-horizontal);
|
||
}
|
||
|
||
nav[aria-label=breadcrumb] {
|
||
align-items: center;
|
||
justify-content: start;
|
||
}
|
||
|
||
nav[aria-label=breadcrumb] ul li:not(:first-child) {
|
||
margin-inline-start: var(--pico-nav-link-spacing-horizontal);
|
||
}
|
||
|
||
nav[aria-label=breadcrumb] ul li a {
|
||
margin: calc(var(--pico-nav-link-spacing-vertical) * -1) 0;
|
||
margin-inline-start: calc(var(--pico-nav-link-spacing-horizontal) * -1);
|
||
}
|
||
|
||
nav[aria-label=breadcrumb] ul li:not(:last-child):after {
|
||
display: inline-block;
|
||
position: absolute;
|
||
width: calc(var(--pico-nav-link-spacing-horizontal) * 4);
|
||
margin: 0 calc(var(--pico-nav-link-spacing-horizontal) * -1);
|
||
content: var(--pico-nav-breadcrumb-divider);
|
||
color: var(--pico-muted-color);
|
||
text-align: center;
|
||
text-decoration: none;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
nav[aria-label=breadcrumb] a[aria-current]:not([aria-current=false]) {
|
||
background-color: transparent;
|
||
color: inherit;
|
||
text-decoration: none;
|
||
pointer-events: none;
|
||
}
|
||
|
||
aside li,
|
||
aside nav,
|
||
aside ol,
|
||
aside ul {
|
||
display: block;
|
||
}
|
||
|
||
aside li {
|
||
padding: calc(var(--pico-nav-element-spacing-vertical) * 0.5) var(--pico-nav-element-spacing-horizontal);
|
||
}
|
||
|
||
aside li a {
|
||
display: block;
|
||
}
|
||
|
||
aside li [role=button] {
|
||
margin: inherit;
|
||
}
|
||
|
||
[dir=rtl] nav[aria-label=breadcrumb] ul li:not(:last-child) :after {
|
||
content: "\\";
|
||
}
|
||
|
||
[aria-controls] {
|
||
cursor: pointer;
|
||
}
|
||
|
||
[aria-disabled=true],
|
||
[disabled] {
|
||
cursor: not-allowed;
|
||
}
|
||
|
||
[aria-hidden=false][hidden] {
|
||
display: initial;
|
||
}
|
||
|
||
[aria-hidden=false][hidden]:not(:focus) {
|
||
clip: rect(0, 0, 0, 0);
|
||
position: absolute;
|
||
}
|
||
|
||
[tabindex],
|
||
a,
|
||
area,
|
||
button,
|
||
input,
|
||
label,
|
||
select,
|
||
summary,
|
||
textarea {
|
||
-ms-touch-action: manipulation;
|
||
}
|
||
|
||
[dir=rtl] {
|
||
direction: rtl;
|
||
}
|
||
|
||
@media (prefers-reduced-motion: reduce) {
|
||
:not([aria-busy=true]),
|
||
:not([aria-busy=true]):after,
|
||
:not([aria-busy=true]):before {
|
||
background-attachment: initial !important;
|
||
animation-duration: 1ms !important;
|
||
animation-delay: -1ms !important;
|
||
animation-iteration-count: 1 !important;
|
||
scroll-behavior: auto !important;
|
||
transition-delay: 0s !important;
|
||
transition-duration: 0s !important;
|
||
}
|
||
}
|
||
|
||
:root {
|
||
--pico-border-radius: .5rem;
|
||
}
|
||
|
||
body {
|
||
cursor: auto;
|
||
margin: 0;
|
||
}
|
||
|
||
:not(.fmt a) {
|
||
text-decoration: none;
|
||
}
|
||
|
||
:root:not([data-theme=dark]),
|
||
[data-theme=light] {
|
||
--pico-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(50, 60, 68)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
||
}
|
||
|
||
@media only screen and (prefers-color-scheme: dark) {
|
||
:root:not([data-theme]) {
|
||
--pico-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(194, 199, 208)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
||
}
|
||
}
|
||
|
||
[data-theme=dark] {
|
||
--pico-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(194, 199, 208)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
||
}
|
||
|
||
h1,
|
||
h2,
|
||
h3,
|
||
h4,
|
||
h5 {
|
||
line-height: 1.2;
|
||
}
|
||
|
||
.is-sm {
|
||
width: 1.25em;
|
||
height: 1.25em;
|
||
}
|
||
|
||
.text-muted,
|
||
.text-muted a {
|
||
color: var(--pico-secondary);
|
||
}
|
||
|
||
.text-muted a:hover {
|
||
color: var(--pico-secondary-hover);
|
||
}
|
||
|
||
.text-center {
|
||
text-align: center;
|
||
}
|
||
|
||
.text-end {
|
||
text-align: right;
|
||
}
|
||
|
||
.ms-2 {
|
||
margin-left: 0.5rem;
|
||
}
|
||
|
||
.me-2 {
|
||
margin-right: 0.5rem;
|
||
}
|
||
|
||
.mx-2 {
|
||
margin-left: 0.5rem;
|
||
margin-right: 0.5rem;
|
||
}
|
||
|
||
.list-inline {
|
||
padding-left: 0;
|
||
list-style: none;
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.list-inline li {
|
||
display: inline-block;
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.list-inline li:not(:last-child) {
|
||
margin-right: 1rem;
|
||
}
|
||
|
||
.list-inline svg {
|
||
vertical-align: text-bottom;
|
||
}
|
||
|
||
.feather-folder{display:none!important;}
|
||
.feather-message{display:none!important;}
|
||
main.container {
|
||
padding-top: 1rem;
|
||
padding-bottom: 1rem;
|
||
}
|
||
.more-link{text-decoration:none!important;padding-top:10px;display:flex;justify-content:center;}
|
||
body{background: #1b1f23!important;}
|
||
.container-thin {
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
max-width: 50rem;
|
||
}
|
||
|
||
.post{
|
||
padding: 30px 40px;
|
||
border: 1px solid #3b444c;
|
||
border-radius: 10px;
|
||
margin-bottom:25px;
|
||
background: #16191d;
|
||
}
|
||
|
||
.post:first-child{margin-top:25px!important;}
|
||
|
||
.d-flex {
|
||
display: flex;
|
||
}
|
||
|
||
.align-items-center {
|
||
align-items: center;
|
||
}
|
||
|
||
.justify-content-between {
|
||
justify-content: space-between;
|
||
}
|
||
|
||
.justify-content-end {
|
||
justify-content: end;
|
||
}
|
||
|
||
.align-self-center {
|
||
align-self: center;
|
||
}
|
||
|
||
.site-navbar a {
|
||
color: inherit;
|
||
}
|
||
|
||
.site-navbar a:focus {
|
||
background-color: var(--pico-text-selection-color);
|
||
}
|
||
|
||
.site-navbar .site-name {
|
||
flex-grow: 1;
|
||
}
|
||
|
||
.site-navbar {border-bottom: 1px solid #3b444c; background: #16191d!important;}
|
||
|
||
.site-navbar .brand {
|
||
font-size: 1.25rem;
|
||
font-weight: 700;
|
||
}
|
||
|
||
.site-navbar .brand img {
|
||
max-height: 2rem;
|
||
}
|
||
|
||
.site-navbar .desc {
|
||
color: var(--pico-secondary);
|
||
display: none;
|
||
}
|
||
|
||
@media (min-width: 576px) {
|
||
.site-navbar .desc {
|
||
display: inline-block;
|
||
}
|
||
}
|
||
|
||
.site-nav {
|
||
display: block;
|
||
}
|
||
|
||
#nav-toggler {
|
||
display: none;
|
||
}
|
||
|
||
#nav-toggler:checked ~ .nav-menu {
|
||
display: block;
|
||
}
|
||
|
||
.nav-toggler-btn {
|
||
cursor: pointer;
|
||
}
|
||
|
||
.nav-menu {
|
||
display: none;
|
||
}
|
||
|
||
.nav-menu li {
|
||
display: block;
|
||
padding: 0.5rem;
|
||
}
|
||
|
||
.nav-menu form {
|
||
margin-bottom: 0;
|
||
}
|
||
|
||
.nav-menu form input[type=search] {
|
||
height: 50px;
|
||
background-size: auto;
|
||
}
|
||
|
||
.nav-menu form input[type=search]:not(:focus) {
|
||
padding: 0;
|
||
border: none;
|
||
width: 30px;
|
||
padding-inline-start: 0;
|
||
background-position: center center;
|
||
background-color: inherit;
|
||
color: transparent;
|
||
cursor: pointer;
|
||
}
|
||
|
||
@media (min-width: 1024px) {
|
||
.site-nav,
|
||
.site-navbar {
|
||
display: flex;
|
||
}
|
||
|
||
.site-navbar nav:first-child {
|
||
flex-grow: 1;
|
||
}
|
||
|
||
.nav-toggler-btn {
|
||
display: none;
|
||
}
|
||
|
||
.nav-menu {
|
||
display: flex !important;
|
||
}
|
||
|
||
.nav-menu li:not(:last-child) {
|
||
margin-right: 0.5rem;
|
||
}
|
||
}
|
||
|
||
.post-separator {
|
||
margin: 2.5rem 0;
|
||
display: none!important;
|
||
}
|
||
|
||
.entry-header {
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.entry-title {
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
.entry-title a {
|
||
color: var(--pico-h2-color);
|
||
}
|
||
|
||
.entry-meta {
|
||
font-size: 0.875rem;
|
||
}
|
||
/***.feather-calendar:before,
|
||
.feather-folder:before,
|
||
.feather-message:before {
|
||
content: "";
|
||
display: inline-block;
|
||
margin-right: 0.25rem;
|
||
background: url("../img/calendar.svg") no-repeat center center/contain;
|
||
width: 1rem;
|
||
height: 1rem;
|
||
vertical-align: text-top;
|
||
fill: #396;
|
||
}***/
|
||
|
||
/**.feather-folder:before {
|
||
background-image: url("../img/folder.svg");
|
||
}
|
||
|
||
.feather-message:before {
|
||
background-image: url("../img/message-circle.svg");
|
||
}**/
|
||
|
||
.entry-content .more {
|
||
text-align: center;
|
||
}
|
||
|
||
.entry-content .more a {
|
||
display: inline-block;
|
||
font-size: 0.875rem;
|
||
padding: 6px 16px;
|
||
border: 1px solid var(--pico-muted-border-color);
|
||
color: var(--pico-muted-color);
|
||
border-radius: 100px;
|
||
text-decoration: none;
|
||
}
|
||
|
||
.entry-content .more a:focus {
|
||
background-color: var(--pico-text-selection-color);
|
||
}
|
||
|
||
.post-nav {
|
||
border-top: 1px solid var(--pico-muted-border-color);
|
||
margin: 4rem 0;
|
||
}
|
||
|
||
.post-nav a {
|
||
color: inherit;
|
||
}
|
||
|
||
.fmt {
|
||
line-height: 1.6;
|
||
}
|
||
|
||
.fmt hr,
|
||
.fmt pre {
|
||
margin-bottom: var(--pico-typography-spacing-vertical);
|
||
}
|
||
|
||
.site-footer {
|
||
border-top: 1px solid #3b444c;
|
||
padding-top: 1rem;
|
||
padding-bottom:1rem;
|
||
background: #16191d!important;
|
||
}
|
||
|
||
.comment-list {
|
||
list-style: none;
|
||
padding: 0;
|
||
}
|
||
|
||
.comment-body {
|
||
margin: 1rem 0;
|
||
padding: 1rem;
|
||
border: 1px solid var(--pico-muted-border-color);
|
||
border-radius: var(--pico-border-radius);
|
||
}
|
||
|
||
.comment-by-author > .comment-author:after {
|
||
content: "OP";
|
||
margin-left: 0.25rem;
|
||
color: var(--pico-muted-color);
|
||
padding: 1px 0.375rem;
|
||
border: 1px solid var(--pico-muted-color);
|
||
font-size: 0.75rem;
|
||
border-radius: 2rem;
|
||
}
|
||
|
||
.comment-author {
|
||
display: inline-block;
|
||
}
|
||
|
||
.comment-author .avatar {
|
||
margin-right: 0.25rem;
|
||
width: 2rem;
|
||
border-radius: 48px;
|
||
}
|
||
|
||
.comment-author cite,
|
||
.comment-author cite a {
|
||
font-style: normal;
|
||
font-weight: 700;
|
||
color: var(--pico-h2-color);
|
||
}
|
||
|
||
.comment-meta a,
|
||
.comment-reply a {
|
||
font-size: 0.875em;
|
||
color: var(--pico-secondary);
|
||
}
|
||
|
||
.comment-meta a:hover,
|
||
.comment-reply a:hover {
|
||
color: var(--pico-secondary-hover);
|
||
}
|
||
|
||
.comment-meta {
|
||
display: inline-block;
|
||
color: var(--pico-muted-color);
|
||
margin-left: 0.25rem;
|
||
}
|
||
|
||
.comment-meta:before {
|
||
content: "·";
|
||
margin-right: 0.25rem;
|
||
}
|
||
|
||
.comment-content {
|
||
margin-top: 1rem;
|
||
}
|
||
|
||
.comment-reply:blank {
|
||
margin-top: 0;
|
||
}
|
||
|
||
.comment-awaiting-moderation {
|
||
margin-left: 0.5rem;
|
||
font-size: 0.875em;
|
||
color: var(--pico-del-color);
|
||
}
|
||
|
||
.comment-children {
|
||
margin-bottom: -1rem;
|
||
}
|
||
|
||
#response {
|
||
margin-bottom: 1rem;
|
||
}
|
||
|
||
#cancel-comment-reply-link {
|
||
font-size: 0.875em;
|
||
}
|
||
|
||
.respond {
|
||
margin-top: 1.5rem;
|
||
}
|
||
|
||
.comment-body .respond {
|
||
margin-top: 1rem;
|
||
}
|
||
|
||
#comment-form textarea {
|
||
resize: vertical;
|
||
}
|
||
.entry-content a {text-decoration:none!important;}
|
||
.page-navigator {
|
||
margin: 0;
|
||
flex: 1;
|
||
border: 1px solid #3b444c;
|
||
padding:10px 30px;
|
||
border-radius: 10px;
|
||
margin-bottom: 30px!important;
|
||
}
|
||
|
||
.page-navigator .current a {
|
||
text-decoration: underline;
|
||
color: inherit;
|
||
pointer-events: none;
|
||
}
|
||
|
||
.page-navigator a:focus {
|
||
background-color: var(--pico-text-selection-color);
|
||
}
|
||
|
||
.page-navigator .prev {
|
||
margin-right: auto;
|
||
}
|
||
|
||
.page-navigator .prev a:before {
|
||
content: "‹";
|
||
margin-right: 0.25rem;
|
||
}
|
||
|
||
.page-navigator .next {
|
||
margin-left: auto;
|
||
text-align: right;
|
||
}
|
||
|
||
.page-navigator .next a:after {
|
||
content: "›";
|
||
margin-left: 0.25rem;
|
||
} |