Community Central
Community Central
No edit summary
No edit summary
Line 5: Line 5:
 
background-image: URL(https://vignette.wikia.nocookie.net/central/images/2/22/Wiki_Logo_Template.png/revision/latest?cb=20090224212502);
 
background-image: URL(https://vignette.wikia.nocookie.net/central/images/2/22/Wiki_Logo_Template.png/revision/latest?cb=20090224212502);
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
background-size: 230px 24px;
+
background-size: 150px 24px;
 
margin-bottom: 4px;
 
margin-bottom: 4px;
 
}
 
}

Revision as of 17:07, 5 March 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";
.wds-global-navigation__logo-image { width: 150px; }
.wds-global-navigation__logo {
    background-image: URL(https://vignette.wikia.nocookie.net/central/images/2/22/Wiki_Logo_Template.png/revision/latest?cb=20090224212502);
    background-repeat: no-repeat;
    background-size: 150px 24px;
    margin-bottom: 4px;
}
}

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

.side-articles.fandom-stories.RailModule {
    display: none; /* Removes Related Stories from Special:Search */
}

.exact-wiki-match {
    display: none; /* Removes Related Wiki from Special:Search */
}

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