add page list to the bottom of board pages
This commit is contained in:
parent
649cc96269
commit
24b6d87381
@ -82,7 +82,7 @@ table tbody tr:nth-of-type( even ) {
|
||||
}
|
||||
|
||||
|
||||
.reply {
|
||||
.reply, .pagelist {
|
||||
background: #D6DAF0;
|
||||
border-width: 1px;
|
||||
border-style: none solid solid none;
|
||||
@ -299,6 +299,18 @@ input, textarea {
|
||||
|
||||
}
|
||||
|
||||
.pagelist {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
margin-left: 15px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 50px;
|
||||
padding: 10px 10px 10px 10px;
|
||||
font-size: 12pt;
|
||||
font-weight: medium;
|
||||
|
||||
}
|
||||
|
||||
.backlink, .backlink:hover, .backlink:visited, .backlink:visited:hover {
|
||||
margin-left: none;
|
||||
color: #D00
|
||||
|
@ -46,6 +46,7 @@
|
||||
</div>
|
||||
{{/board.Threads}}
|
||||
</div>
|
||||
<div class="pagelist">{{# board.PageList }}[<a href="{{LinkURL}}"> {{Text}} </a>] {{/ board.PageList }}</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
var e = document.getElementById("nntpchan_banner");
|
||||
|
Reference in New Issue
Block a user