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


I'm not dead, just inactive for the moment. Faggot (talk) 20:16, 9 April 2026 (UTC)

Template:Glowmore/styles.css

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
@keyframes glowmoreanimation {
  0%,
  100% {
    color: white;
  }
  50% {
    color: black;
    text-shadow: none;
  }
}
.glowmore {
  color: #00ff44;
  text-shadow:
    0 0 5px #00ff44,
    0 0 10px #00ff44,
    0 0 20px #00ff44,
    0 0 40px #00ff44,
    0 0 80px #00ff44,
    0 0 160px #00ff44;
  animation: glowmoreanimation 2s ease-in-out infinite;
}