XF 2.1 Prefix FA Icons

htsumer

Active member
Ben v2 güncelledik.Tamam.12'den v2.Bir tane.0 Beta 6

CSS:
/* duyuru ön eklere ait olan kod başı */
<xf:comment> DUYURU ONEK CSS Tanimi </xf:comment>
.rc_onek {
    color: rgba(255,255,255,0.8);
    border-radius: 2px;
    display: inline-block;
    position: relative;
    font-size: 90%;
    padding: 0 5px 0 32px;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    &:before {
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        border-top-right-radius: 40px;
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        top: 0;
        bottom: 0;
        left: 0;
        padding: 2px 4px 0 2px;
        width: 20px;
        font-family: FontAwesome;
        text-align: center;
    }
}
<xf:comment> DUYURU ONEK CSS Tanimi </xf:comment>
.cozuldu {
    background-color: #0033ff;
}
.cozuldu:before {
    content: "\f13a";
}

/* duyuru ön eklere ait olan kod bitişi */

192676



library f13a does not accept
 
Last edited:
Top Bottom