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.
/* Wikia navbar sanity. From [[User:DEmersonJMFM/globalnav.css]] */
@import "https://community.wikia.com/index.php?title=User:DEmersonJMFM/globalnav.css&action=raw&ctype=text/css&smaxage=86400&templates=expand";
.wds-global-navigation__logo-image { width: 150px; }
.wds-global-navigation__logo {
    background-image: URL(https://vignette.wikia.nocookie.net/central/images/2/22/Wiki_Logo_Template.png/revision/latest?cb=20090224212502);
    background-repeat: no-repeat;
    background-size: 150px 38px;
    margin-bottom: 4px;
}
}

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

.side-articles.fandom-stories.RailModule {
    display: none; /* Removes Related Stories from Special:Search */
}

.exact-wiki-match {
    display: none; /* Removes Related Wiki from Special:Search */
}

/* from [[w:c:dev:HideModules]] */
.insights-module {
    display: none; /* Removes Insights Module */
}
 
#recirculation-rail,
.wds-global-navigation__link.wds-is-games,
.wds-global-navigation__link.wds-is-movies,
.wds-global-navigation__link.wds-is-tv {
    display: none; /* Removes Trending Articles Module and the Hubs -- [[w:c:dev:RemoveHubs]] */

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

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

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