What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » Changing buddy list/Contact list font to white

Changing buddy list/Contact list font to white
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: Changing buddy list/Contact list font to white
quote:
Originally posted by Basilis
You have to open the 1001 definition and change the "top" into "none" It is at the top of the file. Read the skinning documentation if you want to do it by option. It covers everything you need to know.
won't it hide any elements?

look for "foregrounds" in the beggining of the 1001/1004/1009/923 styles, and also foregrounds or textcolors at text elements, and change it to the color you want (white? 255,255,255 rgb)

Like this (from 1004 style:)
code:
MsgrContactElement[id=atom(UITextTemplate)]
{
AccRole:42;
Foreground:rcclr(46495);
}

to
code:
MsgrContactElement[id=atom(UITextTemplate)]
{
AccRole:42;
Foreground:rgb(255,255,255);
}


This post was edited on 04-09-2008 at 09:39 PM by blessedguy.
[Image: Empty.png]
04-09-2008 05:25 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Changing buddy list/Contact list font to white - by sh1ntaro on 04-09-2008 at 10:22 AM
RE: Removing the contact search bar - by Basilis on 04-09-2008 at 12:44 PM
RE: Changing buddy list/Contact list font to white - by blessedguy on 04-09-2008 at 05:25 PM
RE: Changing buddy list/Contact list font to white - by Basilis on 04-09-2008 at 07:14 PM
RE: Changing buddy list/Contact list font to white - by blessedguy on 04-09-2008 at 07:16 PM


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