Untitled

 avatar
unknown
plain_text
a year ago
4.6 kB
5
Indexable
 
#candy
{
    top: 30px !important;
    font-family: Lato, Montserrat, Avenir Next, Helvetica, sans-serif;
}
 
#candy .message-pane li
{
    background-color: #333;
    color: #ccc;
    border-color: #555;
}
 
#candy .message-pane small
{
    background-color: #333 !important;
    color: #ddd;
}
 
#candy .message-pane .spacer A
{
    color: #fff !important;
}
 
#candy .message-pane .label
{
    color: #cc6;
    font-weight: bold;
}
 
/*#chat-tabs:not(.modal-tabs)
{
    background-color: #555 !important;
}
*/
 
#chat-tabs .label,
#chat-tabs .transition,
#chat-tabs .close
{
    background-color: #666 !important;
    color: #cc6 !important;
    font-size: 15px !important;
}
 
#chat-tabs .active .label,
#chat-tabs .active .transition,
#chat-tabs .active .close
 
{
    background-color: #333 !important;
    font-size: 17px !important;
    font-weight: bold !important;
    color: #cc6 !important;
}
 
#candy .message-pane-wrapper
{
    background-color: #333;
    font-size: 14px;
}
 
.roster-pane,
.roster-pane *
{
    background-color: #333 !important;
    color: #fff !important;
    border-color: #777 !important;
}
 
#candy,
#chat-pane,
#up,
#chat-toolbar,
#HeaderComponent,
#SuperHeader,
#SuperHeader *
{
    background: none !important;
    background-color: #777 !important;
    color: #ccc;
 
}
 
.message-form-wrapper *
{
    background-color: #555 !important;
    color: #fff !important;
}
 
#SuperHeader A,
#candy .message-pane DIV>A
{
    color: #6af;
}
 
#alert
{
    z-index: 100;
    display: none;
    position: fixed;
    left: 25%;
    top: 30%;
    width: 40%;
    padding: 20px 30px;
    background-color: #fff;
    color: #222;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0 0 30px #000;
    font-family: Lato;
}
 
#alert-dismiss
{
    float: right;
    background-color: #393;
    color: #fff;
    cursor: pointer;
    padding: 4px 6px;
    font-size: 10px;
    font-weight: bolder;
    margin-right: -20px;
    margin-top: -10px;
    border-radius: 10px;
}
 
#alert-header
{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #cc6;
    padding-bottom: 4px;
}
 
#alert-messages
{
    clear: both;
    height: 150px;
    overflow: auto;
    margin-left: -20px;
}
 
#alerts-button
{
    z-index: 90;
    position: fixed;
    right: 185px;
    top: 10px;
    width: 100px;
    border-radius: 10px;
    background-color: #696;
    color: #fff;
    cursor: pointer;
    padding: 8px 5px;
    border: 1px solid #696;
    text-align: center;
}
 
#alerts-bubble
{
    z-index: 91;
    position: fixed;
    display: none;
    right: 180px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #d50;
}
 
#response-confirm
{
    z-index: 101;
    display: none;
    position: fixed;
    left: 25%;
    top: 70%;
    width: 40%;
    height: 200px;
    padding: 20px 20px;
    background-color: #fff;
    color: #222;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0 0 30px #000;
    font-family: Museo;
}
 
.response-confirm-message
{
    padding: 10px 10px;
    background-color: #ddd;
    margin-bottom: 20px;
    border-radius: 10px;
}
 
.response-confirm-button
{
    float: right;
    color: #fff;
    background-color: #2a0;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
}
 
.response-confirm-button-no
{
    background-color: #d20 !important;
}
 
#friends
{
    z-index: 90;
    position: fixed;
    right: 20px;
    top: 10px;
    width: 150px;
    overflow: auto;
    border-radius: 10px;
    background-color: #333;
    /* box-shadow: 0 0 3px #000; */
}
 
#friends-button
{
    cursor: pointer;
    border-radius: 10px;
    padding: 8px 5px;
    background-color: #696;
    color: #fff;
    border: 1px solid #696;
    text-align: center;
}
 
#friends-list
{
    display: none;
    list-style-type: none;
    margin-top: 5px;
    padding: 5px 20px;
}
 
.friendslist-friend
{
    border-bottom: 1px solid #393;
    padding: 7px 0px;
    color: #8c5;
    cursor: pointer;
    font-family: Lato;
    font-weight: bolder;
}
 
.friendslist-friend:last-child
{
    border-bottom: none;
}
 
/* my stuff */
#HeaderComponent,
#SuperHeader,
#SuperHeader *,
#HeaderComponent *
{
    display: none !important;
}
Editor is loading...
Leave a Comment