New mission: revamp the portals to make them look actually tolerable to the eye. They are currently placeholders as of now.
The Gold Network: Soyworld | SNCApedia | SoyPlace
Please do not be surprised when the site randomly loads extremely slow. It is probably being DDoSed.
I'm not dead, just inactive for the moment. Faggot (talk) 20:16, 9 April 2026 (UTC)
Template:Textshake.css
From SNCApedia, the shit nobody cares about encyclopedia
.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);
}
}