Shoutbox

Font colour - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: Font colour (/showthread.php?tid=81134)

Font colour by Panos on 01-22-2008 at 06:25 PM

I am trying to change the colour of the font (for example changing it from black to white) , in a skin I'm currently designing, but I can't.What should I do?


RE: Font colour by Basilis on 01-22-2008 at 06:28 PM

You have to edit the style files of the window you want the text color to change. Read willz's guide and find out the id of each window
In the foreground you will insert this
foreground:rgb(255,255,255)
it is the code for white

P.S. I see we support the same team


RE: Font colour by Panos on 01-22-2008 at 06:55 PM

Thanks for the help...I'll try it and I will tell you later.


Olympiacos 4ever!


RE: Font colour by vikke on 01-22-2008 at 08:38 PM

You could either add this to the style-definition of the element you're changing:

code:
foreground:rgb(255,255,255);
Or, you could add this to the element tag in the definition:
code:
Foreground=rgb(255,255,255)
So it would be like:
code:
<element id=atom(ID) Foreground=rgb(255,255,255)>