MediaWiki:Vector-2022.css: Difference between revisions

From Ylvapedia
(No blurry sisters)
(Wordmark needs styling as well.)
Line 11: Line 11:
.mw-logo-icon {
.mw-logo-icon {
image-rendering: pixelated;
image-rendering: pixelated;
}
.mw-logo-wordmark {
font-family: "GenEi Antique v5";
font-weight: lighter;
font-size: x-large;
color: #5B1000;
}
}

Revision as of 04:16, 24 December 2024

/* Resolves some max-width cancer that's mangling tables */
.mw-page-container {
	max-width: unset;
}
.mw-content-container {
	max-width: unset;
}
#mw-sidebar-checkbox:not(:checked) ~ .vector-sidebar-container-no-toc ~ .mw-content-container {
	max-width: unset;
}
.mw-logo-icon {
	image-rendering: pixelated;
}
.mw-logo-wordmark {
	font-family: "GenEi Antique v5";
	font-weight: lighter;
	font-size: x-large;
	color: #5B1000;
}