What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [Help] Group bars

[Help] Group bars
Author: Message:
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: [Help] Group bars
ok heres lines 8 - 33 of the 1004 style file, 1004 and 1009 are structured almost identically so should be easy to find in both files.

quote:
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 changes it to black bar with white text on it, text is controled via the foreground: tag back refers to the actual bar so change

Background:rgb(0,0,0);

to

Background:rcbkd(59020);

you get the idea, any problems come back to me.
04-09-2008 05:07 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Help] Group bars - by Basilis on 01-26-2008 at 01:53 PM
RE: [Help] Group bars - by freak544 on 01-26-2008 at 03:53 PM
RE: [Help] Group bars - by Basilis on 01-26-2008 at 10:57 PM
RE: [Help] Group bars - by banky on 01-26-2008 at 11:34 PM
RE: [Help] Group bars - by Basilis on 01-27-2008 at 10:52 AM
RE: RE: [Help] Group bars - by vikke on 04-09-2008 at 07:15 PM
RE: [Help] Group bars - by LuckyMe on 04-08-2008 at 09:39 PM
RE: [Help] Group bars - by blessedguy on 04-08-2008 at 11:40 PM
RE: RE: [Help] Group bars - by Willz on 04-09-2008 at 12:38 AM
RE: [Help] Group bars - by LuckyMe on 04-09-2008 at 01:27 AM
RE: [Help] Group bars - by stuartbennett on 04-09-2008 at 05:07 AM
RE: [Help] Group bars - by LuckyMe on 04-09-2008 at 05:10 PM
RE: [Help] Group bars - by stuartbennett on 04-09-2008 at 05:14 PM
RE: RE: [Help] Group bars - by LuckyMe on 04-09-2008 at 08:21 PM
RE: RE: RE: [Help] Group bars - by stuartbennett on 04-09-2008 at 08:59 PM
RE: RE: RE: RE: [Help] Group bars - by LuckyMe on 04-09-2008 at 09:51 PM
RE: [Help] Group bars - by blessedguy on 04-09-2008 at 05:17 PM
RE: [Help] Group bars - by stuartbennett on 04-09-2008 at 06:01 PM
RE: [Help] Group bars - by blessedguy on 04-09-2008 at 07:20 PM
RE: [Help] Group bars - by Basilis on 04-09-2008 at 07:23 PM
RE: [Help] Group bars - by blessedguy on 04-09-2008 at 09:14 PM
RE: [Help] Group bars - by stuartbennett on 04-10-2008 at 04:51 AM


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