Résolu Gros problème sur les Préfixes

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

iiShurii

Premium / Donateur / Helper
Premium
Inscription
15 Août 2015
Messages
2 009
Réactions
654
Points
12 946
Bonjour,

Depuis toute ta l'heure je m'arrache les cheveux avec les préfixes sur Xenforo, alors voilà le problème c'est que quand je met le préfixe sous le nom " C# ou C++ " il me l'affiche en noir alors que normalement tout devrait fonctionner..

Screen :

1505067395-screenshot-3.png


Code dans " EXTRA.css "
Code:
}

.prefix.prefixC#:before {
  content: "\f121";
  font-family: FontAwesome;
  margin-right: 5px;
}

.prefix.prefixC# {
  background: none repeat scroll 0 0 #99ccff;

}

.prefix.prefixC++:before {
  content: "\f121";
  font-family: FontAwesome;
  margin-right: 5px;
}

.prefix.prefixC++ {
  background: none repeat scroll 0 0 #99ccff;
 

iiShurii

Premium / Donateur / Helper
Premium
Inscription
15 Août 2015
Messages
2 009
Réactions
654
Points
12 946
Code:
.prefix.prefixCSharp:before {
  content: "\f121";
  font-family: FontAwesome;
  margin-right: 5px;
}

.prefix.prefixCSharp {
  background: none repeat scroll 0 0 #99ccff;

}

.prefix.prefixCPlusplus:before {
  content: "\f121";
  font-family: FontAwesome;
  margin-right: 5px;
}

.prefix.prefixCPlusplus {
  background: none repeat scroll 0 0 #99ccff;

(Remplace bien les class CSS dans les préfixes)

Le C#

1505071850-screenshot-9.png


Le C++

1505071851-screenshot-10.png


Le Code dans le " EXTRA.css "

Code:
}

.prefix.prefixCSharp:before {
  content: "\f121";
  font-family: FontAwesome;
  margin-right: 5px;
}

.prefix.prefixCSharp {
  background: none repeat scroll 0 0 #99ccff;

}

.prefix.prefixCplusplus:before {
  content: "\f121";
  font-family: FontAwesome;
  margin-right: 5px;
}

.prefix.prefixCplusplus {
  background: none repeat scroll 0 0 #99ccff;

}

Le résultat

1505071851-screenshot-11.png
 
D

deleted775086

Le C#

1505071850-screenshot-9.png


Le C++

1505071851-screenshot-10.png


Le Code dans le " EXTRA.css "

Code:
}

.prefix.prefixCSharp:before {
  content: "\f121";
  font-family: FontAwesome;
  margin-right: 5px;
}

.prefix.prefixCSharp {
  background: none repeat scroll 0 0 #99ccff;

}

.prefix.prefixCplusplus:before {
  content: "\f121";
  font-family: FontAwesome;
  margin-right: 5px;
}

.prefix.prefixCplusplus {
  background: none repeat scroll 0 0 #99ccff;

}

Le résultat

1505071851-screenshot-11.png
En même temps si tu mets le nom du préfix ainsi... D:
 

Wims

Premium
Inscription
27 Août 2014
Messages
1 805
Réactions
418
Points
15 911
Le C#

1505071850-screenshot-9.png


Le C++

1505071851-screenshot-10.png


Le Code dans le " EXTRA.css "

Code:
}

.prefix.prefixCSharp:before {
  content: "\f121";
  font-family: FontAwesome;
  margin-right: 5px;
}

.prefix.prefixCSharp {
  background: none repeat scroll 0 0 #99ccff;

}

.prefix.prefixCplusplus:before {
  content: "\f121";
  font-family: FontAwesome;
  margin-right: 5px;
}

.prefix.prefixCplusplus {
  background: none repeat scroll 0 0 #99ccff;

}

Le résultat

1505071851-screenshot-11.png
Et bah? C'est bon xd

Sur ce screen :

1505071851-screenshot-10.png


Le titre remet "C++"
 
Cette réponse a aidé l'auteur de cette discussion !
Statut
N'est pas ouverte pour d'autres réponses.
Haut