What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » How to change font colour?

Pages: (4): « First [ 1 ] 2 3 4 » Last »
How to change font colour?
Author: Message:
mattisdada
Full Member
***

Avatar
RRElive.com

Posts: 359
Reputation: 4
32 / Male / Flag
Joined: Jan 2007
O.P. How to change font colour?
Im wishing to change the font colour in the following places:

1.On the "Send" buttons(located on login page and conversation windows).

2.The login text (all of it)

This is on 9.0 btw.


And can someone also show me HOW to do it? Ive tried looking at other peoples skins on how to do it, couldnt find where. The skinning documentation doesnt seem to state it.

Oh and while im asking questions. Why on earth is my background corupting everything?!

What i did was replace 20852 (the background image of all windows) with a 207x116 .png. And then it all screws up badly, you know when a progrma crashs, and then you move the window outside of the screen and when you bring it back in, it repetes everything? Well the background does that!

So how do i fix that :)

And as well, when i replace 20854(toast), it covers the text... or at least the text disapears.


If it help im using
code:
<Picture

Id="20852"><File>20062.png</File></Picture>
                            <Picture

Id="20854"><File>20061.png</File></Picture>

Thanks in advance :)

This post was edited on 05-03-2008 at 01:36 PM by mattisdada.
[Image: Siggy.png]


http://www.rrelive.com/RRElivev2

If you would like my theme for your phpBB3, please contact me.

Thy shouldnt be judged by thy rep givin to you, but by thy rep that you give.
05-03-2008 05:09 AM
Profile E-Mail PM Web Find Quote Report
diablotin
Junior Member
**

Avatar

Posts: 42
Reputation: -1
39 / Male / Flag
Joined: Mar 2008
RE: How to change font colour?
replace the foreground:rcclr(8); by foreground:red;

code:
Chat 920-4005
Login 947-4005

quote:
foreground:red;
foreground:black;
foreground:white;
foreground:green;
foreground:purple;
foreground:yellow;
[Image: userbarvlcom.gif]
[Image: baniere.png]
05-03-2008 05:37 AM
Profile E-Mail PM Web Find Quote Report
mattisdada
Full Member
***

Avatar
RRElive.com

Posts: 359
Reputation: 4
32 / Male / Flag
Joined: Jan 2007
O.P. RE: How to change font colour?
Ummm, can i have a bit more information?
[Image: Siggy.png]


http://www.rrelive.com/RRElivev2

If you would like my theme for your phpBB3, please contact me.

Thy shouldnt be judged by thy rep givin to you, but by thy rep that you give.
05-03-2008 05:52 AM
Profile E-Mail PM Web Find Quote Report
diablotin
Junior Member
**

Avatar

Posts: 42
Reputation: -1
39 / Male / Flag
Joined: Mar 2008
RE: How to change font colour?
you want replaces which code partly login
[Image: userbarvlcom.gif]
[Image: baniere.png]
05-03-2008 06:04 AM
Profile E-Mail PM Web Find Quote Report
mattisdada
Full Member
***

Avatar
RRElive.com

Posts: 359
Reputation: 4
32 / Male / Flag
Joined: Jan 2007
O.P. RE: How to change font colour?
Uhhh .... what?

No offence or anything, but i cant understand you...

This post was edited on 05-03-2008 at 12:55 PM by mattisdada.
[Image: Siggy.png]


http://www.rrelive.com/RRElivev2

If you would like my theme for your phpBB3, please contact me.

Thy shouldnt be judged by thy rep givin to you, but by thy rep that you give.
05-03-2008 07:24 AM
Profile E-Mail PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: How to change font colour?
for the toasts, use custom code,

at element Element[ID=Atom(ai181)], chage the background to your own image code.
same with Element[ID=Atom(ai186)] and Element[ID=Atom(ai191)]

that should just about do it
[Image: Empty.png]
05-03-2008 05:59 PM
Profile PM Web Find Quote Report
mattisdada
Full Member
***

Avatar
RRElive.com

Posts: 359
Reputation: 4
32 / Male / Flag
Joined: Jan 2007
O.P. RE: How to change font colour?
code:
ButtonIcon[ID=Atom(ai181)]
{
content:rcimg(1448);
padding:rcrect(20820);

ButtonText[ID=Atom(ai186)]
{
FontSize:rcint(20958)pt;
padding:rcrect(20821);
}

And i dont have a ai191


What do i change them to? They dont look right
[Image: Siggy.png]


http://www.rrelive.com/RRElivev2

If you would like my theme for your phpBB3, please contact me.

Thy shouldnt be judged by thy rep givin to you, but by thy rep that you give.
05-04-2008 01:03 AM
Profile E-Mail PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: How to change font colour?
style 921?

they're after a "ToastRoot[ID=atom(MsgrToastRoot)]", "ToastRoot[ID=atom(AlertsToastRoot)]" and "ToastRoot[ID=atom(SuperAlertToastRoot)]"
[Image: Empty.png]
05-04-2008 01:26 AM
Profile PM Web Find Quote Report
mattisdada
Full Member
***

Avatar
RRElive.com

Posts: 359
Reputation: 4
32 / Male / Flag
Joined: Jan 2007
O.P. RE: How to change font colour?
You do know im in 9.0 right?

921 doesnt have 186 nor 181, but it does have 191.
code:
Element[ID=Atom(ai191)]
{
Content:rcimg(701);

But i do still have toast root:
code:
ToastRoot[ID=atom(MsgrToastRoot)]
{
AccName:rcstr(61143,1);

AltertsToastRoot:
code:
ToastRoot[ID=atom(AlertsToastRoot)]
{
AccName:rcstr(2319);
}

SuperAlertsToastRoot:
code:
ToastRoot[ID=atom(SuperAlertToastRoot)]
{
AccName:rcstr(2319);
}


So what do i do with them?
[Image: Siggy.png]


http://www.rrelive.com/RRElivev2

If you would like my theme for your phpBB3, please contact me.

Thy shouldnt be judged by thy rep givin to you, but by thy rep that you give.
05-04-2008 01:49 AM
Profile E-Mail PM Web Find Quote Report
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: How to change font colour?
quote:
Originally posted by mattisdada
You do know im in 9.0 right?
That's why I told you after what they were.

You'll change the element after those
[Image: Empty.png]
05-04-2008 01:52 AM
Profile PM Web Find Quote Report
Pages: (4): « First [ 1 ] 2 3 4 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On