rounded Quote and code box css help 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

    rounded Quote and code box css help

    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19212
    Reputation : 1998
    Language : fluent in dork / mumbojumbo & English haha

    Solved rounded Quote and code box css help

    Post by Ape July 22nd 2011, 2:48 pm

    Hi all i would like to ask for the following css codes


    • I would like to make my Quote box look rounded on the corners
    • I would like to make my code box look rounded on the corners
    If anyone could give me the full codes for this then it would help me alot

    Thanks

    ~Ape~ rounded Quote and code box css help Ascaso


    Last edited by ape man on July 22nd 2011, 3:19 pm; edited 1 time in total
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: rounded Quote and code box css help

    Post by Base July 22nd 2011, 2:55 pm

    Hi, for your code box, please add this to your CSS code:

    Code:
    dl.codebox {
        border-radius: 15px 15px 15px 15px;
    }

    For your quote box, please add this to your CSS code:

    Code:
    blockquote {
        border-radius: 15px 15px 15px 15px;
    }

    Very Happy
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19212
    Reputation : 1998
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: rounded Quote and code box css help

    Post by Ape July 22nd 2011, 3:19 pm

    Thank you so much Base this is now solved rounded Quote and code box css help 951938



    rounded Quote and code box css help Left1212rounded Quote and code box css help Center11rounded Quote and code box css help Right112
    rounded Quote and code box css help Ape_b110
    rounded Quote and code box css help Ape1010
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    Solved Re: rounded Quote and code box css help

    Post by Base July 22nd 2011, 3:19 pm

    You're welcome, glad I could help. Very Happy

    Solved => Locked