mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
Added a Timeline feature, removed the margin-bottom from article > header > h[1-6]
And added the border-color for dark theme on the article > header
This commit is contained in:
parent
26e82a693d
commit
359e51ee06
245 changed files with 14516 additions and 947 deletions
|
@ -327,6 +327,10 @@ details summary[role=button]:not(.outline)::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ details summary[role=button]:not(.outline)::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ details summary[role=button]:not(.outline)::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ details summary[role=button]:not(.outline)::after {
|
||||||
:root:not([data-theme]) details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ details summary[role=button]:not(.outline)::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ details summary[role=button]:not(.outline)::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ details summary[role=button]:not(.outline)::after {
|
||||||
[data-theme=dark] details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
progress,
|
progress,
|
||||||
[type=checkbox],
|
[type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.amber.min.css
vendored
2
css/pico.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -327,6 +327,10 @@ details summary[role=button]:not(.outline)::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ details summary[role=button]:not(.outline)::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ details summary[role=button]:not(.outline)::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ details summary[role=button]:not(.outline)::after {
|
||||||
:root:not([data-theme]) details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ details summary[role=button]:not(.outline)::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ details summary[role=button]:not(.outline)::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ details summary[role=button]:not(.outline)::after {
|
||||||
[data-theme=dark] details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
progress,
|
progress,
|
||||||
[type=checkbox],
|
[type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.blue.min.css
vendored
2
css/pico.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.amber.min.css
vendored
2
css/pico.classless.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.blue.min.css
vendored
2
css/pico.classless.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.amber.min.css
vendored
2
css/pico.classless.conditional.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.blue.min.css
vendored
2
css/pico.classless.conditional.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.cyan.min.css
vendored
2
css/pico.classless.conditional.cyan.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.green.min.css
vendored
2
css/pico.classless.conditional.green.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.grey.min.css
vendored
2
css/pico.classless.conditional.grey.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.jade.min.css
vendored
2
css/pico.classless.conditional.jade.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.lime.min.css
vendored
2
css/pico.classless.conditional.lime.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.pink.min.css
vendored
2
css/pico.classless.conditional.pink.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.red.min.css
vendored
2
css/pico.classless.conditional.red.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.sand.min.css
vendored
2
css/pico.classless.conditional.sand.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.slate.min.css
vendored
2
css/pico.classless.conditional.slate.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ input:not([type=submit],
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ input:not([type=submit],
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ input:not([type=submit],
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.conditional.zinc.min.css
vendored
2
css/pico.classless.conditional.zinc.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.cyan.min.css
vendored
2
css/pico.classless.cyan.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.fuchsia.min.css
vendored
2
css/pico.classless.fuchsia.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.green.min.css
vendored
2
css/pico.classless.green.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.grey.min.css
vendored
2
css/pico.classless.grey.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.indigo.min.css
vendored
2
css/pico.classless.indigo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.jade.min.css
vendored
2
css/pico.classless.jade.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.lime.min.css
vendored
2
css/pico.classless.lime.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.orange.min.css
vendored
2
css/pico.classless.orange.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.pink.min.css
vendored
2
css/pico.classless.pink.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.pumpkin.min.css
vendored
2
css/pico.classless.pumpkin.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.purple.min.css
vendored
2
css/pico.classless.purple.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.red.min.css
vendored
2
css/pico.classless.red.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.sand.min.css
vendored
2
css/pico.classless.sand.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.slate.min.css
vendored
2
css/pico.classless.slate.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.violet.min.css
vendored
2
css/pico.classless.violet.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.yellow.min.css
vendored
2
css/pico.classless.yellow.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -289,6 +289,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -393,7 +397,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -404,6 +408,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -501,7 +509,7 @@ details summary[role=button]::after {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-loading-spinner-opacity: 0.5;
|
--pico-loading-spinner-opacity: 0.5;
|
||||||
|
@ -512,6 +520,10 @@ details summary[role=button]::after {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -568,6 +580,10 @@ progress,
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2330,6 +2346,14 @@ article > header {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
article > header > h1,
|
||||||
|
article > header > h2,
|
||||||
|
article > header > h3,
|
||||||
|
article > header > h4,
|
||||||
|
article > header > h5,
|
||||||
|
article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
article > footer {
|
article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -2970,6 +2994,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point::after, .timeline > .point.left::after, .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.timeline > .point.left::before, .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.classless.zinc.min.css
vendored
2
css/pico.classless.zinc.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -327,6 +327,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pico progress,
|
.pico progress,
|
||||||
.pico [type=checkbox],
|
.pico [type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.conditional.amber.min.css
vendored
2
css/pico.conditional.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -327,6 +327,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pico progress,
|
.pico progress,
|
||||||
.pico [type=checkbox],
|
.pico [type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.conditional.blue.min.css
vendored
2
css/pico.conditional.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -327,6 +327,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pico progress,
|
.pico progress,
|
||||||
.pico [type=checkbox],
|
.pico [type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -327,6 +327,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pico progress,
|
.pico progress,
|
||||||
.pico [type=checkbox],
|
.pico [type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.conditional.cyan.min.css
vendored
2
css/pico.conditional.cyan.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -327,6 +327,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pico progress,
|
.pico progress,
|
||||||
.pico [type=checkbox],
|
.pico [type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.conditional.fuchsia.min.css
vendored
2
css/pico.conditional.fuchsia.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -327,6 +327,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pico progress,
|
.pico progress,
|
||||||
.pico [type=checkbox],
|
.pico [type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.conditional.green.min.css
vendored
2
css/pico.conditional.green.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -327,6 +327,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pico progress,
|
.pico progress,
|
||||||
.pico [type=checkbox],
|
.pico [type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.conditional.grey.min.css
vendored
2
css/pico.conditional.grey.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -327,6 +327,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pico progress,
|
.pico progress,
|
||||||
.pico [type=checkbox],
|
.pico [type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.conditional.indigo.min.css
vendored
2
css/pico.conditional.indigo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -327,6 +327,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pico progress,
|
.pico progress,
|
||||||
.pico [type=checkbox],
|
.pico [type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
2
css/pico.conditional.jade.min.css
vendored
2
css/pico.conditional.jade.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -327,6 +327,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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, 154.5, 137.5)' 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-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, 154.5, 137.5)' 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.25, 79.25, 72.25)' 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");
|
--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.25, 79.25, 72.25)' 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
}
|
}
|
||||||
[data-theme=light] input:is([type=submit],
|
[data-theme=light] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -431,7 +435,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -447,6 +451,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) input:is([type=submit],
|
:root:not([data-theme]) input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -459,13 +474,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
:root:not([data-theme]) .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
:root:not([data-theme]) .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
[data-theme=dark] {
|
[data-theme=dark] {
|
||||||
color-scheme: dark;
|
color-scheme: dark;
|
||||||
|
@ -554,7 +562,7 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-accordion-close-summary-color: var(--pico-color);
|
--pico-accordion-close-summary-color: var(--pico-color);
|
||||||
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
--pico-accordion-open-summary-color: var(--pico-muted-color);
|
||||||
--pico-card-background-color: #181c25;
|
--pico-card-background-color: #181c25;
|
||||||
--pico-card-border-color: var(--pico-card-background-color);
|
--pico-card-border-color: var(--pico-muted-border-color);
|
||||||
--pico-card-box-shadow: var(--pico-box-shadow);
|
--pico-card-box-shadow: var(--pico-box-shadow);
|
||||||
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
--pico-card-sectioning-background-color: rgb(26, 30.5, 40.25);
|
||||||
--pico-dropdown-background-color: #181c25;
|
--pico-dropdown-background-color: #181c25;
|
||||||
|
@ -570,6 +578,17 @@ nav details.dropdown summary:focus-visible {
|
||||||
--pico-tooltip-color: var(--pico-contrast-inverse);
|
--pico-tooltip-color: var(--pico-contrast-inverse);
|
||||||
--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-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(149.5, 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");
|
--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(149.5, 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");
|
||||||
|
--pico-timeline-line-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-dot-background-color: var(--pico-primary-inverse);
|
||||||
|
--pico-timeline-dot-border-color: var(--pico-primary-background);
|
||||||
|
--pico-timeline-arrow-color: var(--pico-card-sectioning-background-color);
|
||||||
|
}
|
||||||
|
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
||||||
|
[type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] input:is([type=submit],
|
[data-theme=dark] input:is([type=submit],
|
||||||
[type=button],
|
[type=button],
|
||||||
|
@ -582,13 +601,6 @@ nav details.dropdown summary:focus-visible {
|
||||||
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
[data-theme=dark] .pico details summary[role=button].contrast:not(.outline)::after {
|
||||||
filter: brightness(0);
|
filter: brightness(0);
|
||||||
}
|
}
|
||||||
[data-theme=dark] .pico [aria-busy=true]:not(input, select, textarea).contrast:is(button,
|
|
||||||
[type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0);
|
|
||||||
}
|
|
||||||
|
|
||||||
.pico progress,
|
.pico progress,
|
||||||
.pico [type=checkbox],
|
.pico [type=checkbox],
|
||||||
|
@ -636,6 +648,10 @@ nav details.dropdown summary:focus-visible {
|
||||||
/**
|
/**
|
||||||
* Landmarks
|
* Landmarks
|
||||||
*/
|
*/
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -2496,6 +2512,14 @@ main {
|
||||||
border-top-right-radius: var(--pico-border-radius);
|
border-top-right-radius: var(--pico-border-radius);
|
||||||
border-top-left-radius: var(--pico-border-radius);
|
border-top-left-radius: var(--pico-border-radius);
|
||||||
}
|
}
|
||||||
|
.pico article > header > h1,
|
||||||
|
.pico article > header > h2,
|
||||||
|
.pico article > header > h3,
|
||||||
|
.pico article > header > h4,
|
||||||
|
.pico article > header > h5,
|
||||||
|
.pico article > header > h6 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
.pico article > footer {
|
.pico article > footer {
|
||||||
margin-top: var(--pico-block-spacing-vertical);
|
margin-top: var(--pico-block-spacing-vertical);
|
||||||
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
margin-bottom: calc(var(--pico-block-spacing-vertical) * -1);
|
||||||
|
@ -3341,6 +3365,95 @@ dialog[role=alert][open] {
|
||||||
transition: opacity var(--pico-transition);
|
transition: opacity var(--pico-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pico .timeline {
|
||||||
|
position: relative;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
.pico .timeline::after {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 50%;
|
||||||
|
width: 6px;
|
||||||
|
margin-left: -3px;
|
||||||
|
background-color: var(--pico-timeline-line-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
position: relative;
|
||||||
|
width: 50%;
|
||||||
|
padding: 10px 25px;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 13px;
|
||||||
|
right: -13px;
|
||||||
|
width: 25px;
|
||||||
|
height: 25px;
|
||||||
|
border: 4px solid var(--pico-timeline-dot-border-color);
|
||||||
|
border-radius: 50%;
|
||||||
|
background-color: var(--pico-timeline-dot-background-color);
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
right: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 0 10px 10px;
|
||||||
|
border-color: transparent transparent transparent var(--pico-timeline-arrow-color);
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 50%;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::before {
|
||||||
|
z-index: 1;
|
||||||
|
position: absolute;
|
||||||
|
top: 15px;
|
||||||
|
left: 15px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border: medium solid var(--pico-timeline-arrow-color);
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
content: " ";
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right::after {
|
||||||
|
left: -13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.pico .timeline::after {
|
||||||
|
left: 13px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point {
|
||||||
|
width: 100%;
|
||||||
|
padding-right: 25px;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.right {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point::after, .pico .timeline > .point.left::after, .pico .timeline > .point.right::after {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
.pico .timeline > .point.left::before, .pico .timeline > .point.right::before {
|
||||||
|
top: 16px;
|
||||||
|
left: 30px;
|
||||||
|
border-width: 10px 10px 10px 0;
|
||||||
|
border-color: transparent var(--pico-timeline-arrow-color) transparent transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Accessibility & User interaction
|
* Accessibility & User interaction
|
||||||
*/
|
*/
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue