- Katılım
- 25 May 2014
- Mesajlar
- 832
- Tepkime puanı
- 362
- Puanları
- 63
- Konum
- Türkiye
- Web sitesi
- xenforodestek.net
İtibar:
1) extra.css açın
2) Bu kodu ekleyin:
eklenen FA icon döndürmek için:
Gurup eklemek için
.style3 iyi dikkat edin buna
Eğer .Style koymak değil, herkes simgesi vardır ve FA beyaz cıkıyor ise.
Ve FA bu kodu koymak döndürmek istiyorsanız:
Hayırlı olsun
2) Bu kodu ekleyin:
PHP:
a.username:after {
font-family: FontAwesome;
font-size: 12px;
content: '\f132';
font-weight: normal;
padding-left: 8px;
}
PHP:
a.username .style3:after {
font-family: FontAwesome;
font-size: 12px;
content: '\f132';
font-weight: normal;
padding-left: 8px;
display: inline-block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
a.username:hover .style3:after {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
Kod:
a.username .style3:after {
font-family: FontAwesome;
font-size: 12px;
content: '\f132';
font-weight: normal;
padding-left: 8px;
}
Eğer .Style koymak değil, herkes simgesi vardır ve FA beyaz cıkıyor ise.
Ve FA bu kodu koymak döndürmek istiyorsanız:
PHP:
a.username .style3:after {
font-family: FontAwesome;
font-size: 12px;
content: '\f132';
font-weight: normal;
padding-left: 8px;
display: inline-block;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
a.username:hover .style3:after {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
}