21 lines
643 B
CSS
21 lines
643 B
CSS
body { font-family: monospace; }
|
|
|
|
ul.boards { margin-left: 0; padding-left: 0; }
|
|
.board { margin-bottom: 5px; }
|
|
.category, .board { list-style-type: none;}
|
|
.category .name, .board .name { font-weight: bold; }
|
|
.board .board { margin-left: 15px; }
|
|
|
|
#threads { width: 100%; }
|
|
|
|
.label { font-weight: bold }
|
|
article { border-top: 1px solid black; }
|
|
section { margin-top: 15px; margin-bottom: 15px; }
|
|
|
|
.next { float: right; }
|
|
.pagination { margin-bottom: 10px; }
|
|
.pagination ul { list-style-type: none; margin-left: 0; padding-left: 0; display: inline; }
|
|
.pagination li { display: inline; }
|
|
|
|
.page { padding-top: 15px; }
|
|
.page table { width: 100%; } |