MediaWiki:Vector-2022.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
/* Standard changes */
/* Standard changes */
#siteSub { display: block; }
#siteSub { display: block; }
.mw-logo-wordmark {
img.mw-logo-wordmark {
width: 160px !important;
width: 160px !important;
height: auto !important;
height: auto !important;

Revision as of 18:17, August 10, 2023

/* CSS placed here will affect users of the Vector 2022 skin */

/* Standard changes */
#siteSub { display: block; }
img.mw-logo-wordmark {
	width: 160px !important;
	height: auto !important;
}
#p-lang-btn.mw-portlet-empty {
	float: right;
	display: block;
}
@media all and (max-width: 719px) {
	#p-lang-btn .vector-menu-heading-label {
		display: none;
	}
}

/* Main page */
#WelcomeDiv { margin: 0 0 -0.9em !important; }
#WithText { margin-bottom: 0.9em !important; }