quote:
Originally posted by TRash19
Try this "version":
element[class="SigninStatusText"]
{
fontface:rcstr(20953);
fontsize:rcint(20958)pt;
padding:rect(8,2,5,0);
ContentAlign:0x00000004;
Foreground:rgb(190,190,190);
}
(Smilie)
Black is 0,0,0 =/
Basilis:
Foreground:rgb(0,0,0);
would make this black. But this is only the 'Sign In status text', as the element describes "element[class="SigninStatusText"]"
I suggest you look at
this post as it will help you find and edit most of the strings on the logon window.
quote:
Originally posted by Sao
try
:argb(0,0,0,0)
argb would make it invisible, as the a stands for alpha. If the alpha is 0, the image or string is transparent