/*----------------------------------------------------Table Cells And Backgrounds------------------------------------------------ */ /* Table Header, Reply Form Header, BBCode Icons Highlighting */ table.forum-table th, div.forum-reply-header, div.forum-bbcode-line a:hover, div.forum-bbcode-line a:hover img { background-color: #e8e7d5; } /* Table Cell Border */ table.forum-table td, table.forum-table th.forum-column-lastpost, table.forum-table th.forum-column-title, table.forum-table th.forum-first-column, table.forum-table th.forum-last-column, div.forum-info-box, div.forum-reply-form { border-color: #e8e8cc;} /* Table Cell, Info Box, Reply Form */ table.forum-table td, div.forum-info-box, div.forum-reply-form { background:#fbfbf7; } /* Hidden Table Cell and Row */ table.forum-table tr.forum-row-hidden td, table.forum-table td.forum-cell-hidden, table.forum-table tr.forum-row-inactive td.forum-column-icon, table.forum-post-hidden td.forum-cell-post, table.forum-post-hidden td.forum-cell-actions { background: #fdf5d1 !important; } /* Selected (via checkbox) Table Cell and Row */ table.forum-table tr.forum-row-selected td, table.forum-table td.forum-cell-selected, table.forum-post-selected td.forum-cell-post, table.forum-post-selected td.forum-cell-actions { background: #e3e0ac !important; } /* Table Footer and Alone Footer Box */ table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box { background: #e8e7d5; } /* Post Table: User Info and User Contacts Cells*/ table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact { background: #f6f6eb; } /* Post Table: Post and Actions Cell */ table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { background: #fbfbf7; } div.forum-post-date { background: #e8e7d5; border-bottom-color: #e6e6c9; } /* ---------------------------------------------------Borders----------------------------------------------------- */ /* Menu Items, Page Navigation */ span.forum-menu-item, div.forum-page-navigation a, span.forum-page-current, div.forum-page-navigation a.forum-page-previous, span.forum-page-dots { border-color: #e5e5c7; } /* First Row Cell */ table.forum-table tr.forum-row-first td { border-top-color: #dfe0ba;} /* Last Row Cell */ table.forum-table tr.forum-row-last td { border-bottom-color: #dfe0ba; } /* Table Footer and Alone Footer Box */ table.forum-table td.forum-column-footer, table.forum-post-table td.forum-column-footer, div.forum-footer-box { border-color: #dfe0ba; } /* Footer Item Separator */ span.forum-footer-option { border-color: #c7c598; } /* Topic posts table (separator line) */ table.forum-post-table { border-top-color: #fff; border-bottom-color: #ccc; } /* Post Table: User Info and User Contacts Cells*/ table.forum-post-table td.forum-cell-user, table.forum-post-table td.forum-cell-contact { border-left-color: #e5e4cf; border-right-color: #e6e6c9; } /* Post Table: Post and Actions Cell */ table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { border-right-color: #e5e4cf; } /* Post Table: User Contacts and Actions Cell */ table.forum-post-table td.forum-cell-contact, table.forum-post-table td.forum-cell-actions { border-top-color: #e6e6c9; } /* User Signature*/ div.forum-signature-line { border-top-color: #e6e6c9; } /* ---------------------------------------------------Text Color-------------------------------------------------- */ /* Header Box Right Links*/ div.forum-header-box a:link, div.forum-header-box a:visited, div.forum-header-box a:active, div.forum-header-box a:hover { color: #fff; } .forum-required-field { color: red; } /* --------------------------------------------------Special Elements---------------------------------------------- */ div.forum-header-box { color: #fff; background:#a4a159; border-color: #adaa69;} /* Page navigation */ div.forum-navigation-box { background:#fff; border-color: #e8e8cc; } /*BBCode: Quote and Code*/ table.forum-quote, table.forum-spoiler, table.forum-code, div.forum-code-box { border-color: #cecca5; } table.forum-quote td, table.forum-spoiler td, table.forum-code td, div.forum-code-box ol {background:#fdfdfc !important; color:#696968;} table.forum-quote th, table.forum-spoiler th, table.forum-code th, div.forum-code-box {background:#e8e7d5 !important; color:#61615b;} div.forum-note-box {border-color: #ffca63; background: #fffdc3; } /* --------------------------------------------------Icons---------------------------------------------- */ div.forum-icon-default { background-image: url(../../../../../../../../bitrix/components/bitrix/forum/templates/.default/themes/beige/images/default.gif); } div.forum-icon-newposts { background-image: url(../../../../../../../../bitrix/components/bitrix/forum/templates/.default/themes/beige/images/newposts.gif); } div.forum-icon-sticky { background-image: url(../../../../../../../../bitrix/components/bitrix/forum/templates/.default/themes/beige/images/sticky.gif); } div.forum-icon-sticky-newposts { background-image: url(../../../../../../../../bitrix/components/bitrix/forum/templates/.default/themes/beige/images/sticky-newposts.gif); } div.forum-icon-closed, div.forum-icon-sticky-closed { background-image: url(../../../../../../../../bitrix/components/bitrix/forum/templates/.default/themes/beige/images/closed.gif); } div.forum-icon-closed-newposts, div.forum-icon-sticky-closed-newposts { background-image: url(../../../../../../../../bitrix/components/bitrix/forum/templates/.default/themes/beige/images/closed-newposts.gif); } div.forum-icon-moved { background-image: url(../../../../../../../../bitrix/components/bitrix/forum/templates/.default/themes/beige/images/moved.gif); } /* --------------------------------------------------Votes---------------------------------------------- */ div.vote-answer-item-bar-inner {background-color:#e8e7d5;}