From b6d8346fef8b148945b4bd33befd73a1b17a0b16 Mon Sep 17 00:00:00 2001
From: Alek Ratzloff
Date: Wed, 2 Aug 2023 17:45:14 -0700
Subject: [PATCH] http: Update table colors in the templates to look more like
4chan
Also added a couple more small messages.
Signed-off-by: Alek Ratzloff
---
chanbans/templates/base.html | 15 +++++++++------
chanbans/templates/faq.html | 5 ++++-
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/chanbans/templates/base.html b/chanbans/templates/base.html
index d6a5de2..7bd3097 100644
--- a/chanbans/templates/base.html
+++ b/chanbans/templates/base.html
@@ -51,9 +51,9 @@ header {
}
#bans-table {
- border-top: 1px solid maroon;
- border-left: 1px solid maroon;
- border-right: 1px solid maroon;
+ border-top: 1px solid black;
+ border-left: 1px solid black;
+ border-right: 1px solid black;
vertical-align: top;
text-align: center;
margin: auto;
@@ -63,14 +63,14 @@ header {
}
#bans-table td {
- border-left: 1px solid maroon;
+ border-left: 1px solid black;
padding: 5px;
vertical-align: top;
}
#bans-table th {
width: auto;
- border-left: 1px solid maroon;
+ border-left: 1px solid black;
background-color: #fca;
font-weight: 700;
padding: 2px;
@@ -78,7 +78,7 @@ header {
}
#bans-table tr {
- border-bottom: 1px solid maroon;
+ border-bottom: 1px solid black;
}
.constructed-post td:nth-child(1) {
@@ -164,6 +164,9 @@ header {
This is not a comprehensive list of all bans - only what the moderation team makes public.
+
+ This website is not affiliated with 4chan in any way.
+
{% endblock header %}
diff --git a/chanbans/templates/faq.html b/chanbans/templates/faq.html
index 2198e96..42d063b 100644
--- a/chanbans/templates/faq.html
+++ b/chanbans/templates/faq.html
@@ -11,7 +11,7 @@
margin: auto;
padding: 5px;
bottom: 0;
- border: 1px solid maroon;
+ border: 1px solid black;
text-align: left;
}
@@ -34,5 +34,8 @@
accessible through their IP address directly:
http://185.10.68.107:1776
+
+ And if you're the 4bans guy and you're reading this, keep up the good work.
+
{% endblock %}