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··· 123124125126127··· 382383384

Pyukumuku's AvatarPyukumuku
Pyukumuku's Avatar
uh anyone know th CSS to make the nofication on the asbol smaller, trying to recarte a skin so I can do CSS but the notfication area is too big on my current ah I am so close. was using the Mfn/discord theme if that helps
Ganorith's AvatarGanorith
Ganorith's Avatar
I assume you mean the number? notifs>a::after is what you want if you want to change that.
PFP/BG/IMG from Golden Sun Code Collection
Pyukumuku's AvatarPyukumuku
Pyukumuku's Avatar

QUOTE originally posted by Ganorith

I assume you mean the number? notifs>a::after is what you want if you want to change that.
yeah thank you very much. uh I am not sure how to use this, sorry I am new to CSS how do I inject it if there is a already notfis>?
Turbuggy's AvatarTurbuggy
Turbuggy's Avatar
I find that when using the code to stack fields into categories, it still groups them in one big pile in the middle when I pick a berry. Is there a way / a code that would keep them in their individual preference piles instead? Maybe even with the larger hitboxes, if possible? :O
Icon artwork by me!Ask Photom!
Lv. 100 — Locked
Aspear BerryAspear Berry
Aspear Berry (SOUR)
Cheri BerryAspear Berry
Cheri Berry (SPICY)
Chesto BerryCheri Berry
Chesto Berry (DRY)
Pecha BerryPecha Berry
Pecha Berry (SWEET)
Rawst BerryRawst Berry
Rawst Berry (BITTER)
Likes:
Spicy food
ElectricGhost
Happiness MAX
Brave nature
Levian Wonder's AvatarLevian Wonder
Levian Wonder's Avatar

QUOTE originally posted by Turbuggy

I find that when using the code to stack fields into categories, it still groups them in one big pile in the middle when I pick a berry. Is there a way / a code that would keep them in their individual preference piles instead? Maybe even with the larger hitboxes, if possible? :O
There is already a code for it on the front page. Also you might need to just clear your cache as that seems to be the main reason allot of things dont work when you put them in

Code

@padding:100px; #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="sour-"], #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="any-"]{ left:0%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="spicy-"]{ left:20%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="dry-"]{ left:40%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="sweet-"]{ left:60%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="bitter-"]{ left:80%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } }
I changed the padding (its what mine is set at but i use the other code) So hopefully this helps
Check out my Shops Avatar was made by StinkyBinky here on PFQ
Turbuggy's AvatarTurbuggy
Turbuggy's Avatar

QUOTE originally posted by Artistic Sans

QUOTE originally posted by Turbuggy

I find that when using the code to stack fields into categories, it still groups them in one big pile in the middle when I pick a berry. Is there a way / a code that would keep them in their individual preference piles instead? Maybe even with the larger hitboxes, if possible? :O
There is already a code for it on the front page. Also you might need to just clear your cache as that seems to be the main reason allot of things dont work when you put them in

Code

@padding:100px; #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="sour-"], #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="any-"]{ left:0%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="spicy-"]{ left:20%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="dry-"]{ left:40%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="sweet-"]{ left:60%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="bitter-"]{ left:80%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } }
I changed the padding (its what mine is set at but i use the other code) So hopefully this helps
I think there was a misunderstanding-- I'm using the one from the front page, it's just not seeming to work for me. It groups them separately at first, but then they still end up in one big middle pile when choosing a berry. I've tried clearing my cache, but it hasn't done anything for me. I'll try the one you've given me!
Turbuggy's AvatarTurbuggy
Turbuggy's Avatar

QUOTE originally posted by Artistic Sans

QUOTE originally posted by Turbuggy

I find that when using the code to stack fields into categories, it still groups them in one big pile in the middle when I pick a berry. Is there a way / a code that would keep them in their individual preference piles instead? Maybe even with the larger hitboxes, if possible? :O
There is already a code for it on the front page. Also you might need to just clear your cache as that seems to be the main reason allot of things dont work when you put them in

Code

@padding:100px; #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="sour-"], #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="any-"]{ left:0%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="spicy-"]{ left:20%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="dry-"]{ left:40%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="sweet-"]{ left:60%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="bitter-"]{ left:80%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } }
I changed the padding (its what mine is set at but i use the other code) So hopefully this helps
This code works for me! Thank you very much!
Levian Wonder's AvatarLevian Wonder
Levian Wonder's Avatar

QUOTE originally posted by Turbuggy

QUOTE originally posted by Artistic Sans

QUOTE originally posted by Turbuggy

I find that when using the code to stack fields into categories, it still groups them in one big pile in the middle when I pick a berry. Is there a way / a code that would keep them in their individual preference piles instead? Maybe even with the larger hitboxes, if possible? :O
There is already a code for it on the front page. Also you might need to just clear your cache as that seems to be the main reason allot of things dont work when you put them in

Code

@padding:100px; #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="sour-"], #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="any-"]{ left:0%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="spicy-"]{ left:20%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="dry-"]{ left:40%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="sweet-"]{ left:60%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } } #field_field[data-mode="public"]>div.field>.fieldmon[data-flavour*="bitter-"]{ left:80%!important; top:45%!important; margin:-@padding!important; img { animation:none!important; padding:@padding!important; } }
I changed the padding (its what mine is set at but i use the other code) So hopefully this helps
This code works for me! Thank you very much!
No Problem, Glad I could help ^_^
Shadarin's AvatarShadarin
Shadarin's Avatar
oke so i tryed this a few times myself and failed and i need help XD so i want a pokemon platform to stay in my signature but i also want to promote someones raffle, i've got this so far: I just want the Regirock platforme to be to the right of the heart and under the "Albino Regirock Auction" writing ,please help (bare in mind that i have no html knowlage aside from what i've picked up here on Pfq XD)
avatar credits
avatar is official Blizzard art
~PokemonGO:4154 0011 0852
147/460
Leacky's AvatarLeacky
Leacky's Avatar
It's because you made an empty line between your Regirock platform and that raffle image. If you want to keep that empty line to make your code clear use the brackets [ and ] like this (first part of your code)[ ][ ](second part of your code) This should do the trick. Edit: Or I might be wrong. Could you please paste your code here so I can try to fix this?
Credits: *Image of Purple Glaceon used with permission* *Avatar is an official Glaceon sprite from Pokemon Conquest*
* My Journal * My Trade Shop *
I'm not as active as I used to be but I'm still checking my account at least 1-2 times on most days. Replies may be slow so please be patient.

Pages: 123··· 123124125126127··· 382383384

Cannot post: Please log in to post

© PokéFarm 2009-2023 (Full details)Contact | Rules | Privacy | WikiGet shortlink for this page