• Please note that this section is for questions regarding the forum itself - it is not for fan game-related questions. If you have a question about a fan game, ask in the appropriate thread.

  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

How do you add color to your font?

  • 253
    Posts
    10
    Years
    • Seen Jan 2, 2016
    now i know how to add standard coloring to the font. however i wanted to know how to do it for more advance. similar to how i when we see Leafgreen, Firered, silver, gold and crystal in the home page of the forum.
     
    What exactly do you mean "more advanced"? As in, the boxes that encase the text there, or picking out specific colours?

    If you want a quick way to make text of any colour appear nicely on any background, use this BBCode. Just put your desired text inside the [span][/span] tags:
    Code:
    [PLAIN][span=text-shadow:1px 1px 0 #000000;][/span][/PLAIN]

    If that isn't what you want, please elaborate and explain more what it is you're looking for.
     
    well if you used it as an example, that would help. i was looking for making white font with a darkblue border.
     
    HAY SUP

    is this what you mean? sometimes you have to add a bit more coding into your post in order to make your text 20% more cooler than normal. If you want to use the example above, all you gotta do is to switch the color hex codes and the shadow pixel size. Check this post out, it has all the BB text coding that you can use, including glow, shadow, even you can add a bit of CSS if you feel pretty decorative.

    Hope this helps a bit ;D
     
    No...that has the shadow affect....but look at the coloring for "FireRed" and "LeafGreen" in the forum front page. Also look at "Gold" "Silver" and "Crystal" as well. its white with a solid, colored border.

    i'm looking at that link, it doesn't give me much help. It doesn't give me the example i'm looking for.
     
    It's basically a whackload of text shadows. If you look at the source, you'll see this inside the SPAN's style code:
    HTML:
    <span class="smallfont" style="color: white; text-shadow: 2px 0 0 green, -2px 0 0 green, 0 2px 0 green, 0 -2px 0 green, 1px 1px green, -1px -1px 0 green, 1px -1px 0 green, -1px 1px 0 green; cursor: pointer;">

    To put that in your own text, use the [span] tag and wrap it around the text of your choice. So it'd look like this:
    Code:
    [PLAIN][span="color: white; text-shadow: 2px 0 0 green, -2px 0 0 green, 0 2px 0 green, 0 -2px 0 green, 1px 1px green, -1px -1px 0 green, 1px -1px 0 green, -1px 1px 0 green;"]Hello world![/span][/PLAIN]
    (I've omitted the cursor: part because generally you won't need it.)

    I hope you get what you're looking for with that.
    ok thats what i wanted to know....
     
    thanks. also, i guess it foes without saying that not all Forums are capable of using these templates?
     
    Back
    Top