MediaWiki:Vector-2022.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
Tag: Reverted
No edit summary
Line 8: Line 8:
#rc-bot {
#rc-bot {
margin-top: 0 !important;
margin-top: 0 !important;
}
/* Notice boxes */
.noticebox {
width: auto !important;
display: flex !important;
}
}



Revision as of 16:08, August 11, 2023

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

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

/* Notice boxes */
.noticebox {
	width: auto !important;
	display: flex !important;
}

/* Standard changes */
#siteSub { display: block; }
.mw-page-container { min-width: 0; }
.mw-logo-container { max-width: none; }
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;
	}
}

/* Width fixes */
.mw-parser-output > table.wikitable:not(.technicaltable),
.mw-parser-output > .table-scroll, .mw-parser-output > table.darker {
	width: auto !important;
	display: block !important;
	overflow: auto !important;
	max-width: max-content !important;
	min-width: 100px !important;
	border: 0 !important;
}
table.wikitable img, table.darker img,
body.khwiki .mw-parser-output table img,
body.mariowiki .mw-parser-output table img {
	min-width: 15px !important;
	max-width: 100% !important;
	height: auto !important;
}
.mw-parser-output table:not(.wikitable) {
	min-width: 0 !important;
}