What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [Help] Chat Window Background

[Help] Chat Window Background
Author: Message:
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
O.P. [Help] Chat Window Background
Hey folks, nearly finished my skin, but i would like the option for the user to put a transparent white "box" underneath the text of the Chat Window, like coolzee has achieved with this...

Could anyone tell me how he achieved this, i have asked him but he hasnt answered.

EDIT: Figured it out; For those folks that wish to know in the future, head to the 920 style file and search for.
code:
convhistory[class="DefaultWallpaper"]
{
background:argb(0,0,0,0);
}
convhistory[class="CustomWallpaper"]
{
background:argb(128,255,255,255);
}
convhistory[class="DynamicWallpaper"]
{
background:argb(0,0,0,0);
}
and replace with
code:
convhistory[class="DefaultWallpaper"]
{
background:argb(128,255,255,255);
}
convhistory[class="CustomWallpaper"]
{
background:argb(128,255,255,255);
}
convhistory[class="DynamicWallpaper"]
{
background:argb(128,255,255,255);
}

This post was edited on 03-16-2009 at 05:03 PM by Eddie.
...there used to be a signature here :)
03-13-2009 07:55 AM
Profile PM Web Find Quote Report
Ryddyck
Junior Member
**

Avatar

Posts: 80
Reputation: 1
Joined: Feb 2008
RE: [Help] Chat Window Background
I found it in 920style (Conversation style) not in style 1001.
If you want modify the background:
code:
convhistory[class="DefaultWallpaper"]
{
background:rcbkd(59xxx);
}
convhistory[class="CustomWallpaper"]
{
background:rcbkd(59xxx);
}
convhistory[class="DynamicWallpaper"]
{
background:rcbkd(59xxx);
}

03-16-2009 04:24 PM
Profile PM Find Quote Report
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
O.P. RE: [Help] Chat Window Background
Yeah, i previously posted about 1001, hence the typo, thanks (Y)
...there used to be a signature here :)
03-16-2009 05:03 PM
Profile PM Web Find Quote Report
Ryddyck
Junior Member
**

Avatar

Posts: 80
Reputation: 1
Joined: Feb 2008
RE: [Help] Chat Window Background
mhm.. I've a problem, when the window is resized:
http://i44.tinypic.com/2moe6bl.jpg
when is maximized:
http://i40.tinypic.com/2m5b2wn.jpg
Can you help me?
03-16-2009 09:07 PM
Profile PM Find Quote Report
valeria-elfo
Junior Member
**

Avatar

Posts: 38
Reputation: 1
29 / Female / Flag
Joined: Aug 2008
RE: [Help] Chat Window Background
read this

http://shoutbox.menthix.net/showthread.php?tid=89352

i have solved ;)

bye

.jpg File Attachment: Immaginemy.jpg (96.16 KB)
This file has been downloaded 96 time(s).

This post was edited on 04-30-2009 at 11:07 PM by valeria-elfo.
                   * i'm energy *
               
                  [Image: firmonefp0.png]
04-24-2009 05:36 PM
Profile E-Mail PM Web Find Quote Report
« 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