Community Central
Community Central
(temporary)
m (Undo revision 2725149 by K6ka (wall))
Line 1: Line 1:
  +
/* Wikia navbar sanity. From [[User:DEmersonJMFM/globalnav.css]] */
 
  +
@import "https://community.wikia.com/index.php?title=User:DEmersonJMFM/globalnav.css&action=raw&ctype=text/css&smaxage=86400&templates=expand";
   
 
/* killing off must watch videos */
 
/* killing off must watch videos */

Revision as of 16:42, 18 February 2019

/* Wikia navbar sanity. From [[User:DEmersonJMFM/globalnav.css]] */
@import "https://community.wikia.com/index.php?title=User:DEmersonJMFM/globalnav.css&action=raw&ctype=text/css&smaxage=86400&templates=expand";

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

/* from [[w:c:dev:HideModules]] */
.insights-module {
    display: none; /* Removes Insights Module */
}
 
#recirculation-rail,
.wds-global-navigation__link.wds-is-games,
.wds-global-navigation__link.wds-is-movies,
.wds-global-navigation__link.wds-is-tv {
    display: none; /* Removes Trending Articles Module and the Hubs -- [[w:c:dev:RemoveHubs]] */

.community-page-rail-module {
    display: none; /* Removes Special:Community Module */
}

/***** Fixes faulty abuse log page width *****/
.WikiaArticle .table-is-wide {
    width: 1004px;
}

/* Prevents nonexistent categories from showing up as bluelinks */
.newcategory { 
	color: #C20; 
}