Add Board titles
This commit is contained in:
parent
6bcfff0269
commit
1020fae1dd
@ -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 {
|
||||||
|
@ -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}}}
|
||||||
|
@ -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}}}
|
||||||
|
@ -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}}">
|
||||||
|
Reference in New Issue
Block a user