MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins on both desktop and mobile
/* CSS placed here will be applied to all skins on both desktop and mobile
   The "mobile" body class can be used to target mobile specifically */
   The "mobile" body class can be used to target mobile specifically */
body.anon.ns-content.mobile #stub,
body.anon.ns-content .notice-template:not(.show) {
display: none !important;
}


/* Special:Preferences */
/* Special:Preferences */

Revision as of 18:11, October 18, 2020

/* CSS placed here will be applied to all skins on both desktop and mobile
   The "mobile" body class can be used to target mobile specifically */

body.anon.ns-content.mobile #stub,
body.anon.ns-content .notice-template:not(.show) {
	display: none !important;
}

/* Special:Preferences */
#mw-htmlform-mobile .oo-ui-inline-help {
	display: none;
}