Adding glitch class to h1 for glitch effect when using test CSS theme
This commit is contained in:
parent
b1d45ffe17
commit
fef6f0bef9
@ -17,6 +17,7 @@
|
|||||||
{{ boardlist.top }}
|
{{ boardlist.top }}
|
||||||
</div>
|
</div>
|
||||||
<header>
|
<header>
|
||||||
|
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1>{{ settings.title }}</h1>
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
</header>
|
</header>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
{{ boardlist.top }}
|
{{ boardlist.top }}
|
||||||
</div>
|
</div>
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ settings.title }} (<a href="{{link}}">/{{ board }}/</a>)</h1>
|
<h1 class="glitch" data-text="{{ settings.title }} /{{ board }}/"> {{ settings.title }} (<a href="{{link}}">/{{ board }}/</a>)</h1>
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<div class="bar top">{{ boardlist.top }}</div>
|
<div class="bar top">{{ boardlist.top }}</div>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
</header>
|
</header>
|
||||||
<center>
|
<center>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
{{ boardlist.top }}
|
{{ boardlist.top }}
|
||||||
</div>
|
</div>
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
</header>
|
</header>
|
||||||
<center><img src="static/lain_is_cute_datass_small_teal.png" alt="mascot"/></center>
|
<center><img src="static/lain_is_cute_datass_small_teal.png" alt="mascot"/></center>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
{% if config.url_banner %}<img class="board_image" src="{{ config.url_banner }}" {% if config.banner_width or config.banner_height %}style="{% if config.banner_width %}width:{{ config.banner_width }}px{% endif %};{% if config.banner_width %}height:{{ config.banner_height }}px{% endif %}" {% endif %}alt="" />{% endif %}
|
{% if config.url_banner %}<img class="board_image" src="{{ config.url_banner }}" {% if config.banner_width or config.banner_height %}style="{% if config.banner_width %}width:{{ config.banner_width }}px{% endif %};{% if config.banner_width %}height:{{ config.banner_height }}px{% endif %}" {% endif %}alt="" />{% endif %}
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ function change_format(e) {
|
|||||||
{{ boardlist.top }}
|
{{ boardlist.top }}
|
||||||
</div>
|
</div>
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="bar top">{{ boardlist.top }}</div>
|
<div class="bar top">{{ boardlist.top }}</div>
|
||||||
<header>
|
<header>
|
||||||
<h1>{{ settings.title }}</h1>
|
<h1 class="glitch" data-text="{{ settings.title }}"> {{ settings.title }}</h1>
|
||||||
<div class="subtitle">{{ settings.subtitle }}</div>
|
<div class="subtitle">{{ settings.subtitle }}</div>
|
||||||
</header>
|
</header>
|
||||||
<img alt="mascot" src="/static/lain_is_cute_datass_small.png"/>
|
<img alt="mascot" src="/static/lain_is_cute_datass_small.png"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user