CSS Problem 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.
5 posters

    CSS Problem

    msedgley
    msedgley
    Forumember


    Female Posts : 618
    Reputation : 35
    Language : English
    Location : UK

    Solved CSS Problem

    Post by msedgley Fri 23 Sep - 16:19

    I went into my forum admin into my css, all info had disappeared and when i tried to re add and save it the css codes wont work, can you help me. This is the codes im using they worked before.

    Code:
    .forumline {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;}
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    avatar
    shadowz au
    Forumember


    Male Posts : 280
    Reputation : 30
    Language : Australia
    Location : Sydney

    Solved Re: CSS Problem

    Post by shadowz au Fri 23 Sep - 16:36

    Code:
    .forumline {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;}

    U put } wrong spot
    msedgley
    msedgley
    Forumember


    Female Posts : 618
    Reputation : 35
    Language : English
    Location : UK

    Solved Re: CSS Problem

    Post by msedgley Fri 23 Sep - 17:30

    nope still does not work
    Nera.
    Nera.
    Energetic


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

    Solved Re: CSS Problem

    Post by Nera. Fri 23 Sep - 17:35

    Hi,

    What are you trying to make rounded since the code as I see is working on your forumline just as it should.
    http://i.imm.io/9uwN.png
    msedgley
    msedgley
    Forumember


    Female Posts : 618
    Reputation : 35
    Language : English
    Location : UK

    Solved Re: CSS Problem

    Post by msedgley Fri 23 Sep - 18:20

    my entire forum was rounded before even the boarder of the entire forum also i added a code to have spaces between the nav bar and it is not working now either
    avatar
    RiSk.TeraCs
    New Member


    Posts : 18
    Reputation : 1
    Language : Romania

    Solved Re: CSS Problem

    Post by RiSk.TeraCs Fri 23 Sep - 20:34

    Try This
    Code:
    .forumline {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;}
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;{
    Nera.
    Nera.
    Energetic


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

    Solved Re: CSS Problem

    Post by Nera. Fri 23 Sep - 20:58

    @RiSk.TeraCs the code you pasted there is closed in the middle and opened in the end :S

    @msedgley to make your forum (whole forum) add this to CSS

    Code:
    .bodyline {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }
    msedgley
    msedgley
    Forumember


    Female Posts : 618
    Reputation : 35
    Language : English
    Location : UK

    Solved Re: CSS Problem

    Post by msedgley Sat 24 Sep - 0:09

    Thank you nera Very Happy solved
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Solved Re: CSS Problem

    Post by MrMario Sat 24 Sep - 5:30

    Solved => Locked