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.
The forum of the forums
3 posters

    Lines half-rounded

    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    Solved Lines half-rounded

    Post by petros_7 August 1st 2011, 12:31 pm

    Çé, I want to tell me how to do all lines half-rounded

    example

    Lines half-rounded Screen10

    I have phpbb2

    Thank you!!!
    Nera.
    Nera.
    Energetic


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

    Solved Re: Lines half-rounded

    Post by Nera. August 1st 2011, 12:37 pm

    Hi,

    Add this to CSS
    Code:
    .bodyline {border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;}
    LH Justin
    LH Justin
    Hyperactive


    Male Posts : 3686
    Reputation : 121
    Language : English
    Location : United States

    Solved Re: Lines half-rounded

    Post by LH Justin August 1st 2011, 12:46 pm

    Nera. wrote:Hi,

    Add this to CSS
    Code:
    .bodyline {border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;}
    Firefox dropped the "-moz."
    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    Solved Re: Lines half-rounded

    Post by petros_7 August 1st 2011, 12:48 pm

    Ok thank you but it work only this

    Lines half-rounded Screen11

    I want it gadgets and categories...
    Nera.
    Nera.
    Energetic


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

    Solved Re: Lines half-rounded

    Post by Nera. August 1st 2011, 12:51 pm

    Code:
    .forumline {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -khtml-border-radius: 10px;}
    petros_7
    petros_7
    Forumember


    Male Posts : 341
    Reputation : 2
    Language : Greek
    Location : Greece

    Solved Re: Lines half-rounded

    Post by petros_7 August 1st 2011, 12:54 pm

    ok nice!!Thank you again!
    Nera.
    Nera.
    Energetic


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

    Solved Re: Lines half-rounded

    Post by Nera. August 1st 2011, 12:55 pm

    Solved ~ Locked

      Current date/time is November 11th 2024, 10:16 pm