Community Central
Community Central
No edit summary
No edit summary
Line 18: Line 18:
   
 
/* Puts the TOC on the left side */
 
/* Puts the TOC on the left side */
#toc {
+
*:not(.modalContent) #toc {
 
display:block;
 
display:block;
 
position:fixed;
 
position:fixed;
Line 37: Line 37:
 
transition:max-width 2s;
 
transition:max-width 2s;
 
}
 
}
#toc.show:hover { max-width:800px; }
+
*:not(.modalContent) #toc.show:hover { max-width:800px; }
#toctitle { position:relative; width:154px; }
+
*:not(.modalContent) #toctitle { position:relative; width:154px; }
#toctitle .toctoggle { position:absolute; right:5px; }
+
*:not(.modalContent) #toctitle .toctoggle { position:absolute; right:5px; }
#toc.show #toctitle .toctoggle { opacity:0.25; }
+
*:not(.modalContent) #toc.show #toctitle .toctoggle { opacity:0.25; }
header:not(#WikiaHeader) { z-index:auto !important; }
+
/*header:not(#WikiaHeader) { z-index:auto !important; }*/
   
 
/* Change space between categories section and comments . */
 
/* Change space between categories section and comments . */

Revision as of 23:49, 15 November 2014

/* 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; }

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

/* Puts the TOC on the left side */
*:not(.modalContent) #toc {
	display:block;
	position:fixed;
	top:0;
	left:0;
	margin-top:0 !important;
	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; }

/* Making top nav compact */
#WikiaHeader nav ul { display:none !important; }
#AccountNavigation>li:first-of-type>a { padding-left:0 !important; }
#WikiaHeader { position:fixed !important; width:100% !important; height:0; }
#WikiaHeader .wikia-header-mask { background:inherit; position:fixed; right:0; }
#WallNotifications .bubbles { visibility:visible !important; }
.page-width-container { margin:0 !important; }
#WikiaHeader nav, ul#AccountNavigation, ul#AccountNavigation>li,
ul#WallNotifications, ul#WallNotifications, #WikiaHeader .page-width-container
{
display:inline-block !important;
right:auto !important;
position:relative !important;
width:auto !important;
}

#AccountNavigation>li, #WallNotifications>li, #WikiaHeader nav
{ height:22px !important; padding-top:0 !important; }
li.WikiaLogo { margin-top:0 !important; }

#AccountNavigation>li .subnav, #WallNotifications>li .subnav
{ margin-top:-9px !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; }