http: Update table colors in the templates to look more like 4chan

Also added a couple more small messages.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-08-02 17:45:14 -07:00
parent c5e7080663
commit b6d8346fef
2 changed files with 13 additions and 7 deletions

View File

@@ -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 {
<p>
This is not a comprehensive list of all bans - only what the moderation team makes public.
</p>
<p>
<strong>This website is not affiliated with 4chan in any way.</strong>
</p>
</div>
{% endblock header %}
</header>

View File

@@ -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:
<a href="http://185.10.68.107:1776">http://185.10.68.107:1776</a>
</p>
<p>
And if you're the 4bans guy and you're reading this, keep up the good work.
</p>
</div>
{% endblock %}