.
CentranosNeverRetired by tlanotyt
Details
Authortlanotyt
LicenseNo License
Categoryhypixel.net
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
,
Source code
/* ==UserStyle==
@name CentranosNeverRetired
@version 20230302.06.40
@namespace ?
==/UserStyle== */
@-moz-document domain("hypixel.net") {
div.message-avatar:has(a[data-user-id="265240"]):after {
background-image: url('/styles/hypixel-v2/images/avatar-frames/gamemaster.png');
background-repeat: no-repeat;
}
div.message-userDetails:has(a[data-user-id="265240"]) > h5.userTitle:before{
content:"Game Master";
visibility:visible;
letter-spacing: normal;
}
div.message-userDetails:has(a[data-user-id="265240"]) > h5.userTitle{
visibility:hidden;
position:relative;
letter-spacing: -999px;
}
div.message-userDetails:has(a[data-user-id="265240"]) > h5.userTitle:after{
content:"Game Master";
visibility:visible;
letter-spacing: normal;
margin-top:3px;
font-weight: 400;
font-size:11.25px;
font-style: normal;
padding: 1px 6px;
border: 1px solid transparent;
border-radius: 2px;
text-align: center;
display:block;
color: #fff;
background: #008000;
border-color: #004d00;
}
}