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
RGCoins
0
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 :

You must be registered for see images attach


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

You must be registered for see images attach


Pouvez vous m'aidez merci.

Cdt,

SANKA
Fondateur JJC RADIO​
 
Dernière édition:
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
 
Je te fille ça

You must be registered for see images attach


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 !

 
Je te fille ça

You must be registered for see images attach


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
 
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";}
 
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.
Retour
Haut