Xf2.1 Modifikasyon Kullanıcı banner'ının stilini değiştir

XFdestek

Kurucu Üye
XFD Üyesi
Katılım
25 May 2014
Mesajlar
832
Tepkime puanı
359
Puanları
63
Konum
Türkiye
Web sitesi
xenforodestek.net

İtibar:

2101

Extra.less ekle

postbit stil:
[class*="banner_"], .userBanner {
    display: inline-block;
    font-family: Monaco,Consolas,"Courier New",monospace;
    line-height: 18px;
    margin: 4px 0 5px;
    font-size: 10px;
    color: #fff !important;
    text-shadow: #111 0 0 1px;
    border-radius: 50px;
    border-color: transparent !important;
    margin-bottom: 0px;
    padding: 4px 8px;
    letter-spacing: .5px;
    border: 0;
    border-left: 20px solid rgba(0, 0, 0, 0.41) !important;
    text-transform: uppercase;
    width: 120px;
}
.userBanner.userBanner--staff {
    background: #55667B !important;
}
.userBanner--staff:before {
    content: "\f005" !important;
}
.userBanner.banner_grafiker:before {
    content: "\f1fc";
}
.userBanner.banner_moderator:before {
    content: "\f2be";
}
.userBanner:before {
    font-family: FontAwesome;
    content: "\f007";
    color: #fff;
    position: absolute;
    margin-left: -22px;
    margin-top: 0;
}
.userBanner strong {
    min-width: 90px;
    display: inline-block;
}
.message {
    &:not(.message--forceColumns) {
        .message-userBanner.userBanner {
            text-align: center;
        }
    }
}
 
Üst Alt