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

339 lines
5.6 KiB
Plaintext
Raw Normal View History

2022-04-10 16:52:42 +00:00
@charset "UTF-8";
2022-04-09 16:00:23 +00:00
body {
2022-04-12 21:13:28 +00:00
background-color: #27234c;
color: #e88dc3;
2022-04-11 20:43:55 +00:00
transition: 1s; }
2022-04-09 22:18:40 +00:00
body.light {
2022-04-12 21:39:40 +00:00
background-color: #dde4ff;
2022-04-11 21:56:41 +00:00
color: #4b3d44; }
2022-04-09 16:00:23 +00:00
a {
2022-04-12 21:13:28 +00:00
background-color: #f2504b;
color: #27234c;
2022-04-11 20:43:55 +00:00
transition: 1s; }
2022-04-09 22:18:40 +00:00
a.light {
2022-04-12 21:39:40 +00:00
background-color: #733c7c;
color: #dde4ff; }
2022-04-09 16:00:23 +00:00
2022-04-11 20:43:55 +00:00
a.footer-nav-item.active,
a.footer-nav-item:hover {
2022-04-12 21:13:28 +00:00
color: #f2504b;
background-color: #27234c;
border-color: #27234c;
2022-04-11 20:43:55 +00:00
transition: 0.24s; }
a.footer-nav-item.active.light,
a.footer-nav-item:hover.light {
2022-04-12 21:39:40 +00:00
color: #733c7c;
background-color: #dde4ff;
border-color: #dde4ff; }
2022-04-09 16:00:23 +00:00
2022-04-09 22:18:40 +00:00
footer {
2022-04-12 21:13:28 +00:00
background-color: #f2504b;
color: #27234c;
2022-04-11 20:43:55 +00:00
transition: 1s; }
2022-04-09 22:18:40 +00:00
footer.light {
2022-04-12 21:39:40 +00:00
background-color: #733c7c;
color: #dde4ff; }
2022-04-09 22:18:40 +00:00
footer a {
2022-04-12 21:13:28 +00:00
color: #27234c;
background-color: #f2504b;
2022-04-11 20:43:55 +00:00
transition: 1s; }
2022-04-09 22:18:40 +00:00
footer a.light {
2022-04-12 21:39:40 +00:00
color: #dde4ff;
background-color: #733c7c; }
2022-04-09 16:00:23 +00:00
2022-04-10 16:52:42 +00:00
.togglelabel {
2022-04-12 21:13:28 +00:00
background-color: #f2504b;
border-color: #27234c;
2022-04-11 20:43:55 +00:00
transition: 1s; }
2022-04-10 16:52:42 +00:00
.togglelabel.light {
2022-04-12 21:39:40 +00:00
background-color: #733c7c;
border-color: #dde4ff; }
2022-04-09 16:00:23 +00:00
2022-04-10 16:52:42 +00:00
.togglelabel.light::after {
2022-04-12 21:39:40 +00:00
background-color: #dde4ff;
color: #733c7c;
2022-04-11 20:43:55 +00:00
transition: 1s; }
2022-04-09 16:00:23 +00:00
2022-04-10 16:52:42 +00:00
.togglelabel::after {
2022-04-12 21:13:28 +00:00
background-color: #27234c;
color: #f2504b;
2022-04-11 20:43:55 +00:00
transition: 1s; }
body.light #title {
2022-04-12 21:39:40 +00:00
color: #dde4ff;
background-color: #733c7c;
2022-04-11 20:43:55 +00:00
transition: 1s; }
body #title {
2022-04-12 21:13:28 +00:00
color: #27234c;
background-color: #f2504b;
2022-04-11 20:43:55 +00:00
transition: 1s; }
article {
2022-04-12 21:13:28 +00:00
background-color: #27234c;
border-color: #f2504b;
transition: 1s; }
2022-04-11 20:43:55 +00:00
article.light {
2022-04-12 21:39:40 +00:00
background-color: #dde4ff;
border-color: #733c7c; }
2022-04-09 16:00:23 +00:00
2022-04-12 21:13:28 +00:00
article h2 {
background-color: #b296ff;
color: #27234c;
transition: 1s; }
article h3 {
2022-04-12 21:13:28 +00:00
background-color: #39b8a3;
color: #27234c;
transition: 1s; }
article.light h3 {
2022-04-12 21:39:40 +00:00
background-color: #225091;
color: #dde4ff;
2022-04-12 21:13:28 +00:00
transition: 1s; }
article h4 {
background-color: #dde4ff;
color: #27234c;
transition: 1s; }
article.light h4 {
2022-04-12 21:39:40 +00:00
background-color: #27234c;
color: #dde4ff;
2022-04-12 21:13:28 +00:00
transition: 1s; }
article.light h2 {
2022-04-12 21:39:40 +00:00
background-color: #007582;
color: #dde4ff;
2022-04-12 21:13:28 +00:00
transition: 1s; }
article h5,
article h6,
article a {
background-color: #f2504b;
color: #27234c;
transition: 1s; }
article.light h5,
article.light h6,
article.light a {
2022-04-12 21:39:40 +00:00
background-color: #733c7c;
color: #dde4ff;
2022-04-12 21:13:28 +00:00
transition: 1s; }
a:hover {
color: #f2504b;
background-color: transparent; }
a:hover.light {
2022-04-12 21:39:40 +00:00
color: #733c7c;
2022-04-12 21:13:28 +00:00
background-color: transparent; }
article.light a:hover {
2022-04-12 21:39:40 +00:00
color: #733c7c;
2022-04-12 21:13:28 +00:00
background-color: transparent; }
2022-04-10 16:52:42 +00:00
html,
body {
2022-04-09 16:00:23 +00:00
height: 100%;
flex: auto; }
footer {
2022-04-11 20:43:55 +00:00
height: 42pt;
2022-04-09 16:00:23 +00:00
position: sticky;
display: flex;
align-items: center;
2022-04-10 16:52:42 +00:00
justify-content: center;
bottom: 0; }
2022-04-09 16:00:23 +00:00
#content {
2022-04-11 20:43:55 +00:00
min-height: calc(100% - 42pt * 3);
right: auto;
2022-04-12 21:13:28 +00:00
margin-bottom: 84pt; }
#content p,
#content ul,
#content ol,
#content table {
2022-04-12 21:13:28 +00:00
margin-right: 24%;
margin-left: 24%; }
2022-04-10 16:52:42 +00:00
#footer-left {
2022-04-10 19:57:32 +00:00
margin-top: auto;
margin-bottom: auto;
2022-04-10 16:52:42 +00:00
margin-left: 24pt;
justify-self: left;
2022-04-10 19:57:32 +00:00
margin-right: auto;
display: inline-flex; }
2022-04-09 16:00:23 +00:00
#footer-right {
2022-04-10 19:57:32 +00:00
margin-top: auto;
margin-bottom: auto;
2022-04-10 16:52:42 +00:00
margin-left: auto;
justify-self: right;
margin-right: 24pt;
2022-04-10 19:57:32 +00:00
align-content: center;
display: inline-flex; }
2022-04-10 16:52:42 +00:00
#footer-center {
2022-04-10 19:57:32 +00:00
margin-top: auto;
margin-bottom: auto;
2022-04-10 16:52:42 +00:00
margin-left: auto;
margin-right: auto;
justify-content: center;
2022-04-10 19:57:32 +00:00
justify-self: center;
display: inline-flex; }
2022-04-09 16:00:23 +00:00
* {
padding: 0;
margin: 0; }
2022-04-10 16:52:42 +00:00
#footer-right * {
2022-04-10 19:57:32 +00:00
display: flex;
margin-top: auto;
margin-bottom: auto; }
#footer-center * {
display: flex;
margin-right: 8pt;
margin-left: 8pt;
margin-top: auto;
2022-04-11 20:43:55 +00:00
margin-bottom: auto;
justify-content: center;
align-items: center; }
2022-04-12 21:13:28 +00:00
h1,
h2,
h3,
h4,
h5,
h6 {
padding-right: 6%;
padding-top: 12pt;
padding-bottom: 12pt;
margin-right: 6%;
justify-content: right;
display: flex;
align-items: center; }
h2,
h3,
h4,
h5,
h6 {
margin-top: 1em;
margin-bottom: 1em; }
2022-04-11 20:43:55 +00:00
article {
margin-inline: auto; }
2022-04-10 16:52:42 +00:00
2022-04-12 21:13:28 +00:00
.titlecontainer {
width: 100%;
padding-top: 42pt; }
2022-04-10 16:52:42 +00:00
@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; }
h2 {
font-size: 42pt;
font-style: bold; }
h3, h4 {
font-size: 32pt; }
h5 h6 {
font-size: 24pt; }
2022-04-10 16:52:42 +00:00
a {
text-decoration: none; }
footer * {
2022-04-10 19:57:32 +00:00
font-size: 24pt;
font-family: CaskaydiaCoveMono; }
2022-04-10 16:52:42 +00:00
label::after {
2022-04-10 19:57:32 +00:00
font-family: CaskaydiaCoveMono;
font-size: 24pt; }
2022-04-10 16:52:42 +00:00
2022-04-12 21:13:28 +00:00
h6 {
font-style: italic; }
2022-04-11 20:43:55 +00:00
* {
border-width: 2pt; }
2022-04-10 16:52:42 +00:00
input[type="checkbox"] {
cursor: pointer; }
.toggleinput {
2022-04-10 19:57:32 +00:00
opacity: 0;
max-height: 0;
overflow: hidden; }
2022-04-10 16:52:42 +00:00
.togglelabel {
width: 42pt;
height: 24pt;
2022-04-12 21:13:28 +00:00
border-radius: 48pt;
2022-04-11 20:43:55 +00:00
cursor: pointer;
align-items: center;
display: flex; }
2022-04-10 16:52:42 +00:00
.togglelabel::after {
2022-04-11 20:43:55 +00:00
left: calc(100% - 67pt);
2022-04-10 16:52:42 +00:00
content: "";
position: absolute;
2022-04-11 20:43:55 +00:00
height: 20pt;
width: 20pt;
border-width: 1pt;
2022-04-10 16:52:42 +00:00
border-radius: 100pt;
transition: 0.3s;
display: inline-block;
vertical-align: middle;
2022-04-11 20:43:55 +00:00
text-align: center;
display: flex;
align-items: center;
justify-content: center;
2022-04-13 12:14:18 +00:00
content: "";
2022-04-11 20:43:55 +00:00
border-style: solid; }
2022-04-10 16:52:42 +00:00
input:checked + label:after {
2022-04-11 20:43:55 +00:00
left: calc(100% - 49pt); }
2022-04-10 16:52:42 +00:00
input:checked + label::after {
2022-04-13 12:14:18 +00:00
content: "滛"; }
2022-04-11 20:43:55 +00:00
.footer-nav-item {
border-radius: 100%;
height: 1em;
width: 1em;
justify-content: center;
align-items: center;
border-style: solid; }
.togglelabel {
border: solid; }
2022-04-12 21:13:28 +00:00
h1, h2, h3, h4, h5, h6 {
border-top-right-radius: 48pt;
border-bottom-right-radius: 48pt; }
#content p,
#content ul,
#content ol,
#content table {
border-left-style: solid;
border-width: 0.24em;
padding-left: 2em; }