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.
@import "http://dev.wikia.com/index.php?title=Hilite/code.css&action=raw&ctype=text/css";

/* Hide followed pages tab in masthead */
#user_masthead_tab_following {
	display: none !important;
}

/* Hide followed pages sidebar on userpage */
.article-sidebar {
	display: none !important;
}
 
#profile-content-inner { margin-right:0; }

/* show large tables normally - 2/1/11 */
.WikiaWideTablesWrapper canvas {display:none;}
.WikiaWideTablesWrapper img.sprite.popout {display:none;}
.WikiaWideTablesWrapper > .table {overflow:visible;}

/* remove image attribution - 2/1/11 */
.WikiaArticle .picture-attribution {display:none;}

/* Hide everything to the right. */
.WikiaRail {display:none;}

/* Expand everything so that it fills the whole page, replacing the rail */
.WikiaMainContent {width:1000px;} #catlinks {width:1000px;}