Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Single post in Site Skins: How-To, and Helpful CSS

Forum Index > PokéFarm > Guides > Site Skins: How-To, and Helpful CSS >

DrWho's AvatarDrWho
DrWho's Avatar
Change .pokemon.big to just .pokemon and it should work! That was the mistake you spotted c:
//-----START Replace Albino Plusle Sprite----- /* big image */ /* field, shelter */ img.big[src*='/q/p/z'] { object-position: 9999px; background-image: url("https://pokefarm.wiki/images/archive/2/26/20181207093934%21Albino_Plusle.png"); width: 31px; height: 43px; } /* party, dex */ .pokemon[style*='/q/p/z'] { background-image: url("https://pokefarm.wiki/images/archive/2/26/20181207093934%21Albino_Plusle.png") !important; } //-----END Replace Albino Plusle Sprite----- //-----START Replace Albino Minun Sprite----- /* big image */ /* field, shelter */ img.big[src*='3/f/t'] { object-position: 9999px; background-image: url("https://pokefarm.wiki/images/archive/a/aa/20181207115013%21Albino_Minun.png"); width: 36px; height: 43px; } /* party, dex */ .pokemon[style*='3/f/t'] { background-image: url("https://pokefarm.wiki/images/archive/a/aa/20181207115013%21Albino_Minun.png") !important; } //-----END Replace Albino Minun Sprite-----
Avatar by Kaelwolfur. Sent from my PokéNav
© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page