Loading...

Top
PFQ Banner

This is PokéFarm Q, a free online Pokémon collectables game.

Already a user? New to PFQ?

Guide to CSS (Beginner & Intermediate) [In Progress]

Forum Index > PokéFarm > Guides >

Pages: 123··· 6970717273··· 818283

shxdow's Avatarshxdow
shxdow's Avatar
does anyone know how to make the outside borders of a table transparent while keeping the inside borders visible?
Übercharm

Übercharm

Account Upgrade

(: 0)

An overpowered charm that, when activated, massively increases your chances of hatching Melanistic Pokémon for 28 days.

Sells for 2,000

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:
Dry food
SteelPsychic
Happiness 27%
Rash nature
avatar
KishanHaru's AvatarKishanHaru
KishanHaru's Avatar
Header Header Header
Cell Cell Cell

Code

[style] .bbcode_table { border: collapse; border-style: hidden; th, td { border: 5px solid black; } th { background: white; color: black; } td { background: red; color: white; } }[/style]
SCA ♪ 🌸 Wiki Help 🌸 SpecialsPM MeMy Shoppe~ Current Hunt: Mudkip
B> Lunar Wings for 45 ZC ea.
Lincoln's AvatarLincoln
Lincoln's Avatar
Does anyone have free to use codes for modal boxes?
Feed my pal Regis some delicious berries!
Lv. 24 — 464 / 1,527
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:
Sour food
Grass
Happiness MAX
Lax nature
DrWho's AvatarDrWho
DrWho's Avatar
do you mean something like this? if yes this is f2u, if you want to credit it please just link to this post so others can use it too . . . . . . . (extra space because this modal is intended for longer posts/about mes)
Avatar by Kaelwolfur. Sent from my PokéNav
Lincoln's AvatarLincoln
Lincoln's Avatar
Yep. That looks about like what I'm looking for
rösette's Avatarrösette
rösette's Avatar
Hihi- first time *uh* posting here, anyways, I need some help *obviously*.. I want to get my code so that when I hover over the tab, it changes color. How do I do that? o-0
rosette | they she he | jolly JOURNAL + buying: - 20zc, - 30zc, 20zc; see shop. av @trashiloveyou twt ; button by me ♥
shxdow's Avatarshxdow
shxdow's Avatar
fixed
ChainedDemon's AvatarChainedDemon
ChainedDemon's Avatar

QUOTE originally posted by Cëlxstìíål

Hihi- first time *uh* posting here, anyways, I need some help *obviously*.. I want to get my code so that when I hover over the tab, it changes color. How do I do that? o-0
You're quite lucky, as I just figured this out myself. I'll post a snippet of what I did for mine.

code

&:not(.tab-active):hover { filter: brightness(60%); color: @col-fgl; background-color: @col-bg1;
Though, I do have a question of my own. Is it possible to do text animation? I coudln't get it to work in my journal.
Kihte's AvatarKihte
Kihte's Avatar
Ok so what I'm looking for might not be possible, but is there a way to 'remove' a CSS code within the bulk of the code? Uhm, for example;

This

Kanto

  • Bulbasaur
  • Ivysaur
  • Venusaur
  • Venusaur
Template by Zicø
I'd like to keep the platforms this size while making the mega evolved icon the normal size. Is there a way to just... reemove that code off of that element only to keep it its original size?

Code

[style] ul { margin: 0; padding: 0; text-align: center; } li { text-decoration: none; display: inline-block; background: none; border: none; padding: 5px; background: #eee; margin: 3px; -webkit-border-radius: 5px; border-radius: 5px; img { height: 100px; width: auto; } } .track { width: 100px; img { width: 15px; height: auto; } } .no { display: inline-block; opacity: 0.3; } .yes { display: inline-block; opacity: 1; } .cdt { font-size: 11px; font-family: courier; text-align: center; } [/style] [accordion][a-section="Kanto"][color=pink][ul] [li]Bulbasaur [url=https://pfq.link/?lCqnt][img]https://pfq.link/?lCqnt=platform.png[/img][/url] [url=https://pfq.link/?lTCRM][img]https://pfq.link/?lTCRM=platform.png[/img][/url][/li] [li]Ivysaur [url=https://pfq.link/?l4b7p][img]https://pfq.link/?l4b7p=platform.png[/img][/url] [url=https://pfq.link/?l_hBD][img]https://pfq.link/?l_hBD=platform.png[/img][/url] [url=https://pfq.link/?lTC2h][img]https://pfq.link/?lTC2h=platform.png[/img][/url][/li] [li]Venusaur [url=https://pfq.link/?lzWzT][img]https://pfq.link/?lzWzT=platform.png[/img][/url] [url=https://pfq.link/?lhK2n][img]https://pfq.link/?lhK2n=platform.png[/img][/url] [url=https://pfq.link/?pHbKY][img]https://pfq.link/?pHbKY=platform.png[/img][/url][/li] [li][img]https://pfq-static.com/img/pkmn/mega.png/t=1400179603[/img] Venusaur [url=https://pfq.link/?lg3P6][img]https://pfq.link/?lg3P6=platform.png[/img][/url][/li][/ul][/color][/a-section][/accordion] [styleclass=cdt]Template by [url=https://pfq.link/Zico]Zicø[/url][/styleclass]
Kihte • She/Her • Crazy Dog Woman
Perm Links 𝒥𝑜𝓊𝓇𝓃𝒶𝓁 ⭑ Eventual Shop Here 30zc 30zc If you have questions, please read my About Me.
Yeah's AvatarYeah
Yeah's Avatar
Like this? Replace height with max-height ima genius uwu /s

Kanto

  • Bulbasaur
  • Ivysaur
  • Venusaur
  • Venusaur
Template by Zicø
  • about me
  • collecting
  • secrets

Yeah / He

link text here NEW ABOUT ME!!!!
SECRET TEXT MWAHHAHA
Ima edit this eventually, but for now es blank
75/100 wheee
wawwwww a fancy thingy!!!!
credits
Code @Colorful Background from Pokemon Mystery Dungeon: Rescue Team DX Profile picture from event colander 2021 Profile Picture by @crazyMissdream | Shop Running Mew by @KitKatKutie2 | Shop

Pages: 123··· 6970717273··· 818283

Cannot post: Please log in to post

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