MediaWiki:Common.css: Difference between revisions

From TestWiki
Content added Content deleted
No edit summary
m (via Wikiplus)
Line 3: Line 3:


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

Revision as of 03:21, 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 */
#p-logo > a.mw-wiki-logo {
    background-image: url(//static.miraheze.org/testwiki/d/da/NewLogo2.png);
}