Xf2 Modifikasyon - Şimdi tüm forumlarda manuel havalı önekler! :) | Xenforo Türkçe Destek, XenForo Eklenti ve Tema Topluluğu

Xf2 Modifikasyon Şimdi tüm forumlarda manuel havalı önekler! :)

XFdestek

Kurucu Üye
XFD Üyesi
Katılım
25 May 2014
Mesajlar
832
Tepkime puanı
356
Puanları
63
Konum
Türkiye
EXTRA.CSS ekle:
.titleBar .prefix.VIP {
    font-size: 10pt;
}
.VIP:before {
    content: "\f2dc";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin: 5px ;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.VIP:after {
    content: "\f2dc";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin: 5px ;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.VIP {
    background:  url("styles/stuff/images/bg4.gif") repeat scroll 0 0;
    color: #ffcf48 !important;
    font-weight: normal;
    border: double !important;
    font-size: 10pt;
}
 
Lütfen Javascript'i etkinleştirin!Javascript'i etkinleştirin!