Вот весь CSS код.
Код: Выделить всё
/* ---------------------------------- *
Forums on home page
* ---------------------------------- */
#forums_list_wrap { margin-top: 4px; padding-right: 2px; }
#forums_top_links { clear: both; }
#forums_wrap { clear: both; padding-top: 1px; }
.cat_title { /* Category header */
padding: 3px 8px 5px; letter-spacing: 1px; text-indent: 0.6em;
background: #DEE3E7 url(../images/cellpic1.gif) repeat-x;
}
.cat_title a { text-decoration: none; color: #333333 !important; }
table.forums { width: 100%; }
.forums th {
padding: 0 !important; font-size: 10px; font-weight: normal; color: #3C3C3C;
}
.forums td {
padding: 3px 4px; font-size: 11px;
}
.forums em { /* titles like: "Subforums:", "Moderators:" */
color: #5E5E5E; font-style: italic;
}
.forumlink { /* forum links */
font-size: 12px; font-weight: bold;
}
.forumlink a { text-decoration: none; }
.forums .forumlink { /* forum title */
margin-top: 1px;
}
.forum_desc { /* forum description */
margin-top: 2px; color: #333333; font-size: 11px; line-height: 110%;
}
.subforums { /* subforums */
margin-top: 2px; padding-left: 0.5em;
}
.subforums em { display: none; }
.subforums + .moderators { margin-top: 0; }
.dot-sf { color: #417998 !important; font-size: 11px; margin-right: 4px; }
.new .dot-sf { color: #CA4200 !important; }
.sf_title { white-space: normal; }
.sf_icon { margin-right: 1px; }
.sf_separator {}
.sf_title a { text-decoration: none; }
.moderators { /* moderators */
margin-top: 2px; font-size: 11px; line-height: 110%;
}
.moderators a, .moderators a:visited {
color: #333333; font-size: 10px; text-decoration: none;
}
.f_topics, .f_posts { display: none; } /* Hide posts/topics count <td> in index */
.f_last_post { /* last topic/post */
text-align: center;
}
.last_topic { margin-top: 1px; white-space: nowrap; }
.last_topic a { text-decoration: none; }
.last_post_time { margin-top: 2px; font-size: 10px; white-space: nowrap; }
.last_time {}
.last_author { padding-left: 3px; }
.f_stat_inline { /* Posts: xx Topics: xx */
margin-top: 1px; white-space: nowrap; }
.f_stat_topics {}
.f_stat_posts { padding-left: 3px; }
.forums thead { /* Forum TH-Headers */
display: none;
}
.f_icon { /* Forum Icon cell */
width: 46px;
padding: 6px 0 !important;
}
.f_titles { /* Forum Title cell */
width: auto;
}
.f_topics { /* Topics Count cell */
width: 40px; text-align: center;
}
.f_posts { /* Posts Count cell */
width: 50px; text-align: center;
}
.f_last_post { /* Forum Last Topic/Post cell */
width: 230px;
}
.f_stat_inline { /* Inline Topic/Post count */
display: block;
}
table.forums { border-collapse: collapse; }
.cat_title { border: 0 none;
border-top: 1px solid #B7C0C5;
border-bottom: 1px solid #C3CBD1; }
.f_tbl_wrap, #board_stats_wrap {
border: 0 none; }
.forums td.row1 { border: solid #FDFDFD; border-width: 0 1px 1px 0; }
.forums td.row2 { border: solid #F5F5F5; border-width: 0 1px 1px 0; }
td.f_titles { border-right-color: #FAFCFD !important; }
td.last_td { border-right-width: 0 !important; }
.cat_footer {
height: 0px; margin-top: -1px; border-top: 1px solid #C3CBD1;
font-size: 0px; line-height: 0px;
}
.cat_separator { height: 10px; font-size: 0px; line-height: 0px; }
#mark_all_forums_read { margin: -10px 0 3px 0; }
#online_time { float: left; font-style: italic; color: #444444; }
#online_explain { float: right; }
#online_userlist a { white-space: nowrap; }
#forums_top_nav { display: none; }