MediaWiki:Vector-2022.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector 2022 skin */
/* CSS placed here will affect users of the Vector 2022 skin */


/* Standard changes */
#siteSub { display: block; }
#siteSub { display: block; }
.mw-logo-wordmark {
.mw-logo-wordmark {
Line 16: Line 17:
}
}


/* Indicators */
#mw-indicator-rc {
#mw-indicator-rc {
top: -16px;
top: -16px;

Revision as of 18:13, August 10, 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;
	}
}

/* Indicators */
#mw-indicator-rc {
	top: -16px;
	font-size: 80%;
}
#rc-bot {
	margin-top: 0 !important;
}