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:
parent
5352d2f400
commit
e4f8725c55
@ -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%;
|
||||
}
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user