Adding glitch class to h1 to enable glitch CSS effect on test CSS theme

This commit is contained in:
Benjamin Southall 2017-06-01 07:15:01 +09:00
parent 6f7dc038f3
commit 3e1f5738fb
4 changed files with 17 additions and 8 deletions

View file

@ -15,8 +15,8 @@
{% if pm %}<div class="top_notice">You have <a href="?/PM/{{ pm.id }}">an unread PM</a>{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.</div><hr>{% endif %}
<div id="pagewrap">
<header>
<h1>{{ title }}</h1>
<header>
<h1 class="glitch" data-text="{{ title }}">{{ title }}</h1>
<div class="subtitle">
{% if subtitle %}
{{ subtitle }}
@ -35,6 +35,10 @@
<br><a href="https://github.com/lainchan/lainchan">lainchan</a> Copyright &copy; 2014-2017 lainchan Administration</p>
</footer>
<div class="pages"></div>
<script type="text/javascript">{% raw %}
ready();
{% endraw %}</script>
</div>
</body>
</html>