a little bit of styling
This commit is contained in:
parent
d326c00fdb
commit
d9701e160b
@ -1,6 +1,14 @@
|
|||||||
---
|
---
|
||||||
title: "About"
|
title: "About me and this site"
|
||||||
date: 2022-04-11T22:38:00+03:00
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Fix Me.
|
- **Email**: [motiejus@jakstys.lt](mailto:motiejus@jakstys.lt)
|
||||||
|
- **Matrix**: [@motiejus:jakstys.lt](https://matrix.to/#/@motiejus:jakstys.lt)
|
||||||
|
- **Libera.chat**: motiejus
|
||||||
|
- **Sourcehut**: [~motiejus](https://sr.ht/~motiejus)
|
||||||
|
- **PGP**: [6F133A0C1C2848D7](/gpg.txt)
|
||||||
|
- **Resume**: TBD. I promise I will get it done.
|
||||||
|
|
||||||
|
Unless otherwise stated, ©Motiejus Jakštys. [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/).
|
||||||
|
|
||||||
|
Theme credits go to [github.com/yanlinlin82/simple-style](https://github.com/yanlinlin82/simple-style/).
|
||||||
|
@ -37,11 +37,6 @@
|
|||||||
{{ block "main" . }}{{- end }}
|
{{ block "main" . }}{{- end }}
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<div>
|
|
||||||
<div>
|
|
||||||
© Motiejus Jakštys. <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -34,6 +34,10 @@ header h2 {
|
|||||||
font-size: 120%;
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
padding-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
@ -215,11 +219,6 @@ nav#TableOfContents:before {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav#TableOfContents:lang(*-Hans)::before {
|
|
||||||
content: '目录';
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav#TableOfContents ul {
|
nav#TableOfContents ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-inline-start: 24px;
|
padding-inline-start: 24px;
|
||||||
@ -241,8 +240,7 @@ nav#TableOfContents ul {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.title h1,
|
.title h1, .title h2 {
|
||||||
.title h2 {
|
|
||||||
padding: 0
|
padding: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -330,4 +328,18 @@ nav#TableOfContents ul {
|
|||||||
h5 a:hover, h6 a:hover {
|
h5 a:hover, h6 a:hover {
|
||||||
color: #f80;
|
color: #f80;
|
||||||
}
|
}
|
||||||
|
code {
|
||||||
|
border-color: #333;
|
||||||
|
background-color: #333;
|
||||||
|
padding: 1px 2px;
|
||||||
|
line-height: 200%;
|
||||||
|
word-wrap: break-word
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
background-color: #999;
|
||||||
|
border: none;
|
||||||
|
color: #222;
|
||||||
|
height: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user