Shoutbox

How to change text color of personal message? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Skinning (/forumdisplay.php?fid=41)
+----- Thread: How to change text color of personal message? (/showthread.php?tid=83262)

How to change text color of personal message? by ORiOn16 on 04-19-2008 at 12:20 PM

Hi skinning pro's :D

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

Tanks,
ORiOn


RE: How to change text color of personal message? by blessedguy on 04-19-2008 at 01:36 PM

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
RE: How to change text color of personal message? by ORiOn16 on 04-19-2008 at 01:53 PM

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?


RE: How to change text color of personal message? by blessedguy on 04-19-2008 at 01:56 PM

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...


RE: How to change text color of personal message? by ORiOn16 on 04-19-2008 at 02:12 PM

ohh
sorry...
i have see it before but i forget it...
sorry again ;)

and for the alert?


RE: How to change text color of personal message? by blessedguy on 04-19-2008 at 02:16 PM

http://shoutbox.menthix.net/showthread.php?tid=81842

what about the "look for info"?


RE: How to change text color of personal message? by ORiOn16 on 04-19-2008 at 02:20 PM

tanks
and sorry...
i'm not good with searching...
sorry and tanks again ;)