Do I Need This In My CSS Style Sheet 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.
4 posters

    Do I Need This In My CSS Style Sheet

    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved Do I Need This In My CSS Style Sheet

    Post by Mr DarkHaxers2 October 21st 2011, 6:49 am

    Ok I Saw This In My CSS stylesheet but do i need this code or not

    Here's The Code:

    Code:
    *--- This part corresponds at the forum description ---*/
    .forum-description {
    margin: -12;
    padding: 0 3px;
    color: #000000;
    width: 1000%;
    border: 4px solid #000000;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 12px;
    }

    /*--- This part corresponds to "X messages in X topics" ---*/
    .forum-stats {
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom: 0 none !important;
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
    border-top: 3px solid #000000;
    color: #000000;
    font-size: 11px;
    font-style: italic;
    height: 14px;
    left: 280px;
    padding: 3px;
    position: relative;
    text-align: center;
    width: 200px;
    }

    /*--- This part corresponds to the subforums display ---*/
    .forum-sousforum {
    color: #000000;
    border: 3px solid #000000;
    border-top: 0px !important;
    -moz-border-radius-bottomleft: 14px;
    -moz-border-radius-bottomright: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    margin: auto;
    padding: 4px;
    color: #000000;
    width: 200%;
    text-align: center;
    height: 14px;
    font-size: 11px;
    }
    !_NICK_!
    !_NICK_!
    Active Poster


    Male Posts : 1505
    Reputation : 69
    Language : English, HTML, and CSS
    Location : In the middle of no return.

    Solved Re: Do I Need This In My CSS Style Sheet

    Post by !_NICK_! October 21st 2011, 7:56 am

    I would think so.
    MinatoRain
    MinatoRain
    Forumember


    Male Posts : 29
    Reputation : 1
    Language : English
    Location : USA, Colorado

    Solved Re: Do I Need This In My CSS Style Sheet

    Post by MinatoRain October 21st 2011, 8:16 am

    Code:
    *--- This part corresponds at the forum description ---*/
    .forum-description {
    margin: -12;
    padding: 0 3px;
    color: #000000;
    width: 1000%;
    border: 4px solid #000000;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 12px;
    }

    This is your forum description, you can access it in your Admin Panel > Configuration.

    Code:

    /*--- This part corresponds to "X messages in X topics" ---*/
    .forum-stats {
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom: 0 none !important;
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
    border-top: 3px solid #000000;
    color: #000000;
    font-size: 11px;
    font-style: italic;
    height: 14px;
    left: 280px;
    padding: 3px;
    position: relative;
    text-align: center;
    width: 200px;
    }

    Number of post and topics this is.

    Code:
    /*--- This part corresponds to the subforums display ---*/
    .forum-sousforum {
    color: #000000;
    border: 3px solid #000000;
    border-top: 0px !important;
    -moz-border-radius-bottomleft: 14px;
    -moz-border-radius-bottomright: 14px;
    -webkit-border-bottom-right-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    margin: auto;
    padding: 4px;
    color: #000000;
    width: 200%;
    text-align: center;
    height: 14px;
    font-size: 11px;
    }

    I believe, this is the categories (sections)

    All of these you need, removing this could causes lots of issues to your forums.
    Mr DarkHaxers2
    Mr DarkHaxers2
    Forumember


    Male Posts : 409
    Reputation : -17
    Language : English
    Location : Modesto,Cali

    Solved Re: Do I Need This In My CSS Style Sheet

    Post by Mr DarkHaxers2 October 21st 2011, 4:07 pm

    Oh Ok Then --Thanks--
    Jophy
    Jophy
    ForumGuru


    Male Posts : 17922
    Reputation : 836
    Language : English
    Location : Somewhere

    Solved Re: Do I Need This In My CSS Style Sheet

    Post by Jophy October 21st 2011, 5:27 pm

    Solved => Moved