/* * @package AJAX_Chat * @author Sebastian Tschan * @author Philip Nicolcev * * Color palette inspired by PunBB style "Lithium": * http://punbb.org/ */ @import url('global.css'); @import url('fonts.css'); @import url('print.css'); @import url('custom.css'); /* Buttons */ #content #bbCodeContainer input, #content #logoutButton, #content #submitButton, #loginForm #loginButton { background-color:#6C8A3F; color: #fff; border:1px solid #6C8A3F; } #content #bbCodeContainer input:hover, #content #logoutButton:hover, #content #submitButton:hover, #loginForm #loginButton:hover { background-color:#5E7D2E; } #content select, #loginForm select, #loginForm input, #content textarea { color:#333333; border: 1px solid #6C8A3F; } /* Status Icon */ #content #statusIconContainer { background: url('../img/loading-sprite.png') no-repeat 0px 0px; } #content #statusIconContainer.waiting { background-position: 0px -22px; } #content #statusIconContainer.retrying { background-position: 0px -44px; } /* Other Theme Elements */ .ajax-chat { background-color:#F1F1F1; color:#333; } .ajax-chat h1 { color:#333333; } .ajax-chat a { color:#638137; } #loginContent input, #loginContent select { background-color:#FFF; color:#333333; } #loginContent #errorContainer { color:red; } #content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content textarea { border-color:#6C8A3F; background-color:#FFF; } .ajax-chat .popup { background-color:#FFF; border:1px solid #6C8A3F; } #content #colorCodesContainer a { border-color:black; } #content #optionsContainer input { background-color:transparent; } #content .rowEven, #helpList dl:nth-child(even), #settingsList dl:nth-child(even) { background-color:#F1F1F1; } #content .rowOdd, #helpList dl:nth-child(odd), #settingsList dl:nth-child(odd) { background-color:#DEDFDF; } #content #chatList .rowOdd.private { background-color:#84CF86; } #content #chatList .rowEven.private { background-color:#9FD598; } #content .guest { color:gray; } #content .user { color:#000; } #content .customUser { color:#406021; } #content .moderator { color:#00AA00; } #content .admin { color:red; } #content .chatBot { color:#638137; } #content #chatList .chatBotErrorMessage { color:red; } #content #chatList a { color:#638137; } #content #chatList .deleteSelected { border-color:red; } #content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 { background-color:#6C8A3F; color:#FFF; }