Add rudimentary script for generating the forum archive.
This commit is contained in:
12
static/style.css
Normal file
12
static/style.css
Normal 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; }
|
Reference in New Issue
Block a user