@charset "UTF-8";
/********* public:extra.less ********/
.username--invisible {
color: #e0e6f0;
}
.username--banned {
text-decoration: line-through;
}
/* ===== Username styles ===== */
.username--style2,
.username--style29,
.username--style30 {
color: #C0C0C0;
text-shadow: 1px 1px 3px #808080;
}
.username--style3,
.username--style32,
.username--style37 {
color: red;
text-shadow: #f00 1px 1px 10px;
}
.username--style6 {
color: #ff0000;
text-shadow: #ff0000 1px 1px 10px;
}
.username--style7 {
color: #ff0000;
text-shadow: #ff0000 1px 1px 10px;
}
.username--style8 {
color: #ff7a00 !important;
font-weight: 900 !important;
text-shadow: 0 0 6px #ff7a00, 0 0 12px rgba(255, 122, 0...