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

Shadarin's AvatarShadarin
Shadarin's Avatar
i already tried deleting all the spaces and it didn't work this one that i have left is betwen the letters and the platform and heart here's the code [url=https://pfq.link/~LJR3][b][highlight=orange][color=#3972a8] ⭐My Shop⭐ [/color][/highlight][/b][/url] [url=https://pfq.link/~LYL6][b][highlight=#3972a8][color=orange]⭐Albino Regirock Auction⭐[/color][/highlight][/b][/url] [sc=img][url=https://pfq.link/~LYk5][img]https://cdn.discordapp.com/attachments/463749347503374357/483322218957504512/raffle.png[/img][/url][url=https://pfq.link/?G4g2W][img]https://pfq.link/?G4g2W=platform.png[/img][/url][/sc] [style] .img{ width:100px; }[/style] [size=6]Made by DemonZorua[/size]
avatar credits
avatar is official Blizzard art
~PokemonGO:4154 0011 0852
147/460
Bishop's AvatarBishop
Bishop's Avatar
sc=img is assigning 100% to the area it is going, removing it and adding some space between the two seem to work? try this [url=https://pfq.link/~LJR3][b][highlight=orange][color=#3972a8] ⭐My Shop⭐ [/color][/highlight][/b][/url] [url=https://pfq.link/~LYL6][b][highlight=#3972a8][color=orange]⭐Albino Regirock Auction⭐[/color][/highlight][/b][/url] [url=https://pfq.link/~LYk5][img]https://cdn.discordapp.com/attachments/463749347503374357/483322218957504512/raffle.png[/img][/url] [url=https://pfq.link/?G4g2W][img]https://pfq.link/?G4g2W=platform.png[/img][/url] [size=6]Made by DemonZorua[/size] looks like: ⭐My Shop⭐ ⭐Albino Regirock Auction⭐ Made by DemonZorua
Shadarin's AvatarShadarin
Shadarin's Avatar
yeah this worked ,thank you XD i guess my mistake was that i tried to make the heart smaler :/ is there a way to make the heart smaler and stil keep them one beneath the other tho? :D
Bishop's AvatarBishop
Bishop's Avatar

QUOTE originally posted by Shadarin

yeah this worked ,thank you XD i guess my mistake was that i tried to make the heart smaler :/ is there a way to make the heart smaler and stil keep them one beneath the other tho? :D
[style] [src="https://cdn.discordapp.com/attachments/463749347503374357/483322218957504512/raffle.png"] {width: 100px;} [/style]
Shadarin's AvatarShadarin
Shadarin's Avatar

QUOTE originally posted by Bishop

QUOTE originally posted by Shadarin

yeah this worked ,thank you XD i guess my mistake was that i tried to make the heart smaler :/ is there a way to make the heart smaler and stil keep them one beneath the other tho? :D
[style] [src="https://cdn.discordapp.com/attachments/463749347503374357/483322218957504512/raffle.png"] {width: 100px;} [/style]
Thank you very much ^^
Frostleaf's AvatarFrostleaf
Frostleaf's Avatar
The script for tampermonkey. Is there a way to take the prehistoric part off of it?
41/500
3/500
1/500
http://bewear.tumblr.com/icons
Prf X's AvatarPrf X
Prf X's Avatar

QUOTE originally posted by Frostleaf

The script for tampermonkey. Is there a way to take the prehistoric part off of it?
Remove "||shelter[i].innerHTML.includes("prehistoric.png")"
LEGO avatar built by me with LDD I always plan for the possibly of a hunt not being complete
we're only human after all
Looking for Hasty Pokemon I don't have TR/Tournament highlighting skin code Help Christopher Lee
aka Andros the Red In Space Ranger
's mom beat stage 2 lung cancer
CupOfCocoa's AvatarCupOfCocoa
CupOfCocoa's Avatar
So, I am trying to add Togedemaru eggs to my custom CSS so they stand out as larger, but no matter how many times I clear out my cache, it doesn't seem to go through. I feel like it is because the letters in the egg URL are 4 instead of 3 like the others, but I wasn't sure if it is actually possible to add the egg in.

Here is my CSS (everything else works, the very last one is the Togedemaru egg):

@padding: 50px; #field_berries.selected ~ #field_field[data-mode="public"]>div.field>.fieldmon { margin:-@padding!important; left:45%!important; top:45%!important; img { animation:none!important; padding:@padding!important; } } #field_berries { position:relative; z-index:12; } #field_nav button[data-action=next], #field_nav button[data-action=previous], #field_nav button[data-action=jump] { position:relative; z-index:10; } #field_party { position:relative; z-index: 11; } #shelterarea > .pokemon > img[src*="g/s/8.png"]{ box-shadow: 0px 0px 50px 25px yellow; background-color: yellow; border-radius:100%; } #shelterarea > .pokemon > img[src*="g/i/1.png"]{ box-shadow: 0px 0px 50px 25px yellow; background-color: yellow; border-radius:100%; } #shelterarea > .pokemon > img[src*="m/n/s.png"]{ box-shadow: 0px 0px 50px 25px yellow; background-color: yellow; border-radius:100%; } #shelterarea > .pokemon > img[src*="c/a/a.png"]{ box-shadow: 0px 0px 50px 25px yellow; background-color: yellow; border-radius:100%; } #shelterarea > .pokemon > img[src*=""g/i/c.png"]{ box-shadow: 0px 0px 50px 25px yellow; background-color: yellow; border-radius:100%; } #shelterarea > .pokemon > img[src*="b/2/f.png"]{ box-shadow: 0px 0px 50px 25px yellow; background-color: yellow; border-radius:100%; } #shelterarea > .pokemon > img[src*="t/c/n/o.png"]{ height:100px; }
I am sorry if this was answered before, I read through some pages and the front page but I couldn't find any answers, and I tried doing the highlight like the other eggs too but those do not work either. If it is not possible, that is perfectly fine though.
art commissioned from @maeshipixel on Twitter for my use only
shop - twitch.tv/cuppofcocoa - journaltrading chickensmoothie for PFQ
Bishop's AvatarBishop
Bishop's Avatar
you have a double quote "" in this line, which would prevent it and things after it from working. #shelterarea > .pokemon > img[src*=""g/i/c.png"]{ change that line to #shelterarea > .pokemon > img[src*="g/i/c.png"]{ and the rest will work.
CupOfCocoa's AvatarCupOfCocoa
CupOfCocoa's Avatar
Thank you so much!

Pages: 123··· 124125126127128··· 382383384

Cannot post: Please log in to post

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