What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Font colour

Font colour
Author: Message:
Panos
Perma-Banned


Posts: 37
Reputation: -7
30 / – / Flag
Joined: Jan 2008
O.P. Undecided  Font colour
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?
01-22-2008 06:25 PM
Profile PM Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: Font colour
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

This post was edited on 01-22-2008 at 06:32 PM by Basilis.
[Image: logo1nu1.png]
01-22-2008 06:28 PM
Profile PM Find Quote Report
Panos
Perma-Banned


Posts: 37
Reputation: -7
30 / – / Flag
Joined: Jan 2008
O.P. RE: Font colour
Thanks for the help...I'll try it and I will tell you later.


Olympiacos 4ever!
01-22-2008 06:55 PM
Profile PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: Font colour
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)>
01-22-2008 08:38 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On