Help me, how to lograte this username style?

liandy

Member
Registered
Joined
Jan 3, 2020
Messages
18
Points
23

Reputation:

How can I have this username or similar style in my forum??

https://aiw.bz/members/liing.64/

Screenshot_20201213-214238_Chrome.jpg
 

piecedaball

Member
Registered
Joined
May 5, 2020
Messages
10
Points
13

Reputation:

CSS:
.username--style20 {
    color: purple;
    font-size: 13px;
    font-weight: ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: black;
    text-shadow: 0px 0px 5px #800080;
    background-image: url(data/images/sparkling.gif),linear-gradient(90deg, #f00 0%, #6a0888 100%, #8904b1);
    animation: godlyanim 5s infinite;
}
 

Attachments

  • sparkling.gif
    sparkling.gif
    21.1 KB · Views: 1,008,735

liandy

Member
Registered
Joined
Jan 3, 2020
Messages
18
Points
23

Reputation:

Thanks, here is another question: Where should i put this ccs style? In extra ccs or in the username ccs style?, im New on xenforo.
 

Kenpachi

Well-known member
Registered
Joined
Oct 1, 2019
Messages
169
Points
53

Reputation:

Utiliza este, lo tienes que pegar en el grupo que quias que tenga ese estilo.

CSS:
background:
url("RUTA DE DONDE ESTA EL EFECTO") repeat scroll 0 0%;
  color: #FF0000;
  font-weight: bold;
  text-shadow: 0 0 1px #FFFFFF,0 0 1px #FF0000, 1px 1px 0 #FF0000

administrador grupo.PNG
 
Top