How to change icon background from Quick Post ? 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 to change icon background from Quick Post ?

    avatar
    ave20
    Forumember


    Posts : 108
    Reputation : 0
    Language : Polski

    How to change icon background from Quick Post ? Empty How to change icon background from Quick Post ?

    Post by ave20 February 5th 2010, 10:55 pm

    Hi,

    Is there any why to change the icon background from Quick Post mode ? I mean this:
    https://2img.net/h/oi48.tinypic.com/bi1lxz.jpg
    from light background to black.

    Thx Smile
    Jake Blues
    Jake Blues
    Forumember


    Posts : 102
    Reputation : 0
    Language : English

    How to change icon background from Quick Post ? Empty Re: How to change icon background from Quick Post ?

    Post by Jake Blues February 5th 2010, 11:22 pm

    If your talking about the smiley box then you need to change the bground color in the CSS. Heres what I have, Im assuming there are several entries for each place the smiley box shows up, but a bit of trial and error and u will work it out.
    Code:

    /* Smilies-------------------------------------------------*/
    #smiley-box {
       float: right;
       margin-top: 25px;
       width: 18%;
       background-color: #131314;
       }
    #smiley-box-wysiwyg {
       float: left;
       margin: 25px 0px 0px 15px;
       width: 20%;
       background-color: #131314;
       }
    * html #smiley-box-wysiwyg {
       margin: 25px 3px 0px 0px;
       }
    *+html #smiley-box-wysiwyg {
       margin: 25px 3px 0px 0px;
       }
    #smiley-box iframe{
       border: 1px solid #f91c1f;
       overflow: auto;
       height: 300px;
       width: 100%;
       height: 280px;
       background-color: #131314;
       }
    #smiley-box-wysiwyg iframe{
       border: none;
       overflow: auto;
       height: 300px;
       width: 100%;
       height: 280px;
       background-color: #131314;
       }
    .smiley-element img {
       margin: 0px 15px 10px 0px;
       }
    avatar
    ave20
    Forumember


    Posts : 108
    Reputation : 0
    Language : Polski

    How to change icon background from Quick Post ? Empty Re: How to change icon background from Quick Post ?

    Post by ave20 February 6th 2010, 1:39 pm

    This code doesnt work...Background is still white. How to chage that ?
    doomuser5
    doomuser5
    Forumember


    Posts : 27
    Reputation : 0
    Language : English

    How to change icon background from Quick Post ? Empty Re: How to change icon background from Quick Post ?

    Post by doomuser5 February 6th 2010, 2:19 pm

    Is there a way to change the background of the quick post box? Not the smiley one. I want to use a picture, not a color.