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