108 lines
No EOL
2.3 KiB
CSS
108 lines
No EOL
2.3 KiB
CSS
/*
|
|
* @package AJAX_Chat
|
|
* @author Sebastian Tschan
|
|
* @copyright (c) Sebastian Tschan
|
|
* @license GNU Affero General Public License
|
|
* @link https://blueimp.net/ajax/
|
|
* Style by Flashwave for Flashii.net
|
|
*/
|
|
|
|
@import url('meta.legacy.ajaxchat.css');
|
|
|
|
/*
|
|
* Colors
|
|
*/
|
|
|
|
@media screen,projection,handheld {
|
|
|
|
#loginContent {
|
|
background-color: #FBEEFF;
|
|
color: #000;
|
|
background-image: url('../images/fade-purple.png');
|
|
background-repeat: repeat-x;
|
|
}
|
|
#loginContent h1 {
|
|
color: #000;
|
|
}
|
|
#loginContent a {
|
|
color: #000;
|
|
}
|
|
#userNameField, #passwordField {
|
|
padding: 2px 4px 3px 4px;
|
|
border: 1px solid #AAA;
|
|
outline: none;
|
|
font-family: arial,helvetica,sans-serif;
|
|
}
|
|
#loginContent #errorContainer {
|
|
color:red;
|
|
}
|
|
|
|
#content {
|
|
background-color: #FBEEFF;
|
|
color: #000;
|
|
background-image: url('../images/fade-purple.png');
|
|
background-repeat: repeat-x;
|
|
}
|
|
#content h1 {
|
|
color:#306;
|
|
}
|
|
#content a {
|
|
color:#000;
|
|
}
|
|
#content textarea {
|
|
border: 1px solid #AAA;
|
|
outline: none;
|
|
font-family: arial,helvetica,sans-serif;
|
|
color:#000;
|
|
}
|
|
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #bbCodeContainer, #content #colorCodesContainer, #content #emoticonsContainer {
|
|
border: 1px solid #9475B2;
|
|
}
|
|
#content #statusIconContainer {
|
|
background-image: url('../images/loading-sprite.png');
|
|
}
|
|
#content .statusContainerOff {
|
|
background-position: 0px 0px;
|
|
}
|
|
#content .statusContainerOn {
|
|
background-position: 0px -22px;
|
|
}
|
|
#content .statusContainerAlert {
|
|
background-position: 0px -44px;
|
|
}
|
|
#content #colorCodesContainer a {
|
|
border: 1px solid #9475B2;
|
|
}
|
|
#content #optionsContainer input {
|
|
background-color:transparent;
|
|
}
|
|
#content .rowEven {
|
|
background-color: #C9BBCC;
|
|
}
|
|
#content .rowOdd {
|
|
background-color: #FBEEFF;
|
|
}
|
|
#content #chatList .chatBotErrorMessage {
|
|
color:red;
|
|
}
|
|
#content #chatList a {
|
|
color:#1E90FF;
|
|
}
|
|
#content #chatList .delete {
|
|
background:url('../images/delete.png') no-repeat right;
|
|
}
|
|
#content #chatList .deleteSelected {
|
|
border-color:red;
|
|
}
|
|
#content #onlineListContainer h3, #content #helpContainer h3, #content #settingsContainer h3 {
|
|
background-color: #9475B2;
|
|
color: #306;
|
|
}
|
|
#content #settingsContainer #settingsList input.playback {
|
|
background:url('../images/playback.png') no-repeat;
|
|
}
|
|
|
|
#content .user {
|
|
color: #000;
|
|
}
|
|
} |