mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
Compare commits
No commits in common. "7eb486c888db79f8e95fec86e2c9b955e461cd03" and "bb042ae8684e8cf1729e49357bf0579b4ebbb803" have entirely different histories.
7eb486c888
...
bb042ae868
@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
background-image: url("https://fruw.org/background.gif");
|
background-image: url("https://mm4rk3t.neocities.org/gif/stars.gif");
|
||||||
|
background-size: 600px;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-position: center top;
|
background-position: center top;
|
||||||
background-repeat: no-repeat;
|
|
||||||
color: #232333;
|
color: #232333;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
@ -135,6 +135,7 @@ pre code {
|
|||||||
|
|
||||||
/* Containers */
|
/* Containers */
|
||||||
.content {
|
.content {
|
||||||
|
background-color: black;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
padding: 1% 3%;
|
padding: 1% 3%;
|
||||||
@ -160,7 +161,7 @@ header .main {
|
|||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
margin-top: 1.7em;
|
margin-top: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1::before { color: var(--maincolor); content: '# '; }
|
h1::before { color: var(--maincolor); content: '# '; }
|
||||||
@ -241,7 +242,7 @@ body .site-description{
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-color: inherit;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-description pre ascii{
|
.site-description pre ascii{
|
||||||
|
@ -2,6 +2,5 @@
|
|||||||
{{ "Добро пожаловать на мой веб-сайт!" | safeHTML }}
|
{{ "Добро пожаловать на мой веб-сайт!" | safeHTML }}
|
||||||
{{ "Сайт сделан на HUGO, тема - themu" | safeHTML }}
|
{{ "Сайт сделан на HUGO, тема - themu" | safeHTML }}
|
||||||
{{ "Контент лицензирован под СС BY-SA" | safeHTML }}
|
{{ "Контент лицензирован под СС BY-SA" | safeHTML }}
|
||||||
{{ "ASCII-text made with patjork.com" | safeHTML }}
|
{{ "ASCII-арт взят с сайта asciiart.eu" | safeHTML }}
|
||||||
{{ "./background.gif by A. L. Crego" | safeHTML }}
|
|
||||||
{{ "-->" | safeHTML }}
|
{{ "-->" | safeHTML }}
|
||||||
|
Loading…
Reference in New Issue
Block a user