Shoutbox

[Help]Sign in window texts - 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: [Help]Sign in window texts (/showthread.php?tid=80798)

[Help]Sign in window texts by Basilis on 01-08-2008 at 06:52 PM

Is there any way I can turn all the texts of the sign in window ( Including the links ) to have black color. I tried the 947 style file but I didn't see any change. I put below links content rgb ( 0,0,0 :S) and still nothing. Can anyone help me?:S


RE: [Help]Sign in window texts by TRash19 on 01-08-2008 at 07:15 PM

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);
}


:)


RE: [Help]Sign in window texts by Basilis on 01-08-2008 at 07:21 PM

That didn't work. It only changed the font size and turned the color gray. Anyway, thanks for your help. Anyone else have any idea?


RE: [Help]Sign in window texts by TRash19 on 01-08-2008 at 07:24 PM

And repeat the adding to everywhere (to links and other...) like the first! The status text color is changed? Because if it changed, it is work, and u can use  :)


RE: [Help]Sign in window texts by Basilis on 01-08-2008 at 07:28 PM

I have done that and the links are still blue.Are you sure for it? have you tried it on your messenger?


RE: [Help]Sign in window texts by Sao on 01-08-2008 at 07:30 PM

try 
:argb(0,0,0,0)


RE: [Help]Sign in window texts by vaccination on 01-08-2008 at 07:33 PM

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

RE: [Help]Sign in window texts by TRash19 on 01-08-2008 at 07:37 PM

Yes, i know how the black is 0,0,0 ... i think, Basilis know how it is not black...sorry :)


RE: [Help]Sign in window texts by Basilis on 01-08-2008 at 07:49 PM

I knew black is 0,0,0. I am going to try what vaccination pointed me and i will let you know


RE: [Help]Sign in window texts by vikke on 01-08-2008 at 07:57 PM

Taking a quick look at the links.

code:
<urlelem Class="CommonLink" contentalign=middleleft|endellipsis id=atom(idForgotPasswordLink) cmdid=737/>
<urlelem Class="CommonLink" contentalign=middleleft|endellipsis id=atom(idCantSignInLink) cmdid=738/>
<urlelem Class="CommonLink" contentalign=middleleft|endellipsis id=atom(idGetPassportLink) cmdid=739/>
<urlelem Class="CommonLink" contentalign=middleleft|endellipsis id=atom(idPrivacyLink) cmdid=40291/>
Either apply the Foreground property to these tags or do it in the stylesheet (urlelem[Class="CommonLink"] is the style called).
RE: [Help]Sign in window texts by Basilis on 01-08-2008 at 07:57 PM

the thread vaccination showed me was exactly wha&#964; I needed. thank you very match


RE: [Help]Sign in window texts by Basilis on 01-08-2008 at 08:16 PM

All these were very helpful but now I have another problem. How I change the color of the string "Advertisement" in the contact list window?