Quote background 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.

    Quote background color.

    FunnyBoy195
    FunnyBoy195
    Forumember


    Male Posts : 69
    Reputation : 0
    Language : English

    Quote background color. Empty Quote background color.

    Post by FunnyBoy195 4/2/2009, 17:46

    I am happy witht eh color of the background when you quote someone, but when you quote a post that has a quote in it, the old quote's background is an off white color. How can I change this?

    And I have another question:
    As you can see on this forum, there is a white-ish line that seperates the users post, from the users information. What do I change to change that color?
    avatar
    Guest
    Guest


    Quote background color. Empty Re: Quote background color.

    Post by Guest 4/2/2009, 18:59

    If you have phpBB3, this will take care of the profile separator. Note that if your profile is on the left, change border-left to border-right:

    Code:
    .postprofile {border-left: 1px solid #204060;}
    for the embedded quotes, try this:

    Code:
    blockquote blockquote {background: #FFFFC0;}
    For colors, #204060 is a slate blue/gray, #FFFFC0 is a beige/yellow.