Nasıl yaparım ?? (1 Viewer)

Elessya 

HackLink.us
Joined
Mar 28, 2020
Credits
29,386
Rating - 100%
Sonunda hocam bende size nasıl ulaşcamı arıyodum
extra.lss şablonunun en üstüne ekleyip dene olmazsa gel özele veya Telegrama @Elessya
Code:
.p-navEl-link {
    &:before{
        font-size: 15px;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 3px;
        .m-faBase();
    }
    &[data-nav-id="siropuChat"]:before{
        content: '\f086';
    }
    &[data-nav-id="vip"]:before{
        content: '\f521';
    }
    &[data-nav-id="lamer"]:before{
        content: '\f1ea';
    }

}
[data-template="forum_list"]
{
    .p-title-value {
        display: none;
    }
    .p-title {
        float: right;
    }
 
    .siropuChatNewMessage {
    animation: blink 1s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
        background : #B71C1C;
     
}
}

.memberTooltip-header
    {
        background : #000;
    }

.p-navgroup-link--register
{-webkit-animation-name:blink3;
    animation-name:blink3;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    animation-delay:0s;
    animation-iteration-count:infinite}@-webkit-keyframes blink3{0%{background-color:#D50000}100%{background-color:transparent}}@keyframes blink3{0%{background-color:#D50000}100%{background-color:transparent}}@-webkit-keyframes flash{0%,5%,10%,100%{opacity:1}2.5%,7.5%{opacity:0}}@keyframes flash{0%,5%,10%,100%{opacity:1}2.5%,7.5%{opacity:0}}@-webkit-keyframes pulse1{0%{-webkit-box-shadow:0 0 0 0 rgba(127,185,0,.8)}70%{-webkit-box-shadow:0 0 0 7px transparent}100%{-webkit-box-shadow:0 0 0 0 transparent}}@keyframes pulse1{0%{box-shadow:0 0 0 0 rgba(127,185,0,.8)}70%{box-shadow:0 0 0 7px transparent}100%{box-shadow:0 0 0 0 transparent}}@-webkit-keyframes rotate{0%,30%{-webkit-transform:rotate(-360deg)}30%,100%{-webkit-transform:rotate(0deg)}}@keyframes rotate{0%,30%{transform:rotate(-360deg)}30%,100%{transform:rotate(0deg)
        }
}
 

Users who are viewing this thread

Top