Code box and Quote box color 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

    Code box and Quote box color

    avatar
    finnysgirl
    Forumember


    Posts : 82
    Reputation : 0
    Language : English

    Solved Code box and Quote box color

    Post by finnysgirl March 14th 2010, 4:52 am

    is there a way to change this? the code is like all gross color Laughing


    it looks like this:

    Code box and Quote box color Code11
    I want it to be white with like maybe black text?
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Code box and Quote box color

    Post by Sanket March 14th 2010, 6:38 am

    Code:
    .code{
        color: #000000;
       background-color:   #FFFFFF;
       }

    Add this to your css lexi.
    avatar
    finnysgirl
    Forumember


    Posts : 82
    Reputation : 0
    Language : English

    Solved Re: Code box and Quote box color

    Post by finnysgirl March 15th 2010, 7:06 pm

    what about anyof my login buttons.

    When you go on my forum, like the buttons are blanks:/
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: Code box and Quote box color

    Post by Sanket March 16th 2010, 2:45 pm

    Can you post a screenshot of what you want to change?
    avatar
    finnysgirl
    Forumember


    Posts : 82
    Reputation : 0
    Language : English

    Solved Re: Code box and Quote box color

    Post by finnysgirl March 21st 2010, 4:06 am

    Code box and Quote box color Blankb10

    whats wrong with them?
    avatar
    finnysgirl
    Forumember


    Posts : 82
    Reputation : 0
    Language : English

    Solved Re: Code box and Quote box color

    Post by finnysgirl March 21st 2010, 2:37 pm

    bumppp
    RoNo
    RoNo
    Active Poster


    Male Posts : 1270
    Reputation : 135
    Language : English
    Location : Laguna Beach, California

    Solved Re: Code box and Quote box color

    Post by RoNo March 21st 2010, 10:04 pm

    Try this (ACP/Display/Colors/Css Stylesheet)
    Code:
    input.button {
    background-color: #444444;
    background-image: url('http://i40.tinypic.com/ncxm6q.gif');
    color: #ffffff;
    }
    input.mainoption {
    background-color : #444444;
    background-image: url('http://i40.tinypic.com/ncxm6q.gif');
    font-weight : bold;
    }
    input.liteoption {
    background-color : #444444;
    background-image: url('http://i40.tinypic.com/ncxm6q.gif');
    font-weight : normal;
    }
    Example:
    Code box and Quote box color 2ynrxpx
    avatar
    finnysgirl
    Forumember


    Posts : 82
    Reputation : 0
    Language : English

    Solved Re: Code box and Quote box color

    Post by finnysgirl March 21st 2010, 10:20 pm

    THANKS!!! I love you
    RoNo
    RoNo
    Active Poster


    Male Posts : 1270
    Reputation : 135
    Language : English
    Location : Laguna Beach, California

    Solved Re: Code box and Quote box color

    Post by RoNo March 21st 2010, 10:33 pm