User:BackintotheInk

From Inkipedia, the Splatoon wiki
Revision as of 20:21, 29 August 2022 by BackintotheInk (talk | contribs) (Created page with "{| class="wikitable" |<ins>}</ins> |- | colspan="2" | | + |<ins class="diffchange">}</ins> |- | colspan="2" | | + |<ins>@keyframes judd {</ins> |- | colspan="2" | | + |<ins> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
}
+ }
+ @keyframes judd {
+   0% { opacity: 0; }
+   80% { opacity: .1; }
+   100% { opacity: 0; }
+ }
+ }
+ #content {
+   position: relative;
+   overflow: auto;
+   z-index: 0;
+ }
+ }
+ #content::before {
+   content: "";
+   position: absolute;
+   z-index: -1;
+   top: 0;
+   right: 0;
+   background-image: url(//cdn.wikimg.net/en/splatoonwiki/images/0/08/Judd_dance.gif);
+   background-repeat: repeat;
+   width: 100%;
+   height: 100%;
+   opacity: 0;
+   animation-name: judd;
+   animation-duration: 3s;
+   animation-delay: 15s;