Résolu Soucis de couleur sur le groupe d'utilisateur

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

JJC RADIO

Membre
Inscription
11 Février 2019
Messages
12
Réactions
1
Points
64
Bonjour, j'ai actuellement un soucis, j'ai un groupe d'utilisateur qui refuse de prendre la couleur que je lui demande, il refuse tout autre couleurs bien évidement ( jke parle de la couleur du nom de l'utilisateur )

Moi ça marche la preuve :

121193


Mais pour le groupe d'utilisateur partenaire non alors que tout est pareil

121194


Pouvez vous m'aidez merci.

Cdt,

SANKA
Fondateur JJC RADIO​
 
Dernière édition:

Falkio ?

Ancien staff
Inscription
29 Décembre 2016
Messages
1 612
Réactions
1 125
Points
10 656
Salut JJC RADIO,

Ton topic se trouvait dans la mauvaise section , je l'ai donc déplacé dans la bonne section :modo:

Ensuite peut on avoir les codes de tes groupes que tu as mit pour faire ceci ? :)


Bon après-midi
 

JJC RADIO

Membre
Inscription
11 Février 2019
Messages
12
Réactions
1
Points
64
Je te fille ça

121195


Code USER

BANNER

Code:
.userBanner.PartnerVIP { color: white; background-color: #e0e000; border-color: #e0e000; }
.userBanner.bannerPartnerVIP.wrapped span { background-color: #e0e000; }
Que faut t'il exactement !

 

Avionix

Administrateur
Inscription
31 Mars 2012
Messages
14 163
Réactions
4 090
Points
31 403
Je te fille ça

Voir la pièce jointe 121195

Code USER

BANNER

Code:
.userBanner.PartnerVIP { color: white; background-color: #e0e000; border-color: #e0e000; }
.userBanner.bannerPartnerVIP.wrapped span { background-color: #e0e000; }
Que faut t'il exactement !

Tu a oublié un ; après le code couleur dans les paramètres de ton groupe
 

JJC RADIO

Membre
Inscription
11 Février 2019
Messages
12
Réactions
1
Points
64
Code:
.username .style3:before {

content: "\f0e3";
font-family: FontAwesome;
margin-right: 4px;
display: inline-block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.username:hover .style3:before {
-webkit-transform: rotate(600deg);
-moz-transform: rotate(600deg);
-ms-transform: rotate(600deg);
-o-transform: rotate(600deg);
}

.username .style5:before {

content: "\f135";
font-family: FontAwesome;
margin-right: 4px;
display: inline-block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.username:hover .style5:before {
-webkit-transform: rotate(600deg);
-moz-transform: rotate(600deg);
-ms-transform: rotate(600deg);
-o-transform: rotate(600deg);
}

.username .style6:before {

content: "\f109";
font-family: FontAwesome;
margin-right: 4px;
display: inline-block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.username:hover .style6:before {
-webkit-transform: rotate(600deg);
-moz-transform: rotate(600deg);
-ms-transform: rotate(600deg);
-o-transform: rotate(600deg);
}

.username .style8:before {

content: "\f005";
font-family: FontAwesome;
margin-right: 4px;
display: inline-block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.username:hover .style8:before {
-webkit-transform: rotate(600deg);
-moz-transform: rotate(600deg);
-ms-transform: rotate(600deg);
-o-transform: rotate(600deg);
}

----------------------------------------------------------------

.prefixSanctionSTAFF:before {font-family: "FontAwesome"; margin-right: 4px;}
.prefix.SanctionSTAFF {font-weight: normal;font-weight: bold;font-size: 10pt;}
.SanctionSTAFF:before { content: "\f06a";}
 

Falkio ?

Ancien staff
Inscription
29 Décembre 2016
Messages
1 612
Réactions
1 125
Points
10 656
Code:
.username .style3:before {

content: "\f0e3";
font-family: FontAwesome;
margin-right: 4px;
display: inline-block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.username:hover .style3:before {
-webkit-transform: rotate(600deg);
-moz-transform: rotate(600deg);
-ms-transform: rotate(600deg);
-o-transform: rotate(600deg);
}

.username .style5:before {

content: "\f135";
font-family: FontAwesome;
margin-right: 4px;
display: inline-block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.username:hover .style5:before {
-webkit-transform: rotate(600deg);
-moz-transform: rotate(600deg);
-ms-transform: rotate(600deg);
-o-transform: rotate(600deg);
}

.username .style6:before {

content: "\f109";
font-family: FontAwesome;
margin-right: 4px;
display: inline-block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.username:hover .style6:before {
-webkit-transform: rotate(600deg);
-moz-transform: rotate(600deg);
-ms-transform: rotate(600deg);
-o-transform: rotate(600deg);
}

.username .style8:before {

content: "\f005";
font-family: FontAwesome;
margin-right: 4px;
display: inline-block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.username:hover .style8:before {
-webkit-transform: rotate(600deg);
-moz-transform: rotate(600deg);
-ms-transform: rotate(600deg);
-o-transform: rotate(600deg);
}

----------------------------------------------------------------

.prefixSanctionSTAFF:before {font-family: "FontAwesome"; margin-right: 4px;}
.prefix.SanctionSTAFF {font-weight: normal;font-weight: bold;font-size: 10pt;}
.SanctionSTAFF:before { content: "\f06a";}
Voilà maintenant donne le lien du groupe partenaire que tu utilise pour modif le groupe
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut