edit for nebu-rin
Goatlings Replace Sourling by mxpercy
Details
Authormxpercy
LicenseNo License
Categorygoatlings.com
Created
Updated
Size3.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Goatlings Replace Sourling
@version 20220411.23.31
@namespace userstyles.world/user/scalpelcat
@description Basically this is a temp 'fix' for how users do not wish their goat to be 'goatified' but wish to see the Balloon goat instead (despite being off base) which didn't bother me, but push comes to chove, so here is the 'Balloonifies the Goat'
@author scalpelcat
@license CC NO-REDISTRIBUTION
==/UserStyle== */
@-moz-document url-prefix("https://www.goatlings.com") {
/*==Sourling Adjustment--/
blues ur sourlin
Code made by Knock_Out on Goatlings
Let me know if anything needs to be added to this, if you do not wish to see it.
As it stands, as the goat is adjusted, the Archive will not be added to this, incase you wish to turn to see the goat naturally and be able to find it as it should be. Your choice.
*/
}
@-moz-document url-prefix("https://www.goatlings.com/") {
/*Header-Active Pet*/
/*This is the pet that you will see in the upper right hand section of the screen. Your active pet is displayed here.*/
#active_pet_image img[src*="https://www.goatlings.com/images/pets/Sourling.gif"] {
width: 0px;
height: 0px;
padding: 60px;
background: url("https://cdn.discordapp.com/attachments/1004254417329065984/1069877355297910794/IMG_0094.png");
background-size: contain;
background-repeat: no-repeat;
}
}
@-moz-document url-prefix("https://www.goatlings.com/profile/u/"), url-prefix("https://www.goatlings.com/profile/") {
/*Profile*/
/*The pets you will see on your Profile page, it is preferred you change the extention to be your url (profile/u/###### to make sure it changes only for you)*/
img[src*="https://www.goatlings.com/images/pets/Sourling.gif"] {
width: 0px;
height: 0px;
padding: 75px;
background: url("https://cdn.discordapp.com/attachments/1004254417329065984/1069877355297910794/IMG_0094.png");
background-size: contain;
background-repeat: no-repeat;
}
}
@-moz-document url-prefix("https://www.goatlings.com/pet"), url-prefix("https://www.goatlings.com/mypets"), url-prefix("https://www.goatlings.com/inventory/view_action"), url-prefix("https://www.goatlings.com/battle/thebattle"), url-prefix("https://www.goatlings.com/battle/over"), url-prefix("https://www.goatlings.com/dolls") {
/*Pets*/
/*For elsewhere all over the site. Typical padding is 100px, but for your theme and aesthetics if you also change your code/layout, you can change this to howevr you like*/
img[src*="https://www.goatlings.com/images/pets/Sourling.gif"] {
width: 0px;
height: 0px;
padding: 100px;
background: url("https://cdn.discordapp.com/attachments/1004254417329065984/1069877355297910794/IMG_0094.png");
background-size: contain;
background-repeat: no-repeat;
}
}
@-moz-document url-prefix("http://example.com") {
/*BLANK TEMPLATE RESET*/
/*If you break editing your template, this template skeleton is here to 'reset' aka copy/paste to 'start anew' with editing.*/
/*img[src*="https://www.goatlings.com/images/pets/Sourling.gif"] {
width: 0px;
height: 0px;
padding: 100px;
background: url("https://cdn.discordapp.com/attachments/1004254417329065984/1069877355297910794/IMG_0094.png");
background-size: contain;
background-repeat: no-repeat;
}*/
}