Community Central
Community Central
No edit summary
No edit summary
Line 24: Line 24:
 
left:0;
 
left:0;
 
margin-top:0 !important;
 
margin-top:0 !important;
  +
padding-bottom:25px;
 
width:auto;
 
width:auto;
min-width:158px;
+
min-width:171px;
max-width:158px;
+
max-width:171px;
  +
max-height:100%;
 
white-space:nowrap;
 
white-space:nowrap;
 
overflow-x:hidden;
 
overflow-x:hidden;
 
text-overflow:clip;
 
text-overflow:clip;
  +
box-sizing:border-box;
  +
-moz-box-sizing:border-box;
 
background-color:rgba(187,187,187,0.85);
 
background-color:rgba(187,187,187,0.85);
 
transition:max-width 2s;
 
transition:max-width 2s;

Revision as of 03:12, 7 January 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 */
#toc {
	display:block;
	position:fixed;
	top:0;
	left:0;
	margin-top:0 !important;
	padding-bottom:25px;
	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;
}
#toc.show:hover { max-width:800px; }
#toctitle { position:relative; width:154px; }
#toctitle .toctoggle { position:absolute; right:5px; }
#toc.show #toctitle .toctoggle { opacity:0.25; }

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