mirror of
https://github.com/fruworg/themu.git
synced 2025-07-02 01:33:59 +03:00
Compare commits
13 Commits
65e17a323e
...
main
Author | SHA1 | Date | |
---|---|---|---|
257284dd68 | |||
74716e29b8 | |||
7eb486c888 | |||
18dd97fd41 | |||
2bc71bdb71 | |||
ce9960186f | |||
f5c6dbd852 | |||
7ec1e1972c | |||
5ad12721c9 | |||
bb042ae868 | |||
5c0d4477da | |||
943ea8aaa9 | |||
e42ed10b71 |
@ -2,25 +2,31 @@
|
|||||||
--maincolor: peachpuff;
|
--maincolor: peachpuff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'fantasque-sans-mono';
|
|
||||||
src: url('//fruw.org/fantasque-sans-mono.woff2');
|
|
||||||
}
|
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
background-image: url("https://mm4rk3t.neocities.org/gif/stars.gif");
|
background-image: url("https://fruw.org/background.gif");
|
||||||
background-size: 600px;
|
|
||||||
background-attachment: fixed;
|
|
||||||
background-position: center top;
|
background-position: center top;
|
||||||
|
background-repeat: no-repeat;
|
||||||
color: #232333;
|
color: #232333;
|
||||||
font-family: "fantasque-sans-mono", monospace;
|
font-family: monospace;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
scrollbar-color: var(--maincolor) black;
|
scrollbar-color: var(--maincolor) black;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html::before {
|
||||||
|
content: "";
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
background-color: black;
|
||||||
|
opacity: 0.8;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -123,6 +129,7 @@ pre {
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight pre ::selection {
|
.highlight pre ::selection {
|
||||||
@ -139,7 +146,6 @@ 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%;
|
||||||
@ -165,7 +171,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: 2em;
|
margin-top: 1.7em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1::before { color: var(--maincolor); content: '# '; }
|
h1::before { color: var(--maincolor); content: '# '; }
|
||||||
@ -246,7 +252,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: black;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-description pre ascii{
|
.site-description pre ascii{
|
||||||
|
@ -2,5 +2,6 @@
|
|||||||
{{ "Добро пожаловать на мой веб-сайт!" | safeHTML }}
|
{{ "Добро пожаловать на мой веб-сайт!" | safeHTML }}
|
||||||
{{ "Сайт сделан на HUGO, тема - themu" | safeHTML }}
|
{{ "Сайт сделан на HUGO, тема - themu" | safeHTML }}
|
||||||
{{ "Контент лицензирован под СС BY-SA" | safeHTML }}
|
{{ "Контент лицензирован под СС BY-SA" | safeHTML }}
|
||||||
{{ "ASCII-арт взят с сайта asciiart.eu" | safeHTML }}
|
{{ "ASCII-text made with patjork.com" | safeHTML }}
|
||||||
|
{{ "./background.gif by A. L. Crego" | safeHTML }}
|
||||||
{{ "-->" | safeHTML }}
|
{{ "-->" | safeHTML }}
|
||||||
|
@ -3,16 +3,16 @@
|
|||||||
<ul class="pagination">
|
<ul class="pagination">
|
||||||
<span class="page-item page-prev">
|
<span class="page-item page-prev">
|
||||||
{{ if $pag.HasPrev }}
|
{{ if $pag.HasPrev }}
|
||||||
<a {{ if $pag.HasPrev }}href="{{ $pag.Prev.URL }}"{{ end }} class="page-link" aria-label="Previous"><span aria-hidden="true">← Назад</span></a>
|
<a {{ if $pag.HasPrev }}href="{{ $pag.Prev.URL }}"{{ end }} class="page-link" aria-label="Previous"><span aria-hidden="true">< Назад</span></a>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a {{ if $pag.HasNext }}href="{{ $pag.Next.URL }}"{{ end }} class="page-link" aria-label="Next"><span aria-hidden="true">Вперёд →</span></a>
|
<a {{ if $pag.HasNext }}href="{{ $pag.Next.URL }}"{{ end }} class="page-link" aria-label="Next"><span aria-hidden="true">Вперёд ></span></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</span>
|
</span>
|
||||||
<span class="page-item page-next" style="float: right">
|
<span class="page-item page-next" style="float: right">
|
||||||
{{ if $pag.HasNext }}
|
{{ if $pag.HasNext }}
|
||||||
<a {{ if $pag.HasNext }}href="{{ $pag.Next.URL }}"{{ end }} class="page-link" aria-label="Next"><span aria-hidden="true">Вперёд →</span></a>
|
<a {{ if $pag.HasNext }}href="{{ $pag.Next.URL }}"{{ end }} class="page-link" aria-label="Next"><span aria-hidden="true">Вперёд ></span></a>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<a {{ if $pag.HasPrev }}href="{{ $pag.Prev.URL }}"{{ end }} class="page-link" aria-label="Previous"><span aria-hidden="true">← Назад</span></a>
|
<a {{ if $pag.HasPrev }}href="{{ $pag.Prev.URL }}"{{ end }} class="page-link" aria-label="Previous"><span aria-hidden="true">< Назад</span></a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</span>
|
</span>
|
||||||
</ul>
|
</ul>
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user