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.
#WikiaNotifications li div[data-type="2"], /* community message notifications */
#WikiaNotifications li div[data-type="5"], /* global notifications */
#WikiaArticle #WikiaNotifications { /* notifications users put on their pages */
  display: none !important;
}

 .mw-allpages-table-chunk td {
     display: block;
 }


#recentchanges-on-wikia-box {
    display: none;
}

.ebs-container {
    display: none;
}

body.ns-500 .WikiaPage .WikiaArticle .mw-content-text {padding: 4em;}

body.wiki-wikia.ns-500 #WikiaArticleComments form .buttons:before { /* Note to self. */
    content: "Don't do it.  Nothing you say is worth the bullshit that comes along with posting here, even if you're just saying '+1'.   Whatever they've fucked up this time, just hide it with CSS.  If Wikia want to drive users away, that's their choice.  If Wikia want to allow users to spread false information, let them.";
}
body.wiki-wikia #Wall.Thread .message .new-reply .editarea:before {
    content: "Don't do it.  It has been well established that Wikia Stars always give bad advice, so there is no need to point out that this one is also full of shit.";
}
body.wiki-wikia.ns-500 input[type="submit"] {
    display: none;
}
input+p.contactformcaption:after { /* Note to self. */
    content: "Do not mention unrelated issues in a parentheses.  Wikia Staff cannot comprehend the concept of making an aside, and will focus solely on anything said in parentheses, ignoring everything else.  Better yet, just don't bother reporting the bug.  Either it's something they should have noticed already, or it's something they're going to regard as a 'won't fix - edge case', simply by virtue of who is reporting it.";
    color: red;
    display:block;
}

#recentchanges-options {
    height: auto;
    overflow: visible;
}
.page-Special_RecentChanges span.mw-collapsible-toggle a {
    display: inline-block;
}
.page-Special_RecentChanges span.mw-collapsible-toggle a img {
    display: block;
}

.WikiaArticle fieldset.collapsible.collapsed .rc-fieldset-content {
    visibility: visible;
}
#EditPageDialog.preview .modalContent .ArticlePreviewInner {
  transform: inherit !important;
}

.EditPageRail {
    width: 300px;
}
.editpage-sourcewidemode.mode-source .editpage-widemode-trigger {
  right: 300px;
}
.editpage-sourcewidemode.mode-source.editpage-sourcewidemode-on .EditPageMain {
  width: 100%;
}
/*
@media screen and (max-width: 1023px) {
 .WikiHeader > nav {
  top: 25px;
  margin-left: 250px;
 }
 .WikiHeader {
   min-height: 75px;
 }
 .WikiHeader .buttons {
  top: 30px;
 }
}
*/
.WikiaActivityModule li em {
  width: auto;
}
.WikiHeader > nav.WikiNav {
  width: auto !important;
}
#WikiaMainContentContainer {
  width: 100%;
  box-sizing: border-box; 
}
.wikia-page-header.WikiaPageHeader {
  border-bottom: solid 1px #cccccc;    
  margin-bottom: 7px;
}
.wikia-page-header .header-container {
  padding-top: 0;
  border-bottom:none;
  margin-bottom: -2.5em;
}
.wikia-page-header .header-column {
  padding-top: 0;
}
.wikia-page-header .header-column.header-title {
  margin-bottom: 2em;
}
.wikia-page-header .header-column.header-tally {
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.ns-talk .WikiaPageHeader .wikia-menu-button {
  float: none;
  top: 0;
}

body {
  overflow: visible !important; /* fix for truncated body height */
}
.WikiHeader .WikiNav {
  right: 0; /* fix for scrollbar caused by body height fix */
}

.EditPageEditor textarea { /* How it was when I joined Wikia */
  font-family: courier new;
  line-height: 16px;
  font-size: 13px;
}
.modal > header .close, .modalWrapper .close, .wikia-chiclet-button { /* this allows preview modals to be closed before they finish loading. */
  z-index: 4520000 !important;
  position: relative;
}

/* tabs on file pages are counter productive.  If I am going to a file page, it is usually to look at the uploader details. */
.ns-6 .tabBody { display: block; /* display all info on file pages */ }
.ns-6 .tabs { display: none;  /* hide tabs on file pages */ }


.msg-title a:empty:before {
  content: "(click for parent thread)";
}

.preview-modal-msg-wrapper, .preview-modal-msg {
    display: none !important; /* removing mobile preview nag. */
}

.SpeechBubble.hide:hover div.msg-body, .SpeechBubble.hide:hover div.editarea, .SpeechBubble.hide:hover div.MiniEditorWrapper, .SpeechBubble.hide:hover blockquote, .SpeechBubble.hide:hover div.speech-bubble-avatar, .SpeechBubble.hide:hover .speech-bubble-message, .SpeechBubble.hide:hover div.deleteorremove-infobox, .SpeechBubble.hide:hover div.deleteorremove-infobox div, .SpeechBubble.hide:hover div.timestamp, .SpeechBubble.hide:hover div.msg-toolbar, .SpeechBubble.hide:hover div.quote, .SpeechBubble.hide:hover .edited-by, .SpeechBubble.hide .buttonswrapper {
    display: block; /* display removed messages */
}
.SpeechBubble.hide {
    background: #f7f7f7;  /* background of removed messages */
}

.ArticlePreviewInner .WikiHeader li.nav-item a {  /* Because the width check is broken. */ 
  margin: 0;
  padding: 0;
}
.WikiaArticleComments .article-comm-form textarea {
  width: 100% !important; /* because Wikia thinks "569px ought to be enough for anyone" */
}

#WikiaPage {  /* Use as much space as possible */
width: 100%;
max-width: 100%;
margin: auto;  
border: none !important;
padding: 0;
}