[Help]Sign in window texts |
Author: |
Message: |
Basilis
Veteran Member
Olympiacos CFP
Posts: 1366 Reputation: 46
31 / /
Joined: Dec 2007
|
O.P. [Help]Sign in window texts
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 ) and still nothing. Can anyone help me?
|
|
01-08-2008 06:52 PM |
|
|
TRash19
Junior Member
TechNet - IT training with Microsoft
Posts: 80 Reputation: 1
33 / /
Joined: Dec 2007
|
RE: [Help]Sign in window texts
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);
}
|
|
01-08-2008 07:15 PM |
|
|
Basilis
Veteran Member
Olympiacos CFP
Posts: 1366 Reputation: 46
31 / /
Joined: Dec 2007
|
O.P. RE: [Help]Sign in window texts
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?
|
|
01-08-2008 07:21 PM |
|
|
TRash19
Junior Member
TechNet - IT training with Microsoft
Posts: 80 Reputation: 1
33 / /
Joined: Dec 2007
|
RE: [Help]Sign in window texts
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
This post was edited on 01-08-2008 at 07:28 PM by TRash19.
|
|
01-08-2008 07:24 PM |
|
|
Basilis
Veteran Member
Olympiacos CFP
Posts: 1366 Reputation: 46
31 / /
Joined: Dec 2007
|
O.P. RE: [Help]Sign in window texts
I have done that and the links are still blue.Are you sure for it? have you tried it on your messenger?
|
|
01-08-2008 07:28 PM |
|
|
Sao
Junior Member
Sao Martique
Posts: 24
31 / /
Joined: Jan 2008
|
RE: [Help]Sign in window texts
try
:argb(0,0,0,0)
|
|
01-08-2008 07:30 PM |
|
|
vaccination
Veteran Member
Posts: 2513 Reputation: 43
32 / / –
Joined: Apr 2005
|
RE: [Help]Sign in window texts
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
This post was edited on 01-08-2008 at 07:40 PM by vaccination.
|
|
01-08-2008 07:33 PM |
|
|
TRash19
Junior Member
TechNet - IT training with Microsoft
Posts: 80 Reputation: 1
33 / /
Joined: Dec 2007
|
RE: [Help]Sign in window texts
Yes, i know how the black is 0,0,0 ... i think, Basilis know how it is not black...sorry
|
|
01-08-2008 07:37 PM |
|
|
Basilis
Veteran Member
Olympiacos CFP
Posts: 1366 Reputation: 46
31 / /
Joined: Dec 2007
|
O.P. RE: [Help]Sign in window texts
I knew black is 0,0,0. I am going to try what vaccination pointed me and i will let you know
|
|
01-08-2008 07:49 PM |
|
|
vikke
Senior Member
Posts: 900 Reputation: 28
31 / /
Joined: May 2006
|
RE: [Help]Sign in window texts
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).
This post was edited on 01-08-2008 at 07:57 PM by vikke.
|
|
01-08-2008 07:57 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|