CURRENT MISSION: Conclude the 2026 soyjak.party hack page, aswell as any pages relating to it, such as the Summer 2026 Crisis page.
Update Quotecord with any relevant info. See the blackboard for more info.

This page is "edit" protected. The "autoconfirmed" right is required to "edit" this page.<div class="mw-warning-logempty">No matching items in log.</div>
This page is "move" protected. The "autoconfirmed" right is required to "move" this page.<div class="mw-warning-logempty">No matching items in log.</div>

Template:HorizShaketext/Styles.css

From Soyjak Wiki, the free ensoyclopedia
Revision as of 05:45, 8 December 2025 by Cobblestone (talk | contribs) (Protected "Template:Horizontalshake.css": Template ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite)))
Jump to navigationJump to search
.shaketext span {
  display: inline-block;
  animation: shakes 0.2s infinite;
}
@keyframes shakes {
  0% {
    transform: translate(1px, 1px);
  }
  25% {
    transform: translate(2px, 1px);
  }
  50% {
    transform: translate(-2px, 1px);
  }
  75% {
    transform: translate(2px, 1px);
  }
  100% {
    transform: translate(1px, 1px);
  }
}