Shoutbox

[Help] Chat Window Background - 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] Chat Window Background (/showthread.php?tid=89642)

[Help] Chat Window Background by Eddie on 03-13-2009 at 07:55 AM

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

RE: [Help] Chat Window Background by Ryddyck on 03-16-2009 at 04:24 PM

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


RE: [Help] Chat Window Background by Eddie on 03-16-2009 at 05:03 PM

Yeah, i previously posted about 1001, hence the typo, thanks (Y)


RE: [Help] Chat Window Background by Ryddyck on 03-16-2009 at 09:07 PM

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?


RE: [Help] Chat Window Background by valeria-elfo on 04-24-2009 at 05:36 PM

read this

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

i have solved ;)

bye