mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
the fuckging uhhh thingy layout with padding yeah
This commit is contained in:
parent
1885e8c819
commit
618d5e639f
1 changed files with 32 additions and 8 deletions
|
@ -78,6 +78,16 @@ article {
|
||||||
background-color: #d2c9a5;
|
background-color: #d2c9a5;
|
||||||
border-color: #4b726e; }
|
border-color: #4b726e; }
|
||||||
|
|
||||||
|
article h2,
|
||||||
|
article h3 {
|
||||||
|
background-color: #8caba1;
|
||||||
|
color: #4b3d44; }
|
||||||
|
|
||||||
|
article.light h2,
|
||||||
|
article.light h3 {
|
||||||
|
background-color: #4b726e;
|
||||||
|
color: #d2c9a5; }
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -94,7 +104,13 @@ footer {
|
||||||
#content {
|
#content {
|
||||||
min-height: calc(100% - 42pt * 3);
|
min-height: calc(100% - 42pt * 3);
|
||||||
right: auto;
|
right: auto;
|
||||||
padding: 42pt; }
|
padding-bottom: 84pt; }
|
||||||
|
|
||||||
|
#content p,
|
||||||
|
#content ul,
|
||||||
|
#content ol,
|
||||||
|
#content table {
|
||||||
|
padding-inline: 4em; }
|
||||||
|
|
||||||
#footer-left {
|
#footer-left {
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
@ -140,10 +156,12 @@ footer {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center; }
|
align-items: center; }
|
||||||
|
|
||||||
|
h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 1em; }
|
||||||
|
|
||||||
article {
|
article {
|
||||||
margin-top: 42pt;
|
margin-top: 42pt;
|
||||||
margin-inline: auto;
|
margin-inline: auto; }
|
||||||
padding: 4em; }
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: CaskaydiaCove;
|
font-family: CaskaydiaCove;
|
||||||
|
@ -160,6 +178,16 @@ article {
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 42pt; }
|
font-size: 42pt; }
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 42pt;
|
||||||
|
font-style: bold; }
|
||||||
|
|
||||||
|
h3, h4 {
|
||||||
|
font-size: 32pt; }
|
||||||
|
|
||||||
|
h5 h6 {
|
||||||
|
font-size: 24pt; }
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
|
|
||||||
|
@ -169,7 +197,7 @@ footer * {
|
||||||
|
|
||||||
label::after {
|
label::after {
|
||||||
font-family: CaskaydiaCoveMono;
|
font-family: CaskaydiaCoveMono;
|
||||||
font-size: 20pt; }
|
font-size: 24pt; }
|
||||||
|
|
||||||
* {
|
* {
|
||||||
border-width: 2pt; }
|
border-width: 2pt; }
|
||||||
|
@ -222,9 +250,5 @@ input:checked + label::after {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-style: solid; }
|
border-style: solid; }
|
||||||
|
|
||||||
article {
|
|
||||||
border-style: solid;
|
|
||||||
border-radius: 24pt; }
|
|
||||||
|
|
||||||
.togglelabel {
|
.togglelabel {
|
||||||
border: solid; }
|
border: solid; }
|
||||||
|
|
Loading…
Reference in a new issue