What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [How-to]Change the Contact Search bar background - WLM 8.5

[How-to]Change the Contact Search bar background - WLM 8.5
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
O.P. RE: [How-to]Change the Contact Search bar background - WLM 8.5
H'mm...I guess it's with the style 923.
Open it and search for

IMInput[id=atom(idSearchText)]

You should find this:

"element[id=atom(idmetoolbarcontainer)]
{
foreground:rcclr(639);
background:rcbkd(636);
}
IMInput[id=atom(idSearchText)]
{
foreground:rgb(51,51,51);
richeditstyle:PlainText|SaveSelection|AllowBeep;   
contentalign:middleleft;.....

Now add background:argb(0,0,0,0); to it, like this:

IMInput[id=atom(idSearchText)]
{
foreground:rgb(51,51,51);
richeditstyle:PlainText|SaveSelection|AllowBeep;   
contentalign:middleleft;
background:argb(0,0,0,0);
(...and more codes down here...)
Down there, there will be something like this(mine is already changed)

element[id=atom(idSearchTextBackground)]
{
contentalign:middleleft;
Foreground:argb(0,172,168,153);
background:argb(0,0,0,0);
}

I don't know if the foreground and background will be there, if they are, put background to argb:(0,0,0,0); and foreground to a colour of your choice, if there aren't just add them.

This post was edited on 02-17-2008 at 10:13 PM by blessedguy.
[Image: Empty.png]
02-17-2008 10:12 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 01-13-2008 at 09:13 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-17-2008 at 09:23 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-17-2008 at 09:33 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-17-2008 at 09:52 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-17-2008 at 10:12 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-17-2008 at 10:33 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-17-2008 at 10:38 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-17-2008 at 10:48 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-20-2008 at 09:33 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-20-2008 at 10:46 PM
RE: RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Willz on 02-20-2008 at 11:28 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-20-2008 at 11:47 PM
RE: RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Willz on 02-20-2008 at 11:53 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-20-2008 at 11:55 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Nagamasa on 02-21-2008 at 01:30 AM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Basilis on 02-21-2008 at 04:17 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by blessedguy on 02-21-2008 at 05:17 PM
RE: [How-to]Change the Contact Search bar background - WLM 8.5 - by Basilis on 02-22-2008 at 01: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