excise settings-container and login-container outright. full width babey

This commit is contained in:
2025-12-05 17:53:24 +03:00
parent 552fb67c6c
commit f99ae75503
22 changed files with 39 additions and 66 deletions

View File

@@ -3,7 +3,7 @@
{% block title %}guide - {{ guide.title }}{% endblock %}
{% block content %}
<div class="darkbg" id="top">
<h1 class="thread-title">Guide: {{ guide.title }}</h1>
<h1>Guide: {{ guide.title }}</h1>
<ul class="horizontal">
<li><a href="{{ url_for('guides.category_index', category=category) }}">&uarr; Back to category</a></li>
{% if prev_guide %}

View File

@@ -1,8 +1,8 @@
{% extends 'base.html' %}
{% block title %}guides - {{ category | title }}{% endblock %}
{% block content %}
<div class="darkbg settings-container">
<h1 class="thread-title">All guides in category "{{ category | replace('-', ' ') | title }}"</h1>
<div class="darkbg">
<h1>All guides in category "{{ category | replace('-', ' ') | title }}"</h1>
<ul>
{% for page in pages %}
<li><a href="{{ page.url }}">{{ page.title }}</a></li>

View File

@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% block title %}contact us{% endblock %}
{% block content %}
<div class="darkbg settings-container">
<div class="darkbg">
<h1>Contact</h1>
{% if config.ADMIN_CONTACT_INFO %}
<p>The administrators of {{ config.SITE_NAME }} provide the following contact information:</p>

View File

@@ -1,8 +1,8 @@
{% extends 'base.html' %}
{% block title %}guides{% endblock %}
{% block content %}
<div class="darkbg settings-container">
<h1 class="thread-title">Guides index</h1>
<div class="darkbg">
<h1>Guides index</h1>
<ul>
{% for category in categories %}
<li>