108 lines
2.5 KiB
CSS
108 lines
2.5 KiB
CSS
|
/*
|
||
|
* @package AJAX_Chat
|
||
|
* @author Sebastian Tschan
|
||
|
* @copyright (c) Sebastian Tschan
|
||
|
* @license GNU Affero General Public License
|
||
|
* @link https://blueimp.net/ajax/
|
||
|
* This style is made by freakyfurball\moegami
|
||
|
* http://zeniea.com/
|
||
|
*/
|
||
|
|
||
|
@import url('meta.legacy.ajaxchat.css');
|
||
|
|
||
|
/*
|
||
|
* Colors
|
||
|
*/
|
||
|
|
||
|
@media screen,projection,handheld {
|
||
|
|
||
|
#loginContent {
|
||
|
background-color: #000000;
|
||
|
background-image: -linear-gradient(to bottom, #4c3b52, #000000);
|
||
|
color: #999999;
|
||
|
}
|
||
|
#loginContent h1 {
|
||
|
color: #98ba8c;
|
||
|
}
|
||
|
#loginContent a {
|
||
|
color: #9775a3;
|
||
|
}
|
||
|
#loginContent input, #loginContent select {
|
||
|
background-color: #312634;
|
||
|
color: 9775a3;
|
||
|
}
|
||
|
#loginContent #loginFormContainer #loginButton {
|
||
|
background-color: #312634;
|
||
|
color: #9775a3;
|
||
|
}
|
||
|
#loginContent #errorContainer {
|
||
|
color: red;
|
||
|
}
|
||
|
|
||
|
#content {
|
||
|
background-color: #000000;
|
||
|
background-image: linear-gradient(to bottom, #4c3b52, #000000);
|
||
|
color: #999999;
|
||
|
}
|
||
|
#content h1 {
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
#content a {
|
||
|
color: #9775a3;
|
||
|
}
|
||
|
#content input, #content select, #content textarea {
|
||
|
background-color: #312634;
|
||
|
color: #999999;
|
||
|
}
|
||
|
#content #chatList, #content #onlineListContainer, #content #helpContainer, #content #settingsContainer, #content #bbCodeContainer, #content #colorCodesContainer, #content #emoticonsContainer {
|
||
|
border-color: gray;
|
||
|
background-color: #231b26;
|
||
|
}
|
||
|
#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 #bbCodeContainer input, #content #logoutButton, #content #submitButton {
|
||
|
background-color: #312634;
|
||
|
color: #999999;
|
||
|
}
|
||
|
#content #colorCodesContainer a {
|
||
|
border-color: #312634;
|
||
|
}
|
||
|
#content #optionsContainer input {
|
||
|
background-color: transparent;
|
||
|
}
|
||
|
#content .rowEven {
|
||
|
background-color: #312634;
|
||
|
}
|
||
|
#content .rowOdd {
|
||
|
background-color: #4c3b52;
|
||
|
}
|
||
|
#content #chatList .chatBotErrorMessage {
|
||
|
color: red;
|
||
|
}
|
||
|
#content #chatList a {
|
||
|
color: #9775a3;
|
||
|
}
|
||
|
#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: #312634;
|
||
|
color: #999999;
|
||
|
}
|
||
|
#content #settingsContainer #settingsList input.playback {
|
||
|
background: url('../images/playback.png') no-repeat;
|
||
|
}
|
||
|
}
|