salamiwerty
Registered
- Thread starter
- #1
.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 worksUse 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; }
it should work if you use it properly.dont works
.username--style4.username--staff.username--moderator
then it should work..username--style3 {
text-shadow: #ee82ee 1px 1px 10px;
color: red;
background: url(https://xnforo.ir/16066101745881.gif);
}
.username--style3:before {
font-family: "Font Awesome 5 Pro";
content: "\f521";
padding-right: 1px;
display: inline-block;
}