Shoutbox

Chatscreen image?? - 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: Chatscreen image?? (/showthread.php?tid=82158)

Chatscreen image?? by TheSourcE on 03-06-2008 at 03:44 PM

How do you add a image in the background of the chatscreen. I want to replace the white background.


RE: Chatscreen image?? by djdannyp on 03-06-2008 at 04:35 PM

Use the background button on the conversation window toolbar at the bottom.

It's the one on the far right of the toolbar just above where you type messages


RE: Chatscreen image?? by Basilis on 03-06-2008 at 04:39 PM

He means by skinning. Else, he wouldn't post it here.


RE: Chatscreen image?? by TheSourcE on 03-06-2008 at 04:43 PM

no not like that:P I want to make a skin an i want add a image in the white background.

Just like the Vista X contactlist background.


RE: Chatscreen image?? by vikke on 03-06-2008 at 05:06 PM

Try using the method you used on the contact list, but instead apply it on text-elements in the conversation-windows.
Or, download a skin which has done this, and look how they did it.


RE: Chatscreen image?? by diablotin on 03-09-2008 at 12:29 AM

I will say to you or seek

  • to replace the white zoneundefinedundefined

part the top
code:
convhistory[class="DefaultWallpaper"]
{
background:rcclr(20232);
}
replace the background:rcclr(20232); by Background:rcbkd(255);

---------------------------------------------------------------


to make it transparent
code:
convhistory[class="DefaultWallpaper"]
{
background:rcclr(20232);
alpha:50;
}

RE: Chatscreen image?? by Spunky on 03-09-2008 at 12:34 AM

quote:
Originally posted by diablotin
to make it transparent

    code:convhistory[class="DefaultWallpaper"]
    {
    background:rcclr(20232);
    alpha50;
    }

That alpha doesn't look right to me ^o)

Shouldn't you update the rcclr to an argb value and specify it like that?
RE: RE: Chatscreen image?? by diablotin on 03-09-2008 at 12:38 AM

quote:
Originally posted by SpunkyLoveMuff
quote:
Originally posted by diablotin


That alpha doesn't look right to me ^o)

Shouldn't you update the rcclr to an argb value and specify it like that?

I has yes have just seen that it misses a thing on alpha :P

RE: Chatscreen image?? by TheSourcE on 03-09-2008 at 09:08 AM

ok that works:D thank you all.

And the typing section, how do i do that???


RE: Chatscreen image?? by diablotin on 03-09-2008 at 11:14 AM

for the section of typewriting you want transparent or pic


RE: Chatscreen image?? by TheSourcE on 03-09-2008 at 11:16 AM

transparent


RE: Chatscreen image?? by diablotin on 03-09-2008 at 11:47 AM

code:
element[id=atom(inputareacont)][class="DefaultWallpaper"]
{
Background:rcbkd(255);
Alpha:55;
}

RE: Chatscreen image?? by TheSourcE on 03-09-2008 at 12:05 PM

ok it works:D:D thanks


RE: Chatscreen image?? by diablotin on 03-09-2008 at 06:08 PM

cool :P

your service has


RE: Chatscreen image?? by TheSourcE on 03-28-2008 at 03:02 PM

hey i have a added a black color in my chatscreen an contact list. But how do i make the Nicknames & PSM's of the contactlist White?

And also the messages in the contactlist must be white. How do you do that????


RE: Chatscreen image?? by aNILEator on 03-28-2008 at 03:43 PM

quote:
Originally posted by Eminem1992
hey i have a added a black color in my chatscreen an contact list. But how do i make the Nicknames & PSM's of the contactlist White?

And also the messages in the contactlist must be white. How do you do that????

You will need to edit/add Foreground:argb(W,X,Y,Z) to the elements you wish to change the text color of.
RE: Chatscreen image?? by TheSourcE on 03-28-2008 at 04:39 PM

Where do i have to put it??

[Moderator edit: moved code to attachment]