Shoutbox

[HELP] Modify "Buddy Tab" next to searchbar - 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] Modify "Buddy Tab" next to searchbar (/showthread.php?tid=84442)

[HELP] Modify "Buddy Tab" next to searchbar by -LiNk- on 06-21-2008 at 12:18 PM

Hi everyone :)

Can anyone tell me how I can modify the element in this image?

[Image: 2596880779_3dd14d0d29.jpg]

I would to change background (or background color) and borders. Can anyone help me?


Thanks ;)


RE: [HELP] Modify "Buddy Tab" next to searchbar by Nagamasa on 06-21-2008 at 12:54 PM

It could be under Buddy tab in the 923 Style, or where BuddyTab is in the definition.

*I think it's called buddytab, but just search for "buddy" and you should be able to find it.


RE: [HELP] Modify "Buddy Tab" next to searchbar by LuckyMe on 06-22-2008 at 04:26 AM

Look for 923 Style in this part:

quote:
button[class="TabButton"]
{
    foreground:rgb(152,151,139);
    Accessible:true;
    AccRole:43;
    tooltip:true;
    animation:rectanglev|fast|log;
    alpha:192;
    padding:rect(1,1,0,1);
}
button[class="TabButton"][enabled=false]
{
    foreground:rgb(128,128,128);
    alpha:178;
}
button[class="TabButton"][selected]
{
    alpha:255;
    background:rcbkd(59150);
    padding:rect(0,0,0,0);
    BorderColor:rcclr(20020); /* Colorized. I=207 */
    BorderThickness:rect(1,1,1,1);
}
button[class="TabButton"][mousewithin][selected=false]
{
    alpha:255;
    background:rcbkd(59150);
}
button[class="TabButton"][keywithin][selected=false]
{
    alpha:255;
    background:rcbkd(59150);
}


You can use the background yo want for this element, here you can see how to use an image for that purpose, also you can use RGB colors of course, try playing with bordercolor and padding to get the result you want, i hope this helps, i do my best ;)
RE: [HELP] Modify "Buddy Tab" next to searchbar by -LiNk- on 06-22-2008 at 12:49 PM

quote:
Originally posted by LuckyMe

You can use the background yo want for this element, here you can see how to use an image for that purpose, also you can use RGB colors of course, try playing with bordercolor and padding to get the result you want, i hope this helps, i do my best ;)

Thanks! Great! :D