Some minor display tweaks to the Pageant.dog UI
Tweaks for Playground Voting Sites by BobRupholdt
Details
AuthorBobRupholdt
LicenseNo License
Categorypageant.dog
Created
Updated
Code size1.4 kB
Code checksum487467f5
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Playground Sites Tweaks
@version 20250129.14.27
@namespace https://userstyles.world/user/BobRupholdt
@description Some minor display tweaks to the Pageant.dog UI
@author BobRupholdt
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.pageant.dog/member/"), url-prefix("https://www.kingpet.com/member/"), url-prefix("https://www.kingpet.fr/member/"), url-prefix("https://www.missprincesse.fr/member/"), url-prefix("https://www.lullapanda.com/member/"), url-prefix("https://www.baybee.fr/member/"), url-prefix("https://www.bidiboo.com/member/"), url-prefix("https://www.littlemissbeauty.com/member/") {
/* Playground Sites - who voted section */
/* allow text selection on all elements */
* { user-select: text !important; }
/* avatar */
div.MuiAvatar-circular { display: none; }
/* votes number backgrounds - apear to be for all sites now */
/* black 1 */ .mui-1pk8shd,
/* blue 2-5 */ .mui-1q213nt,
/* yellow 6-10 */ .mui-7ixihr,
/* green 11-20 */ .mui-16sycyo {
color: black !important;
background-color: inherit !important;
font-size: 1.2em !important;
}
/* voter stats below their name on the my votes line */
.mui-csffzd { display: none !important; }
/* my votes line height */
.mui-i3kuq7 {
margin-top: 0;
margin-bottom: 0;
padding: 0px 16px;
}
/* Who voted for me yesterday? Hide the nn hours ago */
.mui-10ca0a2{ display:none; }
}