not tooltip-banners and blueadmin, defoult forum
forum.monser.ru by skvizov
Details
Authorskvizov
LicenseNo License
Categorymonser
Created
Updated
Size899 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name forum.monser.ru
@version 20230819.07.57
@namespace userstyles.world/user/skvizov
@description not tooltip-banners and blueadmin, defoult forum
@author skvizov
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://forum.monser.ru/") {
.memberTooltip-banners .tertiaryGroup-banners,
.memberHeader-banners .tertiaryGroup-banners,
.message-articleUserBanners .tertiaryGroup-banners {
display: none;
}
element.style {
width: 140px;
left: -3px;
height: 33px;
background-image: url(https://i.yapx.ru/WYTWa.png);
display: inline-block;
}
.blueadmin {
background: url(https://i.yapx.ru/WYKPw.png) 100% 100% no-repeat;
}
.username--style9 {
color: #2B96FE;
font-weight: bold;
text-shadow: #2B96FE 0.5px 0.5px 25px;
}
.premiumyellow {
background: url(https://i.yapx.ru/WYKcG.png) 100% 100% no-repeat;
}
}