2024-02-17 11:02:48 +01:00
|
|
|
h1 {
|
|
|
|
margin-top: var(--pico-spacing);
|
|
|
|
}
|
|
|
|
|
2024-02-17 10:55:32 +01:00
|
|
|
h2,
|
|
|
|
h3,
|
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
--pico-font-weight: 400;
|
|
|
|
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
--pico-font-size: 1.3rem;
|
|
|
|
--pico-font-weight: 200;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
--pico-font-size: 1.2rem;
|
|
|
|
--pico-font-weight: 200;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
--pico-font-size: 1.1rem;
|
|
|
|
--pico-font-weight: 200;
|
|
|
|
}
|
|
|
|
|
2024-02-17 22:05:51 +01:00
|
|
|
mark {
|
|
|
|
--pico-mark-gradient: linear-gradient(270deg, #08AEEA 0%, #2AF598 100%);
|
|
|
|
|
|
|
|
padding: 0;
|
|
|
|
background: var(--pico-mark-gradient);
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
background-clip: text;
|
|
|
|
color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
min-height: 100vh;
|
|
|
|
}
|
|
|
|
|
2024-02-17 10:55:32 +01:00
|
|
|
details summary {
|
|
|
|
line-height: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.par {
|
|
|
|
margin-bottom: calc(var(--pico-spacing) * 2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.symb {
|
|
|
|
--pico-font-weight: 700;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: calc(var(--pico-spacing) / 3);
|
|
|
|
font-weight: var(--pico-font-weight)
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
--pico-font-weight: 300;
|
|
|
|
|
|
|
|
font-weight: var(--pico-font-weight);
|
|
|
|
}
|
|
|
|
|
2024-02-17 11:02:48 +01:00
|
|
|
h4,
|
|
|
|
h5,
|
|
|
|
h6 {
|
|
|
|
--pico-font-weight: 400;
|
|
|
|
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
--pico-font-size: 1.3rem;
|
|
|
|
--pico-font-weight: 200;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
--pico-font-size: 1.2rem;
|
|
|
|
--pico-font-weight: 200;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
--pico-font-size: 1.1rem;
|
|
|
|
--pico-font-weight: 200;
|
|
|
|
}
|
|
|
|
|
|
|
|
details summary {
|
|
|
|
line-height: unset;
|
|
|
|
}
|
|
|
|
|
2024-02-17 11:18:38 +01:00
|
|
|
ul {
|
|
|
|
margin: var(--pico-spacing) 0;
|
2024-02-17 11:02:48 +01:00
|
|
|
}
|
|
|
|
|
2024-02-17 16:51:14 +01:00
|
|
|
button {
|
|
|
|
--pico-form-element-spacing-vertical: 0.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-open,
|
|
|
|
.btn-close {
|
|
|
|
position: fixed;
|
2024-02-17 21:49:35 +01:00
|
|
|
bottom: 1rem;
|
|
|
|
font-size: .8rem;
|
2024-02-17 16:51:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-open {
|
|
|
|
right: 9rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-close {
|
2024-02-17 21:49:35 +01:00
|
|
|
right: 1rem;
|
2024-02-17 16:51:14 +01:00
|
|
|
}
|
|
|
|
|
2024-02-17 11:02:48 +01:00
|
|
|
.par {
|
|
|
|
margin-bottom: calc(var(--pico-spacing) * 2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.symb {
|
|
|
|
--pico-font-weight: 700;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: calc(var(--pico-spacing) / 3);
|
|
|
|
font-weight: var(--pico-font-weight)
|
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
--pico-font-weight: 300;
|
|
|
|
|
|
|
|
font-weight: var(--pico-font-weight);
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2024-02-17 11:07:08 +01:00
|
|
|
.note {
|
|
|
|
--pico-font-weight: 200;
|
|
|
|
|
|
|
|
font-weight: var(--pico-font-weight);
|
2024-02-17 11:18:38 +01:00
|
|
|
display: block;
|
2024-02-17 11:07:08 +01:00
|
|
|
font-style: italic;
|
|
|
|
padding: calc(var(--pico-spacing) / 3) 0;
|
|
|
|
}
|
2024-02-17 21:49:35 +01:00
|
|
|
|
|
|
|
|