Compare commits
2 Commits
dev
...
262bcfa2dd
| Author | SHA1 | Date | |
|---|---|---|---|
| 262bcfa2dd | |||
| e5bfcdfe3f |
Binary file not shown.
|
Before Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
@@ -194,6 +194,17 @@ footer {
|
|||||||
border-radius: .2em;
|
border-radius: .2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.webring {
|
||||||
|
margin-top: 1rem;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
a {
|
||||||
|
padding: .5rem 1rem;
|
||||||
|
margin: .1rem !important;
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: .5rem;
|
width: .5rem;
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
<title>Lair</title>
|
<title>Lair</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/static/style/main.css">
|
<link rel="stylesheet" href="/static/style/main.css">
|
||||||
<link rel="icon" type="image/webp" href="/static/icon/codrs.webp" />
|
<link rel="icon" type="image/webp" href="/static/icon/lair.webp" />
|
||||||
<script src="/static/script/copy-mono.js"> </script>
|
<script src="/static/script/copy-mono.js"> </script>
|
||||||
<script
|
<script
|
||||||
src="https://track.lair.moe/api/script.js"
|
src="https://track.lair.moe/api/script.js"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{% extends 'base.tmpl' %}
|
{% extends 'base.tmpl' %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
<img src="/static/icon/codrs.webp" class="icon" />
|
<img src="/static/icon/lair.webp" class="icon" />
|
||||||
Lair
|
Lair
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
@@ -59,4 +59,10 @@
|
|||||||
) | safe
|
) | safe
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="webring">
|
||||||
|
<a class="block" href="https://webring.otomir23.me/lair/prev"><</a>
|
||||||
|
<a class="block" href="https://webring.otomir23.me/">Otoring</a>
|
||||||
|
<a class="block" href="https://webring.otomir23.me/lair/next">></a>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user