Quote and Code background [phpBB3] 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.
2 posters

    Quote and Code background [phpBB3]

    Sunbriel
    Sunbriel
    Forumember


    Female Posts : 92
    Reputation : 0
    Language : Croatian/English
    Location : Zagreb

    Quote and Code background [phpBB3] Empty Quote and Code background [phpBB3]

    Post by Sunbriel April 26th 2010, 12:34 pm

    I recently switched on phpBB3 version, and ran into a few problems.
    The first one:
    Spoiler:
    The words can be barely seen on this background, and I'm not willing to change the color of the font. How do I change the background?

    The second one:
    Spoiler:
    As you can see, the "Code" word is not visible until it's highlighted, and the background of the code is too bright. How do I change both colors?

    My apologizes if this is re-posting. I tried every code I found, but none worked.
    Thanks in advance!
    Matei
    Matei
    Hyperactive


    Male Posts : 2973
    Reputation : 101
    Language : Romanian (10), English (8), * CSS Stylessheet | HTML *
    Location : Romania | Please do not send me pm`s for support or graphic requests, I just ignore them.

    Quote and Code background [phpBB3] Empty Re: Quote and Code background [phpBB3]

    Post by Matei April 26th 2010, 12:51 pm

    Code:
    dl.codebox dt {
    color: black;}
    Sunbriel
    Sunbriel
    Forumember


    Female Posts : 92
    Reputation : 0
    Language : Croatian/English
    Location : Zagreb

    Quote and Code background [phpBB3] Empty Re: Quote and Code background [phpBB3]

    Post by Sunbriel April 26th 2010, 12:57 pm

    Thank you, but what about the Code background?
    Matei
    Matei
    Hyperactive


    Male Posts : 2973
    Reputation : 101
    Language : Romanian (10), English (8), * CSS Stylessheet | HTML *
    Location : Romania | Please do not send me pm`s for support or graphic requests, I just ignore them.

    Quote and Code background [phpBB3] Empty Re: Quote and Code background [phpBB3]

    Post by Matei April 26th 2010, 1:00 pm

    Code:
    background-image: url('IMAGE URL');}
    Sunbriel
    Sunbriel
    Forumember


    Female Posts : 92
    Reputation : 0
    Language : Croatian/English
    Location : Zagreb

    Quote and Code background [phpBB3] Empty Re: Quote and Code background [phpBB3]

    Post by Sunbriel April 26th 2010, 1:13 pm

    It's still white :/
    Matei
    Matei
    Hyperactive


    Male Posts : 2973
    Reputation : 101
    Language : Romanian (10), English (8), * CSS Stylessheet | HTML *
    Location : Romania | Please do not send me pm`s for support or graphic requests, I just ignore them.

    Quote and Code background [phpBB3] Empty Re: Quote and Code background [phpBB3]

    Post by Matei April 26th 2010, 1:15 pm

    Code:
    dl.codebox dt {
    color: black;
    background-image: url('IMAGE URL');}
    Sunbriel
    Sunbriel
    Forumember


    Female Posts : 92
    Reputation : 0
    Language : Croatian/English
    Location : Zagreb

    Quote and Code background [phpBB3] Empty Re: Quote and Code background [phpBB3]

    Post by Sunbriel April 26th 2010, 1:17 pm

    Yeah, I know, the thing is, only background of the "Code:" changes, and I want the whole code box to change the color. :/
    Matei
    Matei
    Hyperactive


    Male Posts : 2973
    Reputation : 101
    Language : Romanian (10), English (8), * CSS Stylessheet | HTML *
    Location : Romania | Please do not send me pm`s for support or graphic requests, I just ignore them.

    Quote and Code background [phpBB3] Empty Re: Quote and Code background [phpBB3]

    Post by Matei April 26th 2010, 1:29 pm

    Code:
    background-color: black;}
    Sunbriel
    Sunbriel
    Forumember


    Female Posts : 92
    Reputation : 0
    Language : Croatian/English
    Location : Zagreb

    Quote and Code background [phpBB3] Empty Re: Quote and Code background [phpBB3]

    Post by Sunbriel April 26th 2010, 2:23 pm

    This is what I got:
    Spoiler:
    And I want the whole codebox to be black.
    Matei
    Matei
    Hyperactive


    Male Posts : 2973
    Reputation : 101
    Language : Romanian (10), English (8), * CSS Stylessheet | HTML *
    Location : Romania | Please do not send me pm`s for support or graphic requests, I just ignore them.

    Quote and Code background [phpBB3] Empty Re: Quote and Code background [phpBB3]

    Post by Matei April 26th 2010, 2:30 pm

    On my forum test code works and change the whole color of "Code" , perhaps you have antother css code for "code box". Check please.
    Sunbriel
    Sunbriel
    Forumember


    Female Posts : 92
    Reputation : 0
    Language : Croatian/English
    Location : Zagreb

    Quote and Code background [phpBB3] Empty Re: Quote and Code background [phpBB3]

    Post by Sunbriel April 26th 2010, 2:43 pm

    I checked and there is no other code for it.