quote:
Originally posted by Eminem1992
I see the problem now I want to change the Text color of the Chat screen.
45710 is a style of Addcontact
I need the 920 style
It follows the same basics.
all styles have that kind of tags...just look for them!
let me see my convowindow Style...
some exemples:
element[enabled=false]
{
foreground:rcclr(20012);
}
button[enabled=false]
{
foreground:rcclr(20012);
}
element[id=atom(sponsoredByText)]
{
content:rcstr(44088);
fontface:rcstr(20071);
fontsize:rcint(56205);
Foreground:rcclr(20016);
}
...and so on...
the PSM text, contact ame (without formating) and mail are these ones:
code:
Element[id=atom(WindowSubText)]
{
fontweight:normal;
foreground:rcclr(1656);
}
wledit[id=atom(WindowEmail)]
{
contentalign:middleleft|endellipsis;
AccRole:42;
Foreground:rcclr(20017);
}
wledit[id=atom(WindowEmail)][keyfocused]
{
contentalign:middleleft;
Foreground:rcclr(20017);
}
PSMElement[id=atom(WindowPSM)]
{
Foreground:rcclr(20017);
layoutpos:client;
}