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 >

I use this code to replace a certain species:

Code

/* shelter, fields */ .fieldmon > img[src*='ORIGINAL POKEMON SPRITE CODE'], .pokemon > img[src*='ORIGINAL POKEMON SPRITE CODE'] { /*place the original image far away*/ -o-object-position: 9999px; object-position: 9999px; background: url('IMAGE YOU WANT TO USE FOR REPLACEMENT') top left no-repeat; /*Width and height of the replacement image*/ width: 50px; height: 53px; } /* platforms, pokedex, party */ div[style*='ORIGINAL POKEMON SPRITE CODE'] { background-image: url('IMAGE YOU WANT TO USE FOR REPLACEMENT') !important; }
naïve collector | budding IV breeder
Signature image is free-to-use, by Lagomorphas. Avatar is by Temporal.
© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page