Do I Need This In My CSS Style Sheet
4 posters
Page 1 of 1
Do I Need This In My CSS Style Sheet
Ok I Saw This In My CSS stylesheet but do i need this code or not
Here's The Code:
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;
}
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
Re: Do I Need This In My CSS Style Sheet
I would think so.
!_NICK_!- Active Poster
- Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.
Re: Do I Need This In My CSS Style Sheet
- 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.
MinatoRain- Forumember
- Posts : 29
Reputation : 1
Language : English
Location : USA, Colorado
Re: Do I Need This In My CSS Style Sheet
Oh Ok Then --Thanks--
Mr DarkHaxers2- Forumember
- Posts : 409
Reputation : -17
Language : English
Location : Modesto,Cali
Re: Do I Need This In My CSS Style Sheet
Solved => Moved
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» CSS Sheet is empty
» My CSS style sheet is blank
» 2 Free Style Avatars and a free style signature!
» cannot connect to RPG sheet (only 2 ID)
» Css Sheet problem
» My CSS style sheet is blank
» 2 Free Style Avatars and a free style signature!
» cannot connect to RPG sheet (only 2 ID)
» Css Sheet problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum