[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 194: Trying to access array offset on false
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 199: Trying to access array offset on false
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4191: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3076)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4191: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3076)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4191: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3076)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4191: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3076)
BitArena • Rainbow username
Page 1 of 1

Rainbow username

Posted: Tue Oct 01, 2024 8:21 pm
by Kygo
a[href$="&u=2"] {
-webkit-animation: rainbow 4s infinite;
animation: rainbow 1s infinite;

}

@-webkit-keyframes rainbow {

0% { color: #F00 }

17% { color: #FF0 }

33% { color: #0F0 }

50% { color: #0FF }

67% { color: #00F }

84% { color: #F0F }

100% { color: #F00 }

}

@-moz-keyframes rainbow {

0% { color: #F00 }

17% { color: #FF0 }

33% { color: #0F0 }

50% { color: #0FF }

67% { color: #00F }

84% { color: #F0F }

100% { color: #F00 }

}