Community Central
Community Central
mNo edit summary
mNo edit summary
 
Line 8: Line 8:
 
/*Chat theme*/
 
/*Chat theme*/
 
.ChatWindow {
 
.ChatWindow {
background: url('https://images8.alphacoders.com/848/848774.jpg');
+
background: url('http://www.freakinawesomenetwork.net/wp-content/uploads/2013/12/watamote-page-image.png');
 
}
 
}
   

Latest revision as of 02:08, 5 January 2019

/*Message Block*/
 
.ChatWindow #WikiChatList .User.mb-is-blocked {
    background: transparent !important;
    color: #9d9d9d !important;
}

/*Chat theme*/
.ChatWindow {
    background: url('http://www.freakinawesomenetwork.net/wp-content/uploads/2013/12/watamote-page-image.png');
}

/* Chat Length (stolen from Dorumin) */
.Chat .message {
    display: block;
    max-height: 240px;
    overflow-y: auto;
}