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:Epilepsy.css
From SNCApedia, the shit nobody cares about encyclopedia
@keyframes colorChange {
25% {
background-color: red;
color: blue;
}
50% {
background-color: yellow;
color: green;
}
75% {
background-color: green;
color: yellow;
}
100% {
background-color: blue;
color: red;
}
}
@keyframes greyscaleChange {
50% {
background-color: black;
color: white !important;
}
100% {
background-color: white;
color: black !important;
}
}