Background to quote 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

    Background to quote

    prisoner of love
    prisoner of love
    New Member


    Male Posts : 24
    Reputation : 0
    Language : France, English

    Solved Background to quote

    Post by prisoner of love August 11th 2011, 12:46 pm

    hi



    How to add background to quote
    Ahmedvirus
    Ahmedvirus
    Forumember


    Male Posts : 321
    Reputation : 59
    Language : English

    Solved Re: Background to quote

    Post by Ahmedvirus August 11th 2011, 12:47 pm

    add to css

    Code:
     .quote {
      -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-bottomleft: 9px;
        -webkit-border-bottom-left-radius: 9px;
        -moz-border-radius-bottomright: 25px;
        -webkit-border-bottom-rightright-radius: 25px;
          border-top: 1px solid #ADC8E5;;
          border-right: 2px solid #ADC8E5;
          border-bottom: 3px solid #ADC8E5;
          border-left: 5px solid #ADC8E5;
          background-color: #dfe6ef;
        -webkit-box-shadow: 4px 4px 10px #333;
        -moz-box-shadow: 4px 4px 10px #333;
        box-shadow:  4px 4px 10px #333;
    }
    prisoner of love
    prisoner of love
    New Member


    Male Posts : 24
    Reputation : 0
    Language : France, English

    Solved Re: Background to quote

    Post by prisoner of love August 11th 2011, 12:52 pm

    Thank you
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Background to quote

    Post by Nera. August 11th 2011, 12:55 pm

    Solved > Locked