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

Corviknight's AvatarCorviknight
Corviknight's Avatar
I'd suggest a hard refresh, but I don't know why it'd stay after reloading the page itself. Just acting funky.
official project sekai art; icon is official TCG art
he/him + 22 + cst
Lyrina25's AvatarLyrina25
Lyrina25's Avatar
Everything works except for the stacking part. they're still all over. Messed up one of my fields just to show:

image inside

Stop reporting my template and signature for Arceus' sake..! Sprites in siggy made by me other than the liepard which is officially nintendo's~
Corviknight's AvatarCorviknight
Corviknight's Avatar
You need to select a berry first. Then they'll be stacked.
Mumkhar's AvatarMumkhar
Mumkhar's Avatar
CSS has given me too much power
nikao's Avatarnikao
nikao's Avatar
^_^ wow...true..very funny^^
🐾 Please support this suggestion from me^_^ support: show upvoted really as up-voted I do look for high or perfect iv poke,love for free or trade/swap...i do trade or swap for high iv poke or perfect pidove^^ with iv friends an friends i like to gift 5-6iv after hunts^_^ ->can trade s-a iv pidove, for zc-gp or credit .
Corviknight's AvatarCorviknight
Corviknight's Avatar
Alright, so I have a small bugfix to the script. So it searched for 'mega' in order to find Mega Pokemon, right? Welp, that also would trigger the alert if you ever happened to stumble across a Yanmega. I made the search parameters a little more specific so this shouldn't happen again.

New

// ==UserScript== // @name shiny alert // @namespace http://tampermonkey.net/ // @version 0.1 // @description pokefarm stuff // @author You // @match https://pokefarm.com/shelter // @grant none // ==/UserScript== (function() { 'use strict'; var shelter= null; var next = document.getElementById("sheltercommands"); setInterval(function() { shelter = document.getElementById("shelterarea").getElementsByClassName("tooltip_content"); for(var i=0; i < shelter.length; i++) { if(next.innerHTML.length<500 && (shelter[i].innerHTML.includes("shiny.png")||shelter[i].innerHTML.includes("albino.png")||shelter[i].innerHTML.includes("melanistic.png")||shelter[i].innerHTML.includes("/_delta/")||shelter[i].innerHTML.includes("prehistoric.png")||shelter[i].innerHTML.includes("mega.png")||shelter[i].innerHTML.includes("starter.png"))) { next.insertAdjacentHTML('afterbegin', "<div style='position:absolute; left:50%; transform:translate(-50%);'><img src='https://pfq-static.com/img/misc/goldstar.png'> on page</div>"); } }}, 100); })();
i might have gotten it working i dunno yet for mobile
Credit To Levian Wonder For The New And Amazing Badass Avatar
Gwafaiai's AvatarGwafaiai
Gwafaiai's Avatar
heres an interesting question, is it possible to force colors in a display platform instead of it grabbing them from your skin? id like them to stay for my journal for aes purposes, but i like to change my skin once in a while so im not sure what i can do :/
Ange ✦ She/They ✦
agender pan
journalshop
F2U code by Colorful
Hoard:|| Buying: | |
Poison Deltas
Okay, i did not see it on the first page before making the post: Is there a way to; A) Either change the Shelters background B) Change the shelter background transparency/Any field transparency Knowing its an image, and there is a skin color behind it.
You know what is great? Knowing somewhere out there, someone is salty that you are still fighting along in this rulebreaking game of Life. I do Shiny Charm Swaps for 25 GP each! just send a labeled trade!
Any Equivalent, even 25,000 credits or 5 zc
WIP 2ND TAB! Credits
Aemilia's AvatarAemilia
Aemilia's Avatar

QUOTE originally posted by Knøck Øüt

Okay, i did not see it on the first page before making the post: Is there a way to; A) Either change the Shelters background B) Change the shelter background transparency/Any field transparency Knowing its an image, and there is a skin color behind it.
#shelterarea { border-bottom: #11ff00 solid 1px !important; background-image: none !important; background-color: #000 !important; background-size:cover; } This gives it a border at the bottom below the image as well (feel free to just remove the line if you don't want that). If you want an image, use url('IMG URL') in place of none. And background color changes the colour. I wanted black for one of my skins so I already had this made lol.
Buying: BSDs 20 ZC Prisms 70 ZC
Icons/Template by Aemilia

by Kaede

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