From 8c02395d0dc1a3ab64dddf41c44d44337f50616c Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Tue, 13 Jan 2026 16:09:25 +0300 Subject: [PATCH] Add otoring --- blueprints/root/static/style/main.scss | 20 ++++++++++++++++++++ blueprints/root/templates/index.html | 6 ++++++ 2 files changed, 26 insertions(+) diff --git a/blueprints/root/static/style/main.scss b/blueprints/root/static/style/main.scss index a01eca0..0fae7fb 100644 --- a/blueprints/root/static/style/main.scss +++ b/blueprints/root/static/style/main.scss @@ -194,6 +194,26 @@ footer { border-radius: .2em; } +.webring { + margin-top: 1rem; + display: flex; + justify-content: center; + + a { + padding: .5rem 1rem; + margin: .1rem !important; + border-radius: 0; + } +} + +.disabled { + opacity: 50%; + cursor: not-allowed; + + a { + pointer-events: none; + } +} ::-webkit-scrollbar { width: .5rem; diff --git a/blueprints/root/templates/index.html b/blueprints/root/templates/index.html index 63b1138..4662098 100644 --- a/blueprints/root/templates/index.html +++ b/blueprints/root/templates/index.html @@ -49,4 +49,10 @@ 200:ee1:bad2:1732:4b91:c3e3:2f08:29b3

+ +
+ < + Otoring + > +
{% endblock %}