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··· 382383384385386··· 403404405

sinnamoth's Avatarsinnamoth
sinnamoth's Avatar

QUOTE originally posted by pechaberrie

Does anyone know if there's a way to make eggs stand out in the shelter if they were bred by a certain user? I'm trying to find ones i bred myself but it's very difficult to do so manually.
With QOL you can only search for specific pokemon, eggs, and pokemon types in the shelter; I'd love for that to be possible or even searching for natures but unfortunately I've never heard of that myself

QUOTE originally posted by sammie.qt

If I wanted to increase the clickable area for the field stacking CSS, which values should I adjust? I messed with it not too long ago but wasn't able to get it to adjust the way I hoped.
For some reason it's not working how i'd assume either, sorry :,)
Moth • He/They/It • 18 ShopThreadsAdoptsRaffle PM if I havn't replied in 24h
Mirzam's AvatarMirzam
Mirzam's Avatar

QUOTE originally posted by sammie.qt

If I wanted to increase the clickable area for the field stacking CSS, which values should I adjust? I messed with it not too long ago but wasn't able to get it to adjust the way I hoped.
If you're using the code in the first post, you should change the value for @padding and see if that helps. If you're also using other codes, or the QoL, you could be getting some code conflicts. If that's still not it, I can look closer later when I'm on desktop - could you give me a link to your skin with the problem?

QUOTE originally posted by pechaberrie

Does anyone know if there's a way to make eggs stand out in the shelter if they were bred by a certain user? I'm trying to find ones i bred myself but it's very difficult to do so manually.
That data is not available on the shelter page, so there's no way to check it and highlight on it, even with the QoL. This is very unlikely to change as far as I can tell, sorry.
sammie.qt's Avatarsammie.qt
sammie.qt's Avatar

QUOTE originally posted by Mirzam

QUOTE originally posted by sammie.qt

If I wanted to increase the clickable area for the field stacking CSS, which values should I adjust? I messed with it not too long ago but wasn't able to get it to adjust the way I hoped.
If you're using the code in the first post, you should change the value for @padding and see if that helps. If you're also using other codes, or the QoL, you could be getting some code conflicts. If that's still not it, I can look closer later when I'm on desktop - could you give me a link to your skin with the problem?
I'm not sure what I did wrong before, but that worked now! Thank you!
Scoured Delights, my trade shop!
Albino LivingDex 73/1544
Fire Feathers 101/500
FayWolf's AvatarFayWolf
FayWolf's Avatar
Just have a quick question what would 30zc be in gp?
Pfp made by https://pokefarm.com/user/CreamBevroe for my use only ^ | CreamBevroe's account
sinnamoth's Avatarsinnamoth
sinnamoth's Avatar

QUOTE originally posted by FayWolf

Just have a quick question what would 30zc be in gp?
150gp 1zc : 5gp : 1k cr is the widely accepted ratio but isn't required at all; also this might be something better suited in the general help forums here~
Indeedee's AvatarIndeedee
Indeedee's Avatar
Has there been any code created for replacing the notifications sound? I'd love to make it another pokémon cry if possible, but unsure if it can be done with CSS; I'm unfamiliar with the script.
Indeedee - He/Him
Mirzam's AvatarMirzam
Mirzam's Avatar

QUOTE originally posted by Indeedee

Has there been any code created for replacing the notifications sound? I'd love to make it another pokémon cry if possible, but unsure if it can be done with CSS; I'm unfamiliar with the script.
It can't be done with CSS, you need a script and a script host extension like Tampermonkey. Here's a link to the script Dr. Who wrote to do this: https://pokefarm.com/forum/post/6257714
I'm trying to get into CSS for making my own site skins, but is there a way to change the credits, gold, and zophan pictures?? edit: 1 I've cleared my cache idk how many times, but now the notification image won't change at all, it stays the Niet one :((( fixed my issue :D

Sonora - 16 - hoot/owl


"You weren't quite as bold. Smarter, sharpr, brighter than the rest . . . Now you're sixteen, broke and burning out in style" -gifted kid burnout . Tom O'Donovan TH
Sweet Apple

Sweet Apple

Evolution Item

(: 0)

A peculiar apple that can make a certain species of Pokémon evolve. It's exceptionally sweet.

Sells for 1,000

Lv. 11 — 647 / 672
Aspear BerryAspear Berry
Aspear Berry (SOUR)
Cheri BerryCheri Berry
Cheri Berry (SPICY)
Chesto BerryChesto Berry
Chesto Berry (DRY)
Pecha BerryPecha Berry
Pecha Berry (SWEET)
Rawst BerryRawst Berry
Rawst Berry (BITTER)
Likes:
Sweet food
GrassDragon
Happiness MAX
Timid nature
**
PFP by me!
Indeedee's AvatarIndeedee
Indeedee's Avatar

QUOTE originally posted by Corviknight

CODE

.party>div>.pkmn>.pokemon[style*="ORIGINAL IMAGE URL"], div.big.pokemon[style*="ORIGINAL IMAGE URL"] { background: url('new url here')!important; background-repeat:no-repeat!important; background-position: center 75%!important; }
The style*= bit functions the same way that it does for the shelter code where you pull out the identifier in the image.
I've tried using this code to replace all images of a pokemon with a new one (want to use an older sprite), and it works when viewing their page or in my party, but it doesn't work when they're in the field. Is there any way to fix that?

My code

} .party>div>.pkmn>.pokemon[style*="https://pfq-static.com/img/pkmn/o/7/d.png"], div.big.pokemon[style*="https://pfq-static.com/img/pkmn/o/7/d.png"] { background: url('https://cdn.discordapp.com/attachments/1109238713025843230/1112865083920502934/shaymin-land.png')!important; background-repeat:no-repeat!important; background-position: center 75%!important; } .party>div>.pkmn>.pokemon[style*="https://pfq-static.com/img/pkmn/l/z/e.png"], div.big.pokemon[style*="https://pfq-static.com/img/pkmn/l/z/e.png"] { background: url('https://cdn.discordapp.com/attachments/1109238713025843230/1112865084146982932/shaymin-land_s.png')!important; background-repeat:no-repeat!important; background-position: center 75%!important; } .party>div>.pkmn>.pokemon[style*="https://pfq-static.com/img/pkmn/h/s/e.png"], div.big.pokemon[style*="https://pfq-static.com/img/pkmn/h/s/e.png"] { background: url('https://cdn.discordapp.com/attachments/1109238713025843230/1112865084411220138/shaymin-land_a.png')!important; background-repeat:no-repeat!important; background-position: center 75%!important; } .party>div>.pkmn>.pokemon[style*="https://pfq-static.com/img/pkmn/o/1/o.png"], div.big.pokemon[style*="https://pfq-static.com/img/pkmn/o/1/o.png"] { background: url('https://cdn.discordapp.com/attachments/1109238713025843230/1112865084612550838/shaymin-land_m.png')!important; background-repeat:no-repeat!important; background-position: center 75%!important; }
inkycreator41's Avatarinkycreator41
inkycreator41's Avatar
My notification icon randomly stopped displaying what do I do I'm using the cc to make it a mimikyu and it just stopped working
Inki • She/her • Mimikyu fan • PM's open YTTumblrShopTH

Pages: 123··· 382383384385386··· 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