questions mark

This commit is contained in:
zoe 2022-04-11 22:43:55 +02:00
parent 05f52bfd10
commit 52035ff356
3 changed files with 88 additions and 32 deletions

View File

@ -4,7 +4,7 @@ date: 2022-04-09T14:23:49+02:00
draft: true
menu:
nav:
name: ""
name: ""
---

View File

@ -2,7 +2,7 @@
body {
background-color: #4b3d44;
color: #e6d0c4;
transition: 1.5s; }
transition: 1s; }
body.light {
background-color: #ddcf99;
color: #202020; }
@ -10,21 +10,27 @@ body {
a {
background-color: #bd97a9;
color: #4b3d44;
transition: 1.5s; }
transition: 1s; }
a.light {
background-color: #4e5463;
color: #ddcf99; }
a.footer-nav-item.active {
color: #4b4361;
transition: 1.5s; }
a.footer-nav-item.active.light {
color: #f1866c; }
a.footer-nav-item.active,
a.footer-nav-item:hover {
color: #bd97a9;
background-color: #4b3d44;
border-color: #4b3d44;
transition: 0.24s; }
a.footer-nav-item.active.light,
a.footer-nav-item:hover.light {
color: #4e5463;
background-color: #ddcf99;
border-color: #ddcf99; }
footer {
background-color: #bd97a9;
color: #4b3d44;
transition: 1.5s; }
transition: 1s; }
footer.light {
background-color: #4e5463;
color: #ddcf99; }
@ -32,25 +38,45 @@ footer {
footer a {
color: #4b3d44;
background-color: #bd97a9;
transition: 1.5s; }
transition: 1s; }
footer a.light {
color: #ddcf99;
background-color: #4e5463; }
.togglelabel {
background-color: #4b3d44;
transition: 1.5s; }
background-color: #bd97a9;
border-color: #4b3d44;
transition: 1s; }
.togglelabel.light {
background-color: #ddcf99; }
background-color: #4e5463;
border-color: #ddcf99; }
.togglelabel.light::after {
background-color: #202020;
color: #ddcf99; }
background-color: #ddcf99;
color: #4e5463;
transition: 1s; }
.togglelabel::after {
background-color: #e6d0c4;
background-color: #4b3d44;
color: #bd97a9;
transition: 1s; }
body.light #title {
color: #ddcf99;
background-color: #4e5463;
transition: 1s; }
body #title {
color: #4b3d44;
transition: 1.5s; }
background-color: #bd97a9;
transition: 1s; }
article {
background-color: #4b3d44;
border-color: #bd97a9; }
article.light {
background-color: #ddcf99;
border-color: #4e5463; }
html,
body {
@ -58,8 +84,7 @@ body {
flex: auto; }
footer {
height: 6%;
min-height: 42pt;
height: 42pt;
position: sticky;
display: flex;
align-items: center;
@ -67,8 +92,9 @@ footer {
bottom: 0; }
#content {
min-height: 94%;
right: auto; }
min-height: calc(100% - 42pt * 3);
right: auto;
padding: 42pt; }
#footer-left {
margin-top: auto;
@ -110,7 +136,14 @@ footer {
margin-right: 8pt;
margin-left: 8pt;
margin-top: auto;
margin-bottom: auto; }
margin-bottom: auto;
justify-content: center;
align-items: center; }
article {
margin-top: 42pt;
margin-inline: auto;
padding: 4em; }
@font-face {
font-family: CaskaydiaCove;
@ -138,6 +171,9 @@ label::after {
font-family: CaskaydiaCoveMono;
font-size: 20pt; }
* {
border-width: 2pt; }
input[type="checkbox"] {
cursor: pointer; }
@ -150,25 +186,45 @@ input[type="checkbox"] {
width: 42pt;
height: 24pt;
border-radius: 24pt;
cursor: pointer; }
cursor: pointer;
align-items: center;
display: flex; }
.togglelabel::after {
left: calc(100% - 66pt);
left: calc(100% - 67pt);
content: "";
position: absolute;
height: 24pt;
width: 24pt;
height: 20pt;
width: 20pt;
border-width: 1pt;
border-radius: 100pt;
transition: 0.3s;
display: inline-block;
vertical-align: middle;
text-align: center; }
text-align: center;
display: flex;
align-items: center;
justify-content: center;
content: "滛";
border-style: solid; }
input:checked + label:after {
left: calc(100% - 48pt); }
.togglelabel::after {
content: "滛"; }
left: calc(100% - 49pt); }
input:checked + label::after {
content: ""; }
.footer-nav-item {
border-radius: 100%;
height: 1em;
width: 1em;
justify-content: center;
align-items: center;
border-style: solid; }
article {
border-style: solid;
border-radius: 24pt; }
.togglelabel {
border: solid; }

@ -1 +1 @@
Subproject commit 427d35661b0319fb1ffef454a78da7c2b999dd2e
Subproject commit 2f630b6a5b7244bd0e5b334d5343cd3093d1eb85