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


.noticebox, .plainlinksneverexpand > * {
body.anon .noticebox,
body.anon .plainlinksneverexpand > * {
display: none !important;
display: none !important;
}
}

Revision as of 07:07, August 5, 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 .noticebox,
body.anon .plainlinksneverexpand > * {
	display: none !important;
}