Welcome to SECApedia! Please check out our rules, manual of style aswell as some info on the site.


The site is currently in a "grace period" where only users can edit articles so that we can set things up in peace. This should end within a few days or so. Soyoyuki (talk) 14:22, 21 June 2026 (UTC)


CURRENT MISSION: Update, uncensor and (if needed) rewrite all the imported pages from SNCApedia.
Additionally, please remove all unnecessary discussion pages, for example those with outdated info.

Template:Textshake.css

From SECApedia
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(0px, -2px);
  }
  50% {
    transform: translate(-2px, 2px);
  }
  75% {
    transform: translate(0px, -2px);
  }
  100% {
    transform: translate(1px, 1px);
  }
}