Shoutbox

Colorize psm and email - 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: Colorize psm and email (/showthread.php?tid=85274)

Colorize psm and email by Ryddyck on 08-08-2008 at 07:29 PM

Hi all, i've a new problem today ASD
I want to change the colour of psm and email in the chat window
I search on style 920, and change the foreground in white color "foreground:rgb(255,255,255);"
I change the only parametres of foreground for psm, but doesn't works!
There is an other parametres or a new style/definition?
Thanks


RE: Colorize psm and email by Basilis on 08-08-2008 at 10:12 PM

You cannot have a different color for the psm and the e-mail. This is a limitation I found. The color of the psm will always be the same with the e-mail. Try changing the foreground color of the e-mail. :)


RE: RE: Colorize psm and email by Willz on 08-09-2008 at 03:33 AM

quote:
Originally posted by Basilis
You cannot have a different color for the psm and the e-mail.

Yeah please don't say stuff when you don't know.

You can have a different color for the psm and email in the chat window.

Just apply a foreground tag to this set of lines (920 style):

code:
wledit[id=atom(WindowEmail)]
{
contentalign:middleleft|endellipsis;
AccRole:42;
foreground:red;
}

Anything that is a separate element can have its own styling properties.
RE: Colorize psm and email by Ryddyck on 08-09-2008 at 11:16 AM

ok perfect, it works very nice, thanks
i apply the foreground also:

code:
PSMElement[id=atom(WindowPSM)]
{
layoutpos:client;
foreground:rgb(255,255,255);


Can i apply this also in "what i'm listening" psm? i try it

@edit: works perfect!
code:
Element[id=atom(idCurrentSong)]
{
LayoutPos:Left;
Padding:Rect(1,0,0,0);
foreground:rgb(255,255,255);


RE: Colorize psm and email by Willz on 08-09-2008 at 11:35 AM

yeah like I said, anything that is its own element you can apply styling to, its just a matter of finding the right section in the style and applying what you want. :P


RE: Colorize psm and email by Ryddyck on 08-10-2008 at 11:50 AM

while I am being there, I wanted to know whether to change the color to the really is personal and the psm 
I have looked for in 1001,1004,1009 but I have not found anything, besides the text, and trying with the foreground was equal


RE: Colorize psm and email by Ryddyck on 08-12-2008 at 10:01 AM

A little Up....


RE: Colorize psm and email by H2O on 09-15-2008 at 11:50 AM

huhu..  ive changed also in 920 style this code but ive a white font in PSM :(

can anybody tell me where i  must change anything else so thats working please ?

code:
wledit[id=atom(WindowEmail)]
{
contentalign:middleleft|endellipsis;
AccRole:42;
foreground:red;
}
wledit[id=atom(WindowEmail)][keyfocused]
{
contentalign:middleleft;
}
PSMElement[id=atom(WindowPSM)]
{
layoutpos:client;
foreground:rgb(255,255,255);
}

cheers

Edit: opk i have it..  it has changed .. my mistake i want to change the message font color ..  where you can write someting and your now playing is show... can somebody tell me where i can find that ;) please
RE: Colorize psm and email by blade12 on 09-15-2008 at 10:11 PM

look in 923 ;)