From 8905f17d36bf08e61041332e42a9df6b9365da4c Mon Sep 17 00:00:00 2001 From: mst Date: Fri, 28 Feb 2025 07:27:34 +0300 Subject: [PATCH] many changes for custom css --- templates/base.html | 172 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 142 insertions(+), 30 deletions(-) diff --git a/templates/base.html b/templates/base.html index e96b72c..5df5a28 100644 --- a/templates/base.html +++ b/templates/base.html @@ -125,62 +125,173 @@ --bs-primary: {{ cfg.style.accentDark }} !important; } + {% endif %} + {% if cfg.style.customCss and cfg.style.useCustomCss %} + + {% endif %} + + + {%- if cfg.accessibility.font == 'default' -%} + + {%- endif -%} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% block additionalHeadItems %}{% endblock %} {% block title %}{% endblock %} | {{ cfg.instance.title }} - + Skip to content -
+
+ {% block navbar %} + {# will do later +
+ +
+ #} + {% endblock %} {% with messages = get_flashed_messages(with_categories=True) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} @@ -188,8 +299,9 @@
{% block content %}{% endblock %}
+ {% block footer %}