Site Skins: How-To, and Helpful CSS
Forum Index > PokéFarm > Guides >
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
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
Code Collection
QUOTE originally posted by Ganorith
I assume you mean the number? notifs>a::after is what you want if you want to change that.
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
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
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; } }
Check out my Shops
Avatar was made by StinkyBinky here on PFQ
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
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; } }
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
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; } }
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
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; } }
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)
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)~PokemonGO:4154 0011 0852
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*
Cannot post: Please log in to post











Icon artwork by me!![[N]](https://pfq-static.com/img/pkmn/gender_n.png/t=1401213004)







MAX





147/460
