forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-01 02:01:28 +02:00
parent 6a1257d0d2
commit a2465fc724
2 changed files with 47 additions and 8 deletions

View File

@ -12,6 +12,45 @@
{% block title %}
{% if p.award_count("wholesome") %}
<style>
.seal {
position:fixed;
z-index:9999;
pointer-events: none;
}
</style>
<marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="100%">
<marquee direction="right" scrollamount=10 behavior="alternate" width="100%">
<img width=100 style="height:auto" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}
{% if p.award_count("wholesome") > 1 %}
<marquee class="seal" scrollamount=10 behavior="alternate" direction="down" height="100%">
<marquee direction="right" scrollamount=10 behavior="alternate" width="100%">
<img width=100 style="height:auto" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}
{% if p.award_count("wholesome") > 2 %}
<marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="100%">
<marquee direction="left" scrollamount=10 behavior="alternate" width="100%">
<img width=100 style="height:auto" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}
{% if p.award_count("wholesome") > 3 %}
<marquee class="seal" scrollamount=10 behavior="alternate" direction="down" height="100%">
<marquee direction="left" scrollamount=10 behavior="alternate" width="100%">
<img width=100 style="height:auto" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}
{% if 'rama' not in request.host %}
<!-- <script defer>
function poll_vote(cid) {

View File

@ -21,32 +21,32 @@
pointer-events: none;
}
</style>
<marquee class="seal" behavior="alternate" direction="up" height="100%">
<marquee direction="right" behavior="alternate" width="100%">
<marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="100%">
<marquee direction="right" scrollamount=10 behavior="alternate" width="100%">
<img width=100 src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}
{% if p.award_count("wholesome") > 1 %}
<marquee class="seal" behavior="alternate" direction="down" height="100%">
<marquee direction="right" behavior="alternate" width="100%">
<marquee class="seal" scrollamount=10 behavior="alternate" direction="down" height="100%">
<marquee direction="right" scrollamount=10 behavior="alternate" width="100%">
<img width=100 src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}
{% if p.award_count("wholesome") > 2 %}
<marquee class="seal" behavior="alternate" direction="up" height="100%">
<marquee direction="left" behavior="alternate" width="100%">
<marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="100%">
<marquee direction="left" scrollamount=10 behavior="alternate" width="100%">
<img width=100 src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}
{% if p.award_count("wholesome") > 3 %}
<marquee class="seal" behavior="alternate" direction="down" height="100%">
<marquee direction="left" behavior="alternate" width="100%">
<marquee class="seal" scrollamount=10 behavior="alternate" direction="down" height="100%">
<marquee direction="left" scrollamount=10 behavior="alternate" width="100%">
<img width=100 src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>