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:
sh1ntaro
New Member
*


Posts: 1
35 / Male / Flag
Joined: Apr 2008
O.P. Changing buddy list/Contact list font to white
Ok, so i did trial and error and found out which one removed the contact search bar...NOW which line do i change or ADD if need be, to change my contact list font from default black to white???


This post was edited on 04-09-2008 at 02:56 PM by sh1ntaro.
04-09-2008 10:22 AM
Profile PM Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: Removing the contact search bar
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.
[Image: logo1nu1.png]
04-09-2008 12:44 PM
Profile PM Find Quote Report
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
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: Changing buddy list/Contact list font to white
Blessedguy, the original post was asking about how to remove the bar but now sh1ntaro edited it and asks another question. That is why I posted about how to hide the bar.
[Image: logo1nu1.png]
04-09-2008 07:14 PM
Profile PM Find Quote Report
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
Blessedguy, the original post was asking about how to remove the bar but now sh1ntaro edited it and asks another question. That is why I posted about how to hide the bar.
oh...
well...at least you gave the correct answear then =)
[Image: Empty.png]
04-09-2008 07:16 PM
Profile PM Web 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