From 7387616100b8b3fac45cc8e711c3347cbd047978 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 18 Jun 2022 04:11:27 +0200 Subject: [PATCH] move all of wholesome award to translate --- files/templates/submission.html | 56 +++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 13 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 6647d64752..14a2bf4ee9 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -136,7 +136,7 @@ } @keyframes moveX { - from { left: 0; } to { left: 98%; } + from {} to {transform: translateX(98vw)} } @keyframes moveY { @@ -144,18 +144,25 @@ } .seal1 { - animation: moveX 4s linear 0s infinite alternate, moveY 6.8s linear 0s infinite alternate !important; + animation: moveX 4s linear 0s infinite alternate !important; animation-delay:0s; } + .seal1 > img { + animation: moveY 6.8s linear 0s infinite alternate !important; + }
- :#marseywholesome: + :#marseywholesome:
{% if p.award_count("wholesome") > 1 %} @@ -167,7 +174,11 @@ {% if p.award_count("wholesome") > 2 %} @@ -179,7 +190,11 @@ {% if p.award_count("wholesome") > 3 %} @@ -211,17 +226,20 @@ } @keyframes moveX { - from { left: 0; } to { left: 98%; } + from {} to {transform: translateX(98vw)} } - + @keyframes moveY { from {} to {transform: translateY(90vh)} } - + .toe1 { - animation: moveX 4s linear 0s infinite alternate, moveY 6.8s linear 0s infinite alternate !important; + animation: moveX 4s linear 0s infinite alternate !important; animation-delay:0s; } + .toe1 > img { + animation: moveY 6.8s linear 0s infinite alternate !important; + }
Blade's toe @@ -230,7 +248,11 @@ {% if p.award_count("toe") > 1 %} @@ -242,7 +264,11 @@ {% if p.award_count("toe") > 2 %} @@ -254,7 +280,11 @@ {% if p.award_count("toe") > 3 %}