Loading...

Top
PFQ Banner

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

Already a user? New to PFQ?

Site Skins: How-To, and Helpful CSS

Forum Index > PokéFarm > Guides >

Pages: 123··· 342343344345346··· 403404405

QUOTE originally posted by DrWho

No that should be fine. If I copy and paste the code from my post and nothing else, the regular male Eevee sprite definitely gets replaced in Party, Fields, Dex and Shelter. Maybe clear your cache and let's have another look at your udpated complete CSS?
Hmm, I'll have to do a full cache clear after work them. I can post the code I've been including, though. I haven't been updating the sprites, just the larger ones. I don't have the old mini sprites anymore, sadly. Maybe if you try the code as I edited it?

CSS

//-----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.big[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.big[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 credits: Melan Plusle & Minun Galaxy avatar made by Sharpy, (for my use only)
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
OH! I didn't realize that'd been changed =O I was just confused by what the big sprite was, haha, I didn't realize it was actually something in the code that was wrong! Edit: Yup, so I copied and pasted that version and all of a sudden voila, works on the summary pages! Just waiting for eggs to hatch to be able to test my party =) Edit2: It's working in my party page as well! This is brilliant! I'll take another look at the code again later, but oh boy, there might be a bunch of sprites I replace now xD
Pata97's AvatarPata97
Pata97's Avatar
Hi.. i have another question. how do i Delete a Css?
Score: 0
Harpy Harë's AvatarHarpy Harë
Harpy Harë's Avatar

QUOTE originally posted by Pata97

Hi.. i have another question. how do i Delete a Css?
Click and then 'highlight' all of it and backspace. Boom empty spaces for new text
Official anime screencap (Gently) edited by me
Prf X's AvatarPrf X
Prf X's Avatar

QUOTE originally posted by Pata97

Hi.. i have another question. how do i Delete a Css?
If you are asking about deleting a skin you can't
LEGO avatar built by me with LDD I always plan for the possibly of a hunt not being complete
we're only human after all
Looking for Hasty Pokemon I don't have TR/Tournament highlighting skin code Help Christopher Lee
aka Andros the Red In Space Ranger
's mom beat stage 2 lung cancer My time is: 06:46 AM
Score: 24
TR code credit
Grym's AvatarGrym
Grym's Avatar
I may have missed it but is there a way to hide all empty fields when mass clicking? (it would need to not work on your own fields in private view). Mass clicking is a pain when someone has full and empty fields scattered randomly with all visible
⚫ Avatar made by Dr.Devorak here Art thread 0
pikmins's Avatarpikmins
pikmins's Avatar
Does anyone have a code to hide upvotes on posts? :0
  • About
  • ₍⸍⸌̣ʷ̣̫⸍̣⸌₎
  • ©
Tako - he - 17
twit - tumblr - journal - comic - CC - art shop
- pkmn - pfp by me bisexuality supreme
AsymDoll13's AvatarAsymDoll13
AsymDoll13's Avatar
I'd love to make myself a new signature, but I have zero idea how to even begin. Any templates or something like that I could follow? ^^
Type Race: 0 Profile pic by xaandiir from their artshop (click their name for the shop!) Here thar be Dragons
Mirzam's AvatarMirzam
Mirzam's Avatar

QUOTE originally posted by Grym

I may have missed it but is there a way to hide all empty fields when mass clicking? (it would need to not work on your own fields in private view). Mass clicking is a pain when someone has full and empty fields scattered randomly with all visible
There's no easy way to do this, since the field change handling is all JavaScript. You definitely couldn't do anything with CSS alone.

QUOTE originally posted by Arquanine

Does anyone have a code to hide upvotes on posts? :0
.forumpost>.metadata>.upvotes { display: none; }

Pages: 123··· 342343344345346··· 403404405

Cannot post: Please log in to post

© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page