Support Animated Nickname help

Solution
CSS:
.username--style3 {
    text-shadow: #ee82ee 1px 1px 10px;
    color: red;
    background: url(https://xnforo.ir/16066101745881.gif);
}
CSS:
.username--style3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f521";
    padding-right: 1px;
    display: inline-block;
}

HaXorx

Registered
Use this in your extra.less

CSS:
.username--style4.username--staff.username--moderator {
    background: url("https://xnforo.ir/16066101745881.gif"); // you can only apply this line for sparkles //
    box-sizing: border-box;
    color: #ea005e;
    text-shadow: #ee82ee 1px 1px 10px;
    word-wrap: break-word;
}
 

salamiwerty

Registered
Use this in your extra.less

CSS:
.username--style4.username--staff.username--moderator {
    background: url("https://xnforo.ir/16066101745881.gif"); // you can only apply this line for sparkles //
    box-sizing: border-box;
    color: #ea005e;
    text-shadow: #ee82ee 1px 1px 10px;
    word-wrap: break-word;
}
dont works
 

Sinarad

Registered
CSS:
.username--style3 {
    text-shadow: #ee82ee 1px 1px 10px;
    color: red;
    background: url(https://xnforo.ir/16066101745881.gif);
}
CSS:
.username--style3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f521";
    padding-right: 1px;
    display: inline-block;
}
 
Solution
Back
Top Bottom