What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » How to change text color of personal message?

How to change text color of personal message?
Author: Message:
ORiOn16
New Member
*


Posts: 4
32 / Male / Flag
Joined: Apr 2008
O.P. How to change text color of personal message?
Hi skinning pro's :D

Can someone tell me how to change the text color on the personal message plz ;)

Tanks,
ORiOn
04-19-2008 12:20 PM
Profile E-Mail PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: How to change text color of personal message?
style 923, look for

code:
labelrichedit[id=atom(idPSMText)]
{
    contentalign:endellipsis;
    maxtextlength:128;
    maxvisiblelines:1;
    richeditstyle:RichText|HideSelection|DisableDrag|AllowBeep;
    padding:rect(2,1,2,1);
    fontsize:8pt;
    fontface:"MS Shell Dlg 2";
    Accessible:true;
    AccRole:42;
    AccName:rcstr(61130);
    AccDesc:rcstr(61130);
}
labelrichedit[id=atom(idPSMText)][class="Empty"]
{
    contentalign:endellipsis;
    enabled:false;
}
labelrichedit[id=atom(idPSMText)][class="PSM"]
{
    contentalign:endellipsis;
    enabled:false;
}
labelrichedit[id=atom(idPSMText)][isediting]
{
    enabled:true;
    fontstyle:none;
    foreground:rgb(51,51,51);
}

and replace the
code:
foreground:rgb(51,51,51);
to
code:
foreground:rgb(coor in the rgb system);


and then add it to the other elements shown here

This post was edited on 04-19-2008 at 01:41 PM by blessedguy.
[Image: Empty.png]
04-19-2008 01:36 PM
Profile PM Web Find Quote Report
ORiOn16
New Member
*


Posts: 4
32 / Male / Flag
Joined: Apr 2008
O.P. RE: How to change text color of personal message?
tanks, it works ;)

can you tell how to change the text color on the front page of wlm(where the login form is placed)
and the text color of the alert box too?
04-19-2008 01:53 PM
Profile E-Mail PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: How to change text color of personal message?
colorize text
this post is right under yours...why don't you just look for the info you want...there's a SEARCH section here...
[Image: Empty.png]
04-19-2008 01:56 PM
Profile PM Web Find Quote Report
ORiOn16
New Member
*


Posts: 4
32 / Male / Flag
Joined: Apr 2008
O.P. RE: How to change text color of personal message?
ohh
sorry...
i have see it before but i forget it...
sorry again ;)

and for the alert?
04-19-2008 02:12 PM
Profile E-Mail PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: How to change text color of personal message?
http://shoutbox.menthix.net/showthread.php?tid=81842

what about the "look for info"?
[Image: Empty.png]
04-19-2008 02:16 PM
Profile PM Web Find Quote Report
ORiOn16
New Member
*


Posts: 4
32 / Male / Flag
Joined: Apr 2008
O.P. RE: How to change text color of personal message?
tanks
and sorry...
i'm not good with searching...
sorry and tanks again ;)
04-19-2008 02:20 PM
Profile E-Mail 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