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:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How to change text color of personal message? - by ORiOn16 on 04-19-2008 at 12:20 PM
RE: How to change text color of personal message? - by blessedguy on 04-19-2008 at 01:36 PM
RE: How to change text color of personal message? - by ORiOn16 on 04-19-2008 at 01:53 PM
RE: How to change text color of personal message? - by blessedguy on 04-19-2008 at 01:56 PM
RE: How to change text color of personal message? - by ORiOn16 on 04-19-2008 at 02:12 PM
RE: How to change text color of personal message? - by blessedguy on 04-19-2008 at 02:16 PM
RE: How to change text color of personal message? - by ORiOn16 on 04-19-2008 at 02:20 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