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

Dracojax's AvatarDracojax
Dracojax's Avatar
You mean like this code?

Field unstack code

/* sets field size and aligns 8x5 */ #field_field>div.field {min-height: 345px;display: flex;flex-flow: row wrap;display: grid;grid-template-columns: repeat(8, 12.5%);grid-template-rows: repeat(5, 69px);} /* sets phone field size to prevent double size */ .mq25 #field_field>div.field {min-height: 180px; grid-template-rows: repeat(5, 36px);} /* keeps field size and offsets pokes to right starting point */ #field_field>div.field>.fieldmon {margin:0!important;position: static;flex: 1 1 12.5%;display: inline-flex;justify-content: center;align-items: center;} /* stops field size from doubling and all pokes going to bottom half*/ #field_field>div.field {padding-top: 0%;} /* changes some images size if too big, but stops them from making field grow */ #field_field>div.field>.fieldmon>img {max-width:75px;max-height:70px;}
For my shop click here
Helly25's AvatarHelly25
Helly25's Avatar
That's it, thank you so much!
Avatar - TCG Art
Remster's AvatarRemster
Remster's Avatar
So... I wanted to add the field clicking Modification (the first code) but it doesn't work :/ The code is not touching another one (I always press enter at least 2/3 times between each code). I'm using Chrome and cleared my cache more than one time but it just doesn't work... I even tried other similar codes but same thing, any code I tried to massclick fields easily are not working u_u I also tried one to massclick parties but nope, doesn't work either ! What am I doing wrong ? :c
  • Infos
  • Collecting
Avatar by me He is one of my most precious OC, you are NOT ALLOWED to use it ! ~~ I'm French and not bilingual, but I try my best, so don't be too mad at me if my english is not very good, please :3
Priority
Raijin's_Lamp
33 |
Hyperspace_Ring
36 |
Ku_Idol
26 ----- | | | | | | | | | | | | | | | | | |
Narflunk's AvatarNarflunk
Narflunk's Avatar
Did you try selecting a berry? It only stacks the pokemon after selecting a berry.
Buy stuff at my Shop Score: 2294
Remster's AvatarRemster
Remster's Avatar
Yes, I did, but nothing happened :/
mon's Avatarmon
mon's Avatar
how can i hide pokéfarm's social media icons? the ones under the counters
venusaurite x2 uft, 800gp or 160zc.
Aemilia's AvatarAemilia
Aemilia's Avatar

QUOTE originally posted by mon

how can i hide pokéfarm's social media icons? the ones under the counters
/* all those stupid social media links */ #announcements > ul > li.spacer ~ li { display: none; } If you can't tell, I got irritated with them so I added a comment to help track what CSS I use and where lol
Buying: BSDs 20 ZC Prisms 70 ZC
Icons/Template by Aemilia

by Kaede

saberia12's Avatarsaberia12
saberia12's Avatar
looking to highlight pokemon in the shelter holding an item how do i do that ?
ProfilePic: made by me for me alone. Aka Credit saberia12 08/29/2021 Collecting for a future hunt
× 5 / 500
fridayangel's Avatarfridayangel
fridayangel's Avatar
hello! this is my first time trying to implement some of this css, and im not sure if i did it wrong but it doesnt seem to be working :( i have pasted in the codes that change the notification image, that align the shelter to a grid, and that show if special pokemon are in the shelter the notification image code works!!! the shelter gridding does not. the shelter notifier worked once for telling me a tyrunt is a prehistoric pokemon, but when i pasted in the grid code, it stopped working. any help is appreciated!!!

code

#head-social > #notifs > a { background-image: url('https://cdn.discordapp.com/attachments/589962536833646598/613942141693198350/wegee.png'); background-size: cover; background-position: center center; background-repeat: no-repeat; } #head-social > #notifs > a > img { opacity: 0; } #shelterarea .pokemon+.tooltip_content { display:block; visibility:hidden } #shelterarea .pokemon.lock+.tooltip_content, #shelterarea .pokemon:hover+.tooltip_content { visibility:visible; } #shelterarea:not(.selected) .pokemon+.tooltip_content img:not([src*=gender]) { visibility:visible; float:left; transform:scale(15); opacity:.75; transform-origin:bottom left; -ms-interpolation-mode:nearest-neighbor; image-rendering:-moz-crisp-edges; image-rendering:pixelated; touch-action:none; pointer-events:none; } #shelterarea { min-height: 350px; display: flex; flex-direction:row; flex-flow: row wrap; display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: repeat(5, 70px); } .mq2 #shelterarea { min-height: 175px; grid-template-rows: repeat(5, 35px); } #shelterarea .tooltip_content { position: absolute; bottom: 0; transform: translate(0, 100%); } #shelterpage #shelter #shelterarea > .pokemon { position: static; flex: 1 1 16%; display: inline-block; display: inline-flex; justify-content: center; align-items: center; } #shelterpage #shelter #shelterarea:before { display: none; }
Mareep's AvatarMareep
Mareep's Avatar
Did you clear your cache after you added the grid code? I tested it and it works for me your notification icon is adorable :D
Avatar by Akua, permission to use it here

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