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: 12345··· 403404405

Corviknight's AvatarCorviknight
Corviknight's Avatar
Okay. I replicated your issue. It happens consistently when I use your code. I... don't know what was happening, still. I got it to work without even changing the URL like BrinnaSilvio. I can't detect a difference between what you were using and my version, still, but here's what works for me:

#header > #social > #notifs > a { background-image: url('https://vignette.wikia.nocookie.net/pkmnshuffle/images/5/55/Greninja_%28Ash-Greninja%29.png/revision/latest?cb=20170410223510'); background-size: cover; background-position: center center; background-repeat: no-repeat; } #header > #social > #notifs > a > img { opacity: 0; }
Edit: I put this new code in the main post as well. For everyone else who was having issues, try again from the main post. It still looks identical to me. :|
official project sekai art; icon is official TCG art
he/him + 22 + cst
DrWho's AvatarDrWho
DrWho's Avatar
It's a typo, they used a backtick to close the URL which is not valid so the rest of the post is read as part of the URL
Avatar by Kaelwolfur. Sent from my PokéNav
Corviknight's AvatarCorviknight
Corviknight's Avatar
Aaand that'd be why I didn't catch it. :p Thanks! Mystery solved, I can die in peace.
nimroy's Avatarnimroy
nimroy's Avatar
Uhhh. So I used the CSS for the absol head, changed it to a braviary head, but on some pages it switches back to absol o.o
My Journal My shop Collecting Order's Crests PM me please! Profile pic made for me by ACottontail
Lv. 100 — +388,876
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:
Dry food
GhostPoison
Happiness 27%
Modest nature
Everstone

Everstone

Special Evolution Item

(: 0)

A peculiar stone that prevents a Pokémon from evolving when held.

Sells for 250

Lv. 78 — 986 / 19,929
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:
Spicy food
NormalFlying
Happiness MAX
Naughty nature
BrinnaSilvio's AvatarBrinnaSilvio
BrinnaSilvio's Avatar

QUOTE originally posted by lado1139

Uhhh. So I used the CSS for the absol head, changed it to a braviary head, but on some pages it switches back to absol o.o
It's because the Absol image is still cached on those pages. Just clear your cache and it will be fine.
Collecting
omg's Avataromg
omg's Avatar
Hey!! So I tried out the field css since I prefer to click on mobile. I did have an issue... the padding was waaaayy too big. It extended way past the actual field box and stuff. I tried messing with it but I couldn’t seem to lower the padding or get rid of it. Could you possibly give me a code that doesn’t modify the hitboxes please ? Thank you ^^
Kat | | 21 ᨳ(⋆°͈꒳°͈)
click flag for it's credit!
visit my art shop! i hoard & prefer / ‹𝟥 icon ‹𝟥
Corviknight's AvatarCorviknight
Corviknight's Avatar

QUOTE originally posted by nyùwú

Hey!! So I tried out the field css since I prefer to click on mobile. I did have an issue... the padding was waaaayy too big. It extended way past the actual field box and stuff. I tried messing with it but I couldn’t seem to lower the padding or get rid of it. Could you possibly give me a code that doesn’t modify the hitboxes please ? Thank you ^^
Without any padding at all:

#field_field[data-mode="public"]>div.field>.fieldmon { left:45%!important; top:30%!important; animation:none!important; }
With less padding (mobile may mess it up and make it big anyways):

#field_field[data-mode="public"]>div.field>.fieldmon { padding:50px!important; margin-top:-50px!important; margin-left:-50px!important; left:45%!important; top:30%!important; animation:none!important; } #field_berries { position:relative; z-index:12; } button { position:relative; z-index:11; } #field_party { position:relative; z-index: 10; }
This is actually the coding I use, modified from the original a little bit. #field_field[data-mode="public"]>div.field>.fieldmon { left:0%!important; top:0%!important; } .cormyr { border:200px solid; border-color:transparent; } To make the hitbox smaller change the border size I took pictures on mobile but it basically looks the same on desktop. Basically it puts all the Pokemon in a stack in the top left corner. The cormyr code increases the size of the favorite berry hitbox and keeps rhe bad berry hitbox small. This makes it easier to not give the wrong berry to pokemon, and the hitbox isn't overflowingtoo much. What it looks like when you go into a field What it looks like when you click a berry
Avatar of a Bannette/Tyranitar Fusion was made by BumbleJuice Avatar of a Tyranitar/Grimmsnarl Fusion was made by AmazedFurz Avatar of the Goodra Fusion was made by SailorSCTk Avatar of Flurbet was made by Cynda
thank you all so much for these! they are so helpful.
naïve collector | budding IV breeder
Signature image is free-to-use, by Lagomorphas. Avatar is by Temporal.
Corviknight's AvatarCorviknight
Corviknight's Avatar
Quick update for anyone using the code to hide the Contest buttons: I have now corrected the Contest Signup to not show, I was guessing at its data name before, which is why the previous code didn't work. It's all fixed up now, however.

Pages: 12345··· 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