What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [Help] Contact List Text Colour

Pages: (3): « First [ 1 ] 2 3 » Last »
[Help] Contact List Text Colour
Author: Message:
freak544
Full Member
***

Avatar

Posts: 245
Reputation: 2
35 / Male / Flag
Joined: Dec 2007
O.P. [Help] Contact List Text Colour
Does anyone know how to change the contact list text colour as in mine and stuarts skin pack with the christmas theme the text is black but doesn't show up well on the tree background and it would be nice if it was white
12-24-2007 08:26 PM
Profile E-Mail PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: [Help] Contact List Text Colour
Have you tried adding the Foreground-property where you put the Background-property for the tree background?
To select the color white, use the RGB function like this:
(stylesheet example)
code:
Foreground:rgb(255,255,255);
Or you can load it from a resource you've created, using:
code:
Foreground:rcclr(<ID>);
12-24-2007 08:49 PM
Profile E-Mail PM Find Quote Report
freak544
Full Member
***

Avatar

Posts: 245
Reputation: 2
35 / Male / Flag
Joined: Dec 2007
O.P. RE: [Help] Contact List Text Colour
Yeah I used foreground:rgb(255,255,255) to change the group title text colours but wasn't sure where to put it to change the contact list text colour so i will try adding it to the background property

edit: I am sure I changed the background colour in the ablayout tag and added in the foreground line but it didnt work there

This post was edited on 12-24-2007 at 09:00 PM by freak544.
12-24-2007 08:53 PM
Profile E-Mail PM Find Quote Report
vikke
Senior Member
****

Avatar

Posts: 900
Reputation: 28
31 / Male / Flag
Joined: May 2006
RE: [Help] Contact List Text Colour
Edit the 1004 (detailed contact list) and 1009 (compact contact list) stylesheets.

Where you see:
code:
Element[id=atom(listitem)][selected]
{
Background:rcclr(20061);
Foreground:rcclr(20065);
}
Element[id=atom(listitem)][selected][windowactive=false]
{
Background:rcclr(20064);
Foreground:rcclr(20065);
}
Element[id=atom(listitem)][selected][keyfocused=false]
{
Background:rcclr(20064);
Foreground:rcclr(20065);
}
Element[id=atom(listitem)][selected][indrag]
{
Background:rcclr(20061);
Foreground:rcclr(20234);
Alpha:128;
}
Edit the foreground values there. And do the same for 1009.

Edit: To add the default foreground, you have to create the last style by yourself like this:
code:
Element[id=atom(listitem)]
{
Foreground:rcclr(20065);
}
This one tells Messenger what to show normally when it's not selected, indrag or inactive.

This post was edited on 12-24-2007 at 09:14 PM by vikke.
12-24-2007 09:12 PM
Profile E-Mail PM Find Quote Report
stuartbennett
Senior Member
****

Avatar

Posts: 952
Reputation: 1
43 / Male / Flag
Joined: Nov 2003
RE: [Help] Contact List Text Colour
thanks Vikke, so Jason i trust we will be implementing this soon lol.

EDIT:

actually i will attempt this over the weekend.

This post was edited on 12-27-2007 at 10:11 PM by stuartbennett.
12-26-2007 05:10 PM
Profile E-Mail PM Web Find Quote Report
TRash19
Junior Member
**

Avatar
TechNet - IT training with Microsoft

Posts: 80
Reputation: 1
33 / Male / Flag
Joined: Dec 2007
RE: [Help] Contact List Text Colour
Hi!

I try the editting, but is not work. Sometimes i see a big nothing, because the contact list window is blank... i change a showing to a compact contact list and the colors are not changed. Help Me, pls! :(
                                              [Image: z0rfncwf-trashbmpd.png]
12-28-2007 02:27 PM
Profile E-Mail PM Web Find Quote Report
freak544
Full Member
***

Avatar

Posts: 245
Reputation: 2
35 / Male / Flag
Joined: Dec 2007
O.P. RE: [Help] Contact List Text Colour
Well its worked for me

Next thing to do is change the PSM colours to white
12-28-2007 02:50 PM
Profile E-Mail PM Find Quote Report
TRash19
Junior Member
**

Avatar
TechNet - IT training with Microsoft

Posts: 80
Reputation: 1
33 / Male / Flag
Joined: Dec 2007
RE: [Help] Contact List Text Colour
And other color is not good? Maybe orange or other...because, i want to change my C. L. background to black, and the other colors are green and orange.. :)
                                              [Image: z0rfncwf-trashbmpd.png]
12-28-2007 03:06 PM
Profile E-Mail PM Web Find Quote Report
freak544
Full Member
***

Avatar

Posts: 245
Reputation: 2
35 / Male / Flag
Joined: Dec 2007
O.P. RE: [Help] Contact List Text Colour
search on the internet for RGB colours, click on one of the search results and it will come up with RGB values for the colours

Edit:

The green i used was 0,102,0

Here is a RGB value for orange 255,140,0

This post was edited on 12-28-2007 at 03:34 PM by freak544.
12-28-2007 03:33 PM
Profile E-Mail PM Find Quote Report
TRash19
Junior Member
**

Avatar
TechNet - IT training with Microsoft

Posts: 80
Reputation: 1
33 / Male / Flag
Joined: Dec 2007
RE: [Help] Contact List Text Colour
I use a Paint (:D) for the colours. And i write this to the 1004.style:

Element[id=atom(listitem)][selected]
{
    Background:rgb(255,128,0);
    Foreground:rgb(48,172,182);
}
Element[id=atom(listitem)][selected][windowactive=false]
{
    Background:rgb(228,228,228);
    Foreground:rgb(51,51,51);
}
Element[id=atom(listitem)][selected][keyfocused=false]
{
    Background:rgb(228,228,228);
    Foreground:rgb(51,51,51);
}
Element[id=atom(listitem)][selected][indrag]
{
    Background:rgb(255,128,0);
    Foreground:rgb(128,128,128);
    Alpha:128;
                                              [Image: z0rfncwf-trashbmpd.png]
12-28-2007 03:37 PM
Profile E-Mail PM Web Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » Last »
« 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