CURRENT MISSION: Update, uncensor and (if needed) rewrite all the imported pages from SNCApedia.
Additionally, please tag all unnecessary discussion pages with the {{Delete}} template, for example those with outdated info.
For the love of god, please only mark your articles with {{WIP}} if you actually intend to finish them. Just look at how many there are in the WIP category.


Tether is currently on a break until the 16th of July. Please contact me for any and all things regarding SECApedia. Soyoyuki (talk) 01:36, 26 June 2026 (UTC)
You may still submit your janitor/approver application, but you wont get anywhere if you arent already autoconfirmed.


The community rules have been slightly updated, with the mention of "No-Link" sites.This is also mentioned & explained in rule 9.2
soygem.party and jarty.party have been moved out of the Gray Area and into the Friendly Zone.


The file size upload limit has FINALLY been increased to 8 megabytes. Sorry saars.

Template:Nuts/nuttyeffect.css

From SECApedia
Jump to navigationJump to search
.acorn {
  font-size: 40px; /* Adjust size of the emoji */
  animation: fall 2s linear infinite; /* Animation properties */
}

@keyframes fall {
  0% {
    transform: translateY(-300px); /* Start above the viewport */
    opacity: 1;
  }
  
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(100vh); /* Move to the bottom of the viewport */
    opacity: 0; /* Fade out */
  }
}