.userBannerLight {
display: inline-block;
text-align: center;
font-size: .7em;
font-weight: 500;
color: #fff;
text-transform: uppercase;
padding: .5em 0em;
width: 130px;
height: 22px;
margin-left: 0px;
border: none;
position: relative;
overflow: hidden;
&.red {
background: #FF0000;
}
&.main {
background: #A42FB6;
}
&.deputy {
background: #5E2566;
}
&.curator {
background: #F0CA00;
}
&.senior {
background: #4169E1;
}
&.admin {
background: #35AF12;
}
&.junior {
background: #01B3DA;
}
&.moderator {
background: #FD8D27;
}
&.banned {
background: #A9A9A9;
}
&.user {
background: #C0C0C0;
color: black;
}
&.guest {
background: #FFFFFF;
color: #000000;
}
&:before {
content: "";
position: absolute;
background: linear-gradient(135deg, transparent 0%, transparent 30%, rgba(250, 250, 250, .7) 50%, transparent 70%, transparent 100%);
background-repeat: no-repeat;
top: 0px;
left: 0%;
width: 0%;
height: 0%;
}
.tooltip-content & {
.tooltip--member & {
width: 120px!important;
}
}
@media (max-width: @xf-responsiveMedium) {
display: inline!important;
padding: .5em 1em;
}
}