MediaWiki:Common.css: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body.page-project-FAQ li#ca-talk { display: none !important; }
body.page-project-FAQ li#ca-talk { display: none !important; }

/* Blank out the background of the logo */
.mw-wiki-logo {
background-image: url(//static.miraheze.org/testwiki/d/da/NewLogo2.png);
}

Revision as of 03:18, 30 March 2017

/* CSS placed here will be applied to all skins */
body.page-project-FAQ li#ca-talk { display: none !important; }

/* Blank out the background of the logo */
.mw-wiki-logo {
    background-image: url(//static.miraheze.org/testwiki/d/da/NewLogo2.png);
}