MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

From Destinypedia, the Destiny wiki

No edit summary
No edit summary
Line 2: Line 2:
   The "dark" and "mobile" body classes can be used to target different scenarios */
   The "dark" and "mobile" body classes can be used to target different scenarios */


body.anon.ns-content #stub,
body.anon.ns-content.mobile #stub,
body.anon.ns-content .noticebox.nb-hide,
body.anon.ns-content .noticebox.nb-hide,
body.anon .plainlinksneverexpand > * {
body.anon:not(.ns-10) .plainlinksneverexpand > * {
display: none !important;
display: none !important;
}
}

Revision as of 17:16, August 27, 2020

/* CSS placed here will be applied to all skins on both desktop and mobile
   The "dark" and "mobile" body classes can be used to target different scenarios */

body.anon.ns-content.mobile #stub,
body.anon.ns-content .noticebox.nb-hide,
body.anon:not(.ns-10) .plainlinksneverexpand > * {
	display: none !important;
}