hugo-batsite/resources/_gen/assets/scss/scss/main.scss_f300667da4f5b5f84...

231 lines
4.0 KiB
Plaintext

@charset "UTF-8";
body {
background-color: #4b3d44;
color: #e6d0c4;
transition: 1s; }
body.light {
background-color: #ddcf99;
color: #202020; }
a {
background-color: #bd97a9;
color: #4b3d44;
transition: 1s; }
a.light {
background-color: #4e5463;
color: #ddcf99; }
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: 1s; }
footer.light {
background-color: #4e5463;
color: #ddcf99; }
footer a {
color: #4b3d44;
background-color: #bd97a9;
transition: 1s; }
footer a.light {
color: #ddcf99;
background-color: #4e5463; }
.togglelabel {
background-color: #bd97a9;
border-color: #4b3d44;
transition: 1s; }
.togglelabel.light {
background-color: #4e5463;
border-color: #ddcf99; }
.togglelabel.light::after {
background-color: #ddcf99;
color: #4e5463;
transition: 1s; }
.togglelabel::after {
background-color: #4b3d44;
color: #bd97a9;
transition: 1s; }
body.light #title {
color: #ddcf99;
background-color: #4e5463;
transition: 1s; }
body #title {
color: #4b3d44;
background-color: #bd97a9;
transition: 1s; }
article {
background-color: #4b3d44;
border-color: #bd97a9; }
article.light {
background-color: #ddcf99;
border-color: #4e5463; }
html,
body {
height: 100%;
flex: auto; }
footer {
height: 42pt;
position: sticky;
display: flex;
align-items: center;
justify-content: center;
bottom: 0; }
#content {
min-height: calc(100% - 42pt * 3);
right: auto;
padding: 42pt; }
#footer-left {
margin-top: auto;
margin-bottom: auto;
margin-left: 24pt;
justify-self: left;
margin-right: auto;
display: inline-flex; }
#footer-right {
margin-top: auto;
margin-bottom: auto;
margin-left: auto;
justify-self: right;
margin-right: 24pt;
align-content: center;
display: inline-flex; }
#footer-center {
margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
justify-content: center;
justify-self: center;
display: inline-flex; }
* {
padding: 0;
margin: 0; }
#footer-right * {
display: flex;
margin-top: auto;
margin-bottom: auto; }
#footer-center * {
display: flex;
margin-right: 8pt;
margin-left: 8pt;
margin-top: auto;
margin-bottom: auto;
justify-content: center;
align-items: center; }
article {
margin-top: 42pt;
margin-inline: auto;
padding: 4em; }
@font-face {
font-family: CaskaydiaCove;
src: url(/font/CaskaydiaCove.ttf); }
@font-face {
font-family: CaskaydiaCoveMono;
src: url(/font/CaskaydiaCoveMono.ttf); }
* {
font-family: CaskaydiaCove;
font-size: 12pt; }
h1 {
font-size: 42pt; }
a {
text-decoration: none; }
footer * {
font-size: 24pt;
font-family: CaskaydiaCoveMono; }
label::after {
font-family: CaskaydiaCoveMono;
font-size: 20pt; }
* {
border-width: 2pt; }
input[type="checkbox"] {
cursor: pointer; }
.toggleinput {
opacity: 0;
max-height: 0;
overflow: hidden; }
.togglelabel {
width: 42pt;
height: 24pt;
border-radius: 24pt;
cursor: pointer;
align-items: center;
display: flex; }
.togglelabel::after {
left: calc(100% - 67pt);
content: "";
position: absolute;
height: 20pt;
width: 20pt;
border-width: 1pt;
border-radius: 100pt;
transition: 0.3s;
display: inline-block;
vertical-align: middle;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
content: "滛";
border-style: solid; }
input:checked + label:after {
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; }