XF 1.5 Staff sorting and Rainbow Username

For the rainbow username, enter the following code in the username css field in the usergroup


Code:
background-image: linear-gradient(270deg, #8e0909, #1C86EE, #176093, #14bd61, #17713c, #8F343A, #4ca79b, #8E44AD, #FFBE1C, #CF4D35, #ececec, #c9caca)!important;
background-size: 1200% 1200%!important;
-webkit-animation: TurkBinGazi 15s ease infinite!important;
-moz-animation: TurkBinGazi 15s ease infinite!important;
-o-animation: TurkBinGazi 15s ease infinite!important;
animation: TurkBinGazi 15s ease infinite!important;
color: transparent;
-webkit-background-clip: text;
-moz-background-clip: text;
-o-background-clip: text;
background-clip: text;
font-weight: 900;
font-family: "Exo";
font-size: 13px;

Note: Edit the code to your own taste
Note 2: If you want your username to appear everywhere in color, you should use the All Rich Usernames
 
Last edited:
Top Bottom