Цитата |
---|
/*Forum*/
/*Forum menu*/ table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } table.forum-menu td.forumtoolbar {background-color: #F4F4F4; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } .forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } .forumtoolseparator {border-left: 1px solid #C4C4C3;border-right: 1px solid #FFFFFF; } table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333} /* menu popup */ .forum-menu-hidden-in {border: 1px solid #C4C4C3;} table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #F4F4F4; } table.forum-menu-popup-table td.forum-group{background-color:#F4F4F4; color:#333;} table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #FDFDFD;} div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} /*Forum index and list*/ table.forum-main {border: 1px solid #C4C4C3;} table.forum-main td {background-color:#FDFDFD;border: 1px solid #C4C4C3;} table.forum-main th {background-color:#F4F4F4;border: 1px solid #C4C4C3;color: #333;vertical-align: top;} div.forum-hr {background-color:#C4C4C3} div.filter-check-hover {background-color:#F4F4F4} a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #F4F4F4;border: 1px solid #C4C4C3;color: #333;} table.forum-main td small {font-size:100%;} table.forum-main td.forum-group {background-color:#F4F4F4; color:#333;} div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #F4F4F4; color:#333; } /*Forum messages*/ table.forum-message {} table.forum-message td {background-color: #FDFDFD;border: none;} table.forum-message td.forum-message-user-info {background-color: #FDFDFD;border: 1px solid #C4C4C3;border-right-width: 1px;} table.forum-message td.border-top {border: 1px solid #C4C4C3;border-left-width: 1px;border-top: none;} table.forum-message td.border-bottom {border: 1px solid #C4C4C3;border-left-width: 1px;border-bottom: none;} table.forum-message .forum-message-posts, table.forum-message .forum-message-status, table.forum-message .forum-message-datereg, table.forum-message .forum-message-datecreate {color:#333;} a.forum-button-small, a.forum-button-small-vote, a.forum-button-small-unvote { background-color: #F4F4F4; border: 1px solid #C4C4C3; color: #333; font-size: 11px; height:20px; padding: 2px 5px 2px 5px; box-sizing:border-box; -moz-box-sizing:border-box; } a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;} a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } /*Forum statistics*/ table.forum-stat {} table.forum-stat th {background-color:#F4F4F4;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} table.forum-stat td {background-color:#FDFDFD;border: 1px solid #C4C4C3;} table.forum-stat .forum-attention{font-size: 100%;color: black;} /*Post form*/ table.forum-post-form {border: 1px solid #C4C4C3;} table.forum-post-form td {background-color:#FDFDFD;border: 1px solid #C4C4C3;} table.forum-post-form th {background-color:#F4F4F4;border: 1px solid #C4C4C3;} table.forum-smile {border: 1px solid #C4C4C3;} table.forum-smile th {background-color:#F4F4F4;border: 1px solid #C4C4C3;} table.forum-smile img { margin: 0px;} textarea#POST_MESSAGE{width:100%;} /* Only for user-profile*/ table.fuser {} table.fuser-static th {background-color:#F4F4F4; border:1px solid #C4C4C3;} table.fuser-static td {background-color:#FDFDFD; border:1px solid #C4C4C3;} /* Tab controls*/ table.tabs {border-left:1px solid #C4C4C3;} table.tabs td {} table.tabs td.tab-indent-left {border-bottom:1px solid #C4C4C3;} table.tabs td.tab-indent-right {border-bottom:1px solid #C4C4C3;} table.tabs td.tab-container {border:1px solid #C4C4C3; border-left: none;} table.tabs td.tab-container-selected {border:1px solid #C4C4C3; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} table.tabs table td.tab {border-top:1px solid #C4C4C3;} table.tabs table td.tab-selected {border-top:1px solid red;} table.tabs table td.tab-hover {border-top:1px solid #C4C4C3;} /* Tab inside edit form */ table.tab {border:1px solid #C4C4C3; border-top:none;} table.tab td {background-color:#FDFDFD;} .forum-menu-hidden-in { max-height:100px; height:expression(this.scrollHeight > 100? "100px" : "auto"); } table.forum-quote td, table.forum-code td { background-color:#F4F4F4; /*th*/ border:1px solid #C4C4C3; } table.forum-reviews-messages td, table.forum-reviews-messages th { background-color:#FDFDFD; /*td*/ border-color:#C4C4C3; } a.button-small { background:#F4F4F4; border:1px solid #C4C4C3; } |