Name color for a specific user

xF2 Template Modification Name color for a specific user

DareSec

Inforc3r
Staff member
Administrator
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
May 25, 2019
Messages
1,376
Points
523

Reputation:

DareDevil submitted a new resource:

Name color for a specific user - color for a specific user

In extra.less add.

1589217581894-png.png


1589217598445-png.png


Less:
.username[data-user-id="1"] span {
    -webkit-animation:s-username 4s linear infinite;
    -moz-animation:s-username 4s linear infinite;
    -ms-animation:s-username 4s linear infinite;
    -o-animation:s-username 4s linear infinite;
    animation:s-username 4s linear infinite;
}
@-moz-keyframes s-username {
    0% { color: #FF1919; }
    15% {...

Read more about this resource...
 
Top