Voici un petit tuto pour avoir vos grade en dégradé
Sur l'image vous voyez qu'une couleur normal..
Mais sur le forum vous verrez du bleu , rouge, jaune etc..
Aller dans le Template > EXTRA.CSS puis ajouter ceci à la fin

Sur l'image vous voyez qu'une couleur normal..
Mais sur le forum vous verrez du bleu , rouge, jaune etc..
Aller dans le Template > EXTRA.CSS puis ajouter ceci à la fin
Code:
.username .style3{
-webkit-animation:style3 5s linear infinite;
-moz-animation:style3 5s linear infinite;
-ms-animation:style3 5s linear infinite;
-o-animation:style3 5s linear infinite;
animation:style3 5s linear infinite;
}
@-moz-keyframes style3 {
0% { color: #FF1919; }
15% { color: #E019FF; }
30% { color: #4F19FF; }
45% { color: #19A7FF; }
60% { color: #19FFDC; }
75% { color: #65FF19; }
90% { color: #FFE019; }
}
@-webkit-keyframes style3 {
0% { color: #FF1919; }
15% { color: #E019FF; }
30% { color: #4F19FF; }
45% { color: #19A7FF; }
60% { color: #19FFDC; }
75% { color: #65FF19; }
90% { color: #FFE019; }
}
Dans le panel admin: Utilisateurs/Groupes Utilisateurs/Votre groupe
Nom utilisateur CSS
Nom utilisateur CSS
Code:
color: inherit;
font-weight: bold;
font-size:XX-small;
font-size:13px;
Dernière édition: