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 16: Line 16:
}
}


/* Special:Preferences */
/* Gallery classes */
#mw-htmlform-mobile .oo-ui-inline-help {
display: none;
}
 
/* Galleries */
.gallery.center {
.gallery.center {
margin-left: auto !important;
margin-left: auto !important;
Line 28: Line 23:
.gallery.centertext .gallerytext {
.gallery.centertext .gallerytext {
text-align: center !important;
text-align: center !important;
}
/* Navbox show/hide */
.navbox .mw-collapsible-toggle {
text-align: right;
min-width: 3.729em;
}
/* Special:Preferences */
#mw-htmlform-mobile .oo-ui-inline-help {
display: none;
}
}



Revision as of 17:16, April 16, 2021

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

/* SiteNotice */
#localNotice a.external {
	padding: 0 !important;
	background: none !important;
}

/* Gallery classes */
.gallery.center {
	margin-left: auto !important;
	margin-right: auto !important;
}
.gallery.centertext .gallerytext {
	text-align: center !important;
}

/* Navbox show/hide */
.navbox .mw-collapsible-toggle {
	text-align: right;
	min-width: 3.729em;
}

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

/* Horizontal rule */
hr { overflow: hidden; }

/* Watchlist expiry (icon fix) */
.oo-ui-icon-clock, .mw-ui-icon-clock::before {
	background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Eclock%3C/title%3E%3Cpath d=%22M10 0a10 10 0 1010 10A10 10 0 0010 0zm2.5 14.5L9 11V4h2v6l3 3z%22/%3E%3C/svg%3E");
}
.mw-changesList-watchlistExpiry.oo-ui-iconElement-icon {
	height: 13px;
	min-height: 13px;
	position: relative;
	top: -1px;
	opacity: 0.51;
}

/* Root category */
body.page-Category_Super_Mario_Wiki.action-view #mw-subcategories h3:last-of-type,
body.page-Category_Super_Mario_Wiki.action-view #mw-subcategories ul:last-of-type,
body.page-Category_Super_Mario_Wiki.action-view #catlinks {
	display: none;
}

/* Maintenance templates */
.notice-template.maintenance {
	border-radius: 5px !important;
	border-image-slice: 10 !important;
	border-image-width: 10px !important;
	border-image-source: url(https://mario.wiki.gallery/images/notice-border.svg) !important;
}