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 "/load.php?mode=articles&articles=u:dev:MediaWiki:OldFandomColors.css&only=styles"; 
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedComments.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ImprovedUserpages.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:AdRailRemove/code.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:UCXSearchBar.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:RectangularButtons.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:RestoreOldMastheadDesign.css&only=styles";




/** Fandom Footer Logo **/
.wds-global-footer__header > a {
	background: url("https://static.wikia.nocookie.net/dev/images/a/a3/Old_Fandom_Logo_White.svg") no-repeat center;
	display: block;
	height: 46px;
	width: 183px;
	
	
}


.wds-global-footer__header-logo {
	visibility: hidden !important;
}

/** Fandom Apps **/
.wds-global-footer .wds-is-ddb-stores .wds-global-footer__image, .wds-global-footer .wds-is-fandom-stores .wds-global-footer__image {
	border-radius: 0;
}

/*** Fandom App Logo ***/
/* Replaces the background for the parent of the now hidden SVG */
.wds-global-footer .wds-is-fandom-stores .wds-global-footer__image {
	background: url("https://static.wikia.nocookie.net/central/images/d/db/Aeywoo_-_Old_Fandom_App_Logo.png") no-repeat center;
	background-size: 80px;
	min-height: 80px;
	min-width: 80px;
}

/*** DDB Store Logo ***/
.wds-global-footer .wds-is-ddb-stores .wds-global-footer__image svg, .wds-global-footer .wds-is-fandom-stores .wds-global-footer__image svg {
	height: 80px;
	width: 80px;
}

/*** Hides the SVG ***/
.wds-global-footer .wds-is-fandom-stores .wds-global-footer__image svg {
	display: none;
}

/* Move "Explore" menu back to the end */
.fandom-community-header__local-navigation .wds-tabs .wds-dropdown:first-child {
	order: 1;
}


.pi-image-collection.wds-tabber .wds-tabs {
    flex-wrap: wrap;
    justify-content: center;
}


.ad-slot-placeholder {
    display: none !important;
}


.top-ads-container {
 display: none !important;
}
#wds-brand-fandom-logomark path /* Hide Fandom heart */
{
    display: none;
}
/* Change font size back to something easier to read post-UCX (June 2021) */
.page__right-rail {
	font-family:sans-serif
}