Arpegi

Help & Support => Site => Topic started by: Mr.PowPow on April 27, 2012, 11:20:04 PM

Title: Missing colours
Post by: Mr.PowPow on April 27, 2012, 11:20:04 PM
I noticed that in the "Change Color" option, "gray" is missing. Yet it still remains a valid part of the coding. [color= gray] will produce the desired effect.
So I'm just wondering if there are any more that have been missed out, that are still technically there. And if you could possibly add them to the options to save me some time.
Title: Re: Missing colours
Post by: NekoJonez on April 28, 2012, 05:57:22 PM
It's added to the "To Do" list.
Title: Re: Missing colours
Post by: marcy on April 28, 2012, 07:55:22 PM
well... technically there are 16 million colors missing....

In the color tags you can use everything that produces a valid color in HTML/CSS, which would be 147 predefined color names (http://www.w3.org/TR/css3-color/#svg-color) and of course every HEX representation of a color

Code: ("example") [Select]
[color=#AAAAFF]I'm a light blue text[/color]I'm a light blue text

Edit: using rgb works too
Code: ("example 2") [Select]
[color=rgb(255,127,0)]I'm orange[/color]I'm orange
SimplePortal 2.3.7 © 2008-2024, SimplePortal