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:
@@ -51,9 +51,9 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#bans-table {
|
#bans-table {
|
||||||
border-top: 1px solid maroon;
|
border-top: 1px solid black;
|
||||||
border-left: 1px solid maroon;
|
border-left: 1px solid black;
|
||||||
border-right: 1px solid maroon;
|
border-right: 1px solid black;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
@@ -63,14 +63,14 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#bans-table td {
|
#bans-table td {
|
||||||
border-left: 1px solid maroon;
|
border-left: 1px solid black;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bans-table th {
|
#bans-table th {
|
||||||
width: auto;
|
width: auto;
|
||||||
border-left: 1px solid maroon;
|
border-left: 1px solid black;
|
||||||
background-color: #fca;
|
background-color: #fca;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
@@ -78,7 +78,7 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#bans-table tr {
|
#bans-table tr {
|
||||||
border-bottom: 1px solid maroon;
|
border-bottom: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.constructed-post td:nth-child(1) {
|
.constructed-post td:nth-child(1) {
|
||||||
@@ -164,6 +164,9 @@ header {
|
|||||||
<p>
|
<p>
|
||||||
This is not a comprehensive list of all bans - only what the moderation team makes public.
|
This is not a comprehensive list of all bans - only what the moderation team makes public.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<strong>This website is not affiliated with 4chan in any way.</strong>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endblock header %}
|
{% endblock header %}
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
border: 1px solid maroon;
|
border: 1px solid black;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -34,5 +34,8 @@
|
|||||||
accessible through their IP address directly:
|
accessible through their IP address directly:
|
||||||
<a href="http://185.10.68.107:1776">http://185.10.68.107:1776</a>
|
<a href="http://185.10.68.107:1776">http://185.10.68.107:1776</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
And if you're the 4bans guy and you're reading this, keep up the good work.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user