mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 08:45:06 -04:00
refactor: reorder CSS vars
This commit is contained in:
parent
e4ddca156c
commit
cc481ab7b0
10 changed files with 752 additions and 752 deletions
|
@ -3,6 +3,253 @@
|
||||||
* Pico ✨ v2.0.0-alpha1 (https://picocss.com)
|
* Pico ✨ v2.0.0-alpha1 (https://picocss.com)
|
||||||
* Copyright 2019-2023 - Licensed under MIT
|
* Copyright 2019-2023 - Licensed under MIT
|
||||||
*/
|
*/
|
||||||
|
/**
|
||||||
|
* Styles
|
||||||
|
*/
|
||||||
|
:root {
|
||||||
|
--pico-font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
--pico-line-height: 1.5;
|
||||||
|
--pico-font-weight: 400;
|
||||||
|
--pico-font-size: 100%;
|
||||||
|
--pico-text-underline-offset: 0.1rem;
|
||||||
|
--pico-border-radius: 0.25rem;
|
||||||
|
--pico-border-width: 1px;
|
||||||
|
--pico-outline-width: 0.1875rem;
|
||||||
|
--pico-transition: 0.2s ease-in-out;
|
||||||
|
--pico-spacing: 1rem;
|
||||||
|
--pico-typography-spacing-vertical: 1rem;
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
||||||
|
--pico-block-spacing-horizontal: var(--pico-spacing);
|
||||||
|
--pico-form-element-spacing-vertical: 0.75rem;
|
||||||
|
--pico-form-element-spacing-horizontal: 1rem;
|
||||||
|
--pico-modal-overlay-backdrop-filter: blur(0.375rem);
|
||||||
|
--pico-nav-element-spacing-vertical: 1rem;
|
||||||
|
--pico-nav-element-spacing-horizontal: 0.5rem;
|
||||||
|
--pico-nav-link-spacing-vertical: 0.5rem;
|
||||||
|
--pico-nav-link-spacing-horizontal: 0.5rem;
|
||||||
|
--pico-nav-breadcrumb-divider: ">";
|
||||||
|
--pico-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
||||||
|
--pico-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
||||||
|
--pico-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
||||||
|
--pico-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
|
||||||
|
}
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 106.25%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 112.5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 118.75%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1280px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 125%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1536px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 131.25%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
:root details summary[role=button]::after {
|
||||||
|
filter: brightness(0) invert(1);
|
||||||
|
}
|
||||||
|
:root [aria-busy=true]:not(input, select, textarea):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
|
||||||
|
filter: brightness(0) invert(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1280px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1536px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.75);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1280px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1536px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2.25);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dialog > article {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
||||||
|
--pico-block-spacing-horizontal: var(--pico-spacing);
|
||||||
|
}
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
dialog > article {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
dialog > article {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
--pico-text-decoration: underline;
|
||||||
|
}
|
||||||
|
a.secondary, a.contrast {
|
||||||
|
--pico-text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
small {
|
||||||
|
--pico-font-size: 0.875em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
--pico-font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
--pico-font-size: 2rem;
|
||||||
|
--pico-line-height: 1.25;
|
||||||
|
--pico-typography-spacing-top: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
--pico-font-size: 1.75rem;
|
||||||
|
--pico-line-height: 1.3;
|
||||||
|
--pico-typography-spacing-top: 2.625rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
--pico-font-size: 1.5rem;
|
||||||
|
--pico-line-height: 1.35;
|
||||||
|
--pico-typography-spacing-top: 2.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
--pico-font-size: 1.25rem;
|
||||||
|
--pico-line-height: 1.4;
|
||||||
|
--pico-typography-spacing-top: 1.874rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h5 {
|
||||||
|
--pico-font-size: 1.125rem;
|
||||||
|
--pico-line-height: 1.45;
|
||||||
|
--pico-typography-spacing-top: 1.6875rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h6 {
|
||||||
|
--pico-font-size: 1rem;
|
||||||
|
--pico-typography-spacing-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead th,
|
||||||
|
thead td,
|
||||||
|
tfoot th,
|
||||||
|
tfoot td {
|
||||||
|
--pico-font-weight: 600;
|
||||||
|
--pico-border-width: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre,
|
||||||
|
code,
|
||||||
|
kbd,
|
||||||
|
samp {
|
||||||
|
--pico-font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
}
|
||||||
|
|
||||||
|
kbd {
|
||||||
|
--pico-font-weight: bolder;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:not([type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[type=checkbox],
|
||||||
|
[type=radio],
|
||||||
|
[type=file]),
|
||||||
|
:where(select, textarea) {
|
||||||
|
--pico-outline-width: 0.0625rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[type=checkbox],
|
||||||
|
[type=radio] {
|
||||||
|
--pico-border-width: 0.125rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[type=checkbox][role=switch] {
|
||||||
|
--pico-border-width: 0.1875rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
details[role=list] summary:not([role=button]) {
|
||||||
|
--pico-outline-width: 0.0625rem;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Color schemes
|
* Color schemes
|
||||||
*/
|
*/
|
||||||
|
@ -363,253 +610,6 @@ progress,
|
||||||
accent-color: var(--pico-primary);
|
accent-color: var(--pico-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Styles
|
|
||||||
*/
|
|
||||||
:root {
|
|
||||||
--pico-font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
||||||
--pico-line-height: 1.5;
|
|
||||||
--pico-font-weight: 400;
|
|
||||||
--pico-font-size: 100%;
|
|
||||||
--pico-text-underline-offset: 0.1rem;
|
|
||||||
--pico-border-radius: 0.25rem;
|
|
||||||
--pico-border-width: 1px;
|
|
||||||
--pico-outline-width: 0.1875rem;
|
|
||||||
--pico-transition: 0.2s ease-in-out;
|
|
||||||
--pico-spacing: 1rem;
|
|
||||||
--pico-typography-spacing-vertical: 1rem;
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
|
||||||
--pico-block-spacing-horizontal: var(--pico-spacing);
|
|
||||||
--pico-form-element-spacing-vertical: 0.75rem;
|
|
||||||
--pico-form-element-spacing-horizontal: 1rem;
|
|
||||||
--pico-modal-overlay-backdrop-filter: blur(0.375rem);
|
|
||||||
--pico-nav-element-spacing-vertical: 1rem;
|
|
||||||
--pico-nav-element-spacing-horizontal: 0.5rem;
|
|
||||||
--pico-nav-link-spacing-vertical: 0.5rem;
|
|
||||||
--pico-nav-link-spacing-horizontal: 0.5rem;
|
|
||||||
--pico-nav-breadcrumb-divider: ">";
|
|
||||||
--pico-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
|
||||||
--pico-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
||||||
--pico-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
|
||||||
--pico-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
|
|
||||||
}
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 106.25%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 112.5%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 118.75%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1280px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 125%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1536px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 131.25%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
:root details summary[role=button]::after {
|
|
||||||
filter: brightness(0) invert(1);
|
|
||||||
}
|
|
||||||
:root [aria-busy=true]:not(input, select, textarea):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
|
|
||||||
filter: brightness(0) invert(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1280px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1536px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.75);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1280px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1536px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2.25);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog > article {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
|
||||||
--pico-block-spacing-horizontal: var(--pico-spacing);
|
|
||||||
}
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
dialog > article {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
dialog > article {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
--pico-text-decoration: underline;
|
|
||||||
}
|
|
||||||
a.secondary, a.contrast {
|
|
||||||
--pico-text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
small {
|
|
||||||
--pico-font-size: 0.875em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4,
|
|
||||||
h5,
|
|
||||||
h6 {
|
|
||||||
--pico-font-weight: 700;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
--pico-font-size: 2rem;
|
|
||||||
--pico-line-height: 1.25;
|
|
||||||
--pico-typography-spacing-top: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
--pico-font-size: 1.75rem;
|
|
||||||
--pico-line-height: 1.3;
|
|
||||||
--pico-typography-spacing-top: 2.625rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
--pico-font-size: 1.5rem;
|
|
||||||
--pico-line-height: 1.35;
|
|
||||||
--pico-typography-spacing-top: 2.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4 {
|
|
||||||
--pico-font-size: 1.25rem;
|
|
||||||
--pico-line-height: 1.4;
|
|
||||||
--pico-typography-spacing-top: 1.874rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h5 {
|
|
||||||
--pico-font-size: 1.125rem;
|
|
||||||
--pico-line-height: 1.45;
|
|
||||||
--pico-typography-spacing-top: 1.6875rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h6 {
|
|
||||||
--pico-font-size: 1rem;
|
|
||||||
--pico-typography-spacing-top: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
thead th,
|
|
||||||
thead td,
|
|
||||||
tfoot th,
|
|
||||||
tfoot td {
|
|
||||||
--pico-font-weight: 600;
|
|
||||||
--pico-border-width: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre,
|
|
||||||
code,
|
|
||||||
kbd,
|
|
||||||
samp {
|
|
||||||
--pico-font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
||||||
}
|
|
||||||
|
|
||||||
kbd {
|
|
||||||
--pico-font-weight: bolder;
|
|
||||||
}
|
|
||||||
|
|
||||||
input:not([type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[type=checkbox],
|
|
||||||
[type=radio],
|
|
||||||
[type=file]),
|
|
||||||
:where(select, textarea) {
|
|
||||||
--pico-outline-width: 0.0625rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[type=checkbox],
|
|
||||||
[type=radio] {
|
|
||||||
--pico-border-width: 0.125rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[type=checkbox][role=switch] {
|
|
||||||
--pico-border-width: 0.1875rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
details[role=list] summary:not([role=button]) {
|
|
||||||
--pico-outline-width: 0.0625rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Document
|
* Document
|
||||||
* Content-box & Responsive typography
|
* Content-box & Responsive typography
|
||||||
|
|
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
498
css/pico.css
498
css/pico.css
|
@ -3,6 +3,255 @@
|
||||||
* Pico ✨ v2.0.0-alpha1 (https://picocss.com)
|
* Pico ✨ v2.0.0-alpha1 (https://picocss.com)
|
||||||
* Copyright 2019-2023 - Licensed under MIT
|
* Copyright 2019-2023 - Licensed under MIT
|
||||||
*/
|
*/
|
||||||
|
/**
|
||||||
|
* Styles
|
||||||
|
*/
|
||||||
|
:root {
|
||||||
|
--pico-font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
--pico-line-height: 1.5;
|
||||||
|
--pico-font-weight: 400;
|
||||||
|
--pico-font-size: 100%;
|
||||||
|
--pico-text-underline-offset: 0.1rem;
|
||||||
|
--pico-border-radius: 0.25rem;
|
||||||
|
--pico-border-width: 1px;
|
||||||
|
--pico-outline-width: 0.1875rem;
|
||||||
|
--pico-transition: 0.2s ease-in-out;
|
||||||
|
--pico-spacing: 1rem;
|
||||||
|
--pico-typography-spacing-vertical: 1rem;
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
||||||
|
--pico-block-spacing-horizontal: var(--pico-spacing);
|
||||||
|
--pico-grid-spacing-vertical: 0;
|
||||||
|
--pico-grid-spacing-horizontal: var(--pico-spacing);
|
||||||
|
--pico-form-element-spacing-vertical: 0.75rem;
|
||||||
|
--pico-form-element-spacing-horizontal: 1rem;
|
||||||
|
--pico-modal-overlay-backdrop-filter: blur(0.375rem);
|
||||||
|
--pico-nav-element-spacing-vertical: 1rem;
|
||||||
|
--pico-nav-element-spacing-horizontal: 0.5rem;
|
||||||
|
--pico-nav-link-spacing-vertical: 0.5rem;
|
||||||
|
--pico-nav-link-spacing-horizontal: 0.5rem;
|
||||||
|
--pico-nav-breadcrumb-divider: ">";
|
||||||
|
--pico-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
||||||
|
--pico-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
||||||
|
--pico-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
||||||
|
--pico-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
|
||||||
|
}
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 106.25%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 112.5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 118.75%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1280px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 125%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1536px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 131.25%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
:root details summary[role=button]:not(.outline)::after {
|
||||||
|
filter: brightness(0) invert(1);
|
||||||
|
}
|
||||||
|
:root [aria-busy=true]:not(input, select, textarea):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
|
||||||
|
filter: brightness(0) invert(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1280px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1536px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.75);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1280px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1536px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2.25);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dialog > article {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
||||||
|
--pico-block-spacing-horizontal: var(--pico-spacing);
|
||||||
|
}
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
dialog > article {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
dialog > article {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
--pico-text-decoration: underline;
|
||||||
|
}
|
||||||
|
a.secondary, a.contrast {
|
||||||
|
--pico-text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
small {
|
||||||
|
--pico-font-size: 0.875em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
--pico-font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
--pico-font-size: 2rem;
|
||||||
|
--pico-line-height: 1.25;
|
||||||
|
--pico-typography-spacing-top: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
--pico-font-size: 1.75rem;
|
||||||
|
--pico-line-height: 1.3;
|
||||||
|
--pico-typography-spacing-top: 2.625rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
--pico-font-size: 1.5rem;
|
||||||
|
--pico-line-height: 1.35;
|
||||||
|
--pico-typography-spacing-top: 2.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
--pico-font-size: 1.25rem;
|
||||||
|
--pico-line-height: 1.4;
|
||||||
|
--pico-typography-spacing-top: 1.874rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h5 {
|
||||||
|
--pico-font-size: 1.125rem;
|
||||||
|
--pico-line-height: 1.45;
|
||||||
|
--pico-typography-spacing-top: 1.6875rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h6 {
|
||||||
|
--pico-font-size: 1rem;
|
||||||
|
--pico-typography-spacing-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead th,
|
||||||
|
thead td,
|
||||||
|
tfoot th,
|
||||||
|
tfoot td {
|
||||||
|
--pico-font-weight: 600;
|
||||||
|
--pico-border-width: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre,
|
||||||
|
code,
|
||||||
|
kbd,
|
||||||
|
samp {
|
||||||
|
--pico-font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
}
|
||||||
|
|
||||||
|
kbd {
|
||||||
|
--pico-font-weight: bolder;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:not([type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[type=checkbox],
|
||||||
|
[type=radio],
|
||||||
|
[type=file]),
|
||||||
|
:where(select, textarea) {
|
||||||
|
--pico-outline-width: 0.0625rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[type=checkbox],
|
||||||
|
[type=radio] {
|
||||||
|
--pico-border-width: 0.125rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[type=checkbox][role=switch] {
|
||||||
|
--pico-border-width: 0.1875rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
details[role=list] summary:not([role=button]) {
|
||||||
|
--pico-outline-width: 0.0625rem;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Color schemes
|
* Color schemes
|
||||||
*/
|
*/
|
||||||
|
@ -383,255 +632,6 @@ progress,
|
||||||
accent-color: var(--pico-primary);
|
accent-color: var(--pico-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Styles
|
|
||||||
*/
|
|
||||||
:root {
|
|
||||||
--pico-font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
||||||
--pico-line-height: 1.5;
|
|
||||||
--pico-font-weight: 400;
|
|
||||||
--pico-font-size: 100%;
|
|
||||||
--pico-text-underline-offset: 0.1rem;
|
|
||||||
--pico-border-radius: 0.25rem;
|
|
||||||
--pico-border-width: 1px;
|
|
||||||
--pico-outline-width: 0.1875rem;
|
|
||||||
--pico-transition: 0.2s ease-in-out;
|
|
||||||
--pico-spacing: 1rem;
|
|
||||||
--pico-typography-spacing-vertical: 1rem;
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
|
||||||
--pico-block-spacing-horizontal: var(--pico-spacing);
|
|
||||||
--pico-grid-spacing-vertical: 0;
|
|
||||||
--pico-grid-spacing-horizontal: var(--pico-spacing);
|
|
||||||
--pico-form-element-spacing-vertical: 0.75rem;
|
|
||||||
--pico-form-element-spacing-horizontal: 1rem;
|
|
||||||
--pico-modal-overlay-backdrop-filter: blur(0.375rem);
|
|
||||||
--pico-nav-element-spacing-vertical: 1rem;
|
|
||||||
--pico-nav-element-spacing-horizontal: 0.5rem;
|
|
||||||
--pico-nav-link-spacing-vertical: 0.5rem;
|
|
||||||
--pico-nav-link-spacing-horizontal: 0.5rem;
|
|
||||||
--pico-nav-breadcrumb-divider: ">";
|
|
||||||
--pico-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
|
||||||
--pico-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
||||||
--pico-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
|
||||||
--pico-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
|
|
||||||
}
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 106.25%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 112.5%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 118.75%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1280px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 125%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1536px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 131.25%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
:root details summary[role=button]:not(.outline)::after {
|
|
||||||
filter: brightness(0) invert(1);
|
|
||||||
}
|
|
||||||
:root [aria-busy=true]:not(input, select, textarea):is(button, [type=submit], [type=button], [type=reset], [role=button]):not(.outline)::before {
|
|
||||||
filter: brightness(0) invert(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1280px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1536px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.75);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1280px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1536px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2.25);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog > article {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
|
||||||
--pico-block-spacing-horizontal: var(--pico-spacing);
|
|
||||||
}
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
dialog > article {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
dialog > article {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
--pico-text-decoration: underline;
|
|
||||||
}
|
|
||||||
a.secondary, a.contrast {
|
|
||||||
--pico-text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
small {
|
|
||||||
--pico-font-size: 0.875em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4,
|
|
||||||
h5,
|
|
||||||
h6 {
|
|
||||||
--pico-font-weight: 700;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
--pico-font-size: 2rem;
|
|
||||||
--pico-line-height: 1.25;
|
|
||||||
--pico-typography-spacing-top: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
--pico-font-size: 1.75rem;
|
|
||||||
--pico-line-height: 1.3;
|
|
||||||
--pico-typography-spacing-top: 2.625rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
--pico-font-size: 1.5rem;
|
|
||||||
--pico-line-height: 1.35;
|
|
||||||
--pico-typography-spacing-top: 2.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4 {
|
|
||||||
--pico-font-size: 1.25rem;
|
|
||||||
--pico-line-height: 1.4;
|
|
||||||
--pico-typography-spacing-top: 1.874rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h5 {
|
|
||||||
--pico-font-size: 1.125rem;
|
|
||||||
--pico-line-height: 1.45;
|
|
||||||
--pico-typography-spacing-top: 1.6875rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h6 {
|
|
||||||
--pico-font-size: 1rem;
|
|
||||||
--pico-typography-spacing-top: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
thead th,
|
|
||||||
thead td,
|
|
||||||
tfoot th,
|
|
||||||
tfoot td {
|
|
||||||
--pico-font-weight: 600;
|
|
||||||
--pico-border-width: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre,
|
|
||||||
code,
|
|
||||||
kbd,
|
|
||||||
samp {
|
|
||||||
--pico-font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
||||||
}
|
|
||||||
|
|
||||||
kbd {
|
|
||||||
--pico-font-weight: bolder;
|
|
||||||
}
|
|
||||||
|
|
||||||
input:not([type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[type=checkbox],
|
|
||||||
[type=radio],
|
|
||||||
[type=file]),
|
|
||||||
:where(select, textarea) {
|
|
||||||
--pico-outline-width: 0.0625rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[type=checkbox],
|
|
||||||
[type=radio] {
|
|
||||||
--pico-border-width: 0.125rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[type=checkbox][role=switch] {
|
|
||||||
--pico-border-width: 0.1875rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
details[role=list] summary:not([role=button]) {
|
|
||||||
--pico-outline-width: 0.0625rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Document
|
* Document
|
||||||
* Content-box & Responsive typography
|
* Content-box & Responsive typography
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3,6 +3,253 @@
|
||||||
* Pico ✨ v2.0.0-alpha1 (https://picocss.com)
|
* Pico ✨ v2.0.0-alpha1 (https://picocss.com)
|
||||||
* Copyright 2019-2023 - Licensed under MIT
|
* Copyright 2019-2023 - Licensed under MIT
|
||||||
*/
|
*/
|
||||||
|
/**
|
||||||
|
* Styles
|
||||||
|
*/
|
||||||
|
:root {
|
||||||
|
--pico-font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
--pico-line-height: 1.5;
|
||||||
|
--pico-font-weight: 400;
|
||||||
|
--pico-font-size: 100%;
|
||||||
|
--pico-text-underline-offset: 0.1rem;
|
||||||
|
--pico-border-radius: 0.25rem;
|
||||||
|
--pico-border-width: 1px;
|
||||||
|
--pico-outline-width: 0.1875rem;
|
||||||
|
--pico-transition: 0.2s ease-in-out;
|
||||||
|
--pico-spacing: 1rem;
|
||||||
|
--pico-typography-spacing-vertical: 1rem;
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
||||||
|
--pico-block-spacing-horizontal: var(--pico-spacing);
|
||||||
|
--pico-form-element-spacing-vertical: 0.75rem;
|
||||||
|
--pico-form-element-spacing-horizontal: 1rem;
|
||||||
|
--pico-modal-overlay-backdrop-filter: blur(0.375rem);
|
||||||
|
--pico-nav-element-spacing-vertical: 1rem;
|
||||||
|
--pico-nav-element-spacing-horizontal: 0.5rem;
|
||||||
|
--pico-nav-link-spacing-vertical: 0.5rem;
|
||||||
|
--pico-nav-link-spacing-horizontal: 0.5rem;
|
||||||
|
--pico-nav-breadcrumb-divider: ">";
|
||||||
|
--pico-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
||||||
|
--pico-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
||||||
|
--pico-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
||||||
|
--pico-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
|
||||||
|
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
|
||||||
|
}
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 106.25%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 112.5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 118.75%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1280px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 125%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1536px) {
|
||||||
|
:root {
|
||||||
|
--pico-font-size: 131.25%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
:root details summary[role=button]::after {
|
||||||
|
filter: brightness(0) invert(1);
|
||||||
|
}
|
||||||
|
:root [aria-busy=true]:not(input, select, textarea):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
|
||||||
|
filter: brightness(0) invert(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1280px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1536px) {
|
||||||
|
body > header,
|
||||||
|
body > main,
|
||||||
|
body > footer,
|
||||||
|
section {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1024px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.75);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1280px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 1536px) {
|
||||||
|
article {
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2.25);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dialog > article {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
||||||
|
--pico-block-spacing-horizontal: var(--pico-spacing);
|
||||||
|
}
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
dialog > article {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
dialog > article {
|
||||||
|
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
||||||
|
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
--pico-text-decoration: underline;
|
||||||
|
}
|
||||||
|
a.secondary, a.contrast {
|
||||||
|
--pico-text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
small {
|
||||||
|
--pico-font-size: 0.875em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
--pico-font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
--pico-font-size: 2rem;
|
||||||
|
--pico-line-height: 1.25;
|
||||||
|
--pico-typography-spacing-top: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
--pico-font-size: 1.75rem;
|
||||||
|
--pico-line-height: 1.3;
|
||||||
|
--pico-typography-spacing-top: 2.625rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
--pico-font-size: 1.5rem;
|
||||||
|
--pico-line-height: 1.35;
|
||||||
|
--pico-typography-spacing-top: 2.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
--pico-font-size: 1.25rem;
|
||||||
|
--pico-line-height: 1.4;
|
||||||
|
--pico-typography-spacing-top: 1.874rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h5 {
|
||||||
|
--pico-font-size: 1.125rem;
|
||||||
|
--pico-line-height: 1.45;
|
||||||
|
--pico-typography-spacing-top: 1.6875rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
h6 {
|
||||||
|
--pico-font-size: 1rem;
|
||||||
|
--pico-typography-spacing-top: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead th,
|
||||||
|
thead td,
|
||||||
|
tfoot th,
|
||||||
|
tfoot td {
|
||||||
|
--pico-font-weight: 600;
|
||||||
|
--pico-border-width: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre,
|
||||||
|
code,
|
||||||
|
kbd,
|
||||||
|
samp {
|
||||||
|
--pico-font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
}
|
||||||
|
|
||||||
|
kbd {
|
||||||
|
--pico-font-weight: bolder;
|
||||||
|
}
|
||||||
|
|
||||||
|
input:not([type=submit],
|
||||||
|
[type=button],
|
||||||
|
[type=reset],
|
||||||
|
[type=checkbox],
|
||||||
|
[type=radio],
|
||||||
|
[type=file]),
|
||||||
|
:where(select, textarea) {
|
||||||
|
--pico-outline-width: 0.0625rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[type=checkbox],
|
||||||
|
[type=radio] {
|
||||||
|
--pico-border-width: 0.125rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[type=checkbox][role=switch] {
|
||||||
|
--pico-border-width: 0.1875rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
details[role=list] summary:not([role=button]) {
|
||||||
|
--pico-outline-width: 0.0625rem;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Color schemes
|
* Color schemes
|
||||||
*/
|
*/
|
||||||
|
@ -363,253 +610,6 @@ progress,
|
||||||
accent-color: var(--pico-primary);
|
accent-color: var(--pico-primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Styles
|
|
||||||
*/
|
|
||||||
:root {
|
|
||||||
--pico-font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
||||||
--pico-line-height: 1.5;
|
|
||||||
--pico-font-weight: 400;
|
|
||||||
--pico-font-size: 100%;
|
|
||||||
--pico-text-underline-offset: 0.1rem;
|
|
||||||
--pico-border-radius: 0.25rem;
|
|
||||||
--pico-border-width: 1px;
|
|
||||||
--pico-outline-width: 0.1875rem;
|
|
||||||
--pico-transition: 0.2s ease-in-out;
|
|
||||||
--pico-spacing: 1rem;
|
|
||||||
--pico-typography-spacing-vertical: 1rem;
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
|
||||||
--pico-block-spacing-horizontal: var(--pico-spacing);
|
|
||||||
--pico-form-element-spacing-vertical: 0.75rem;
|
|
||||||
--pico-form-element-spacing-horizontal: 1rem;
|
|
||||||
--pico-modal-overlay-backdrop-filter: blur(0.375rem);
|
|
||||||
--pico-nav-element-spacing-vertical: 1rem;
|
|
||||||
--pico-nav-element-spacing-horizontal: 0.5rem;
|
|
||||||
--pico-nav-link-spacing-vertical: 0.5rem;
|
|
||||||
--pico-nav-link-spacing-horizontal: 0.5rem;
|
|
||||||
--pico-nav-breadcrumb-divider: ">";
|
|
||||||
--pico-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
|
|
||||||
--pico-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
|
|
||||||
--pico-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
|
|
||||||
--pico-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
|
|
||||||
--pico-icon-loading: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E");
|
|
||||||
}
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 106.25%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 112.5%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 118.75%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1280px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 125%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1536px) {
|
|
||||||
:root {
|
|
||||||
--pico-font-size: 131.25%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
:root details summary[role=button]::after {
|
|
||||||
filter: brightness(0) invert(1);
|
|
||||||
}
|
|
||||||
:root [aria-busy=true]:not(input, select, textarea):is(button, [type=submit], [type=button], [type=reset], [role=button])::before {
|
|
||||||
filter: brightness(0) invert(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1280px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1536px) {
|
|
||||||
body > header,
|
|
||||||
body > main,
|
|
||||||
body > footer,
|
|
||||||
section {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 4.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1024px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.75);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1280px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 1536px) {
|
|
||||||
article {
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 2.25);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dialog > article {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2);
|
|
||||||
--pico-block-spacing-horizontal: var(--pico-spacing);
|
|
||||||
}
|
|
||||||
@media (min-width: 576px) {
|
|
||||||
dialog > article {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 2.5);
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.25);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
dialog > article {
|
|
||||||
--pico-block-spacing-vertical: calc(var(--pico-spacing) * 3);
|
|
||||||
--pico-block-spacing-horizontal: calc(var(--pico-spacing) * 1.5);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
--pico-text-decoration: underline;
|
|
||||||
}
|
|
||||||
a.secondary, a.contrast {
|
|
||||||
--pico-text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
small {
|
|
||||||
--pico-font-size: 0.875em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4,
|
|
||||||
h5,
|
|
||||||
h6 {
|
|
||||||
--pico-font-weight: 700;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
--pico-font-size: 2rem;
|
|
||||||
--pico-line-height: 1.25;
|
|
||||||
--pico-typography-spacing-top: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
--pico-font-size: 1.75rem;
|
|
||||||
--pico-line-height: 1.3;
|
|
||||||
--pico-typography-spacing-top: 2.625rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
--pico-font-size: 1.5rem;
|
|
||||||
--pico-line-height: 1.35;
|
|
||||||
--pico-typography-spacing-top: 2.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4 {
|
|
||||||
--pico-font-size: 1.25rem;
|
|
||||||
--pico-line-height: 1.4;
|
|
||||||
--pico-typography-spacing-top: 1.874rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h5 {
|
|
||||||
--pico-font-size: 1.125rem;
|
|
||||||
--pico-line-height: 1.45;
|
|
||||||
--pico-typography-spacing-top: 1.6875rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
h6 {
|
|
||||||
--pico-font-size: 1rem;
|
|
||||||
--pico-typography-spacing-top: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
thead th,
|
|
||||||
thead td,
|
|
||||||
tfoot th,
|
|
||||||
tfoot td {
|
|
||||||
--pico-font-weight: 600;
|
|
||||||
--pico-border-width: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre,
|
|
||||||
code,
|
|
||||||
kbd,
|
|
||||||
samp {
|
|
||||||
--pico-font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
||||||
}
|
|
||||||
|
|
||||||
kbd {
|
|
||||||
--pico-font-weight: bolder;
|
|
||||||
}
|
|
||||||
|
|
||||||
input:not([type=submit],
|
|
||||||
[type=button],
|
|
||||||
[type=reset],
|
|
||||||
[type=checkbox],
|
|
||||||
[type=radio],
|
|
||||||
[type=file]),
|
|
||||||
:where(select, textarea) {
|
|
||||||
--pico-outline-width: 0.0625rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[type=checkbox],
|
|
||||||
[type=radio] {
|
|
||||||
--pico-border-width: 0.125rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
[type=checkbox][role=switch] {
|
|
||||||
--pico-border-width: 0.1875rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
details[role=list] summary:not([role=button]) {
|
|
||||||
--pico-outline-width: 0.0625rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Document
|
* Document
|
||||||
* Content-box & Responsive typography
|
* Content-box & Responsive typography
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
||||||
// Colors schemes
|
|
||||||
@use "default/schemes";
|
|
||||||
|
|
||||||
// Styles
|
// Styles
|
||||||
@use "default/styles";
|
@use "default/styles";
|
||||||
|
|
||||||
|
// Colors schemes
|
||||||
|
@use "default/schemes";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue