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.
/*
Jerry-rigged always-visible PM messages.
Very useful on very-active chats like CC.
Otherwise to PM there is much scrolling back and forth.

"height:40%" is the original height of the userlist.
Would prefer it to be larger, however Chrome will not allow you to resize elements to be SMALLER than the original.
So set it to be small initially and you're good
*/
 
#WikiChatList {
overflow:auto;
padding-bottom:10px;
height:40%;
resize:vertical;
}
 
#Rail {
overflow:hidden;
}
 
#Rail h1.private {
display:block !important;
}

/*
See yourself in userlist - PM yourself, or ban yourself if a chat mod...
Can't kick yourself though, that's crazy talk.
*/

#Rail li {
display:block !important
}

/*
Deleted messages still visible
*/

li.message[style="display: none;"], .message-removed {
display:block !important;
opacity:.5;
}

/*td.show-for-small, .wikia-infobox th.show-for-small, td.show-for-medium-down, .wikia-infobox th.show-for-medium-down, td.show-for-large-down, .wikia-infobox th.show-for-large-down, td.hide-for-medium, .wikia-infobox th.hide-for-medium, td.hide-for-medium-up, .wikia-infobox th.hide-for-medium-up, td.hide-for-large, .wikia-infobox th.hide-for-large, td.hide-for-large-up, .wikia-infobox th.hide-for-large-up, td.hide-for-xlarge, .wikia-infobox th.hide-for-xlarge, th.show-for-small, th.show-for-medium-down, th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge {
    display: table-cell !important;
}
td.show-for-large, .wikia-infobox th.show-for-large, td.show-for-large-up, .wikia-infobox th.show-for-large-up, td.hide-for-medium, .wikia-infobox th.hide-for-medium, td.hide-for-medium-down, .wikia-infobox th.hide-for-medium-down, th.show-for-large, th.show-for-large-up, th.hide-for-medium, th.hide-for-medium-down {
    display: table-cell !important;
}
td.show-for-medium, .wikia-infobox th.show-for-medium, td.show-for-medium-up, .wikia-infobox th.show-for-medium-up, td.hide-for-small, .wikia-infobox th.hide-for-small, th.show-for-medium, th.show-for-medium-up, th.hide-for-small {
    display: table-cell !important;
}
td.show-for-xlarge, .wikia-infobox th.show-for-xlarge, td.hide-for-large, .wikia-infobox th.hide-for-large, td.hide-for-large-down, .wikia-infobox th.hide-for-large-down, th.show-for-xlarge, th.hide-for-large, th.hide-for-large-down {
    display: table-cell !important;
}
td.hide-for-landscape, .wikia-infobox th.hide-for-landscape, td.show-for-portrait, .wikia-infobox th.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important;
}
td.show-for-landscape, .wikia-infobox th.show-for-landscape, td.hide-for-portrait, .wikia-infobox th.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important;
}
td.show-for-portrait, .wikia-infobox th.show-for-portrait, td.hide-for-landscape, .wikia-infobox th.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important;
}
td.hide-for-touch, .wikia-infobox th.hide-for-touch {
    display: table-cell !important;
}
.touch td.show-for-touch, .touch .wikia-infobox th.show-for-touch, .wikia-infobox .touch th.show-for-touch {
    display: table-cell !important;
}
.WikiaArticle .mw_metadata th, .WikiaArticle .mw_metadata td, .WikiaArticle .mw_metadata .wikia-infobox th, .wikia-infobox .WikiaArticle .mw_metadata th {
    background-color: transparent;
    border: 1px solid #cccccc;
}
.WikiaArticle td.diff-context, .WikiaArticle .wikia-infobox th.diff-context, .wikia-infobox .WikiaArticle th.diff-context {
    background-color: #f2f2f2;
}
.WikiaArticle td.diff-deletedline, .WikiaArticle .wikia-infobox th.diff-deletedline, .wikia-infobox .WikiaArticle th.diff-deletedline, .WikiaArticle td.diff-addedline, .WikiaArticle .wikia-infobox th.diff-addedline, .wikia-infobox .WikiaArticle th.diff-addedline {
    color: #000;
}
.WikiaArticle table.diff, .WikiaArticle td.diff-otitle, .WikiaArticle .wikia-infobox th.diff-otitle, .wikia-infobox .WikiaArticle th.diff-otitle, .WikiaArticle td.diff-ntitle, .WikiaArticle .wikia-infobox th.diff-ntitle, .wikia-infobox .WikiaArticle th.diff-ntitle {
    background-color: white;
}
.WikiaArticle .fbconnect-synced-profile td, .WikiaArticle .fbconnect-synced-profile .wikia-infobox th, .wikia-infobox .WikiaArticle .fbconnect-synced-profile th {
    margin-left: 8px;
    padding-right: 10px;
}
*/

 .wikia-infobox {
    border: 1px #cccccc solid;
    float: right;
    line-height: 12px;
    padding: 15px 8px 8px 8px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 16px;
    font-size: 13px;
    line-height: 21px;
    line-height: 15px;
    width: 247px;
}
.wikia-infobox td, .wikia-infobox th {
    overflow: hidden;
    padding: 2px 3px 7px;
    vertical-align: top;
}
.wikia-infobox th {
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    width: 20%}
.wikia-infobox th.wikia-infobox-header {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    padding: 5px 3px 8px;
    text-align: left;
}
.wikia-infobox th .wikia-infobox-section-header {
    border-top: 1px #cccccc solid;
    margin-top: 7px;
    padding-top: 20px;
}
.wikia-infobox .wikia-infobox-image {
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 225px;
}
.wikia-infobox .wikia-infobox-caption {
    font-size: 12px;
    text-align: center;
}

/* Removed messages visible */

.SpeechBubble.hide div {
    display: block;
}
.SpeechBubble.hide div.removed-info {
    display: block;
}
.SpeechBubble.hide blockquote {
    display: block;
}