forked from GithubBackups/vichan
Announcement class
This commit is contained in:
parent
5352d2f400
commit
e4f8725c55
@ -1649,3 +1649,9 @@ td.board-tags a.tag-link {
|
|||||||
#post-moderation-fields {
|
#post-moderation-fields {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.announcement {
|
||||||
|
font-size: 75%;
|
||||||
|
padding-bottom: 1%;
|
||||||
|
margin-left: 25%;
|
||||||
|
margin-right: 25%;
|
||||||
|
}
|
||||||
|
@ -44,6 +44,10 @@
|
|||||||
|
|
||||||
{% include 'attention_bar.html' %}
|
{% 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);
|
<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>
|
">[{% trans %}Go to bottom {% endtrans %}]</a></div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user