What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » changing contact list highlight

changing contact list highlight
Author: Message:
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: changing contact list highlight
refer to lines 1 - 33 of your 1004 styles and 1009 styles files which looks like this.

quote:
<Style ResID=clss>
Element
{
    FontFace:"MS Shell Dlg 2";
    FontSize:8pt;
    ContentAlign:MiddleLeft;
}
Element[id=atom(listitem)][selected]
{
    Background:rgb(0,0,0); // 210,234,246
    Foreground:rgb(255,255,255); // 0,0,0
}
Element[id=atom(listitem)][selected][windowactive=false]
{
    Background:rgb(0,0,0); // 228,228,228
    Foreground:rgb(255,255,255); // 0,0,0
}
Element[id=atom(listitem)][selected][keyfocused=false]
{
    Background:rgb(0,0,0); // 228,228,228
    Foreground:rgb(255,255,255); // 0,0,0
}
Element[id=atom(listitem)][selected][indrag]
{
    Background:rgb(0,0,0); // 210,234,246
    Foreground:rgb(255,255,255); // 0,0,0
    Alpha:128;
}
Element[id=atom(listitem)] // this element has been added in
{
    Background:argb(0,0,0,0); // added in
    Foreground:rgb(255,255,255); // 0,0,0
}


that code is from our easter theme and is used to put a highlight with a black background with white text, do this in both the 1004 and 1009 styles files which for the most part are layed out almost identically and your ready to go.

danny and duck i hope that this helps you, im only assuming this is right based on the name listitem as it sounds like the right thing but to be 100% certain check with freak544 as he coded this element into several of our themes in our skin.
12-31-2007 11:02 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
changing contact list highlight - by duck! on 12-31-2007 at 02:28 AM
RE: changing contact list highlight - by djdannyp on 12-31-2007 at 11:44 AM
RE: changing contact list highlight - by duck! on 12-31-2007 at 05:07 PM
RE: changing contact list highlight - by stuartbennett on 12-31-2007 at 11:02 PM
RE: changing contact list highlight - by duck! on 12-31-2007 at 11:32 PM
RE: changing contact list highlight - by stuartbennett on 12-31-2007 at 11:39 PM
RE: changing contact list highlight - by djdannyp on 01-01-2008 at 01:06 AM
RE: changing contact list highlight - by stuartbennett on 01-01-2008 at 09:41 AM
RE: changing contact list highlight - by vaccination on 01-01-2008 at 02:11 PM
RE: changing contact list highlight - by djdannyp on 01-01-2008 at 04:05 PM
RE: changing contact list highlight - by stuartbennett on 01-01-2008 at 05:05 PM
RE: changing contact list highlight - by freak544 on 01-01-2008 at 09:43 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