master
Aevann1 2022-01-11 22:26:08 +02:00
parent dd8a5441bb
commit 53e6e546a0
1 changed files with 7 additions and 6 deletions

View File

@ -16,8 +16,11 @@
{% if p.award_count("wholesome") %} {% if p.award_count("wholesome") %}
<style> <style>
.seal { .seal {
position:fixed;
z-index:9999; z-index:9999;
pointer-events: none; pointer-events: none;
width: 100%;
height: 100;
} }
.sealimg { .sealimg {
width: 100px; width: 100px;
@ -30,13 +33,11 @@
} }
} }
</style> </style>
<div style="position:fixed!important;width:100%;height:100%"> <marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="100%" width="100%">
<marquee class="seal" scrollamount=10 behavior="alternate" direction="up" height="100%" width="100%"> <marquee direction="right" scrollamount=10 behavior="alternate" height="100%" width="100%">
<marquee direction="right" scrollamount=10 behavior="alternate" height="100%" width="100%"> <img alt=":#marseywholesome:" class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
<img alt=":#marseywholesome:" class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee> </marquee>
</div> </marquee>
{% endif %} {% endif %}
{% if p.award_count("wholesome") > 1 %} {% if p.award_count("wholesome") > 1 %}