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.
/* CODE ON THIS PAGE WILL LOAD FOR ALL OF WIKIA! Just keep that in mind. */
/* If you're wondering about whether you can use the code on this page - you can! You don't need to ask me, just take what you want and add it to your own global.css file! */

/* Special thanks to User:452 for this! Original taken from http://community.wikia.com/wiki/User:452/global.css?diff=prev&oldid=1343313 */
/* This thing fixes the broken width check in MediaWiki:Wiki-navigation */
.ArticlePreviewInner .WikiHeader li.nav-item a {
  /* Because the width check is broken. */ 
  margin: 0;
  padding: 0;
}

/* killing off must watch videos */
/* By [[User:Lost Labyrinth]] */
#videosModule { display: none !important; }

/* from [[w:c:dev:HideModules]] */
.insights-module {
     display: none; /* Removes Insights Module */
}
/* END */
 
#RECIRCULATION_RAIL {
    display: none; /* Removes Trending Articles Module */
}

.community-page-entry-point-module {
    display: none; /* Removes Special:Community Module */
}

/* chat tweaks probably stolen from central */
.Chat {line-height:1.2em; word-wrap:break-word;}
.Chat .avatar {display:none;}
.Chat li {padding:2px 3px; min-height:0;}
.Chat .username {display:inline;}
.Chat .time {float:left; margin-right:3px; color:#333;}
.Chat .time:before {content:'[';}
.Chat .time:after {content:']';}
.Chat .inline-alert {text-align:left; padding:2px 3px; font-weight:normal; font-size:13px; line-height:1.2em;}
.Chat .inline-alert:before, .Chat .inline-alert:after {content:none;}
.Chat .continued {top:0; margin-bottom:0;}
.Chat .continued .username {display:inline;}
.Chat .continued .time {display:block;}

/***** Fixes faulty abuse log page width *****/
.WikiaArticle .table-is-wide {
    width: 1004px;
}

/* Prevents nonexistant categories from showing up as bluelinks */
.newcategory { 
	color: #C20; 
}

/* Kills the annoying fan feed crap */
.recirculation-impact-footer {
  display:none;
}