MediaWiki:Vector-2022.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 15: Line 15:
display: none;
display: none;
}
}
}
/* Site notice */
.sitenotice > table {
width: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}
}

Revision as of 22:16, 10 August 2023

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

/* Standard changes */
#siteSub { display: block; }
.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;
	}
}

/* Site notice */
.sitenotice > table {
	width: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
}