Community Central
Community Central

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*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;
}