MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 8: Line 8:
body.anon.ns-content.action-view:not(.mobile) .notice-template.show {
body.anon.ns-content.action-view:not(.mobile) .notice-template.show {
margin-top: 0 !important;
margin-top: 0 !important;
}
/* Galleries */
.gallery.center {
margin-left: auto !important;
margin-right: auto !important;
}
}



Revision as of 08:42, November 2, 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.action-view.mobile #stub,
body.anon.ns-content.action-view .notice-template:not(.show) {
	display: none !important;
}
body.anon.ns-content.action-view:not(.mobile) .notice-template.show {
	margin-top: 0 !important;
}

/* Galleries */
.gallery.center {
	margin-left: auto !important;
	margin-right: auto !important;
}

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