1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-11 23:36:02 +01:00

Announcement class

This commit is contained in:
8chan 2015-04-24 17:49:11 -07:00
parent 5352d2f400
commit e4f8725c55
2 changed files with 10 additions and 0 deletions

View File

@ -1649,3 +1649,9 @@ td.board-tags a.tag-link {
#post-moderation-fields {
display: none;
}
.announcement {
font-size: 75%;
padding-bottom: 1%;
margin-left: 25%;
margin-right: 25%;
}

View File

@ -44,6 +44,10 @@
{% include 'attention_bar.html' %}
{% if config.announcement %}
{{ config.announcement }}
{% endif %}
<div class="banner">{% trans %}Posting mode: Reply{% endtrans %} <a class="unimportant" href="{{ return }}">[{% trans %}Return{% endtrans %}]</a> <a class="unimportant" href="javascript:window.scrollTo(0,document.body.scrollHeight);
">[{% trans %}Go to bottom {% endtrans %}]</a></div>