Template:Epilepsy.css: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
OPShredder (talk | contribs) Created page with "@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; } }" |
OPShredder (talk | contribs) OPShredder changed the content model of the page Template:Epilepsy.css from "wikitext" to "Sanitized CSS" |
(No difference)
| |
Latest revision as of 13:02, 9 February 2026
@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;
}
}