Archived
1
0

Add Board titles

This commit is contained in:
ZiRo 2016-02-17 15:31:28 +01:00
parent 6bcfff0269
commit 1020fae1dd
4 changed files with 15 additions and 1 deletions

View File

@ -141,6 +141,17 @@ hr {
clear: both; clear: both;
} }
.board_header {
font-family: tahoma;
letter-spacing: -2px;
font-size: 20pt;
margin: 0;
color: #AF0A0F;
text-align: center;
font-weight: bold;
margin-top: 2em;
}
a:hover , a:visited:hover { a:hover , a:visited:hover {
color: #ff0000; color: #ff0000;
} }
@ -181,7 +192,7 @@ a, a:visited {
} }
#postform_container { #postform_container {
margin-top: 5em; margin-top: 1em;
} }
#board_graph { #board_graph {

View File

@ -28,6 +28,7 @@
<div id="nntpchan_banner"> <div id="nntpchan_banner">
</div> </div>
</center> </center>
<div class="board_header">{{board.Board}}</div>
<!-- postform --> <!-- postform -->
<div id="postform_container"> <div id="postform_container">
{{{form}}} {{{form}}}

View File

@ -29,6 +29,7 @@
<div id="nntpchan_banner"> <div id="nntpchan_banner">
</div> </div>
</center> </center>
<div class="board_header">{{thread.Board}}</div>
<!-- postform --> <!-- postform -->
<div id="postform_container"> <div id="postform_container">
{{{form}}} {{{form}}}

View File

@ -17,6 +17,7 @@
<div id="nntpchan_banner"> <div id="nntpchan_banner">
</div> </div>
</center> </center>
<div class="board_header"> ukko / overboard </div>
<div id="ukko_threads"> <div id="ukko_threads">
{{#threads}} {{#threads}}
<div class="thread" id="thread_{{OP.PostHash}}"> <div class="thread" id="thread_{{OP.PostHash}}">