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 >

eura's Avatareura
eura's Avatar

QUOTE originally posted by AuracleOfBacon

Does anybody know of a CSS that turns one kind of minispirte into another when hovered, ie. a Spectral Leiomano into a Marshadow when hovered over? I can see this not going well with mobile users if not coded correctly, but I can see this being useful for a bunch of Type Race Skins I made Speaking of minisprites, is there a code, similar to the Type Race Egg Highlight codes, but for Summon Item minisprites?
there's probably a simpler way to do the hovers but eh

[style] img[src*="summon image code"]{ border-radius: 50px; box-shadow: 0px 0px 0px 5px @col-border1; padding: 2px;} [/style]

[style] .hover{ height:30px; width:30px; background: url("summon image url") no-repeat; } .hover:hover { height:30px; background: url("pokemon image url") no-repeat; } [/style] [sc=hover] [/sc]
© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page