Résolu Besoin aide pour pseudo fondateur en dégardé

Statut
N'est pas ouverte pour d'autres réponses.

Neziics'

Membre
Inscription
28 Mai 2014
Messages
1 513
Réactions
347
Points
1 466
RGCoins
25
Bonjour je voudrait savoir comment on fait pour le pseudo qui change de couleur (ça marche mais que pour les admins), j'aimerais le faire pour les fondateurs...
Merci
 
Template: Extra.css
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:
Code:
color: inherit;
font-weight: bold;
font-size:XX-small;
font-size:13px;

Pense à remplacer l'ID par celui de ton groupe

tuto de H&M
 
Cette réponse a aidé l'auteur de cette discussion !
Template: Extra.css
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:
Code:
color: inherit;
font-weight: bold;
font-size:XX-small;
font-size:13px;

Pense à remplacer l'ID par celui de ton groupe

tuto de H&M
Merci :D
 
J'ai déplacé http://reality-gaming.fr/attachments/deplacement-png.20319/ ta discussion en section Résolu http://reality-gaming.fr/attachments/verifier-png.20313/

Bonne après-midi,
Leaderz SEC
 
Statut
N'est pas ouverte pour d'autres réponses.
Retour
Haut