Both the Screamercord and this very wiki are currently listed as adult websites by AI classification models. We are currently working to remedy this, 2026 is not 2019.

In the meantime, you can help by moving all permalinks to IPFS

User:Somerandomdude6767/Template:Blink/styles.css

From Screamer Wiki
Revision as of 02:01, 21 March 2026 by Somerandomdude6767 (talk | contribs) (Somerandomdude6767 changed the content model of the page User:Somerandomdude6767/Template:Blink/styles.css from "CSS" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.blink-text {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}