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.
/******************
 * Monobook
 ******************/
#editform textarea {
    font-family: Consolas,"Eupheima UCAS",Ayuthaya,Menlo,monospace;;
}

/******************
 * Global
 ******************/
/* Moves "Patrolled" link to top of page */
.patrollink, .unpatrolled {visibility:hidden;}

.toolbar .mytools, .toolbar .mytools + li { display:none !important; }

/* Lets the comments/summary section on the edit page be resizable */
#wpSummary { resize:vertical !important; }

/* Hide Ads */
.wikia-ad, .wikia-ad+.SelfServeUrl, #WikiaTopAds { display:none !important; }

/* Remove "Around Wikia's network" at bottom of page. Cannot just remove it normally as it keeps the footer below it from floating up. */
#WikiaFooter 
{ height:0 !important; overflow:hidden !important; padding:0 !important; }

/* Hide pointless Wikia network giant dropdown */
#hubs { display:none !important; }

/* Remove "Discussions about ___" section at bottom of article */
#RelatedForumDiscussion { display:none !important; }

/* Make small changes on history comparisons more noticable */
.diffchange-inline {
    background:rgba(255,255,255,0.60)
}

/* Puts the TOC on the left side */
/*
*:not(.modalContent) #toc {
	display:block;
	position:fixed;
	top:0;
	right:0;
	margin-top:0 !important;
	padding-top:56px;
	border-bottom:25px solid transparent;
	width:auto;
	min-width:171px;
	max-width:171px;
	max-height:100%;
	white-space:nowrap;
	overflow-x:hidden;
	text-overflow:clip;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background-color:rgba(187,187,187,0.85);
	transition:max-width 2s;
}
*:not(.modalContent) #toc.show:hover { max-width:800px; }
*:not(.modalContent) #toctitle { position:relative; width:154px; }
*:not(.modalContent) #toctitle .toctoggle { position:absolute; right:5px; }
*:not(.modalContent) #toc.show #toctitle .toctoggle { opacity:0.25; }*/
/*header:not(#WikiaHeader) { z-index:auto !important; }*/

/* Change space between categories section and comments . */
#WikiaArticleCategories { margin-bottom:0px !important; }

header#WikiaPageHeader ul.commentslikes,
div.UserProfileAchievementsModule ul.badges-icons li:nth-child(n+4)
{ display:none !important; }

/* Removes the annoying "Modify / Remove" thing when mousing over image in edit mode */
.RTEMediaMenu { display:none !important; }

/* This "feature" can go **** itself. */
#FounderProgressWidget { display:none !important; }

/* idk why the buttons don't go in front of it like normal, but oh well, hack fix! */
#LightboxNext, #LightboxPrevious { width:150px !important; }

/* Makes the text area resize to the whole width of it's content area. */
.article-comm-input-text textarea { width:100% !important; }

/* Makes the edit page more minimalistic - based on http://community.wikia.com/wiki/User_blog:Kirkburn/Technical_Update:_March_3,_2015#comm-text-805559 */
.EditPage .module_page_controls .preview_box h3 {
    display:none;
}
.EditPage .module_page_controls .preview_box .preview_icon {
    height: 40px;
    padding:5px 0 0 0;
    margin:5px 0 0 0;
    display: inline-block;
    width: 50%;
}
.EditPage .module_page_controls .preview_box .preview_icon svg {
    height: 24px;
    margin-bottom: 6px;
}
.EditPage .module_page_controls .preview_box .preview_icon p {
    display: none;
}
.EditPage .module_page_controls .preview_box .preview_desktop {
    position: relative;
    left: -50%;
}
.EditPage .module_page_controls .preview_box .preview_mobile {
    position: relative;
    left: 50%;
}

/* Makes Wiki Hero crap less obtrusive */
.MainPageHeroHeader:not(.hero-image-wrapper) { display:none !important; }

/* Fixed float images in comment on monobook */
.edited-by { clear:both; }

/* Monobook: Makes the search input suggestions actually readablr */
#searchInputSuggest {
    width:auto !important;
    padding-right: 6px; /* Scrollbar fix */
}