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;
}