- Katılım
- 25 May 2014
- Mesajlar
- 832
- Tepkime puanı
- 362
- Puanları
- 63
- Konum
- Türkiye
- Web sitesi
- xenforodestek.net
İtibar:
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;
}