Want to continue the fun of planet.soyjak.st? Use SoyPlace, it will be online for as long as Gold can pay his server bills. Faggot (talk) 19:41, 25 September 2025 (UTC)


EFFECTIVE IMMEDIATELY: All unofficial revivals of the shemmy will be treated as hostile communities without prior approval by jannies, this is because they all seem to be run by Discord pedophiles. Faggot (talk) 11:41, 26 September 2025 (UTC)

Template:AnimatedRainbowText/animation.css: Difference between revisions

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Created page with "@keyframes rainbow{ 0%{color: red;} 14%{color: orange;} 28%{color: yellow;} 42%{color: lime;} 56%{color: cyan;} 70%{color: blue;} 84%{color: #FF00FF;} 100%{color: red;} } .rainbow { animation: 5s rainbow infinite; }"
 
No edit summary
Tag: Manual revert
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
@keyframes rainbow{
@keyframes rainbow{
   0%{color: red;}
   0%{color: red;}
   14%{color: orange;}
   14%{color: orange;}
Line 8: Line 8:
   84%{color: #FF00FF;}
   84%{color: #FF00FF;}
   100%{color: red;}
   100%{color: red;}
}
}
 
.rainbow {
.rainbow {
         animation: 5s rainbow
         animation: 5s rainbow  
infinite;
infinite;
}
}

Latest revision as of 00:23, 2 August 2025

 @keyframes rainbow{
   0%{color: red;}
   14%{color: orange;}
   28%{color: yellow;}
   42%{color: lime;}
   56%{color: cyan;}
   70%{color: blue;}
   84%{color: #FF00FF;}
   100%{color: red;}
 }
 
 .rainbow {
        animation: 5s rainbow 
 infinite;
 }