Add rudimentary script for generating the forum archive.

This commit is contained in:
2020-08-10 01:21:33 -05:00
parent 7026bc2b34
commit f3b0319d5a
15 changed files with 295 additions and 1 deletions

12
static/style.css Normal file
View File

@@ -0,0 +1,12 @@
body { font-family: monospace; }
.category, .board { list-style-type: none;}
.category .name, .board .name { font-weight: bold; }
.board .board { margin-left: 10px; }
#threads { width: 100%; }
.label { font-weight: bold }
article { border-top: 1px solid black; }
section { margin-top: 15px; margin-bottom: 15px; }
.next { float: right; }