/*----------------------------------------------------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: #f8f8f8; } /* 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: #e8e8e8;} table.forum-table td { border-right: none !important;} table.forum-table td.forum-last-column, table.forum-table td.forum-column-lastpost, table.forum-table td.forum-column-footer, table.forum-table td.forum-column-alone { border-right-width: 1px !important; border-right-style: solid !important; border-right-color: #e8e8e8 !important; } /* Table Cell, Info Box, Reply Form */ table.forum-table td, div.forum-info-box, div.forum-reply-form { background:#ffffff; } div.forum-reply-form table.bxlhe-frame-table td.bxlhe-editor-buttons { background-color:#ffffff!important; } div.forum-reply-field td.bxlhe-editor-cell, div.forum-reply-field .feed-add-post-form-but-wrap {border-color: #ced0d1;} /* 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: #fffcdb !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: #eaeaea !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: #fafafa; } /* 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: #ffffff; } /* Post Table: Post and Actions Cell */ table.forum-post-table td.forum-cell-post, table.forum-post-table td.forum-cell-actions { background: #ffffff; } div.forum-post-date { background: #f8f8f8; border-bottom-color: #eaeaea; } /* ---------------------------------------------------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: #e3e3e3; } /* First Row Cell */ table.forum-table tr.forum-row-first td { border-top-color: #e7e7e7;} /* Last Row Cell */ table.forum-table tr.forum-row-last td { border-bottom-color: #e7e7e7; } /* 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: #e7e7e7; } /* Footer Item Separator */ span.forum-footer-option { border-color: #d5d5d5; } /* Topic posts table (separator line) */ table.forum-post-table { border-top-color: #fff; border-bottom-color: #e3e3e3; } /* 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: #e9e9e9; border-right-color: #eaeaea; } /* 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: #e9e9e9; } /* 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: #eaeaea; } /* User Signature*/ div.forum-signature-line { border-top-color: #eaeaea; } /* ---------------------------------------------------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 { } .forum-required-field { color: red; } /* --------------------------------------------------Special Elements---------------------------------------------- */ div.forum-header-box { color: #333; background:#e8e8e8; border-color: #eaeaea;} /* Page navigation */ div.forum-navigation-box { background:#fff; border-color: #e8e8e8; } /*BBCode: Quote, Code and Attachments*/ table.forum-quote, table.forum-spoiler, table.forum-code, div.forum-code-box, div.forum-post-attachments { border-color: #dedede; } table.forum-quote td, table.forum-spoiler td, table.forum-code td, div.forum-code-box ol, div.forum-post-attachments {background:#fff !important; color:#6a6a6a;} table.forum-quote th, table.forum-spoiler th, table.forum-code th, div.forum-code-box {background:#ebebeb !important; color:#636363;} div.forum-note-box {border-color: #ffd687; background: #fffdd2; } /* --------------------------------------------------Icons---------------------------------------------- */ div.forum-icon-default { background-image: url(../../../../../../../../../bitrix/templates/holmsk/components/bitrix/forum/fish.forums.2/themes/white/images/default.gif); } div.forum-icon-newposts { background-image: url(../../../../../../../../../bitrix/templates/holmsk/components/bitrix/forum/fish.forums.2/themes/white/images/newposts.gif); } div.forum-icon-sticky { background-image: url(../../../../../../../../../bitrix/templates/holmsk/components/bitrix/forum/fish.forums.2/themes/white/images/sticky.gif); } div.forum-icon-sticky-newposts { background-image: url(../../../../../../../../../bitrix/templates/holmsk/components/bitrix/forum/fish.forums.2/themes/white/images/sticky-newposts.gif); } div.forum-icon-closed, div.forum-icon-sticky-closed { background-image: url(../../../../../../../../../bitrix/templates/holmsk/components/bitrix/forum/fish.forums.2/themes/white/images/closed.gif); } div.forum-icon-closed-newposts, div.forum-icon-sticky-closed-newposts { background-image: url(../../../../../../../../../bitrix/templates/holmsk/components/bitrix/forum/fish.forums.2/themes/white/images/closed-newposts.gif); } div.forum-icon-moved { background-image: url(../../../../../../../../../bitrix/templates/holmsk/components/bitrix/forum/fish.forums.2/themes/white/images/moved.gif); } /* --------------------------------------------------Votes---------------------------------------------- */ div.vote-answer-item-bar-inner {background-color:#f0f0f0;}