MAKE YOUR TWITTER MORE COLOURFUL!!!!!!!!!!!!!!!
Gaming Twitter Lite by eggplants
Details
Authoreggplants
LicenseMIT
Categorytwitter
Created
Updated
Size1.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gaming Twitter Lite
@version 20210904.23.36
@namespace userstyles.world/user/eggplants
@description MAKE YOUR TWITTER MORE COLOURFUL!!!!!!!!!!!!!!!
@author eggplants
@license MIT
==/UserStyle== */
@-moz-document domain("twitter.com") {
*,
* > * {
animation: gaming 1s linear infinite;
}
@keyframes gaming {
0.0% {
color: rgba(255, 0, 0, 1);
border-color: rgba(255, 0, 0, 1);
}
12.5% {
color: rgba(255, 136, 0, 1);
border-color: rgba(255, 136, 0, 1);
}
25.0% {
color: rgba(255, 255, 0, 1);
border-color: rgba(255, 255, 0, 1)
}
37.5% {
color: rgba(136, 255, 0, 1);
border-color: rgba(136, 255, 0, 1);
}
50.0% {
color: rgba( 0, 255, 0, 1);
border-color: rgba( 0, 255, 0, 1);
}
62.5% {
color: rgba( 0, 136, 255, 1);
border-color: rgba( 0, 136, 255, 1);
}
75.0% {
color: rgba( 0, 0, 255, 1);
border-color: rgba( 0, 0, 255, 1);
}
87.5% {
color: rgba(136, 0, 255, 1);
border-color: rgba(136, 0, 255, 1);
}
100.0% {
color: rgba(255, 0, 0, 1);
border-color: rgba(255, 0, 0, 1);
}
}
/*
span {
background: linear-gradient(135deg, rgba(255, 0, 0, 1), rgba(255, 136, 0, 1), rgba(255, 255, 0, 1), rgba(136, 255, 0, 1), rgba(0, 255, 0, 1), rgba(0, 136, 255, 1), rgba(0, 0, 255, 1), rgba(136, 0, 255, 1), rgba(255, 0, 0, 1)) 0% center/200%;
animation: gaming-back 1s linear infinite;
}
@keyframes gaming-back {
0.0% {
background-position-x: 0%;
}
100.0% {
background-position-x: 200%;
}
}
*/
}