mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
questions mark
This commit is contained in:
parent
05f52bfd10
commit
52035ff356
3 changed files with 88 additions and 32 deletions
|
@ -4,7 +4,7 @@ date: 2022-04-09T14:23:49+02:00
|
||||||
draft: true
|
draft: true
|
||||||
menu:
|
menu:
|
||||||
nav:
|
nav:
|
||||||
name: ""
|
name: ""
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
body {
|
body {
|
||||||
background-color: #4b3d44;
|
background-color: #4b3d44;
|
||||||
color: #e6d0c4;
|
color: #e6d0c4;
|
||||||
transition: 1.5s; }
|
transition: 1s; }
|
||||||
body.light {
|
body.light {
|
||||||
background-color: #ddcf99;
|
background-color: #ddcf99;
|
||||||
color: #202020; }
|
color: #202020; }
|
||||||
|
@ -10,21 +10,27 @@ body {
|
||||||
a {
|
a {
|
||||||
background-color: #bd97a9;
|
background-color: #bd97a9;
|
||||||
color: #4b3d44;
|
color: #4b3d44;
|
||||||
transition: 1.5s; }
|
transition: 1s; }
|
||||||
a.light {
|
a.light {
|
||||||
background-color: #4e5463;
|
background-color: #4e5463;
|
||||||
color: #ddcf99; }
|
color: #ddcf99; }
|
||||||
|
|
||||||
a.footer-nav-item.active {
|
a.footer-nav-item.active,
|
||||||
color: #4b4361;
|
a.footer-nav-item:hover {
|
||||||
transition: 1.5s; }
|
color: #bd97a9;
|
||||||
a.footer-nav-item.active.light {
|
background-color: #4b3d44;
|
||||||
color: #f1866c; }
|
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 {
|
footer {
|
||||||
background-color: #bd97a9;
|
background-color: #bd97a9;
|
||||||
color: #4b3d44;
|
color: #4b3d44;
|
||||||
transition: 1.5s; }
|
transition: 1s; }
|
||||||
footer.light {
|
footer.light {
|
||||||
background-color: #4e5463;
|
background-color: #4e5463;
|
||||||
color: #ddcf99; }
|
color: #ddcf99; }
|
||||||
|
@ -32,25 +38,45 @@ footer {
|
||||||
footer a {
|
footer a {
|
||||||
color: #4b3d44;
|
color: #4b3d44;
|
||||||
background-color: #bd97a9;
|
background-color: #bd97a9;
|
||||||
transition: 1.5s; }
|
transition: 1s; }
|
||||||
footer a.light {
|
footer a.light {
|
||||||
color: #ddcf99;
|
color: #ddcf99;
|
||||||
background-color: #4e5463; }
|
background-color: #4e5463; }
|
||||||
|
|
||||||
.togglelabel {
|
.togglelabel {
|
||||||
background-color: #4b3d44;
|
background-color: #bd97a9;
|
||||||
transition: 1.5s; }
|
border-color: #4b3d44;
|
||||||
|
transition: 1s; }
|
||||||
.togglelabel.light {
|
.togglelabel.light {
|
||||||
background-color: #ddcf99; }
|
background-color: #4e5463;
|
||||||
|
border-color: #ddcf99; }
|
||||||
|
|
||||||
.togglelabel.light::after {
|
.togglelabel.light::after {
|
||||||
background-color: #202020;
|
background-color: #ddcf99;
|
||||||
color: #ddcf99; }
|
color: #4e5463;
|
||||||
|
transition: 1s; }
|
||||||
|
|
||||||
.togglelabel::after {
|
.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;
|
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,
|
html,
|
||||||
body {
|
body {
|
||||||
|
@ -58,8 +84,7 @@ body {
|
||||||
flex: auto; }
|
flex: auto; }
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
height: 6%;
|
height: 42pt;
|
||||||
min-height: 42pt;
|
|
||||||
position: sticky;
|
position: sticky;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -67,8 +92,9 @@ footer {
|
||||||
bottom: 0; }
|
bottom: 0; }
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
min-height: 94%;
|
min-height: calc(100% - 42pt * 3);
|
||||||
right: auto; }
|
right: auto;
|
||||||
|
padding: 42pt; }
|
||||||
|
|
||||||
#footer-left {
|
#footer-left {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
@ -110,7 +136,14 @@ footer {
|
||||||
margin-right: 8pt;
|
margin-right: 8pt;
|
||||||
margin-left: 8pt;
|
margin-left: 8pt;
|
||||||
margin-top: auto;
|
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-face {
|
||||||
font-family: CaskaydiaCove;
|
font-family: CaskaydiaCove;
|
||||||
|
@ -138,6 +171,9 @@ label::after {
|
||||||
font-family: CaskaydiaCoveMono;
|
font-family: CaskaydiaCoveMono;
|
||||||
font-size: 20pt; }
|
font-size: 20pt; }
|
||||||
|
|
||||||
|
* {
|
||||||
|
border-width: 2pt; }
|
||||||
|
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
cursor: pointer; }
|
cursor: pointer; }
|
||||||
|
|
||||||
|
@ -150,25 +186,45 @@ input[type="checkbox"] {
|
||||||
width: 42pt;
|
width: 42pt;
|
||||||
height: 24pt;
|
height: 24pt;
|
||||||
border-radius: 24pt;
|
border-radius: 24pt;
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
align-items: center;
|
||||||
|
display: flex; }
|
||||||
|
|
||||||
.togglelabel::after {
|
.togglelabel::after {
|
||||||
left: calc(100% - 66pt);
|
left: calc(100% - 67pt);
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 24pt;
|
height: 20pt;
|
||||||
width: 24pt;
|
width: 20pt;
|
||||||
|
border-width: 1pt;
|
||||||
border-radius: 100pt;
|
border-radius: 100pt;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
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 {
|
input:checked + label:after {
|
||||||
left: calc(100% - 48pt); }
|
left: calc(100% - 49pt); }
|
||||||
|
|
||||||
.togglelabel::after {
|
|
||||||
content: "滛"; }
|
|
||||||
|
|
||||||
input:checked + label::after {
|
input:checked + label::after {
|
||||||
content: ""; }
|
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
|
Loading…
Reference in a new issue