mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
Compare commits
2 commits
1da4d6d4e4
...
05f52bfd10
Author | SHA1 | Date | |
---|---|---|---|
|
05f52bfd10 | ||
|
2134a55583 |
7 changed files with 56 additions and 14 deletions
|
@ -7,5 +7,5 @@ sectionPagesMenu = "main"
|
|||
[menu]
|
||||
[[menu.nav]]
|
||||
identifier = "home"
|
||||
name = ' home'
|
||||
name = ''
|
||||
url = '/'
|
||||
|
|
|
@ -4,7 +4,7 @@ date: 2022-04-09T14:23:49+02:00
|
|||
draft: true
|
||||
menu:
|
||||
nav:
|
||||
name: " about"
|
||||
name: ""
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ date: 2022-04-09T17:37:48+02:00
|
|||
draft: true
|
||||
menu:
|
||||
nav:
|
||||
name: " links"
|
||||
name: ""
|
||||
|
||||
---
|
||||
|
||||
|
|
10
content/posts/_index.md
Normal file
10
content/posts/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "Posts"
|
||||
date: 2022-04-10T19:06:26+02:00
|
||||
draft: true
|
||||
menu:
|
||||
nav:
|
||||
name: "龎"
|
||||
|
||||
---
|
||||
|
10
content/projects/_index.md
Normal file
10
content/projects/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "projects"
|
||||
date: 2022-04-10T22:20:54+02:00
|
||||
draft: true
|
||||
menu:
|
||||
nav:
|
||||
name: ""
|
||||
|
||||
---
|
||||
|
|
@ -58,8 +58,8 @@ body {
|
|||
flex: auto; }
|
||||
|
||||
footer {
|
||||
height: 10%;
|
||||
min-height: 24pt;
|
||||
height: 6%;
|
||||
min-height: 42pt;
|
||||
position: sticky;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -67,32 +67,50 @@ footer {
|
|||
bottom: 0; }
|
||||
|
||||
#content {
|
||||
min-height: 90%;
|
||||
min-height: 94%;
|
||||
right: auto; }
|
||||
|
||||
#footer-left {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
margin-left: 24pt;
|
||||
justify-self: left;
|
||||
margin-right: auto; }
|
||||
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; }
|
||||
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; }
|
||||
justify-self: center;
|
||||
display: inline-flex; }
|
||||
|
||||
* {
|
||||
padding: 0;
|
||||
margin: 0; }
|
||||
|
||||
#footer-right * {
|
||||
display: flex; }
|
||||
display: flex;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto; }
|
||||
|
||||
#footer-center * {
|
||||
display: flex;
|
||||
margin-right: 8pt;
|
||||
margin-left: 8pt;
|
||||
margin-top: auto;
|
||||
margin-bottom: auto; }
|
||||
|
||||
@font-face {
|
||||
font-family: CaskaydiaCove;
|
||||
|
@ -113,16 +131,20 @@ a {
|
|||
text-decoration: none; }
|
||||
|
||||
footer * {
|
||||
font-size: 20pt; }
|
||||
font-size: 24pt;
|
||||
font-family: CaskaydiaCoveMono; }
|
||||
|
||||
label::after {
|
||||
font-family: CaskaydiaCoveMono; }
|
||||
font-family: CaskaydiaCoveMono;
|
||||
font-size: 20pt; }
|
||||
|
||||
input[type="checkbox"] {
|
||||
cursor: pointer; }
|
||||
|
||||
.toggleinput {
|
||||
visibility: hidden; }
|
||||
opacity: 0;
|
||||
max-height: 0;
|
||||
overflow: hidden; }
|
||||
|
||||
.togglelabel {
|
||||
width: 42pt;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8c62a099ccbab393800f459c844c5ee94fd7a414
|
||||
Subproject commit 427d35661b0319fb1ffef454a78da7c2b999dd2e
|
Loading…
Reference in a new issue