Community Central
Community Central
No edit summary
No edit summary
Line 13: Line 13:
 
/* By [[User:Lost Labyrinth]] */
 
/* By [[User:Lost Labyrinth]] */
 
#videosModule { display: none !important; }
 
#videosModule { display: none !important; }
 
/***** Enough with that silly humongous navbar! *****/
 
.global-navigation {
 
position: relative;
 
}
 

Revision as of 13:45, 11 February 2015

/* CODE ON THIS PAGE WILL LOAD FOR ALL OF WIKIA! Just keep that in mind. */
/* If you're wondering about whether you can use the code on this page - you can! You don't need to ask me, just take what you want and add it to your own global.css file! */

/* Special thanks to User:452 for this! Original taken from http://community.wikia.com/wiki/User:452/global.css?diff=prev&oldid=1343313 */
/* This thing fixes the broken width check in MediaWiki:Wiki-navigation */
.ArticlePreviewInner .WikiHeader li.nav-item a {
  /* Because the width check is broken. */ 
  margin: 0;
  padding: 0;
}

/* killing off must watch videos */
/* By [[User:Lost Labyrinth]] */
#videosModule { display: none !important; }