Loading...

Top
PFQ Banner

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

Already a user? New to PFQ?

Single post in Site Skins: How-To, and Helpful CSS

Forum Index > PokéFarm > Guides > Site Skins: How-To, and Helpful CSS >

Mirzam's AvatarMirzam
Mirzam's Avatar
That's tricky, since there's no if/then logic or min-size property for text size. You can force all text in all posts to be a certain size, which will include shrinking large text as well as growing small text. You will have to accept that doing so may break some people's layouts (why I eventually removed that code from my own skin). If you are still interested and if nobody else has posted, I will write you some code when I'm on my laptop tomorrow. (It's late where I am sorry) You probably know this but just in case you don't the site does have a minimum font size (10pt) in the legibility guidelines, so excessively small font may be reportable. But tbh even that size on my high resolution laptop is hard to read without zoom. Edited a couple times because I got the min size wrong sorry. Next day edit: Whoops, that took longer than I meant it to. Here's the code to override font sizes. I also included an override for font family since there can be so much variation in how different fonts appear at the same pt size, but you can delete that line if you like. .forumpost .bbcode * { /* the site default post text size is 12pt */ font-size: 12pt !important; /* because fonts can vary in size, this is the site default font */ font-family: Meiryo, Verdana, sans-serif !important; }
© PokéFarm 2009-2024 (Full details)Contact | Rules | Privacy | Reviews 4.6★Get shortlink for this page