How can i edit the chatbox options Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    How can i edit the chatbox options

    BadHaxers
    BadHaxers
    Forumember


    Male Posts : 34
    Reputation : 1
    Language : Css | HTML | Kinda Good At Graphics
    Location : Modesto

    Solved How can i edit the chatbox options

    Post by BadHaxers March 26th 2012, 4:31 am

    Ok I want to know how to edit these like make round corners around them and background of it, here's a pictures wut im talking about

    How can i edit the chatbox options Edit10

    I want to make these in the chatbox round corners and make a background of it,

    Please help me,

    Forum Version: PunBB
    avatar
    Sail
    New Member


    Male Posts : 4
    Reputation : 1
    Language : English

    Solved Re: How can i edit the chatbox options

    Post by Sail March 26th 2012, 5:44 am

    Code:
    .fontbutton {
       padding: 2px;
       cursor: pointer;
       text-align: left;
         border-radius:5px;
         -moz-border-radius:5px;
         background:url('YOUR BACKGROUND');
       }
    .fontbutton_normal {
       background:url('YOUR BACKGROUND');
       }
    .fontbutton_selected {
       border: 1px solid #22229C;
         background:transparent;
       }
    .fontbutton_clicked {
       border: 1px solid #22229C;
         background:url('YOUR BACKGROUND');
       }
    .fontbutton_hover {
       border: 1px solid #22229C;
       }

    Try adding that to your CSS stylesheet =)
    BadHaxers
    BadHaxers
    Forumember


    Male Posts : 34
    Reputation : 1
    Language : Css | HTML | Kinda Good At Graphics
    Location : Modesto

    Solved Re: How can i edit the chatbox options

    Post by BadHaxers March 26th 2012, 5:47 am

    thanks topic solved
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: How can i edit the chatbox options

    Post by SLGray March 26th 2012, 6:16 am

    BadHaxers wrote:thanks topic solved

    Topic Solved & Locked





    How can i edit the chatbox options Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.