Site Notice

Remember to pay a visit to our Discord server and chat with our community! See here for more info.

Be sure to check out the KHUX Wiki for the latest on Kingdom Hearts Union χ and Kingdom Hearts Dark Road! Go and pitch in!

The KHWiki contains spoilers for all Kingdom Hearts games. Read at your own risk.

Please remember not to add information about unreleased games from trailers.

MediaWiki:Vector-2022.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 52: Line 52:
min-width: 150px !important;
min-width: 150px !important;
}
}
table[border="1"] {
:not(td) > table[border="1"] {
width: auto !important;
width: auto !important;
display: block !important;
display: block !important;
overflow: auto !important;
overflow: auto !important;
}
}
table[border="1"] > tbody {
:not(td) > table[border="1"] > tbody {
display: table !important;
display: table !important;
width: calc(100% - 1px) !important;
width: calc(100% - 1px) !important;
}
}
table[border="1"][style*="border-collapse"],
:not(td) > table.wikitable:not(.mw-collapsible),
:not(td) > table.wikitable:not(.mw-collapsible) {
:not(td) > table[border="1"][style*="border-collapse"] {
border-width: 0 !important;
border-width: 0 !important;
}
}

Revision as of 22:26, 4 July 2024

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

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

/* Thumbs */
div.thumbinner {
	box-shadow: none !important;
}

/* Standard changes */
#siteSub { display: block; }
.mw-sidebar-action { display: none; }
.mw-logo-container { max-width: none; }
.mw-page-container { overflow: hidden; }
.mw-page-container, .mw-logo { min-width: 0; }
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;
	}
	#p-search .mw-ui-button {
		padding-right: 0;
	}
}

/* Purge tab gadget */
.mw-ui-icon-vector-gadget-ca-purge {
	display: none;
}
.mw-ui-icon-vector-gadget-ca-purge + span {
	margin: 0 !important;
}

/* Width fixes */
:not(td) > table.wikitable:not(.mw-collapsible) {
	width: auto !important;
	display: block !important;
	overflow: auto !important;
	max-width: max-content !important;
	min-width: 150px !important;
}
:not(td) > table[border="1"] {
	width: auto !important;
	display: block !important;
	overflow: auto !important;
}
:not(td) > table[border="1"] > tbody {
	display: table !important;
	width: calc(100% - 1px) !important;
}
:not(td) > table.wikitable:not(.mw-collapsible),
:not(td) > table[border="1"][style*="border-collapse"] {
	border-width: 0 !important;
}
table.wikitable img, table[border="1"] img {
	min-width: 15px !important;
	max-width: 100% !important;
	height: auto !important;
}
.mw-parser-output table:not(.wikitable) {
	min-width: 0 !important;
}