diff --git a/files/templates/submission.html b/files/templates/submission.html index f607afe24..47b5931f1 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -34,27 +34,25 @@ } } - @keyframes wholesome1 { - 0% {top:0%; left: 50%;} - 25% {top:50%; left:98%;} - 50% {top:98%; left: 50%} - 75% {top:50%; left:0%;} - 100% {top:0%; left: 50%;} - } - .seal { position:fixed; z-index:9999; pointer-events: none; width: 100% !important; height: 100% !important; - animation-duration: 10s !important; - animation-iteration-count: infinite !important; - animation-fill-mode: forwards !important; - animation-timing-function: linear !important; } + + @keyframes moveX { + from { left: 0; } to { left: 98%; } + } + + @keyframes moveY { + from { top: 0; } to { top: 98%; } + } + .seal1 { - animation-name: wholesome1 !important; + animation: moveX 4s linear 0s infinite alternate, moveY 6.8s linear 0s infinite alternate !important; + animation-delay:0s; }
@@ -64,15 +62,9 @@ {% if p.award_count("wholesome") > 1 %}
@@ -82,15 +74,9 @@ {% if p.award_count("wholesome") > 2 %}
@@ -100,15 +86,9 @@ {% if p.award_count("wholesome") > 3 %}