remotes/1693045480750635534/spooky-22
Aevann1 2022-01-01 02:20:57 +02:00
parent 90e1e60fcb
commit 7c694a60e4
1 changed files with 12 additions and 4 deletions

View File

@ -20,10 +20,18 @@
z-index:9999;
pointer-events: none;
}
.sealimg {
width: 100px;
}
@media (max-width: 992px) {
.sealimg {
width: 20px;
}
}
</style>
<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">
<img class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}
@ -31,7 +39,7 @@
{% 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 src="/static/assets/images/emojis/marseywholesome.webp?a=3">
<img class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}
@ -39,7 +47,7 @@
{% 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 src="/static/assets/images/emojis/marseywholesome.webp?a=3">
<img class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}
@ -47,7 +55,7 @@
{% 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 src="/static/assets/images/emojis/marseywholesome.webp?a=3">
<img class="sealimg" src="/static/assets/images/emojis/marseywholesome.webp?a=3">
</marquee>
</marquee>
{% endif %}