This makes it a bit easier to browse for customs in the Genus Guide. It's helpful for when you want to find other pets from an edit set or just want to see the images a little bigger.
This is an incredibly ugly solution but it works! All it does is make the custom images a tad bigger and moves the refresh link to the right side, so you can click away to your heart's content.
Fully compatible with my dark mode skin.
Notes
Userstyle doesn't have notes.
Source code
/* ==UserStyle==
@name Easier Genus Guide Custom Browser (Ugly!)
@version 20220724.16.20
@namespace userstyles.world/user/xenephos
@description This makes it a bit easier to browse for customs in the Genus Guide. It's helpful for when you want to find other pets from an edit set or just want to see the images a little bigger.
This is an incredibly ugly solution but it works!
@author xenephos
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://www.aywas.com/genus/view/") {
/*Easier Genus Guide Custom Browser */
/* Makes Genus Guide images stupidly large and pushes elements out of the way for easy viewing. Also gets rid of the background container image */
img[class="user_pet_random genus_random_images"] {
width: 100px;
height: 100px;
}
div[style="position: absolute;left: 76px;top: 306px;"] {
position: absolute;left: 500px!important;
font-size: 20px
}
div[style="position: relative;margin-left: 52px;background-image: url('http://www.aywas.com/images/aywas_genus_pets_v2.png');width: 271px;height: 309px;float:left;"] {
background-image: url() !important
}
div[style="margin-bottom: 15px;height: 315px;"] {
margin-bottom: 300px !important
}
}