<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://vriendenuniverse.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VU-MaintenanceBot</id>
	<title>Vrienden Universe - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://vriendenuniverse.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=VU-MaintenanceBot"/>
	<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/Special:Contributions/VU-MaintenanceBot"/>
	<updated>2026-09-19T11:47:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11919</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11919"/>
		<updated>2026-09-18T00:14:52Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Use classic wiki blue for Noord existing links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content-list,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content-list {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-pinned-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-pinned-container {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-sticky-pinned-container::after {&lt;br /&gt;
	display: none;&lt;br /&gt;
	background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-image:&lt;br /&gt;
		linear-gradient(rgba(0, 34, 56, 0.58), rgba(0, 34, 56, 0.58)),&lt;br /&gt;
		linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-container.skin-invert {&lt;br /&gt;
	filter: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-wordmark {&lt;br /&gt;
	color: #9FDBFF !important;&lt;br /&gt;
	-webkit-text-fill-color: #9FDBFF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html body a.new.new.new.new.new {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #0645AD !important;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00288F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #00288F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .tanoa-navbox .navbox-title a:not(.new),&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .tanoa-navbox .navbox-group a:not(.new) {&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11918</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11918"/>
		<updated>2026-09-18T00:10:55Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Brighten Noord existing-link blue&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content-list,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content-list {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-pinned-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-pinned-container {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-sticky-pinned-container::after {&lt;br /&gt;
	display: none;&lt;br /&gt;
	background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-image:&lt;br /&gt;
		linear-gradient(rgba(0, 34, 56, 0.58), rgba(0, 34, 56, 0.58)),&lt;br /&gt;
		linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-container.skin-invert {&lt;br /&gt;
	filter: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-wordmark {&lt;br /&gt;
	color: #9FDBFF !important;&lt;br /&gt;
	-webkit-text-fill-color: #9FDBFF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html body a.new.new.new.new.new {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #001078 !important;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00288F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #00288F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .tanoa-navbox .navbox-title a:not(.new),&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .tanoa-navbox .navbox-group a:not(.new) {&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11917</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11917"/>
		<updated>2026-09-18T00:08:12Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Increase Noord existing-link visibility&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content-list,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content-list {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-pinned-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-pinned-container {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-sticky-pinned-container::after {&lt;br /&gt;
	display: none;&lt;br /&gt;
	background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-image:&lt;br /&gt;
		linear-gradient(rgba(0, 34, 56, 0.58), rgba(0, 34, 56, 0.58)),&lt;br /&gt;
		linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-container.skin-invert {&lt;br /&gt;
	filter: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-wordmark {&lt;br /&gt;
	color: #9FDBFF !important;&lt;br /&gt;
	-webkit-text-fill-color: #9FDBFF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html body a.new.new.new.new.new {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00005F !important;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00288F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #00288F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .tanoa-navbox .navbox-title a:not(.new),&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .tanoa-navbox .navbox-group a:not(.new) {&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11916</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11916"/>
		<updated>2026-09-18T00:01:55Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Increase Van Hetten existing-link blue visibility&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content-list,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content-list {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-pinned-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-pinned-container {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-sticky-pinned-container::after {&lt;br /&gt;
	display: none;&lt;br /&gt;
	background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-image:&lt;br /&gt;
		linear-gradient(rgba(0, 34, 56, 0.58), rgba(0, 34, 56, 0.58)),&lt;br /&gt;
		linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-container.skin-invert {&lt;br /&gt;
	filter: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-wordmark {&lt;br /&gt;
	color: #9FDBFF !important;&lt;br /&gt;
	-webkit-text-fill-color: #9FDBFF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html body a.new.new.new.new.new {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00288F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #00288F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .tanoa-navbox .navbox-title a:not(.new),&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .tanoa-navbox .navbox-group a:not(.new) {&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11915</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11915"/>
		<updated>2026-09-17T23:51:30Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Use clean blue existing links in Noord and Van Hetten&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content-list,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content-list {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-pinned-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-pinned-container {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-sticky-pinned-container::after {&lt;br /&gt;
	display: none;&lt;br /&gt;
	background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-image:&lt;br /&gt;
		linear-gradient(rgba(0, 34, 56, 0.58), rgba(0, 34, 56, 0.58)),&lt;br /&gt;
		linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-container.skin-invert {&lt;br /&gt;
	filter: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-wordmark {&lt;br /&gt;
	color: #9FDBFF !important;&lt;br /&gt;
	-webkit-text-fill-color: #9FDBFF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html body a.new.new.new.new.new {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11914</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11914"/>
		<updated>2026-09-17T23:37:42Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Remove underlines from missing-page links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content-list,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content-list {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-pinned-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-pinned-container {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-sticky-pinned-container::after {&lt;br /&gt;
	display: none;&lt;br /&gt;
	background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-image:&lt;br /&gt;
		linear-gradient(rgba(0, 34, 56, 0.58), rgba(0, 34, 56, 0.58)),&lt;br /&gt;
		linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-container.skin-invert {&lt;br /&gt;
	filter: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-wordmark {&lt;br /&gt;
	color: #9FDBFF !important;&lt;br /&gt;
	-webkit-text-fill-color: #9FDBFF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html body a.new.new.new.new.new {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11910</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11910"/>
		<updated>2026-09-17T15:34:45Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Fix Hugerinus header wordmark contrast&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content-list,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content-list {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-pinned-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-pinned-container {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-sticky-pinned-container::after {&lt;br /&gt;
	display: none;&lt;br /&gt;
	background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-image:&lt;br /&gt;
		linear-gradient(rgba(0, 34, 56, 0.58), rgba(0, 34, 56, 0.58)),&lt;br /&gt;
		linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-container.skin-invert {&lt;br /&gt;
	filter: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-logo-wordmark {&lt;br /&gt;
	color: #9FDBFF !important;&lt;br /&gt;
	-webkit-text-fill-color: #9FDBFF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11909</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11909"/>
		<updated>2026-09-17T15:29:20Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Remove Hugerinus pinned-sidebar fade bars&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content-list,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content-list {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-pinned-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-pinned-container {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-sticky-pinned-container::after {&lt;br /&gt;
	display: none;&lt;br /&gt;
	background: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-image:&lt;br /&gt;
		linear-gradient(rgba(0, 34, 56, 0.58), rgba(0, 34, 56, 0.58)),&lt;br /&gt;
		linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11908</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11908"/>
		<updated>2026-09-17T15:26:46Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Remove remaining Hugerinus sidebar menu fills&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-menu-content-list,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-menu-content-list {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	border-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-pinned-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-pinned-container {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-image:&lt;br /&gt;
		linear-gradient(rgba(0, 34, 56, 0.58), rgba(0, 34, 56, 0.58)),&lt;br /&gt;
		linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11907</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11907"/>
		<updated>2026-09-17T15:19:37Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Remove Hugerinus panel edges and use a continuous background&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-pinned-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-pinned-container {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
	box-shadow: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-image:&lt;br /&gt;
		linear-gradient(rgba(0, 34, 56, 0.58), rgba(0, 34, 56, 0.58)),&lt;br /&gt;
		linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11906</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11906"/>
		<updated>2026-09-17T15:15:56Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Round Hugerinus pinned sidebar containers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: linear-gradient(145deg, rgba(0, 47, 72, 0.94), rgba(0, 39, 74, 0.90));&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 12px;&lt;br /&gt;
	box-shadow: 0 0 0 1px rgba(159, 219, 255, 0.22), 0 12px 30px rgba(0, 18, 42, 0.30);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.88);&lt;br /&gt;
	border-radius: 10px;&lt;br /&gt;
	box-shadow: 0 0 0 1px rgba(159, 219, 255, 0.18), 0 8px 22px rgba(0, 18, 42, 0.24);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .vector-pinned-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .vector-pinned-container {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.72);&lt;br /&gt;
	border-radius: 12px;&lt;br /&gt;
	box-shadow: 0 0 0 1px rgba(159, 219, 255, 0.14), 0 10px 26px rgba(0, 18, 42, 0.22);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11905</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11905"/>
		<updated>2026-09-17T15:12:52Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Soften Hugerinus article and sidebar edges&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: linear-gradient(145deg, rgba(0, 47, 72, 0.94), rgba(0, 39, 74, 0.90));&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-radius: 12px;&lt;br /&gt;
	box-shadow: 0 0 0 1px rgba(159, 219, 255, 0.22), 0 12px 30px rgba(0, 18, 42, 0.30);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end .mw-portlet {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.88);&lt;br /&gt;
	border-radius: 10px;&lt;br /&gt;
	box-shadow: 0 0 0 1px rgba(159, 219, 255, 0.18), 0 8px 22px rgba(0, 18, 42, 0.24);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11904</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11904"/>
		<updated>2026-09-17T15:09:09Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Use red missing links and blue existing links in Noord&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #300000 !important;&lt;br /&gt;
	padding-inline: 0;&lt;br /&gt;
	border-radius: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #00004F !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a:not(.new):not(.mw-selflink) {&lt;br /&gt;
	color: #8EC5FF !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord.vu-theme-noord body .mw-parser-output .navbox td.navbox-list a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11903</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11903"/>
		<updated>2026-09-17T14:52:07Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Keep missing-page links red and readable in every theme&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing pages stay recognizably red and readable in every appearance. */&lt;br /&gt;
html.skin-theme-clientpref-day body a.new.new.new.new.new,&lt;br /&gt;
html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #B00020 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF7B86 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
	text-decoration-color: currentColor;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (prefers-color-scheme: dark) {&lt;br /&gt;
	html.skin-theme-clientpref-os body a.new.new.new.new.new {&lt;br /&gt;
		color: #FF7B86 !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #EF7180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #FF9AA2 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #700000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new.new.new.new.new {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #8A1F2D !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new.new.new.new.new {&lt;br /&gt;
	background-color: #FFB3B3 !important;&lt;br /&gt;
	color: #7A0000 !important;&lt;br /&gt;
	padding-inline: 0.08em;&lt;br /&gt;
	border-radius: 0.12em;&lt;br /&gt;
	-webkit-box-decoration-break: clone;&lt;br /&gt;
	box-decoration-break: clone;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11902</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11902"/>
		<updated>2026-09-17T14:45:37Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Shift Van Hetten from amber to deeper orange&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF7A00;&lt;br /&gt;
	--background-color-neutral: #FF922B;&lt;br /&gt;
	--background-color-neutral-subtle: #FFAA55;&lt;br /&gt;
	--background-color-interactive: #FFAA55;&lt;br /&gt;
	--background-color-interactive-subtle: #FF922B;&lt;br /&gt;
	--background-color-progressive-subtle: #FF922B;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FF7A00;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FF7A00 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FF922B !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFAA55 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFB26B !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FF9840 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FF922B;&lt;br /&gt;
	--vu-infobox-header: #FFAA55;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11901</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11901"/>
		<updated>2026-09-17T14:43:22Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Fix Van Hetten navbox row contrast&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FFA500;&lt;br /&gt;
	--background-color-neutral: #FFB733;&lt;br /&gt;
	--background-color-neutral-subtle: #FFC966;&lt;br /&gt;
	--background-color-interactive: #FFC966;&lt;br /&gt;
	--background-color-interactive-subtle: #FFB733;&lt;br /&gt;
	--background-color-progressive-subtle: #FFB733;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FFA500;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFC966 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FFA500;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FFB733 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFC966 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep Dark mode&#039;s gray navbox rows from obscuring Van Hetten&#039;s black links. */&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd,&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-odd {&lt;br /&gt;
	background-color: #FFD180 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-even {&lt;br /&gt;
	background-color: #FFC15A !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten.vu-theme-van-hetten body .mw-parser-output .navbox td.navbox-list a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FFB733;&lt;br /&gt;
	--vu-infobox-header: #FFC966;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11900</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11900"/>
		<updated>2026-09-17T14:38:59Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Deepen the Hugerinus gradient blue&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FFA500;&lt;br /&gt;
	--background-color-neutral: #FFB733;&lt;br /&gt;
	--background-color-neutral-subtle: #FFC966;&lt;br /&gt;
	--background-color-interactive: #FFC966;&lt;br /&gt;
	--background-color-interactive-subtle: #FFB733;&lt;br /&gt;
	--background-color-progressive-subtle: #FFB733;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FFA500;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFC966 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FFA500;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FFB733 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFC966 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #28669A 50%, #175DB8 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FFB733;&lt;br /&gt;
	--vu-infobox-header: #FFC966;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11899</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11899"/>
		<updated>2026-09-17T14:34:15Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Finalize theme headers, infoboxes, Van Hetten palette, and Hugerinus gradient&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #35677C 50%, #2F568C 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #35677C 50%, #2F568C 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #35677C 50%, #2F568C 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #35677C 50%, #2F568C 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure orange base with black text and lighter orange controls.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FFA500;&lt;br /&gt;
	--background-color-neutral: #FFB733;&lt;br /&gt;
	--background-color-neutral-subtle: #FFC966;&lt;br /&gt;
	--background-color-interactive: #FFC966;&lt;br /&gt;
	--background-color-interactive-subtle: #FFB733;&lt;br /&gt;
	--background-color-progressive-subtle: #FFB733;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FFA500;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6 {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #FFC966 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #FFA500;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #FFB733 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #FFC966 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #35677C 50%, #2F568C 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #FFB733;&lt;br /&gt;
	--vu-infobox-header: #FFC966;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Beat late-loaded TemplateStyles/night selectors without affecting native Dark. */&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap.vu-theme-paap, .vu-theme-hugerinus.vu-theme-hugerinus, .vu-theme-noord.vu-theme-noord, .vu-theme-van-hetten.vu-theme-van-hetten, .vu-theme-schroeter.vu-theme-schroeter) body .mw-parser-output .tanoa-navbox th.navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11898</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11898"/>
		<updated>2026-09-17T14:29:52Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Reorder custom appearance options&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
 * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally&lt;br /&gt;
 * loaded for all users on every wiki page. If possible create a gadget that is&lt;br /&gt;
 * enabled by default instead of adding it here (since gadgets are fully&lt;br /&gt;
 * optimized ResourceLoader modules with possibility to add dependencies etc.)&lt;br /&gt;
 *&lt;br /&gt;
 * Since Common.js isn&#039;t a gadget, there is no place to declare its&lt;br /&gt;
 * dependencies, so we have to lazy load them with mw.loader.using on demand and&lt;br /&gt;
 * then execute the rest in the callback. In most cases these dependencies will&lt;br /&gt;
 * be loaded (or loading) already and the callback will not be delayed. In case a&lt;br /&gt;
 * dependency hasn&#039;t arrived yet it&#039;ll make sure those are loaded before this.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* global mw, $ */&lt;br /&gt;
/* jshint strict:false, browser:true */&lt;br /&gt;
&lt;br /&gt;
mw.loader.using( [ &#039;mediawiki.util&#039; ] ).done( function () {&lt;br /&gt;
	/* Begin of mw.loader.using callback */&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Map addPortletLink to mw.util&lt;br /&gt;
	 * @deprecated: Use mw.util.addPortletLink instead.&lt;br /&gt;
	 */&lt;br /&gt;
	mw.log.deprecate( window, &#039;addPortletLink&#039;, mw.util.addPortletLink, &#039;Use mw.util.addPortletLink instead&#039; );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * @source www.mediawiki.org/wiki/Snippets/Load_JS_and_CSS_by_URL&lt;br /&gt;
	 * @rev 6&lt;br /&gt;
	 */&lt;br /&gt;
	var extraCSS = mw.util.getParamValue( &#039;withCSS&#039; ),&lt;br /&gt;
		extraJS = mw.util.getParamValue( &#039;withJS&#039; );&lt;br /&gt;
&lt;br /&gt;
	if ( extraCSS ) {&lt;br /&gt;
		if ( extraCSS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.css$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraCSS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/css&#039;, &#039;text/css&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withCSS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	if ( extraJS ) {&lt;br /&gt;
		if ( extraJS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.js$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraJS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withJS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Collapsible tables; reimplemented with mw-collapsible&lt;br /&gt;
	 * Styling is also in place to avoid FOUC&lt;br /&gt;
	 *&lt;br /&gt;
	 * Allows tables to be collapsed, showing only the header. See [[Help:Collapsing]].&lt;br /&gt;
	 * @version 3.0.0 (2018-05-20)&lt;br /&gt;
	 * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-collapsibleTables.js&lt;br /&gt;
	 * @author [[User:R. Koot]]&lt;br /&gt;
	 * @author [[User:Krinkle]]&lt;br /&gt;
	 * @author [[User:TheDJ]]&lt;br /&gt;
	 * @deprecated Since MediaWiki 1.20: Use class=&amp;quot;mw-collapsible&amp;quot; instead which&lt;br /&gt;
	 * is supported in MediaWiki core. Shimmable since MediaWiki 1.32&lt;br /&gt;
	 *&lt;br /&gt;
	 * @param {jQuery} $content&lt;br /&gt;
	 */&lt;br /&gt;
	function makeCollapsibleMwCollapsible( $content ) {&lt;br /&gt;
		var $tables = $content&lt;br /&gt;
			.find( &#039;table.collapsible:not(.mw-collapsible)&#039; )&lt;br /&gt;
			.addClass( &#039;mw-collapsible&#039; );&lt;br /&gt;
&lt;br /&gt;
		$.each( $tables, function ( index, table ) {&lt;br /&gt;
			// mw.log.warn( &#039;This page is using the deprecated class collapsible. Please replace it with mw-collapsible.&#039;);&lt;br /&gt;
			if ( $( table ).hasClass( &#039;collapsed&#039; ) ) {&lt;br /&gt;
				$( table ).addClass( &#039;mw-collapsed&#039; );&lt;br /&gt;
				// mw.log.warn( &#039;This page is using the deprecated class collapsed. Please replace it with mw-collapsed.&#039;);&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
		if ( $tables.length &amp;gt; 0 ) {&lt;br /&gt;
			mw.loader.using( &#039;jquery.makeCollapsible&#039; ).then( function () {&lt;br /&gt;
				$tables.makeCollapsible();&lt;br /&gt;
			} );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
	mw.hook( &#039;wikipage.content&#039; ).add( makeCollapsibleMwCollapsible );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Add support to mw-collapsible for autocollapse, innercollapse and outercollapse&lt;br /&gt;
	 *&lt;br /&gt;
	 * Maintainers: TheDJ&lt;br /&gt;
	 */&lt;br /&gt;
	function mwCollapsibleSetup( $collapsibleContent ) {&lt;br /&gt;
		var $element,&lt;br /&gt;
			$toggle,&lt;br /&gt;
			autoCollapseThreshold = 2;&lt;br /&gt;
		$.each( $collapsibleContent, function ( index, element ) {&lt;br /&gt;
			$element = $( element );&lt;br /&gt;
			if ( $element.hasClass( &#039;collapsible&#039; ) ) {&lt;br /&gt;
				$element.find( &#039;tr:first &amp;gt; th:first&#039; ).prepend( $element.find( &#039;tr:first &amp;gt; * &amp;gt; .mw-collapsible-toggle&#039; ) );&lt;br /&gt;
			}&lt;br /&gt;
			if ( $collapsibleContent.length &amp;gt;= autoCollapseThreshold &amp;amp;&amp;amp; $element.hasClass( &#039;autocollapse&#039; ) ) {&lt;br /&gt;
				$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
			} else if ( $element.hasClass( &#039;innercollapse&#039; ) ) {&lt;br /&gt;
				if ( $element.parents( &#039;.outercollapse&#039; ).length &amp;gt; 0 ) {&lt;br /&gt;
					$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
			// because of colored backgrounds, style the link in the text color&lt;br /&gt;
			// to ensure accessible contrast&lt;br /&gt;
			$toggle = $element.find( &#039;.mw-collapsible-toggle&#039; );&lt;br /&gt;
			if ( $toggle.length ) {&lt;br /&gt;
				// Make the toggle inherit text color (Updated for T333357 2023-04-29)&lt;br /&gt;
				if ( $toggle.parent()[ 0 ].style.color ) {&lt;br /&gt;
					$toggle.css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
					$toggle.find( &#039;.mw-collapsible-text&#039; ).css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	mw.hook( &#039;wikipage.collapsibleContent&#039; ).add( mwCollapsibleSetup );&lt;br /&gt;
&lt;br /&gt;
	/* End of mw.loader.using callback */&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Add Vrienden Universe custom themes to Vector 2022&#039;s color options.&lt;br /&gt;
 *&lt;br /&gt;
 * Vector exposes os/day/night as native client preferences. Custom themes&lt;br /&gt;
 * select Vector&#039;s night mode underneath, then add their own root CSS class.&lt;br /&gt;
 */&lt;br /&gt;
( function () {&lt;br /&gt;
	&#039;use strict&#039;;&lt;br /&gt;
&lt;br /&gt;
	var root = document.documentElement,&lt;br /&gt;
		themes = [&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Noord&#039;,&lt;br /&gt;
				value: &#039;noord&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-noord&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-noord&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Paap&#039;,&lt;br /&gt;
				value: &#039;paap&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-paap&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-paap&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Van Hetten&#039;,&lt;br /&gt;
				value: &#039;van-hetten&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-van-hetten&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-van-hetten&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Schroeter&#039;,&lt;br /&gt;
				value: &#039;schroeter&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-schroeter&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-schroeter&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Hugerinus&#039;,&lt;br /&gt;
				value: &#039;hugerinus&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-hugerinus&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-hugerinus&#039;&lt;br /&gt;
			}&lt;br /&gt;
		];&lt;br /&gt;
&lt;br /&gt;
	function inputId( theme ) {&lt;br /&gt;
		return &#039;skin-client-pref-skin-theme-value-&#039; + theme.value;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function isCustomThemeValue( value ) {&lt;br /&gt;
		var i;&lt;br /&gt;
&lt;br /&gt;
		for ( i = 0; i &amp;lt; themes.length; i++ ) {&lt;br /&gt;
			if ( themes[ i ].value === value ) {&lt;br /&gt;
				return true;&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		return false;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function readStoredTheme() {&lt;br /&gt;
		var i;&lt;br /&gt;
&lt;br /&gt;
		try {&lt;br /&gt;
			for ( i = themes.length - 1; i &amp;gt;= 0; i-- ) {&lt;br /&gt;
				if ( window.localStorage.getItem( themes[ i ].storageKey ) === &#039;1&#039; ) {&lt;br /&gt;
					return themes[ i ];&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			/* Continue without a stored custom theme. */&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		return null;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function applyTheme( selectedTheme ) {&lt;br /&gt;
		var i,&lt;br /&gt;
			theme,&lt;br /&gt;
			enabled;&lt;br /&gt;
&lt;br /&gt;
		for ( i = 0; i &amp;lt; themes.length; i++ ) {&lt;br /&gt;
			theme = themes[ i ];&lt;br /&gt;
			enabled = selectedTheme === theme;&lt;br /&gt;
			root.classList.toggle( theme.rootClass, enabled );&lt;br /&gt;
&lt;br /&gt;
			try {&lt;br /&gt;
				if ( enabled ) {&lt;br /&gt;
					window.localStorage.setItem( theme.storageKey, &#039;1&#039; );&lt;br /&gt;
				} else {&lt;br /&gt;
					window.localStorage.removeItem( theme.storageKey );&lt;br /&gt;
				}&lt;br /&gt;
			} catch ( error ) {&lt;br /&gt;
				/* The selected theme still works when storage is blocked. */&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function makeThemeControl( theme, nightInput ) {&lt;br /&gt;
		var container = document.createElement( &#039;div&#039; ),&lt;br /&gt;
			input = document.createElement( &#039;input&#039; ),&lt;br /&gt;
			icon = document.createElement( &#039;span&#039; ),&lt;br /&gt;
			label = document.createElement( &#039;label&#039; ),&lt;br /&gt;
			labelText = document.createElement( &#039;span&#039; );&lt;br /&gt;
&lt;br /&gt;
		container.className = &#039;cdx-radio&#039;;&lt;br /&gt;
		input.className = &#039;cdx-radio__input&#039;;&lt;br /&gt;
		input.type = &#039;radio&#039;;&lt;br /&gt;
		input.name = nightInput.name;&lt;br /&gt;
		input.id = inputId( theme );&lt;br /&gt;
		input.value = theme.value;&lt;br /&gt;
		input.setAttribute( &#039;data-event-name&#039;, input.id );&lt;br /&gt;
		icon.className = &#039;cdx-radio__icon&#039;;&lt;br /&gt;
		label.className = &#039;cdx-label cdx-radio__label&#039;;&lt;br /&gt;
		label.setAttribute( &#039;for&#039;, input.id );&lt;br /&gt;
		labelText.className = &#039;cdx-label__label__text&#039;;&lt;br /&gt;
		labelText.textContent = theme.name;&lt;br /&gt;
&lt;br /&gt;
		label.appendChild( labelText );&lt;br /&gt;
		container.appendChild( input );&lt;br /&gt;
		container.appendChild( icon );&lt;br /&gt;
		container.appendChild( label );&lt;br /&gt;
&lt;br /&gt;
		input.addEventListener( &#039;change&#039;, function () {&lt;br /&gt;
			if ( !input.checked ) {&lt;br /&gt;
				return;&lt;br /&gt;
			}&lt;br /&gt;
			nightInput.click();&lt;br /&gt;
			input.checked = true;&lt;br /&gt;
			applyTheme( theme );&lt;br /&gt;
		} );&lt;br /&gt;
&lt;br /&gt;
		return container;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function mountControls() {&lt;br /&gt;
		var nightInput = document.getElementById( &#039;skin-client-pref-skin-theme-value-night&#039; ),&lt;br /&gt;
			storedTheme = readStoredTheme(),&lt;br /&gt;
			form,&lt;br /&gt;
			control,&lt;br /&gt;
			inputs,&lt;br /&gt;
			i,&lt;br /&gt;
			theme,&lt;br /&gt;
			selectedInput;&lt;br /&gt;
&lt;br /&gt;
		if ( !nightInput ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		form = nightInput.form || nightInput.closest( &#039;form&#039; );&lt;br /&gt;
		if ( !form ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		for ( i = 0; i &amp;lt; themes.length; i++ ) {&lt;br /&gt;
			theme = themes[ i ];&lt;br /&gt;
			if ( !document.getElementById( inputId( theme ) ) ) {&lt;br /&gt;
				control = makeThemeControl( theme, nightInput );&lt;br /&gt;
				form.appendChild( control );&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( form.getAttribute( &#039;data-vu-theme-listeners&#039; ) !== &#039;1&#039; ) {&lt;br /&gt;
			form.setAttribute( &#039;data-vu-theme-listeners&#039;, &#039;1&#039; );&lt;br /&gt;
			inputs = form.querySelectorAll( &#039;input[type=&amp;quot;radio&amp;quot;]&#039; );&lt;br /&gt;
			for ( i = 0; i &amp;lt; inputs.length; i++ ) {&lt;br /&gt;
				if ( !isCustomThemeValue( inputs[ i ].value ) ) {&lt;br /&gt;
					inputs[ i ].addEventListener( &#039;change&#039;, function ( event ) {&lt;br /&gt;
						if ( event.target.checked ) {&lt;br /&gt;
							applyTheme( null );&lt;br /&gt;
						}&lt;br /&gt;
					} );&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( storedTheme ) {&lt;br /&gt;
			if ( !root.classList.contains( &#039;skin-theme-clientpref-night&#039; ) ) {&lt;br /&gt;
				nightInput.click();&lt;br /&gt;
			}&lt;br /&gt;
			selectedInput = document.getElementById( inputId( storedTheme ) );&lt;br /&gt;
			if ( selectedInput ) {&lt;br /&gt;
				selectedInput.checked = true;&lt;br /&gt;
			}&lt;br /&gt;
			applyTheme( storedTheme );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	applyTheme( readStoredTheme() );&lt;br /&gt;
&lt;br /&gt;
	if ( document.readyState === &#039;loading&#039; ) {&lt;br /&gt;
		document.addEventListener( &#039;DOMContentLoaded&#039;, mountControls );&lt;br /&gt;
	} else {&lt;br /&gt;
		mountControls();&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	new MutationObserver( mountControls ).observe( document.documentElement, {&lt;br /&gt;
		childList: true,&lt;br /&gt;
		subtree: true&lt;br /&gt;
	} );&lt;br /&gt;
}() );&lt;br /&gt;
/* DO NOT ADD CODE BELOW THIS LINE */&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11897</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11897"/>
		<updated>2026-09-17T14:29:50Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Fix custom-theme infoboxes and preserve Tanoa navbox gold&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6,&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox td,&lt;br /&gt;
html.vu-theme-noord .infobox th,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure black surfaces with CSS pure orange text (#FFA500).&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #000000;&lt;br /&gt;
	--background-color-neutral: #000000;&lt;br /&gt;
	--background-color-neutral-subtle: #000000;&lt;br /&gt;
	--background-color-interactive: #000000;&lt;br /&gt;
	--background-color-interactive-subtle: #000000;&lt;br /&gt;
	--background-color-progressive-subtle: #000000;&lt;br /&gt;
	--border-color-base: #FFA500;&lt;br /&gt;
	--border-color-subtle: #FFA500;&lt;br /&gt;
	--color-base: #FFA500;&lt;br /&gt;
	--color-subtle: #FFA500;&lt;br /&gt;
	--color-progressive: #FFA500;&lt;br /&gt;
	--color-destructive: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6,&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #1A1A1A !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox td,&lt;br /&gt;
html.vu-theme-van-hetten .infobox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #111111 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #1A1A1A !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Custom-theme infobox palette.&lt;br /&gt;
 * These rules are deliberately scoped to custom themes; native Dark keeps its&lt;br /&gt;
 * existing #1B223D headers and #1e1e1e body cells.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	--vu-infobox-body: #241338;&lt;br /&gt;
	--vu-infobox-header: #351D53;&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	--vu-infobox-body: #002F48;&lt;br /&gt;
	--vu-infobox-header: linear-gradient(90deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
	--vu-infobox-text: #FFFFFF;&lt;br /&gt;
	--vu-infobox-border: #3D99A4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	--vu-infobox-body: #FF3F3F;&lt;br /&gt;
	--vu-infobox-header: #FF6666;&lt;br /&gt;
	--vu-infobox-text: #000000;&lt;br /&gt;
	--vu-infobox-border: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	--vu-infobox-body: #111111;&lt;br /&gt;
	--vu-infobox-header: #1A1A1A;&lt;br /&gt;
	--vu-infobox-text: #FFA500;&lt;br /&gt;
	--vu-infobox-border: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	--vu-infobox-body: #F3EADF;&lt;br /&gt;
	--vu-infobox-header: #D6C2A6;&lt;br /&gt;
	--vu-infobox-text: #2B2520;&lt;br /&gt;
	--vu-infobox-border: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th {&lt;br /&gt;
	background: var(--vu-infobox-body) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-above,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-title,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-header,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-subheader,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox td.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th.infobox-below,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox caption,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox th[colspan] {&lt;br /&gt;
	background: var(--vu-infobox-header) !important;&lt;br /&gt;
	color: var(--vu-infobox-text) !important;&lt;br /&gt;
	border-color: var(--vu-infobox-border) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox a,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox span,&lt;br /&gt;
html.skin-theme-clientpref-night:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .infobox div {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Preserve the Tanoa navbox&#039;s semantic gold identity in custom themes. */&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title {&lt;br /&gt;
	background: #B37C28 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group {&lt;br /&gt;
	background: #C48F2D !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-title a,&lt;br /&gt;
html:is(.vu-theme-paap, .vu-theme-hugerinus, .vu-theme-noord, .vu-theme-van-hetten, .vu-theme-schroeter) .tanoa-navbox .navbox-group a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11896</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11896"/>
		<updated>2026-09-17T14:22:40Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Apply Schroeter colors to night-mode infobox headers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6,&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox *,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure black surfaces with CSS pure orange text (#FFA500).&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #000000;&lt;br /&gt;
	--background-color-neutral: #000000;&lt;br /&gt;
	--background-color-neutral-subtle: #000000;&lt;br /&gt;
	--background-color-interactive: #000000;&lt;br /&gt;
	--background-color-interactive-subtle: #000000;&lt;br /&gt;
	--background-color-progressive-subtle: #000000;&lt;br /&gt;
	--border-color-base: #FFA500;&lt;br /&gt;
	--border-color-subtle: #FFA500;&lt;br /&gt;
	--color-base: #FFA500;&lt;br /&gt;
	--color-subtle: #FFA500;&lt;br /&gt;
	--color-progressive: #FFA500;&lt;br /&gt;
	--color-destructive: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6,&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #1A1A1A !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox *,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #111111 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #1A1A1A !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Outrank Vector&#039;s more specific night-mode header selectors. */&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter.skin-theme-clientpref-night .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11895</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11895"/>
		<updated>2026-09-17T14:20:14Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Add Schroeter appearance option&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
 * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally&lt;br /&gt;
 * loaded for all users on every wiki page. If possible create a gadget that is&lt;br /&gt;
 * enabled by default instead of adding it here (since gadgets are fully&lt;br /&gt;
 * optimized ResourceLoader modules with possibility to add dependencies etc.)&lt;br /&gt;
 *&lt;br /&gt;
 * Since Common.js isn&#039;t a gadget, there is no place to declare its&lt;br /&gt;
 * dependencies, so we have to lazy load them with mw.loader.using on demand and&lt;br /&gt;
 * then execute the rest in the callback. In most cases these dependencies will&lt;br /&gt;
 * be loaded (or loading) already and the callback will not be delayed. In case a&lt;br /&gt;
 * dependency hasn&#039;t arrived yet it&#039;ll make sure those are loaded before this.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* global mw, $ */&lt;br /&gt;
/* jshint strict:false, browser:true */&lt;br /&gt;
&lt;br /&gt;
mw.loader.using( [ &#039;mediawiki.util&#039; ] ).done( function () {&lt;br /&gt;
	/* Begin of mw.loader.using callback */&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Map addPortletLink to mw.util&lt;br /&gt;
	 * @deprecated: Use mw.util.addPortletLink instead.&lt;br /&gt;
	 */&lt;br /&gt;
	mw.log.deprecate( window, &#039;addPortletLink&#039;, mw.util.addPortletLink, &#039;Use mw.util.addPortletLink instead&#039; );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * @source www.mediawiki.org/wiki/Snippets/Load_JS_and_CSS_by_URL&lt;br /&gt;
	 * @rev 6&lt;br /&gt;
	 */&lt;br /&gt;
	var extraCSS = mw.util.getParamValue( &#039;withCSS&#039; ),&lt;br /&gt;
		extraJS = mw.util.getParamValue( &#039;withJS&#039; );&lt;br /&gt;
&lt;br /&gt;
	if ( extraCSS ) {&lt;br /&gt;
		if ( extraCSS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.css$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraCSS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/css&#039;, &#039;text/css&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withCSS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	if ( extraJS ) {&lt;br /&gt;
		if ( extraJS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.js$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraJS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withJS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Collapsible tables; reimplemented with mw-collapsible&lt;br /&gt;
	 * Styling is also in place to avoid FOUC&lt;br /&gt;
	 *&lt;br /&gt;
	 * Allows tables to be collapsed, showing only the header. See [[Help:Collapsing]].&lt;br /&gt;
	 * @version 3.0.0 (2018-05-20)&lt;br /&gt;
	 * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-collapsibleTables.js&lt;br /&gt;
	 * @author [[User:R. Koot]]&lt;br /&gt;
	 * @author [[User:Krinkle]]&lt;br /&gt;
	 * @author [[User:TheDJ]]&lt;br /&gt;
	 * @deprecated Since MediaWiki 1.20: Use class=&amp;quot;mw-collapsible&amp;quot; instead which&lt;br /&gt;
	 * is supported in MediaWiki core. Shimmable since MediaWiki 1.32&lt;br /&gt;
	 *&lt;br /&gt;
	 * @param {jQuery} $content&lt;br /&gt;
	 */&lt;br /&gt;
	function makeCollapsibleMwCollapsible( $content ) {&lt;br /&gt;
		var $tables = $content&lt;br /&gt;
			.find( &#039;table.collapsible:not(.mw-collapsible)&#039; )&lt;br /&gt;
			.addClass( &#039;mw-collapsible&#039; );&lt;br /&gt;
&lt;br /&gt;
		$.each( $tables, function ( index, table ) {&lt;br /&gt;
			// mw.log.warn( &#039;This page is using the deprecated class collapsible. Please replace it with mw-collapsible.&#039;);&lt;br /&gt;
			if ( $( table ).hasClass( &#039;collapsed&#039; ) ) {&lt;br /&gt;
				$( table ).addClass( &#039;mw-collapsed&#039; );&lt;br /&gt;
				// mw.log.warn( &#039;This page is using the deprecated class collapsed. Please replace it with mw-collapsed.&#039;);&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
		if ( $tables.length &amp;gt; 0 ) {&lt;br /&gt;
			mw.loader.using( &#039;jquery.makeCollapsible&#039; ).then( function () {&lt;br /&gt;
				$tables.makeCollapsible();&lt;br /&gt;
			} );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
	mw.hook( &#039;wikipage.content&#039; ).add( makeCollapsibleMwCollapsible );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Add support to mw-collapsible for autocollapse, innercollapse and outercollapse&lt;br /&gt;
	 *&lt;br /&gt;
	 * Maintainers: TheDJ&lt;br /&gt;
	 */&lt;br /&gt;
	function mwCollapsibleSetup( $collapsibleContent ) {&lt;br /&gt;
		var $element,&lt;br /&gt;
			$toggle,&lt;br /&gt;
			autoCollapseThreshold = 2;&lt;br /&gt;
		$.each( $collapsibleContent, function ( index, element ) {&lt;br /&gt;
			$element = $( element );&lt;br /&gt;
			if ( $element.hasClass( &#039;collapsible&#039; ) ) {&lt;br /&gt;
				$element.find( &#039;tr:first &amp;gt; th:first&#039; ).prepend( $element.find( &#039;tr:first &amp;gt; * &amp;gt; .mw-collapsible-toggle&#039; ) );&lt;br /&gt;
			}&lt;br /&gt;
			if ( $collapsibleContent.length &amp;gt;= autoCollapseThreshold &amp;amp;&amp;amp; $element.hasClass( &#039;autocollapse&#039; ) ) {&lt;br /&gt;
				$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
			} else if ( $element.hasClass( &#039;innercollapse&#039; ) ) {&lt;br /&gt;
				if ( $element.parents( &#039;.outercollapse&#039; ).length &amp;gt; 0 ) {&lt;br /&gt;
					$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
			// because of colored backgrounds, style the link in the text color&lt;br /&gt;
			// to ensure accessible contrast&lt;br /&gt;
			$toggle = $element.find( &#039;.mw-collapsible-toggle&#039; );&lt;br /&gt;
			if ( $toggle.length ) {&lt;br /&gt;
				// Make the toggle inherit text color (Updated for T333357 2023-04-29)&lt;br /&gt;
				if ( $toggle.parent()[ 0 ].style.color ) {&lt;br /&gt;
					$toggle.css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
					$toggle.find( &#039;.mw-collapsible-text&#039; ).css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	mw.hook( &#039;wikipage.collapsibleContent&#039; ).add( mwCollapsibleSetup );&lt;br /&gt;
&lt;br /&gt;
	/* End of mw.loader.using callback */&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Add Vrienden Universe custom themes to Vector 2022&#039;s color options.&lt;br /&gt;
 *&lt;br /&gt;
 * Vector exposes os/day/night as native client preferences. Custom themes&lt;br /&gt;
 * select Vector&#039;s night mode underneath, then add their own root CSS class.&lt;br /&gt;
 */&lt;br /&gt;
( function () {&lt;br /&gt;
	&#039;use strict&#039;;&lt;br /&gt;
&lt;br /&gt;
	var root = document.documentElement,&lt;br /&gt;
		themes = [&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Paap&#039;,&lt;br /&gt;
				value: &#039;paap&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-paap&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-paap&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Hugerinus&#039;,&lt;br /&gt;
				value: &#039;hugerinus&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-hugerinus&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-hugerinus&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Noord&#039;,&lt;br /&gt;
				value: &#039;noord&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-noord&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-noord&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Van Hetten&#039;,&lt;br /&gt;
				value: &#039;van-hetten&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-van-hetten&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-van-hetten&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Schroeter&#039;,&lt;br /&gt;
				value: &#039;schroeter&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-schroeter&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-schroeter&#039;&lt;br /&gt;
			}&lt;br /&gt;
		];&lt;br /&gt;
&lt;br /&gt;
	function inputId( theme ) {&lt;br /&gt;
		return &#039;skin-client-pref-skin-theme-value-&#039; + theme.value;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function isCustomThemeValue( value ) {&lt;br /&gt;
		var i;&lt;br /&gt;
&lt;br /&gt;
		for ( i = 0; i &amp;lt; themes.length; i++ ) {&lt;br /&gt;
			if ( themes[ i ].value === value ) {&lt;br /&gt;
				return true;&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		return false;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function readStoredTheme() {&lt;br /&gt;
		var i;&lt;br /&gt;
&lt;br /&gt;
		try {&lt;br /&gt;
			for ( i = themes.length - 1; i &amp;gt;= 0; i-- ) {&lt;br /&gt;
				if ( window.localStorage.getItem( themes[ i ].storageKey ) === &#039;1&#039; ) {&lt;br /&gt;
					return themes[ i ];&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			/* Continue without a stored custom theme. */&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		return null;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function applyTheme( selectedTheme ) {&lt;br /&gt;
		var i,&lt;br /&gt;
			theme,&lt;br /&gt;
			enabled;&lt;br /&gt;
&lt;br /&gt;
		for ( i = 0; i &amp;lt; themes.length; i++ ) {&lt;br /&gt;
			theme = themes[ i ];&lt;br /&gt;
			enabled = selectedTheme === theme;&lt;br /&gt;
			root.classList.toggle( theme.rootClass, enabled );&lt;br /&gt;
&lt;br /&gt;
			try {&lt;br /&gt;
				if ( enabled ) {&lt;br /&gt;
					window.localStorage.setItem( theme.storageKey, &#039;1&#039; );&lt;br /&gt;
				} else {&lt;br /&gt;
					window.localStorage.removeItem( theme.storageKey );&lt;br /&gt;
				}&lt;br /&gt;
			} catch ( error ) {&lt;br /&gt;
				/* The selected theme still works when storage is blocked. */&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function makeThemeControl( theme, nightInput ) {&lt;br /&gt;
		var container = document.createElement( &#039;div&#039; ),&lt;br /&gt;
			input = document.createElement( &#039;input&#039; ),&lt;br /&gt;
			icon = document.createElement( &#039;span&#039; ),&lt;br /&gt;
			label = document.createElement( &#039;label&#039; ),&lt;br /&gt;
			labelText = document.createElement( &#039;span&#039; );&lt;br /&gt;
&lt;br /&gt;
		container.className = &#039;cdx-radio&#039;;&lt;br /&gt;
		input.className = &#039;cdx-radio__input&#039;;&lt;br /&gt;
		input.type = &#039;radio&#039;;&lt;br /&gt;
		input.name = nightInput.name;&lt;br /&gt;
		input.id = inputId( theme );&lt;br /&gt;
		input.value = theme.value;&lt;br /&gt;
		input.setAttribute( &#039;data-event-name&#039;, input.id );&lt;br /&gt;
		icon.className = &#039;cdx-radio__icon&#039;;&lt;br /&gt;
		label.className = &#039;cdx-label cdx-radio__label&#039;;&lt;br /&gt;
		label.setAttribute( &#039;for&#039;, input.id );&lt;br /&gt;
		labelText.className = &#039;cdx-label__label__text&#039;;&lt;br /&gt;
		labelText.textContent = theme.name;&lt;br /&gt;
&lt;br /&gt;
		label.appendChild( labelText );&lt;br /&gt;
		container.appendChild( input );&lt;br /&gt;
		container.appendChild( icon );&lt;br /&gt;
		container.appendChild( label );&lt;br /&gt;
&lt;br /&gt;
		input.addEventListener( &#039;change&#039;, function () {&lt;br /&gt;
			if ( !input.checked ) {&lt;br /&gt;
				return;&lt;br /&gt;
			}&lt;br /&gt;
			nightInput.click();&lt;br /&gt;
			input.checked = true;&lt;br /&gt;
			applyTheme( theme );&lt;br /&gt;
		} );&lt;br /&gt;
&lt;br /&gt;
		return container;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function mountControls() {&lt;br /&gt;
		var nightInput = document.getElementById( &#039;skin-client-pref-skin-theme-value-night&#039; ),&lt;br /&gt;
			storedTheme = readStoredTheme(),&lt;br /&gt;
			form,&lt;br /&gt;
			control,&lt;br /&gt;
			inputs,&lt;br /&gt;
			i,&lt;br /&gt;
			theme,&lt;br /&gt;
			selectedInput;&lt;br /&gt;
&lt;br /&gt;
		if ( !nightInput ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		form = nightInput.form || nightInput.closest( &#039;form&#039; );&lt;br /&gt;
		if ( !form ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		for ( i = 0; i &amp;lt; themes.length; i++ ) {&lt;br /&gt;
			theme = themes[ i ];&lt;br /&gt;
			if ( !document.getElementById( inputId( theme ) ) ) {&lt;br /&gt;
				control = makeThemeControl( theme, nightInput );&lt;br /&gt;
				form.appendChild( control );&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( form.getAttribute( &#039;data-vu-theme-listeners&#039; ) !== &#039;1&#039; ) {&lt;br /&gt;
			form.setAttribute( &#039;data-vu-theme-listeners&#039;, &#039;1&#039; );&lt;br /&gt;
			inputs = form.querySelectorAll( &#039;input[type=&amp;quot;radio&amp;quot;]&#039; );&lt;br /&gt;
			for ( i = 0; i &amp;lt; inputs.length; i++ ) {&lt;br /&gt;
				if ( !isCustomThemeValue( inputs[ i ].value ) ) {&lt;br /&gt;
					inputs[ i ].addEventListener( &#039;change&#039;, function ( event ) {&lt;br /&gt;
						if ( event.target.checked ) {&lt;br /&gt;
							applyTheme( null );&lt;br /&gt;
						}&lt;br /&gt;
					} );&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( storedTheme ) {&lt;br /&gt;
			if ( !root.classList.contains( &#039;skin-theme-clientpref-night&#039; ) ) {&lt;br /&gt;
				nightInput.click();&lt;br /&gt;
			}&lt;br /&gt;
			selectedInput = document.getElementById( inputId( storedTheme ) );&lt;br /&gt;
			if ( selectedInput ) {&lt;br /&gt;
				selectedInput.checked = true;&lt;br /&gt;
			}&lt;br /&gt;
			applyTheme( storedTheme );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	applyTheme( readStoredTheme() );&lt;br /&gt;
&lt;br /&gt;
	if ( document.readyState === &#039;loading&#039; ) {&lt;br /&gt;
		document.addEventListener( &#039;DOMContentLoaded&#039;, mountControls );&lt;br /&gt;
	} else {&lt;br /&gt;
		mountControls();&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	new MutationObserver( mountControls ).observe( document.documentElement, {&lt;br /&gt;
		childList: true,&lt;br /&gt;
		subtree: true&lt;br /&gt;
	} );&lt;br /&gt;
}() );&lt;br /&gt;
/* DO NOT ADD CODE BELOW THIS LINE */&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11894</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11894"/>
		<updated>2026-09-17T14:20:13Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Add neutral beige Schroeter color theme&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6,&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox *,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure black surfaces with CSS pure orange text (#FFA500).&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #000000;&lt;br /&gt;
	--background-color-neutral: #000000;&lt;br /&gt;
	--background-color-neutral-subtle: #000000;&lt;br /&gt;
	--background-color-interactive: #000000;&lt;br /&gt;
	--background-color-interactive-subtle: #000000;&lt;br /&gt;
	--background-color-progressive-subtle: #000000;&lt;br /&gt;
	--border-color-base: #FFA500;&lt;br /&gt;
	--border-color-subtle: #FFA500;&lt;br /&gt;
	--color-base: #FFA500;&lt;br /&gt;
	--color-subtle: #FFA500;&lt;br /&gt;
	--color-progressive: #FFA500;&lt;br /&gt;
	--color-destructive: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6,&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #1A1A1A !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox *,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #111111 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #1A1A1A !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Schroeter&amp;quot; color theme.&lt;br /&gt;
 * Neutral beige surfaces with high-contrast charcoal-brown text.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-schroeter {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #E8D8C3;&lt;br /&gt;
	--background-color-neutral: #E1D0B9;&lt;br /&gt;
	--background-color-neutral-subtle: #F3EADF;&lt;br /&gt;
	--background-color-interactive: #D6C2A6;&lt;br /&gt;
	--background-color-interactive-subtle: #E1D0B9;&lt;br /&gt;
	--background-color-progressive-subtle: #D6C2A6;&lt;br /&gt;
	--border-color-base: #806F5C;&lt;br /&gt;
	--border-color-subtle: #A99883;&lt;br /&gt;
	--color-base: #2B2520;&lt;br /&gt;
	--color-subtle: #5A4E43;&lt;br /&gt;
	--color-progressive: #254F73;&lt;br /&gt;
	--color-destructive: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter,&lt;br /&gt;
html.vu-theme-schroeter body,&lt;br /&gt;
html.vu-theme-schroeter .mw-page-container,&lt;br /&gt;
html.vu-theme-schroeter .mw-body,&lt;br /&gt;
html.vu-theme-schroeter .vector-header-container,&lt;br /&gt;
html.vu-theme-schroeter .vector-sticky-header,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-start,&lt;br /&gt;
html.vu-theme-schroeter .vector-column-end {&lt;br /&gt;
	background: #E8D8C3;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-schroeter .vector-menu-content,&lt;br /&gt;
html.vu-theme-schroeter .mw-portlet,&lt;br /&gt;
html.vu-theme-schroeter .cdx-menu,&lt;br /&gt;
html.vu-theme-schroeter .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-schroeter body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #254F73;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter body a.new:link,&lt;br /&gt;
html.vu-theme-schroeter body a.new:visited {&lt;br /&gt;
	color: #8A1F2D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .mw-heading,&lt;br /&gt;
html.vu-theme-schroeter h1,&lt;br /&gt;
html.vu-theme-schroeter h2,&lt;br /&gt;
html.vu-theme-schroeter h3,&lt;br /&gt;
html.vu-theme-schroeter h4,&lt;br /&gt;
html.vu-theme-schroeter h5,&lt;br /&gt;
html.vu-theme-schroeter h6,&lt;br /&gt;
html.vu-theme-schroeter .cdx-label {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-schroeter button {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #5A4E43;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Explicit cell rules beat the night-mode infobox rules underneath. */&lt;br /&gt;
html.vu-theme-schroeter .infobox,&lt;br /&gt;
html.vu-theme-schroeter .infobox td,&lt;br /&gt;
html.vu-theme-schroeter .infobox th {&lt;br /&gt;
	background: #F3EADF !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-schroeter .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-schroeter .infobox caption,&lt;br /&gt;
html.vu-theme-schroeter .infobox th[colspan] {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .infobox a {&lt;br /&gt;
	background: transparent !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox,&lt;br /&gt;
html.vu-theme-schroeter .navbox-subgroup,&lt;br /&gt;
html.vu-theme-schroeter .navbox th,&lt;br /&gt;
html.vu-theme-schroeter .navbox td,&lt;br /&gt;
html.vu-theme-schroeter .wikitable,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-schroeter .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-schroeter .mw-code,&lt;br /&gt;
html.vu-theme-schroeter pre,&lt;br /&gt;
html.vu-theme-schroeter code,&lt;br /&gt;
html.vu-theme-schroeter .toc,&lt;br /&gt;
html.vu-theme-schroeter .catlinks {&lt;br /&gt;
	background: #F3EADF;&lt;br /&gt;
	color: #2B2520;&lt;br /&gt;
	border-color: #806F5C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .navbox-title,&lt;br /&gt;
html.vu-theme-schroeter .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-schroeter .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .navbox .navbox-group {&lt;br /&gt;
	background: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main,&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-schroeter .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-main {&lt;br /&gt;
	background-color: #E8D8C3 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #E8D8C3 0%, #E1D0B9 52%, #D6C2A6 100%) !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-about,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature,&lt;br /&gt;
html.vu-theme-schroeter .vu-guide,&lt;br /&gt;
html.vu-theme-schroeter .vu-notice,&lt;br /&gt;
html.vu-theme-schroeter .vu-information,&lt;br /&gt;
html.vu-theme-schroeter .vu-people-stage,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-area,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse {&lt;br /&gt;
	background-color: #F3EADF !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-schroeter .vu-header-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-route-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-browse-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-slide-button,&lt;br /&gt;
html.vu-theme-schroeter .vu-person-open,&lt;br /&gt;
html.vu-theme-schroeter .vu-family-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-feature-link,&lt;br /&gt;
html.vu-theme-schroeter .vu-explore-link {&lt;br /&gt;
	background-color: #D6C2A6 !important;&lt;br /&gt;
	color: #2B2520 !important;&lt;br /&gt;
	border-color: #806F5C !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11893</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11893"/>
		<updated>2026-09-17T14:15:47Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Soften Hugerinus gradient and restore theme component depth&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Inspired by the green and blue Fish Collective userbox associated with&lt;br /&gt;
 * Hugerinus, but softened into a muted sea-green-to-slate-blue blend.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #2F766C 0%, #356B7A 50%, #3C5F8A 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6,&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox *,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header,&lt;br /&gt;
html.vu-theme-noord .vu-about,&lt;br /&gt;
html.vu-theme-noord .vu-explore,&lt;br /&gt;
html.vu-theme-noord .vu-feature,&lt;br /&gt;
html.vu-theme-noord .vu-guide,&lt;br /&gt;
html.vu-theme-noord .vu-notice,&lt;br /&gt;
html.vu-theme-noord .vu-information,&lt;br /&gt;
html.vu-theme-noord .vu-people-stage,&lt;br /&gt;
html.vu-theme-noord .vu-family-area,&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background-color: #FF3F3F !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header-button,&lt;br /&gt;
html.vu-theme-noord .vu-route-button,&lt;br /&gt;
html.vu-theme-noord .vu-browse-button,&lt;br /&gt;
html.vu-theme-noord .vu-slide-button,&lt;br /&gt;
html.vu-theme-noord .vu-person-open,&lt;br /&gt;
html.vu-theme-noord .vu-family-link,&lt;br /&gt;
html.vu-theme-noord .vu-feature-link,&lt;br /&gt;
html.vu-theme-noord .vu-explore-link {&lt;br /&gt;
	background-color: #FF6666 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure black surfaces with CSS pure orange text (#FFA500).&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #000000;&lt;br /&gt;
	--background-color-neutral: #000000;&lt;br /&gt;
	--background-color-neutral-subtle: #000000;&lt;br /&gt;
	--background-color-interactive: #000000;&lt;br /&gt;
	--background-color-interactive-subtle: #000000;&lt;br /&gt;
	--background-color-progressive-subtle: #000000;&lt;br /&gt;
	--border-color-base: #FFA500;&lt;br /&gt;
	--border-color-subtle: #FFA500;&lt;br /&gt;
	--color-base: #FFA500;&lt;br /&gt;
	--color-subtle: #FFA500;&lt;br /&gt;
	--color-progressive: #FFA500;&lt;br /&gt;
	--color-destructive: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6,&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #1A1A1A !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox *,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header,&lt;br /&gt;
html.vu-theme-van-hetten .vu-about,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature,&lt;br /&gt;
html.vu-theme-van-hetten .vu-guide,&lt;br /&gt;
html.vu-theme-van-hetten .vu-notice,&lt;br /&gt;
html.vu-theme-van-hetten .vu-information,&lt;br /&gt;
html.vu-theme-van-hetten .vu-people-stage,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-area,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse {&lt;br /&gt;
	background-color: #111111 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-header-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-route-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-browse-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-slide-button,&lt;br /&gt;
html.vu-theme-van-hetten .vu-person-open,&lt;br /&gt;
html.vu-theme-van-hetten .vu-family-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-feature-link,&lt;br /&gt;
html.vu-theme-van-hetten .vu-explore-link {&lt;br /&gt;
	background-color: #1A1A1A !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11892</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11892"/>
		<updated>2026-09-17T14:11:57Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Restore visible theme selector controls&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * The gradient uses the exact green and blue from the live Fish Collective&lt;br /&gt;
 * userbox associated with Hugerinus. Darker translucent reading surfaces keep&lt;br /&gt;
 * white text and links legible over the saturated background.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #008000 0%, #0000FF 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #008000, #0000FF);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #008000 0%, #00605f 48%, #0000FF 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #008000 0%, #00605f 55%, #0000FF 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6,&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .cdx-label {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox *,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;]::after,&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;]::after {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure black surfaces with CSS pure orange text (#FFA500).&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #000000;&lt;br /&gt;
	--background-color-neutral: #000000;&lt;br /&gt;
	--background-color-neutral-subtle: #000000;&lt;br /&gt;
	--background-color-interactive: #000000;&lt;br /&gt;
	--background-color-interactive-subtle: #000000;&lt;br /&gt;
	--background-color-progressive-subtle: #000000;&lt;br /&gt;
	--border-color-base: #FFA500;&lt;br /&gt;
	--border-color-subtle: #FFA500;&lt;br /&gt;
	--color-base: #FFA500;&lt;br /&gt;
	--color-subtle: #FFA500;&lt;br /&gt;
	--color-progressive: #FFA500;&lt;br /&gt;
	--color-destructive: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6,&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox *,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;]::after,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;]::after {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11891</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11891"/>
		<updated>2026-09-17T14:10:15Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Keep theme radio controls visible&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * The gradient uses the exact green and blue from the live Fish Collective&lt;br /&gt;
 * userbox associated with Hugerinus. Darker translucent reading surfaces keep&lt;br /&gt;
 * white text and links legible over the saturated background.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #008000 0%, #0000FF 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #008000, #0000FF);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #008000 0%, #00605f 48%, #0000FF 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #008000 0%, #00605f 55%, #0000FF 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6,&lt;br /&gt;
html.vu-theme-noord .cdx-label,&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox *,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;]::after,&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;]::after {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure black surfaces with CSS pure orange text (#FFA500).&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #000000;&lt;br /&gt;
	--background-color-neutral: #000000;&lt;br /&gt;
	--background-color-neutral-subtle: #000000;&lt;br /&gt;
	--background-color-interactive: #000000;&lt;br /&gt;
	--background-color-interactive-subtle: #000000;&lt;br /&gt;
	--background-color-progressive-subtle: #000000;&lt;br /&gt;
	--border-color-base: #FFA500;&lt;br /&gt;
	--border-color-subtle: #FFA500;&lt;br /&gt;
	--color-base: #FFA500;&lt;br /&gt;
	--color-subtle: #FFA500;&lt;br /&gt;
	--color-progressive: #FFA500;&lt;br /&gt;
	--color-destructive: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label,&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;]),&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input:not([type=&amp;quot;radio&amp;quot;])::placeholder {&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox *,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;]::after,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;]::after {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11890</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11890"/>
		<updated>2026-09-17T14:08:51Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Apply Noord and Van Hetten colors consistently to controls&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * The gradient uses the exact green and blue from the live Fish Collective&lt;br /&gt;
 * userbox associated with Hugerinus. Darker translucent reading surfaces keep&lt;br /&gt;
 * white text and links legible over the saturated background.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #008000 0%, #0000FF 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #008000, #0000FF);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #008000 0%, #00605f 48%, #0000FF 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #008000 0%, #00605f 55%, #0000FF 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6,&lt;br /&gt;
html.vu-theme-noord .cdx-label,&lt;br /&gt;
html.vu-theme-noord input,&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord input::placeholder {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox *,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #000000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;]::after,&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;]::after {&lt;br /&gt;
	background-color: #FF0000 !important;&lt;br /&gt;
	border-color: #000000 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure black surfaces with CSS pure orange text (#FFA500).&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #000000;&lt;br /&gt;
	--background-color-neutral: #000000;&lt;br /&gt;
	--background-color-neutral-subtle: #000000;&lt;br /&gt;
	--background-color-interactive: #000000;&lt;br /&gt;
	--background-color-interactive-subtle: #000000;&lt;br /&gt;
	--background-color-progressive-subtle: #000000;&lt;br /&gt;
	--border-color-base: #FFA500;&lt;br /&gt;
	--border-color-subtle: #FFA500;&lt;br /&gt;
	--color-base: #FFA500;&lt;br /&gt;
	--color-subtle: #FFA500;&lt;br /&gt;
	--color-progressive: #FFA500;&lt;br /&gt;
	--color-destructive: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label,&lt;br /&gt;
html.vu-theme-van-hetten input,&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten input::placeholder {&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	opacity: 1;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox *,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
	background-image: none !important;&lt;br /&gt;
	color: #FFA500 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;]::after,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;]::before,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;]::after {&lt;br /&gt;
	background-color: #000000 !important;&lt;br /&gt;
	border-color: #FFA500 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11889</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11889"/>
		<updated>2026-09-17T14:06:21Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Add Noord and Van Hetten appearance options&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
 * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally&lt;br /&gt;
 * loaded for all users on every wiki page. If possible create a gadget that is&lt;br /&gt;
 * enabled by default instead of adding it here (since gadgets are fully&lt;br /&gt;
 * optimized ResourceLoader modules with possibility to add dependencies etc.)&lt;br /&gt;
 *&lt;br /&gt;
 * Since Common.js isn&#039;t a gadget, there is no place to declare its&lt;br /&gt;
 * dependencies, so we have to lazy load them with mw.loader.using on demand and&lt;br /&gt;
 * then execute the rest in the callback. In most cases these dependencies will&lt;br /&gt;
 * be loaded (or loading) already and the callback will not be delayed. In case a&lt;br /&gt;
 * dependency hasn&#039;t arrived yet it&#039;ll make sure those are loaded before this.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* global mw, $ */&lt;br /&gt;
/* jshint strict:false, browser:true */&lt;br /&gt;
&lt;br /&gt;
mw.loader.using( [ &#039;mediawiki.util&#039; ] ).done( function () {&lt;br /&gt;
	/* Begin of mw.loader.using callback */&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Map addPortletLink to mw.util&lt;br /&gt;
	 * @deprecated: Use mw.util.addPortletLink instead.&lt;br /&gt;
	 */&lt;br /&gt;
	mw.log.deprecate( window, &#039;addPortletLink&#039;, mw.util.addPortletLink, &#039;Use mw.util.addPortletLink instead&#039; );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * @source www.mediawiki.org/wiki/Snippets/Load_JS_and_CSS_by_URL&lt;br /&gt;
	 * @rev 6&lt;br /&gt;
	 */&lt;br /&gt;
	var extraCSS = mw.util.getParamValue( &#039;withCSS&#039; ),&lt;br /&gt;
		extraJS = mw.util.getParamValue( &#039;withJS&#039; );&lt;br /&gt;
&lt;br /&gt;
	if ( extraCSS ) {&lt;br /&gt;
		if ( extraCSS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.css$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraCSS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/css&#039;, &#039;text/css&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withCSS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	if ( extraJS ) {&lt;br /&gt;
		if ( extraJS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.js$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraJS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withJS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Collapsible tables; reimplemented with mw-collapsible&lt;br /&gt;
	 * Styling is also in place to avoid FOUC&lt;br /&gt;
	 *&lt;br /&gt;
	 * Allows tables to be collapsed, showing only the header. See [[Help:Collapsing]].&lt;br /&gt;
	 * @version 3.0.0 (2018-05-20)&lt;br /&gt;
	 * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-collapsibleTables.js&lt;br /&gt;
	 * @author [[User:R. Koot]]&lt;br /&gt;
	 * @author [[User:Krinkle]]&lt;br /&gt;
	 * @author [[User:TheDJ]]&lt;br /&gt;
	 * @deprecated Since MediaWiki 1.20: Use class=&amp;quot;mw-collapsible&amp;quot; instead which&lt;br /&gt;
	 * is supported in MediaWiki core. Shimmable since MediaWiki 1.32&lt;br /&gt;
	 *&lt;br /&gt;
	 * @param {jQuery} $content&lt;br /&gt;
	 */&lt;br /&gt;
	function makeCollapsibleMwCollapsible( $content ) {&lt;br /&gt;
		var $tables = $content&lt;br /&gt;
			.find( &#039;table.collapsible:not(.mw-collapsible)&#039; )&lt;br /&gt;
			.addClass( &#039;mw-collapsible&#039; );&lt;br /&gt;
&lt;br /&gt;
		$.each( $tables, function ( index, table ) {&lt;br /&gt;
			// mw.log.warn( &#039;This page is using the deprecated class collapsible. Please replace it with mw-collapsible.&#039;);&lt;br /&gt;
			if ( $( table ).hasClass( &#039;collapsed&#039; ) ) {&lt;br /&gt;
				$( table ).addClass( &#039;mw-collapsed&#039; );&lt;br /&gt;
				// mw.log.warn( &#039;This page is using the deprecated class collapsed. Please replace it with mw-collapsed.&#039;);&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
		if ( $tables.length &amp;gt; 0 ) {&lt;br /&gt;
			mw.loader.using( &#039;jquery.makeCollapsible&#039; ).then( function () {&lt;br /&gt;
				$tables.makeCollapsible();&lt;br /&gt;
			} );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
	mw.hook( &#039;wikipage.content&#039; ).add( makeCollapsibleMwCollapsible );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Add support to mw-collapsible for autocollapse, innercollapse and outercollapse&lt;br /&gt;
	 *&lt;br /&gt;
	 * Maintainers: TheDJ&lt;br /&gt;
	 */&lt;br /&gt;
	function mwCollapsibleSetup( $collapsibleContent ) {&lt;br /&gt;
		var $element,&lt;br /&gt;
			$toggle,&lt;br /&gt;
			autoCollapseThreshold = 2;&lt;br /&gt;
		$.each( $collapsibleContent, function ( index, element ) {&lt;br /&gt;
			$element = $( element );&lt;br /&gt;
			if ( $element.hasClass( &#039;collapsible&#039; ) ) {&lt;br /&gt;
				$element.find( &#039;tr:first &amp;gt; th:first&#039; ).prepend( $element.find( &#039;tr:first &amp;gt; * &amp;gt; .mw-collapsible-toggle&#039; ) );&lt;br /&gt;
			}&lt;br /&gt;
			if ( $collapsibleContent.length &amp;gt;= autoCollapseThreshold &amp;amp;&amp;amp; $element.hasClass( &#039;autocollapse&#039; ) ) {&lt;br /&gt;
				$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
			} else if ( $element.hasClass( &#039;innercollapse&#039; ) ) {&lt;br /&gt;
				if ( $element.parents( &#039;.outercollapse&#039; ).length &amp;gt; 0 ) {&lt;br /&gt;
					$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
			// because of colored backgrounds, style the link in the text color&lt;br /&gt;
			// to ensure accessible contrast&lt;br /&gt;
			$toggle = $element.find( &#039;.mw-collapsible-toggle&#039; );&lt;br /&gt;
			if ( $toggle.length ) {&lt;br /&gt;
				// Make the toggle inherit text color (Updated for T333357 2023-04-29)&lt;br /&gt;
				if ( $toggle.parent()[ 0 ].style.color ) {&lt;br /&gt;
					$toggle.css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
					$toggle.find( &#039;.mw-collapsible-text&#039; ).css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	mw.hook( &#039;wikipage.collapsibleContent&#039; ).add( mwCollapsibleSetup );&lt;br /&gt;
&lt;br /&gt;
	/* End of mw.loader.using callback */&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Add Vrienden Universe custom themes to Vector 2022&#039;s color options.&lt;br /&gt;
 *&lt;br /&gt;
 * Vector exposes os/day/night as native client preferences. Custom themes&lt;br /&gt;
 * select Vector&#039;s night mode underneath, then add their own root CSS class.&lt;br /&gt;
 */&lt;br /&gt;
( function () {&lt;br /&gt;
	&#039;use strict&#039;;&lt;br /&gt;
&lt;br /&gt;
	var root = document.documentElement,&lt;br /&gt;
		themes = [&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Paap&#039;,&lt;br /&gt;
				value: &#039;paap&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-paap&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-paap&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Hugerinus&#039;,&lt;br /&gt;
				value: &#039;hugerinus&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-hugerinus&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-hugerinus&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Noord&#039;,&lt;br /&gt;
				value: &#039;noord&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-noord&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-noord&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Van Hetten&#039;,&lt;br /&gt;
				value: &#039;van-hetten&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-van-hetten&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-van-hetten&#039;&lt;br /&gt;
			}&lt;br /&gt;
		];&lt;br /&gt;
&lt;br /&gt;
	function inputId( theme ) {&lt;br /&gt;
		return &#039;skin-client-pref-skin-theme-value-&#039; + theme.value;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function isCustomThemeValue( value ) {&lt;br /&gt;
		var i;&lt;br /&gt;
&lt;br /&gt;
		for ( i = 0; i &amp;lt; themes.length; i++ ) {&lt;br /&gt;
			if ( themes[ i ].value === value ) {&lt;br /&gt;
				return true;&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		return false;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function readStoredTheme() {&lt;br /&gt;
		var i;&lt;br /&gt;
&lt;br /&gt;
		try {&lt;br /&gt;
			for ( i = themes.length - 1; i &amp;gt;= 0; i-- ) {&lt;br /&gt;
				if ( window.localStorage.getItem( themes[ i ].storageKey ) === &#039;1&#039; ) {&lt;br /&gt;
					return themes[ i ];&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			/* Continue without a stored custom theme. */&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		return null;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function applyTheme( selectedTheme ) {&lt;br /&gt;
		var i,&lt;br /&gt;
			theme,&lt;br /&gt;
			enabled;&lt;br /&gt;
&lt;br /&gt;
		for ( i = 0; i &amp;lt; themes.length; i++ ) {&lt;br /&gt;
			theme = themes[ i ];&lt;br /&gt;
			enabled = selectedTheme === theme;&lt;br /&gt;
			root.classList.toggle( theme.rootClass, enabled );&lt;br /&gt;
&lt;br /&gt;
			try {&lt;br /&gt;
				if ( enabled ) {&lt;br /&gt;
					window.localStorage.setItem( theme.storageKey, &#039;1&#039; );&lt;br /&gt;
				} else {&lt;br /&gt;
					window.localStorage.removeItem( theme.storageKey );&lt;br /&gt;
				}&lt;br /&gt;
			} catch ( error ) {&lt;br /&gt;
				/* The selected theme still works when storage is blocked. */&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function makeThemeControl( theme, nightInput ) {&lt;br /&gt;
		var container = document.createElement( &#039;div&#039; ),&lt;br /&gt;
			input = document.createElement( &#039;input&#039; ),&lt;br /&gt;
			icon = document.createElement( &#039;span&#039; ),&lt;br /&gt;
			label = document.createElement( &#039;label&#039; ),&lt;br /&gt;
			labelText = document.createElement( &#039;span&#039; );&lt;br /&gt;
&lt;br /&gt;
		container.className = &#039;cdx-radio&#039;;&lt;br /&gt;
		input.className = &#039;cdx-radio__input&#039;;&lt;br /&gt;
		input.type = &#039;radio&#039;;&lt;br /&gt;
		input.name = nightInput.name;&lt;br /&gt;
		input.id = inputId( theme );&lt;br /&gt;
		input.value = theme.value;&lt;br /&gt;
		input.setAttribute( &#039;data-event-name&#039;, input.id );&lt;br /&gt;
		icon.className = &#039;cdx-radio__icon&#039;;&lt;br /&gt;
		label.className = &#039;cdx-label cdx-radio__label&#039;;&lt;br /&gt;
		label.setAttribute( &#039;for&#039;, input.id );&lt;br /&gt;
		labelText.className = &#039;cdx-label__label__text&#039;;&lt;br /&gt;
		labelText.textContent = theme.name;&lt;br /&gt;
&lt;br /&gt;
		label.appendChild( labelText );&lt;br /&gt;
		container.appendChild( input );&lt;br /&gt;
		container.appendChild( icon );&lt;br /&gt;
		container.appendChild( label );&lt;br /&gt;
&lt;br /&gt;
		input.addEventListener( &#039;change&#039;, function () {&lt;br /&gt;
			if ( !input.checked ) {&lt;br /&gt;
				return;&lt;br /&gt;
			}&lt;br /&gt;
			nightInput.click();&lt;br /&gt;
			input.checked = true;&lt;br /&gt;
			applyTheme( theme );&lt;br /&gt;
		} );&lt;br /&gt;
&lt;br /&gt;
		return container;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function mountControls() {&lt;br /&gt;
		var nightInput = document.getElementById( &#039;skin-client-pref-skin-theme-value-night&#039; ),&lt;br /&gt;
			storedTheme = readStoredTheme(),&lt;br /&gt;
			form,&lt;br /&gt;
			control,&lt;br /&gt;
			inputs,&lt;br /&gt;
			i,&lt;br /&gt;
			theme,&lt;br /&gt;
			selectedInput;&lt;br /&gt;
&lt;br /&gt;
		if ( !nightInput ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		form = nightInput.form || nightInput.closest( &#039;form&#039; );&lt;br /&gt;
		if ( !form ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		for ( i = 0; i &amp;lt; themes.length; i++ ) {&lt;br /&gt;
			theme = themes[ i ];&lt;br /&gt;
			if ( !document.getElementById( inputId( theme ) ) ) {&lt;br /&gt;
				control = makeThemeControl( theme, nightInput );&lt;br /&gt;
				form.appendChild( control );&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( form.getAttribute( &#039;data-vu-theme-listeners&#039; ) !== &#039;1&#039; ) {&lt;br /&gt;
			form.setAttribute( &#039;data-vu-theme-listeners&#039;, &#039;1&#039; );&lt;br /&gt;
			inputs = form.querySelectorAll( &#039;input[type=&amp;quot;radio&amp;quot;]&#039; );&lt;br /&gt;
			for ( i = 0; i &amp;lt; inputs.length; i++ ) {&lt;br /&gt;
				if ( !isCustomThemeValue( inputs[ i ].value ) ) {&lt;br /&gt;
					inputs[ i ].addEventListener( &#039;change&#039;, function ( event ) {&lt;br /&gt;
						if ( event.target.checked ) {&lt;br /&gt;
							applyTheme( null );&lt;br /&gt;
						}&lt;br /&gt;
					} );&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( storedTheme ) {&lt;br /&gt;
			if ( !root.classList.contains( &#039;skin-theme-clientpref-night&#039; ) ) {&lt;br /&gt;
				nightInput.click();&lt;br /&gt;
			}&lt;br /&gt;
			selectedInput = document.getElementById( inputId( storedTheme ) );&lt;br /&gt;
			if ( selectedInput ) {&lt;br /&gt;
				selectedInput.checked = true;&lt;br /&gt;
			}&lt;br /&gt;
			applyTheme( storedTheme );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	applyTheme( readStoredTheme() );&lt;br /&gt;
&lt;br /&gt;
	if ( document.readyState === &#039;loading&#039; ) {&lt;br /&gt;
		document.addEventListener( &#039;DOMContentLoaded&#039;, mountControls );&lt;br /&gt;
	} else {&lt;br /&gt;
		mountControls();&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	new MutationObserver( mountControls ).observe( document.documentElement, {&lt;br /&gt;
		childList: true,&lt;br /&gt;
		subtree: true&lt;br /&gt;
	} );&lt;br /&gt;
}() );&lt;br /&gt;
/* DO NOT ADD CODE BELOW THIS LINE */&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11888</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11888"/>
		<updated>2026-09-17T14:06:20Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Add Noord and Van Hetten color themes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * The gradient uses the exact green and blue from the live Fish Collective&lt;br /&gt;
 * userbox associated with Hugerinus. Darker translucent reading surfaces keep&lt;br /&gt;
 * white text and links legible over the saturated background.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #008000 0%, #0000FF 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #008000, #0000FF);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #008000 0%, #00605f 48%, #0000FF 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #008000 0%, #00605f 55%, #0000FF 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme.&lt;br /&gt;
 * Pure red surfaces with pure black text, as requested.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #FF0000;&lt;br /&gt;
	--background-color-neutral: #FF0000;&lt;br /&gt;
	--background-color-neutral-subtle: #FF0000;&lt;br /&gt;
	--background-color-interactive: #FF0000;&lt;br /&gt;
	--background-color-interactive-subtle: #FF0000;&lt;br /&gt;
	--background-color-progressive-subtle: #FF0000;&lt;br /&gt;
	--border-color-base: #000000;&lt;br /&gt;
	--border-color-subtle: #000000;&lt;br /&gt;
	--color-base: #000000;&lt;br /&gt;
	--color-subtle: #000000;&lt;br /&gt;
	--color-progressive: #000000;&lt;br /&gt;
	--color-destructive: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-sticky-header,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end,&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:link,&lt;br /&gt;
html.vu-theme-noord body a:visited,&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-heading,&lt;br /&gt;
html.vu-theme-noord h1,&lt;br /&gt;
html.vu-theme-noord h2,&lt;br /&gt;
html.vu-theme-noord h3,&lt;br /&gt;
html.vu-theme-noord h4,&lt;br /&gt;
html.vu-theme-noord h5,&lt;br /&gt;
html.vu-theme-noord h6,&lt;br /&gt;
html.vu-theme-noord .cdx-label,&lt;br /&gt;
html.vu-theme-noord input,&lt;br /&gt;
html.vu-theme-noord button {&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .infobox *,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background: #FF0000;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main,&lt;br /&gt;
html.vu-theme-noord .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	background-color: #FF0000;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	color: #000000;&lt;br /&gt;
	border-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Van Hetten&amp;quot; color theme.&lt;br /&gt;
 * Pure black surfaces with CSS pure orange text (#FFA500).&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-van-hetten {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #000000;&lt;br /&gt;
	--background-color-neutral: #000000;&lt;br /&gt;
	--background-color-neutral-subtle: #000000;&lt;br /&gt;
	--background-color-interactive: #000000;&lt;br /&gt;
	--background-color-interactive-subtle: #000000;&lt;br /&gt;
	--background-color-progressive-subtle: #000000;&lt;br /&gt;
	--border-color-base: #FFA500;&lt;br /&gt;
	--border-color-subtle: #FFA500;&lt;br /&gt;
	--color-base: #FFA500;&lt;br /&gt;
	--color-subtle: #FFA500;&lt;br /&gt;
	--color-progressive: #FFA500;&lt;br /&gt;
	--color-destructive: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten,&lt;br /&gt;
html.vu-theme-van-hetten body,&lt;br /&gt;
html.vu-theme-van-hetten .mw-page-container,&lt;br /&gt;
html.vu-theme-van-hetten .mw-body,&lt;br /&gt;
html.vu-theme-van-hetten .vector-header-container,&lt;br /&gt;
html.vu-theme-van-hetten .vector-sticky-header,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-start,&lt;br /&gt;
html.vu-theme-van-hetten .vector-column-end,&lt;br /&gt;
html.vu-theme-van-hetten .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-van-hetten .vector-menu-content,&lt;br /&gt;
html.vu-theme-van-hetten .mw-portlet,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-menu,&lt;br /&gt;
html.vu-theme-van-hetten .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten body a:link,&lt;br /&gt;
html.vu-theme-van-hetten body a:visited,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:link,&lt;br /&gt;
html.vu-theme-van-hetten body a.new:visited {&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .mw-heading,&lt;br /&gt;
html.vu-theme-van-hetten h1,&lt;br /&gt;
html.vu-theme-van-hetten h2,&lt;br /&gt;
html.vu-theme-van-hetten h3,&lt;br /&gt;
html.vu-theme-van-hetten h4,&lt;br /&gt;
html.vu-theme-van-hetten h5,&lt;br /&gt;
html.vu-theme-van-hetten h6,&lt;br /&gt;
html.vu-theme-van-hetten .cdx-label,&lt;br /&gt;
html.vu-theme-van-hetten input,&lt;br /&gt;
html.vu-theme-van-hetten button {&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .infobox,&lt;br /&gt;
html.vu-theme-van-hetten .infobox *,&lt;br /&gt;
html.vu-theme-van-hetten .navbox,&lt;br /&gt;
html.vu-theme-van-hetten .navbox-subgroup,&lt;br /&gt;
html.vu-theme-van-hetten .navbox th,&lt;br /&gt;
html.vu-theme-van-hetten .navbox td,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-van-hetten .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
html.vu-theme-van-hetten .mw-code,&lt;br /&gt;
html.vu-theme-van-hetten pre,&lt;br /&gt;
html.vu-theme-van-hetten code,&lt;br /&gt;
html.vu-theme-van-hetten .toc,&lt;br /&gt;
html.vu-theme-van-hetten .catlinks {&lt;br /&gt;
	background: #000000;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-van-hetten .vu-main,&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class^=&amp;quot;vu-&amp;quot;],&lt;br /&gt;
html.vu-theme-van-hetten .vu-main [class*=&amp;quot; vu-&amp;quot;] {&lt;br /&gt;
	background-color: #000000;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
	color: #FFA500;&lt;br /&gt;
	border-color: #FFA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11886</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11886"/>
		<updated>2026-09-17T07:55:20Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Add Hugerinus appearance option&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
 * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally&lt;br /&gt;
 * loaded for all users on every wiki page. If possible create a gadget that is&lt;br /&gt;
 * enabled by default instead of adding it here (since gadgets are fully&lt;br /&gt;
 * optimized ResourceLoader modules with possibility to add dependencies etc.)&lt;br /&gt;
 *&lt;br /&gt;
 * Since Common.js isn&#039;t a gadget, there is no place to declare its&lt;br /&gt;
 * dependencies, so we have to lazy load them with mw.loader.using on demand and&lt;br /&gt;
 * then execute the rest in the callback. In most cases these dependencies will&lt;br /&gt;
 * be loaded (or loading) already and the callback will not be delayed. In case a&lt;br /&gt;
 * dependency hasn&#039;t arrived yet it&#039;ll make sure those are loaded before this.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* global mw, $ */&lt;br /&gt;
/* jshint strict:false, browser:true */&lt;br /&gt;
&lt;br /&gt;
mw.loader.using( [ &#039;mediawiki.util&#039; ] ).done( function () {&lt;br /&gt;
	/* Begin of mw.loader.using callback */&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Map addPortletLink to mw.util&lt;br /&gt;
	 * @deprecated: Use mw.util.addPortletLink instead.&lt;br /&gt;
	 */&lt;br /&gt;
	mw.log.deprecate( window, &#039;addPortletLink&#039;, mw.util.addPortletLink, &#039;Use mw.util.addPortletLink instead&#039; );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * @source www.mediawiki.org/wiki/Snippets/Load_JS_and_CSS_by_URL&lt;br /&gt;
	 * @rev 6&lt;br /&gt;
	 */&lt;br /&gt;
	var extraCSS = mw.util.getParamValue( &#039;withCSS&#039; ),&lt;br /&gt;
		extraJS = mw.util.getParamValue( &#039;withJS&#039; );&lt;br /&gt;
&lt;br /&gt;
	if ( extraCSS ) {&lt;br /&gt;
		if ( extraCSS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.css$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraCSS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/css&#039;, &#039;text/css&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withCSS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	if ( extraJS ) {&lt;br /&gt;
		if ( extraJS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.js$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraJS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withJS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Collapsible tables; reimplemented with mw-collapsible&lt;br /&gt;
	 * Styling is also in place to avoid FOUC&lt;br /&gt;
	 *&lt;br /&gt;
	 * Allows tables to be collapsed, showing only the header. See [[Help:Collapsing]].&lt;br /&gt;
	 * @version 3.0.0 (2018-05-20)&lt;br /&gt;
	 * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-collapsibleTables.js&lt;br /&gt;
	 * @author [[User:R. Koot]]&lt;br /&gt;
	 * @author [[User:Krinkle]]&lt;br /&gt;
	 * @author [[User:TheDJ]]&lt;br /&gt;
	 * @deprecated Since MediaWiki 1.20: Use class=&amp;quot;mw-collapsible&amp;quot; instead which&lt;br /&gt;
	 * is supported in MediaWiki core. Shimmable since MediaWiki 1.32&lt;br /&gt;
	 *&lt;br /&gt;
	 * @param {jQuery} $content&lt;br /&gt;
	 */&lt;br /&gt;
	function makeCollapsibleMwCollapsible( $content ) {&lt;br /&gt;
		var $tables = $content&lt;br /&gt;
			.find( &#039;table.collapsible:not(.mw-collapsible)&#039; )&lt;br /&gt;
			.addClass( &#039;mw-collapsible&#039; );&lt;br /&gt;
&lt;br /&gt;
		$.each( $tables, function ( index, table ) {&lt;br /&gt;
			// mw.log.warn( &#039;This page is using the deprecated class collapsible. Please replace it with mw-collapsible.&#039;);&lt;br /&gt;
			if ( $( table ).hasClass( &#039;collapsed&#039; ) ) {&lt;br /&gt;
				$( table ).addClass( &#039;mw-collapsed&#039; );&lt;br /&gt;
				// mw.log.warn( &#039;This page is using the deprecated class collapsed. Please replace it with mw-collapsed.&#039;);&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
		if ( $tables.length &amp;gt; 0 ) {&lt;br /&gt;
			mw.loader.using( &#039;jquery.makeCollapsible&#039; ).then( function () {&lt;br /&gt;
				$tables.makeCollapsible();&lt;br /&gt;
			} );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
	mw.hook( &#039;wikipage.content&#039; ).add( makeCollapsibleMwCollapsible );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Add support to mw-collapsible for autocollapse, innercollapse and outercollapse&lt;br /&gt;
	 *&lt;br /&gt;
	 * Maintainers: TheDJ&lt;br /&gt;
	 */&lt;br /&gt;
	function mwCollapsibleSetup( $collapsibleContent ) {&lt;br /&gt;
		var $element,&lt;br /&gt;
			$toggle,&lt;br /&gt;
			autoCollapseThreshold = 2;&lt;br /&gt;
		$.each( $collapsibleContent, function ( index, element ) {&lt;br /&gt;
			$element = $( element );&lt;br /&gt;
			if ( $element.hasClass( &#039;collapsible&#039; ) ) {&lt;br /&gt;
				$element.find( &#039;tr:first &amp;gt; th:first&#039; ).prepend( $element.find( &#039;tr:first &amp;gt; * &amp;gt; .mw-collapsible-toggle&#039; ) );&lt;br /&gt;
			}&lt;br /&gt;
			if ( $collapsibleContent.length &amp;gt;= autoCollapseThreshold &amp;amp;&amp;amp; $element.hasClass( &#039;autocollapse&#039; ) ) {&lt;br /&gt;
				$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
			} else if ( $element.hasClass( &#039;innercollapse&#039; ) ) {&lt;br /&gt;
				if ( $element.parents( &#039;.outercollapse&#039; ).length &amp;gt; 0 ) {&lt;br /&gt;
					$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
			// because of colored backgrounds, style the link in the text color&lt;br /&gt;
			// to ensure accessible contrast&lt;br /&gt;
			$toggle = $element.find( &#039;.mw-collapsible-toggle&#039; );&lt;br /&gt;
			if ( $toggle.length ) {&lt;br /&gt;
				// Make the toggle inherit text color (Updated for T333357 2023-04-29)&lt;br /&gt;
				if ( $toggle.parent()[ 0 ].style.color ) {&lt;br /&gt;
					$toggle.css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
					$toggle.find( &#039;.mw-collapsible-text&#039; ).css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	mw.hook( &#039;wikipage.collapsibleContent&#039; ).add( mwCollapsibleSetup );&lt;br /&gt;
&lt;br /&gt;
	/* End of mw.loader.using callback */&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Add Paap and Hugerinus to Vector 2022&#039;s color options.&lt;br /&gt;
 *&lt;br /&gt;
 * Vector exposes os/day/night as native client preferences. Both custom themes&lt;br /&gt;
 * select Vector&#039;s night mode underneath, then add their own root CSS class.&lt;br /&gt;
 */&lt;br /&gt;
( function () {&lt;br /&gt;
	&#039;use strict&#039;;&lt;br /&gt;
&lt;br /&gt;
	var root = document.documentElement,&lt;br /&gt;
		themes = [&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Paap&#039;,&lt;br /&gt;
				value: &#039;paap&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-paap&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-paap&#039;&lt;br /&gt;
			},&lt;br /&gt;
			{&lt;br /&gt;
				name: &#039;Hugerinus&#039;,&lt;br /&gt;
				value: &#039;hugerinus&#039;,&lt;br /&gt;
				storageKey: &#039;vu-theme-hugerinus&#039;,&lt;br /&gt;
				rootClass: &#039;vu-theme-hugerinus&#039;&lt;br /&gt;
			}&lt;br /&gt;
		];&lt;br /&gt;
&lt;br /&gt;
	function inputId( theme ) {&lt;br /&gt;
		return &#039;skin-client-pref-skin-theme-value-&#039; + theme.value;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function readStoredTheme() {&lt;br /&gt;
		var i;&lt;br /&gt;
&lt;br /&gt;
		try {&lt;br /&gt;
			for ( i = themes.length - 1; i &amp;gt;= 0; i-- ) {&lt;br /&gt;
				if ( window.localStorage.getItem( themes[ i ].storageKey ) === &#039;1&#039; ) {&lt;br /&gt;
					return themes[ i ];&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			/* Continue without a stored custom theme. */&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		return null;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function applyTheme( selectedTheme ) {&lt;br /&gt;
		var i,&lt;br /&gt;
			theme,&lt;br /&gt;
			enabled;&lt;br /&gt;
&lt;br /&gt;
		for ( i = 0; i &amp;lt; themes.length; i++ ) {&lt;br /&gt;
			theme = themes[ i ];&lt;br /&gt;
			enabled = selectedTheme === theme;&lt;br /&gt;
			root.classList.toggle( theme.rootClass, enabled );&lt;br /&gt;
&lt;br /&gt;
			try {&lt;br /&gt;
				if ( enabled ) {&lt;br /&gt;
					window.localStorage.setItem( theme.storageKey, &#039;1&#039; );&lt;br /&gt;
				} else {&lt;br /&gt;
					window.localStorage.removeItem( theme.storageKey );&lt;br /&gt;
				}&lt;br /&gt;
			} catch ( error ) {&lt;br /&gt;
				/* The selected theme still works when storage is blocked. */&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function makeThemeControl( theme, nightInput ) {&lt;br /&gt;
		var container = document.createElement( &#039;div&#039; ),&lt;br /&gt;
			input = document.createElement( &#039;input&#039; ),&lt;br /&gt;
			icon = document.createElement( &#039;span&#039; ),&lt;br /&gt;
			label = document.createElement( &#039;label&#039; ),&lt;br /&gt;
			labelText = document.createElement( &#039;span&#039; );&lt;br /&gt;
&lt;br /&gt;
		container.className = &#039;cdx-radio&#039;;&lt;br /&gt;
		input.className = &#039;cdx-radio__input&#039;;&lt;br /&gt;
		input.type = &#039;radio&#039;;&lt;br /&gt;
		input.name = nightInput.name;&lt;br /&gt;
		input.id = inputId( theme );&lt;br /&gt;
		input.value = theme.value;&lt;br /&gt;
		input.setAttribute( &#039;data-event-name&#039;, input.id );&lt;br /&gt;
		icon.className = &#039;cdx-radio__icon&#039;;&lt;br /&gt;
		label.className = &#039;cdx-label cdx-radio__label&#039;;&lt;br /&gt;
		label.setAttribute( &#039;for&#039;, input.id );&lt;br /&gt;
		labelText.className = &#039;cdx-label__label__text&#039;;&lt;br /&gt;
		labelText.textContent = theme.name;&lt;br /&gt;
&lt;br /&gt;
		label.appendChild( labelText );&lt;br /&gt;
		container.appendChild( input );&lt;br /&gt;
		container.appendChild( icon );&lt;br /&gt;
		container.appendChild( label );&lt;br /&gt;
&lt;br /&gt;
		input.addEventListener( &#039;change&#039;, function () {&lt;br /&gt;
			if ( !input.checked ) {&lt;br /&gt;
				return;&lt;br /&gt;
			}&lt;br /&gt;
			nightInput.click();&lt;br /&gt;
			input.checked = true;&lt;br /&gt;
			applyTheme( theme );&lt;br /&gt;
		} );&lt;br /&gt;
&lt;br /&gt;
		return container;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function mountControls() {&lt;br /&gt;
		var nightInput = document.getElementById( &#039;skin-client-pref-skin-theme-value-night&#039; ),&lt;br /&gt;
			storedTheme = readStoredTheme(),&lt;br /&gt;
			form,&lt;br /&gt;
			control,&lt;br /&gt;
			inputs,&lt;br /&gt;
			i,&lt;br /&gt;
			theme,&lt;br /&gt;
			selectedInput;&lt;br /&gt;
&lt;br /&gt;
		if ( !nightInput ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		form = nightInput.form || nightInput.closest( &#039;form&#039; );&lt;br /&gt;
		if ( !form ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		for ( i = 0; i &amp;lt; themes.length; i++ ) {&lt;br /&gt;
			theme = themes[ i ];&lt;br /&gt;
			if ( !document.getElementById( inputId( theme ) ) ) {&lt;br /&gt;
				control = makeThemeControl( theme, nightInput );&lt;br /&gt;
				form.appendChild( control );&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( form.getAttribute( &#039;data-vu-theme-listeners&#039; ) !== &#039;1&#039; ) {&lt;br /&gt;
			form.setAttribute( &#039;data-vu-theme-listeners&#039;, &#039;1&#039; );&lt;br /&gt;
			inputs = form.querySelectorAll( &#039;input[type=&amp;quot;radio&amp;quot;]&#039; );&lt;br /&gt;
			for ( i = 0; i &amp;lt; inputs.length; i++ ) {&lt;br /&gt;
				if ( inputs[ i ].value !== &#039;paap&#039; &amp;amp;&amp;amp; inputs[ i ].value !== &#039;hugerinus&#039; ) {&lt;br /&gt;
					inputs[ i ].addEventListener( &#039;change&#039;, function ( event ) {&lt;br /&gt;
						if ( event.target.checked ) {&lt;br /&gt;
							applyTheme( null );&lt;br /&gt;
						}&lt;br /&gt;
					} );&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( storedTheme ) {&lt;br /&gt;
			if ( !root.classList.contains( &#039;skin-theme-clientpref-night&#039; ) ) {&lt;br /&gt;
				nightInput.click();&lt;br /&gt;
			}&lt;br /&gt;
			selectedInput = document.getElementById( inputId( storedTheme ) );&lt;br /&gt;
			if ( selectedInput ) {&lt;br /&gt;
				selectedInput.checked = true;&lt;br /&gt;
			}&lt;br /&gt;
			applyTheme( storedTheme );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	applyTheme( readStoredTheme() );&lt;br /&gt;
&lt;br /&gt;
	if ( document.readyState === &#039;loading&#039; ) {&lt;br /&gt;
		document.addEventListener( &#039;DOMContentLoaded&#039;, mountControls );&lt;br /&gt;
	} else {&lt;br /&gt;
		mountControls();&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	new MutationObserver( mountControls ).observe( document.documentElement, {&lt;br /&gt;
		childList: true,&lt;br /&gt;
		subtree: true&lt;br /&gt;
	} );&lt;br /&gt;
}() );&lt;br /&gt;
/* DO NOT ADD CODE BELOW THIS LINE */&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11885</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11885"/>
		<updated>2026-09-17T07:55:19Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Add Hugerinus gradient color theme&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Hugerinus&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * The gradient uses the exact green and blue from the live Fish Collective&lt;br /&gt;
 * userbox associated with Hugerinus. Darker translucent reading surfaces keep&lt;br /&gt;
 * white text and links legible over the saturated background.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-hugerinus {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #003a43;&lt;br /&gt;
	--background-color-neutral: #00354f;&lt;br /&gt;
	--background-color-neutral-subtle: #002f48;&lt;br /&gt;
	--background-color-interactive: #004457;&lt;br /&gt;
	--background-color-interactive-subtle: #00384e;&lt;br /&gt;
	--background-color-progressive-subtle: #003b70;&lt;br /&gt;
	--border-color-base: #3d99a4;&lt;br /&gt;
	--border-color-subtle: #277783;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d9f4f2;&lt;br /&gt;
	--color-progressive: #9fdbff;&lt;br /&gt;
	--color-destructive: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus,&lt;br /&gt;
html.vu-theme-hugerinus body,&lt;br /&gt;
html.vu-theme-hugerinus .mw-page-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-header-container,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-start,&lt;br /&gt;
html.vu-theme-hugerinus .vector-column-end {&lt;br /&gt;
	background-color: #003a43;&lt;br /&gt;
	background-image: linear-gradient(135deg, #008000 0%, #0000FF 100%);&lt;br /&gt;
	background-attachment: fixed;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-body {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.90);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-hugerinus .vector-menu-content,&lt;br /&gt;
html.vu-theme-hugerinus .mw-portlet,&lt;br /&gt;
html.vu-theme-hugerinus .cdx-menu,&lt;br /&gt;
html.vu-theme-hugerinus .oo-ui-popupWidget-popup {&lt;br /&gt;
	background: #002f48;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-hugerinus body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus body a.new:link,&lt;br /&gt;
html.vu-theme-hugerinus body a.new:visited {&lt;br /&gt;
	color: #ff9aa2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-subgroup,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th,&lt;br /&gt;
html.vu-theme-hugerinus .navbox td,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-hugerinus .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.92);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-hugerinus .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-hugerinus .infobox caption,&lt;br /&gt;
html.vu-theme-hugerinus .infobox th[colspan],&lt;br /&gt;
html.vu-theme-hugerinus .navbox-title,&lt;br /&gt;
html.vu-theme-hugerinus .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-hugerinus .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-hugerinus .navbox .navbox-group {&lt;br /&gt;
	background: linear-gradient(to right, #008000, #0000FF);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #3d99a4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-odd {&lt;br /&gt;
	background: rgba(0, 55, 63, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .navbox-even {&lt;br /&gt;
	background: rgba(0, 35, 83, 0.94);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .mw-code,&lt;br /&gt;
html.vu-theme-hugerinus pre,&lt;br /&gt;
html.vu-theme-hugerinus code,&lt;br /&gt;
html.vu-theme-hugerinus .toc,&lt;br /&gt;
html.vu-theme-hugerinus .catlinks {&lt;br /&gt;
	background: rgba(0, 47, 72, 0.94);&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #277783;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-main {&lt;br /&gt;
	--vu-navy: #003b70;&lt;br /&gt;
	--vu-navy-light: #00685f;&lt;br /&gt;
	--vu-blue: #9fdbff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #008000 0%, #00605f 48%, #0000FF 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-explore-mark,&lt;br /&gt;
html.vu-theme-hugerinus .vu-person-image {&lt;br /&gt;
	background-color: #003b70;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-hugerinus .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #008000 0%, #00605f 55%, #0000FF 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11884</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11884"/>
		<updated>2026-09-17T07:46:17Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Remove Noord appearance option and restore Paap controller&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
 * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally&lt;br /&gt;
 * loaded for all users on every wiki page. If possible create a gadget that is&lt;br /&gt;
 * enabled by default instead of adding it here (since gadgets are fully&lt;br /&gt;
 * optimized ResourceLoader modules with possibility to add dependencies etc.)&lt;br /&gt;
 *&lt;br /&gt;
 * Since Common.js isn&#039;t a gadget, there is no place to declare its&lt;br /&gt;
 * dependencies, so we have to lazy load them with mw.loader.using on demand and&lt;br /&gt;
 * then execute the rest in the callback. In most cases these dependencies will&lt;br /&gt;
 * be loaded (or loading) already and the callback will not be delayed. In case a&lt;br /&gt;
 * dependency hasn&#039;t arrived yet it&#039;ll make sure those are loaded before this.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* global mw, $ */&lt;br /&gt;
/* jshint strict:false, browser:true */&lt;br /&gt;
&lt;br /&gt;
mw.loader.using( [ &#039;mediawiki.util&#039; ] ).done( function () {&lt;br /&gt;
	/* Begin of mw.loader.using callback */&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Map addPortletLink to mw.util&lt;br /&gt;
	 * @deprecated: Use mw.util.addPortletLink instead.&lt;br /&gt;
	 */&lt;br /&gt;
	mw.log.deprecate( window, &#039;addPortletLink&#039;, mw.util.addPortletLink, &#039;Use mw.util.addPortletLink instead&#039; );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * @source www.mediawiki.org/wiki/Snippets/Load_JS_and_CSS_by_URL&lt;br /&gt;
	 * @rev 6&lt;br /&gt;
	 */&lt;br /&gt;
	var extraCSS = mw.util.getParamValue( &#039;withCSS&#039; ),&lt;br /&gt;
		extraJS = mw.util.getParamValue( &#039;withJS&#039; );&lt;br /&gt;
&lt;br /&gt;
	if ( extraCSS ) {&lt;br /&gt;
		if ( extraCSS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.css$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraCSS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/css&#039;, &#039;text/css&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withCSS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	if ( extraJS ) {&lt;br /&gt;
		if ( extraJS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.js$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraJS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withJS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Collapsible tables; reimplemented with mw-collapsible&lt;br /&gt;
	 * Styling is also in place to avoid FOUC&lt;br /&gt;
	 *&lt;br /&gt;
	 * Allows tables to be collapsed, showing only the header. See [[Help:Collapsing]].&lt;br /&gt;
	 * @version 3.0.0 (2018-05-20)&lt;br /&gt;
	 * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-collapsibleTables.js&lt;br /&gt;
	 * @author [[User:R. Koot]]&lt;br /&gt;
	 * @author [[User:Krinkle]]&lt;br /&gt;
	 * @author [[User:TheDJ]]&lt;br /&gt;
	 * @deprecated Since MediaWiki 1.20: Use class=&amp;quot;mw-collapsible&amp;quot; instead which&lt;br /&gt;
	 * is supported in MediaWiki core. Shimmable since MediaWiki 1.32&lt;br /&gt;
	 *&lt;br /&gt;
	 * @param {jQuery} $content&lt;br /&gt;
	 */&lt;br /&gt;
	function makeCollapsibleMwCollapsible( $content ) {&lt;br /&gt;
		var $tables = $content&lt;br /&gt;
			.find( &#039;table.collapsible:not(.mw-collapsible)&#039; )&lt;br /&gt;
			.addClass( &#039;mw-collapsible&#039; );&lt;br /&gt;
&lt;br /&gt;
		$.each( $tables, function ( index, table ) {&lt;br /&gt;
			// mw.log.warn( &#039;This page is using the deprecated class collapsible. Please replace it with mw-collapsible.&#039;);&lt;br /&gt;
			if ( $( table ).hasClass( &#039;collapsed&#039; ) ) {&lt;br /&gt;
				$( table ).addClass( &#039;mw-collapsed&#039; );&lt;br /&gt;
				// mw.log.warn( &#039;This page is using the deprecated class collapsed. Please replace it with mw-collapsed.&#039;);&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
		if ( $tables.length &amp;gt; 0 ) {&lt;br /&gt;
			mw.loader.using( &#039;jquery.makeCollapsible&#039; ).then( function () {&lt;br /&gt;
				$tables.makeCollapsible();&lt;br /&gt;
			} );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
	mw.hook( &#039;wikipage.content&#039; ).add( makeCollapsibleMwCollapsible );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Add support to mw-collapsible for autocollapse, innercollapse and outercollapse&lt;br /&gt;
	 *&lt;br /&gt;
	 * Maintainers: TheDJ&lt;br /&gt;
	 */&lt;br /&gt;
	function mwCollapsibleSetup( $collapsibleContent ) {&lt;br /&gt;
		var $element,&lt;br /&gt;
			$toggle,&lt;br /&gt;
			autoCollapseThreshold = 2;&lt;br /&gt;
		$.each( $collapsibleContent, function ( index, element ) {&lt;br /&gt;
			$element = $( element );&lt;br /&gt;
			if ( $element.hasClass( &#039;collapsible&#039; ) ) {&lt;br /&gt;
				$element.find( &#039;tr:first &amp;gt; th:first&#039; ).prepend( $element.find( &#039;tr:first &amp;gt; * &amp;gt; .mw-collapsible-toggle&#039; ) );&lt;br /&gt;
			}&lt;br /&gt;
			if ( $collapsibleContent.length &amp;gt;= autoCollapseThreshold &amp;amp;&amp;amp; $element.hasClass( &#039;autocollapse&#039; ) ) {&lt;br /&gt;
				$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
			} else if ( $element.hasClass( &#039;innercollapse&#039; ) ) {&lt;br /&gt;
				if ( $element.parents( &#039;.outercollapse&#039; ).length &amp;gt; 0 ) {&lt;br /&gt;
					$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
			// because of colored backgrounds, style the link in the text color&lt;br /&gt;
			// to ensure accessible contrast&lt;br /&gt;
			$toggle = $element.find( &#039;.mw-collapsible-toggle&#039; );&lt;br /&gt;
			if ( $toggle.length ) {&lt;br /&gt;
				// Make the toggle inherit text color (Updated for T333357 2023-04-29)&lt;br /&gt;
				if ( $toggle.parent()[ 0 ].style.color ) {&lt;br /&gt;
					$toggle.css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
					$toggle.find( &#039;.mw-collapsible-text&#039; ).css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	mw.hook( &#039;wikipage.collapsibleContent&#039; ).add( mwCollapsibleSetup );&lt;br /&gt;
&lt;br /&gt;
	/* End of mw.loader.using callback */&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Add a fourth Vector 2022 color option: Paap.&lt;br /&gt;
 *&lt;br /&gt;
 * Vector only exposes os/day/night as native client preferences. Paap selects&lt;br /&gt;
 * Vector&#039;s night mode underneath, then adds vu-theme-paap for the CSS palette.&lt;br /&gt;
 */&lt;br /&gt;
( function () {&lt;br /&gt;
	&#039;use strict&#039;;&lt;br /&gt;
&lt;br /&gt;
	var root = document.documentElement,&lt;br /&gt;
		storageKey = &#039;vu-theme-paap&#039;,&lt;br /&gt;
		rootClass = &#039;vu-theme-paap&#039;,&lt;br /&gt;
		paapInputId = &#039;skin-client-pref-skin-theme-value-paap&#039;;&lt;br /&gt;
&lt;br /&gt;
	function readStoredChoice() {&lt;br /&gt;
		try {&lt;br /&gt;
			return window.localStorage.getItem( storageKey ) === &#039;1&#039;;&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			return false;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function storeChoice( enabled ) {&lt;br /&gt;
		try {&lt;br /&gt;
			if ( enabled ) {&lt;br /&gt;
				window.localStorage.setItem( storageKey, &#039;1&#039; );&lt;br /&gt;
			} else {&lt;br /&gt;
				window.localStorage.removeItem( storageKey );&lt;br /&gt;
			}&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			/* The theme still works for this page when storage is blocked. */&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function applyPaap( enabled ) {&lt;br /&gt;
		root.classList.toggle( rootClass, enabled );&lt;br /&gt;
		storeChoice( enabled );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function makePaapControl( nightInput ) {&lt;br /&gt;
		var container = document.createElement( &#039;div&#039; ),&lt;br /&gt;
			input = document.createElement( &#039;input&#039; ),&lt;br /&gt;
			icon = document.createElement( &#039;span&#039; ),&lt;br /&gt;
			label = document.createElement( &#039;label&#039; ),&lt;br /&gt;
			labelText = document.createElement( &#039;span&#039; );&lt;br /&gt;
&lt;br /&gt;
		container.className = &#039;cdx-radio&#039;;&lt;br /&gt;
		input.className = &#039;cdx-radio__input&#039;;&lt;br /&gt;
		input.type = &#039;radio&#039;;&lt;br /&gt;
		input.name = nightInput.name;&lt;br /&gt;
		input.id = paapInputId;&lt;br /&gt;
		input.value = &#039;paap&#039;;&lt;br /&gt;
		input.setAttribute( &#039;data-event-name&#039;, paapInputId );&lt;br /&gt;
		icon.className = &#039;cdx-radio__icon&#039;;&lt;br /&gt;
		label.className = &#039;cdx-label cdx-radio__label&#039;;&lt;br /&gt;
		label.setAttribute( &#039;for&#039;, paapInputId );&lt;br /&gt;
		labelText.className = &#039;cdx-label__label__text&#039;;&lt;br /&gt;
		labelText.textContent = &#039;Paap&#039;;&lt;br /&gt;
&lt;br /&gt;
		label.appendChild( labelText );&lt;br /&gt;
		container.appendChild( input );&lt;br /&gt;
		container.appendChild( icon );&lt;br /&gt;
		container.appendChild( label );&lt;br /&gt;
&lt;br /&gt;
		input.addEventListener( &#039;change&#039;, function () {&lt;br /&gt;
			if ( !input.checked ) {&lt;br /&gt;
				return;&lt;br /&gt;
			}&lt;br /&gt;
			nightInput.click();&lt;br /&gt;
			input.checked = true;&lt;br /&gt;
			applyPaap( true );&lt;br /&gt;
		} );&lt;br /&gt;
&lt;br /&gt;
		return container;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function mountControl() {&lt;br /&gt;
		var nightInput = document.getElementById( &#039;skin-client-pref-skin-theme-value-night&#039; ),&lt;br /&gt;
			form,&lt;br /&gt;
			control,&lt;br /&gt;
			inputs,&lt;br /&gt;
			i,&lt;br /&gt;
			paapInput;&lt;br /&gt;
&lt;br /&gt;
		if ( !nightInput || document.getElementById( paapInputId ) ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		form = nightInput.form || nightInput.closest( &#039;form&#039; );&lt;br /&gt;
		if ( !form ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		control = makePaapControl( nightInput );&lt;br /&gt;
		form.appendChild( control );&lt;br /&gt;
		paapInput = control.querySelector( &#039;input&#039; );&lt;br /&gt;
&lt;br /&gt;
		inputs = form.querySelectorAll( &#039;input[type=&amp;quot;radio&amp;quot;]&#039; );&lt;br /&gt;
		for ( i = 0; i &amp;lt; inputs.length; i++ ) {&lt;br /&gt;
			if ( inputs[ i ] !== paapInput ) {&lt;br /&gt;
				inputs[ i ].addEventListener( &#039;change&#039;, function ( event ) {&lt;br /&gt;
					if ( event.target.checked ) {&lt;br /&gt;
						applyPaap( false );&lt;br /&gt;
					}&lt;br /&gt;
				} );&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( readStoredChoice() ) {&lt;br /&gt;
			if ( !root.classList.contains( &#039;skin-theme-clientpref-night&#039; ) ) {&lt;br /&gt;
				nightInput.click();&lt;br /&gt;
			}&lt;br /&gt;
			paapInput.checked = true;&lt;br /&gt;
			applyPaap( true );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	root.classList.toggle( rootClass, readStoredChoice() );&lt;br /&gt;
&lt;br /&gt;
	if ( document.readyState === &#039;loading&#039; ) {&lt;br /&gt;
		document.addEventListener( &#039;DOMContentLoaded&#039;, mountControl );&lt;br /&gt;
	} else {&lt;br /&gt;
		mountControl();&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	new MutationObserver( mountControl ).observe( document.documentElement, {&lt;br /&gt;
		childList: true,&lt;br /&gt;
		subtree: true&lt;br /&gt;
	} );&lt;br /&gt;
}() );&lt;br /&gt;
/* DO NOT ADD CODE BELOW THIS LINE */&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11883</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11883"/>
		<updated>2026-09-17T07:46:16Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Remove Noord theme styles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11882</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11882"/>
		<updated>2026-09-17T07:43:57Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Make Noord theme red palette more vibrant&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme: black surfaces and red text.&lt;br /&gt;
 * Noord uses Vector&#039;s native night mode underneath for dark-mode compatibility.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #ff3b3b;&lt;br /&gt;
	--background-color-neutral: #ff6262;&lt;br /&gt;
	--background-color-neutral-subtle: #ff5050;&lt;br /&gt;
	--background-color-interactive: #ff8a8a;&lt;br /&gt;
	--background-color-interactive-subtle: #ff6262;&lt;br /&gt;
	--background-color-progressive-subtle: #ff8a8a;&lt;br /&gt;
	--border-color-base: #800000;&lt;br /&gt;
	--border-color-subtle: #a31313;&lt;br /&gt;
	--color-base: #050505;&lt;br /&gt;
	--color-subtle: #191010;&lt;br /&gt;
	--color-progressive: #19102f;&lt;br /&gt;
	--color-destructive: #300000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end {&lt;br /&gt;
	background-color: #ff3b3b;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override page-level rules that hard-code white or blue text. */&lt;br /&gt;
html.vu-theme-noord body * {&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #ff6262;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #a31313;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #19102f;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #300000;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #ff6262;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #800000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-noord .infobox caption,&lt;br /&gt;
html.vu-theme-noord .infobox th[colspan],&lt;br /&gt;
html.vu-theme-noord .navbox-title,&lt;br /&gt;
html.vu-theme-noord .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-noord .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .navbox .navbox-group {&lt;br /&gt;
	background-color: #ff8a8a;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #800000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-odd {&lt;br /&gt;
	background-color: #ff5050;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-even {&lt;br /&gt;
	background-color: #ff6262;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background-color: #ff6262;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #a31313;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own palette. */&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	--vu-text: #050505;&lt;br /&gt;
	--vu-surface: #ff6262;&lt;br /&gt;
	--vu-accent: #ff8a8a;&lt;br /&gt;
	--vu-link: #19102f;&lt;br /&gt;
	--vu-red: #300000;&lt;br /&gt;
	--vu-navy: #ff3b3b;&lt;br /&gt;
	--vu-navy-light: #ff6262;&lt;br /&gt;
	--vu-blue: #19102f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main section,&lt;br /&gt;
html.vu-theme-noord body .vu-notice {&lt;br /&gt;
	background-color: #ff6262;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-slide-button {&lt;br /&gt;
	background-color: #ff8a8a;&lt;br /&gt;
	border-color: #800000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #ff3b3b 0%, #ff6262 55%, #ff8a8a 100%);&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-explore-mark,&lt;br /&gt;
html.vu-theme-noord .vu-person-image {&lt;br /&gt;
	background-color: #ff6262;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #ff3b3b 0%, #ff3b3b 72%, #ff8a8a 72%);&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11881</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11881"/>
		<updated>2026-09-17T07:39:24Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Complete Noord red background coverage for notices&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme: black surfaces and red text.&lt;br /&gt;
 * Noord uses Vector&#039;s native night mode underneath for dark-mode compatibility.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #d95656;&lt;br /&gt;
	--background-color-neutral: #ef7474;&lt;br /&gt;
	--background-color-neutral-subtle: #e66363;&lt;br /&gt;
	--background-color-interactive: #ff9292;&lt;br /&gt;
	--background-color-interactive-subtle: #ef7474;&lt;br /&gt;
	--background-color-progressive-subtle: #ff9292;&lt;br /&gt;
	--border-color-base: #6b1616;&lt;br /&gt;
	--border-color-subtle: #8a2929;&lt;br /&gt;
	--color-base: #050505;&lt;br /&gt;
	--color-subtle: #191010;&lt;br /&gt;
	--color-progressive: #19102f;&lt;br /&gt;
	--color-destructive: #300000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end {&lt;br /&gt;
	background-color: #d95656;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override page-level rules that hard-code white or blue text. */&lt;br /&gt;
html.vu-theme-noord body * {&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #8a2929;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #19102f;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #300000;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #6b1616;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-noord .infobox caption,&lt;br /&gt;
html.vu-theme-noord .infobox th[colspan],&lt;br /&gt;
html.vu-theme-noord .navbox-title,&lt;br /&gt;
html.vu-theme-noord .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-noord .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .navbox .navbox-group {&lt;br /&gt;
	background-color: #ff9292;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #6b1616;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-odd {&lt;br /&gt;
	background-color: #e66363;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-even {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #8a2929;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own palette. */&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	--vu-text: #050505;&lt;br /&gt;
	--vu-surface: #ef7474;&lt;br /&gt;
	--vu-accent: #ff9292;&lt;br /&gt;
	--vu-link: #19102f;&lt;br /&gt;
	--vu-red: #300000;&lt;br /&gt;
	--vu-navy: #d95656;&lt;br /&gt;
	--vu-navy-light: #ef7474;&lt;br /&gt;
	--vu-blue: #19102f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main section,&lt;br /&gt;
html.vu-theme-noord body .vu-notice {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-slide-button {&lt;br /&gt;
	background-color: #ff9292;&lt;br /&gt;
	border-color: #6b1616;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #d95656 0%, #ef7474 55%, #ff9292 100%);&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-explore-mark,&lt;br /&gt;
html.vu-theme-noord .vu-person-image {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #d95656 0%, #d95656 72%, #ff9292 72%);&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11880</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11880"/>
		<updated>2026-09-17T07:38:24Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Apply Noord red palette to remaining Main Page panels&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme: black surfaces and red text.&lt;br /&gt;
 * Noord uses Vector&#039;s native night mode underneath for dark-mode compatibility.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #d95656;&lt;br /&gt;
	--background-color-neutral: #ef7474;&lt;br /&gt;
	--background-color-neutral-subtle: #e66363;&lt;br /&gt;
	--background-color-interactive: #ff9292;&lt;br /&gt;
	--background-color-interactive-subtle: #ef7474;&lt;br /&gt;
	--background-color-progressive-subtle: #ff9292;&lt;br /&gt;
	--border-color-base: #6b1616;&lt;br /&gt;
	--border-color-subtle: #8a2929;&lt;br /&gt;
	--color-base: #050505;&lt;br /&gt;
	--color-subtle: #191010;&lt;br /&gt;
	--color-progressive: #19102f;&lt;br /&gt;
	--color-destructive: #300000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end {&lt;br /&gt;
	background-color: #d95656;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override page-level rules that hard-code white or blue text. */&lt;br /&gt;
html.vu-theme-noord body * {&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #8a2929;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #19102f;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #300000;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #6b1616;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-noord .infobox caption,&lt;br /&gt;
html.vu-theme-noord .infobox th[colspan],&lt;br /&gt;
html.vu-theme-noord .navbox-title,&lt;br /&gt;
html.vu-theme-noord .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-noord .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .navbox .navbox-group {&lt;br /&gt;
	background-color: #ff9292;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #6b1616;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-odd {&lt;br /&gt;
	background-color: #e66363;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-even {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #8a2929;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own palette. */&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	--vu-text: #050505;&lt;br /&gt;
	--vu-surface: #ef7474;&lt;br /&gt;
	--vu-accent: #ff9292;&lt;br /&gt;
	--vu-link: #19102f;&lt;br /&gt;
	--vu-red: #300000;&lt;br /&gt;
	--vu-navy: #d95656;&lt;br /&gt;
	--vu-navy-light: #ef7474;&lt;br /&gt;
	--vu-blue: #19102f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-main section,&lt;br /&gt;
html.vu-theme-noord .vu-notice {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-slide-button {&lt;br /&gt;
	background-color: #ff9292;&lt;br /&gt;
	border-color: #6b1616;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #d95656 0%, #ef7474 55%, #ff9292 100%);&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-explore-mark,&lt;br /&gt;
html.vu-theme-noord .vu-person-image {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #d95656 0%, #d95656 72%, #ff9292 72%);&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11879</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11879"/>
		<updated>2026-09-17T07:36:45Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Invert Noord theme to red backgrounds with black text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme: black surfaces and red text.&lt;br /&gt;
 * Noord uses Vector&#039;s native night mode underneath for dark-mode compatibility.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: light;&lt;br /&gt;
	--background-color-base: #d95656;&lt;br /&gt;
	--background-color-neutral: #ef7474;&lt;br /&gt;
	--background-color-neutral-subtle: #e66363;&lt;br /&gt;
	--background-color-interactive: #ff9292;&lt;br /&gt;
	--background-color-interactive-subtle: #ef7474;&lt;br /&gt;
	--background-color-progressive-subtle: #ff9292;&lt;br /&gt;
	--border-color-base: #6b1616;&lt;br /&gt;
	--border-color-subtle: #8a2929;&lt;br /&gt;
	--color-base: #050505;&lt;br /&gt;
	--color-subtle: #191010;&lt;br /&gt;
	--color-progressive: #19102f;&lt;br /&gt;
	--color-destructive: #300000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end {&lt;br /&gt;
	background-color: #d95656;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override page-level rules that hard-code white or blue text. */&lt;br /&gt;
html.vu-theme-noord body * {&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #8a2929;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #19102f;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #300000;&lt;br /&gt;
	text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #6b1616;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-noord .infobox caption,&lt;br /&gt;
html.vu-theme-noord .infobox th[colspan],&lt;br /&gt;
html.vu-theme-noord .navbox-title,&lt;br /&gt;
html.vu-theme-noord .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-noord .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .navbox .navbox-group {&lt;br /&gt;
	background-color: #ff9292;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #6b1616;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-odd {&lt;br /&gt;
	background-color: #e66363;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-even {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
	border-color: #8a2929;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own palette. */&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	--vu-text: #050505;&lt;br /&gt;
	--vu-surface: #ef7474;&lt;br /&gt;
	--vu-accent: #ff9292;&lt;br /&gt;
	--vu-link: #19102f;&lt;br /&gt;
	--vu-red: #300000;&lt;br /&gt;
	--vu-navy: #d95656;&lt;br /&gt;
	--vu-navy-light: #ef7474;&lt;br /&gt;
	--vu-blue: #19102f;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #d95656 0%, #ef7474 55%, #ff9292 100%);&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-explore-mark,&lt;br /&gt;
html.vu-theme-noord .vu-person-image {&lt;br /&gt;
	background-color: #ef7474;&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #d95656 0%, #d95656 72%, #ff9292 72%);&lt;br /&gt;
	color: #050505;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11878</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11878"/>
		<updated>2026-09-17T02:50:51Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Ensure Noord uses red text across hard-coded page styles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme: black surfaces and red text.&lt;br /&gt;
 * Noord uses Vector&#039;s native night mode underneath for dark-mode compatibility.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #050505;&lt;br /&gt;
	--background-color-neutral: #101010;&lt;br /&gt;
	--background-color-neutral-subtle: #0b0b0b;&lt;br /&gt;
	--background-color-interactive: #190000;&lt;br /&gt;
	--background-color-interactive-subtle: #101010;&lt;br /&gt;
	--background-color-progressive-subtle: #190000;&lt;br /&gt;
	--border-color-base: #7a2020;&lt;br /&gt;
	--border-color-subtle: #4d1717;&lt;br /&gt;
	--color-base: #ff5c5c;&lt;br /&gt;
	--color-subtle: #e64d4d;&lt;br /&gt;
	--color-progressive: #ff9b9b;&lt;br /&gt;
	--color-destructive: #ff4747;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end {&lt;br /&gt;
	background-color: #050505;&lt;br /&gt;
	color: #ff5c5c;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override page-level rules that hard-code white or blue text. */&lt;br /&gt;
html.vu-theme-noord body * {&lt;br /&gt;
	color: #ff5c5c;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #0b0b0b;&lt;br /&gt;
	color: #ff5c5c;&lt;br /&gt;
	border-color: #4d1717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #ff9b9b;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #ff4747;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #101010;&lt;br /&gt;
	color: #ff5c5c;&lt;br /&gt;
	border-color: #7a2020;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-noord .infobox caption,&lt;br /&gt;
html.vu-theme-noord .infobox th[colspan],&lt;br /&gt;
html.vu-theme-noord .navbox-title,&lt;br /&gt;
html.vu-theme-noord .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-noord .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .navbox .navbox-group {&lt;br /&gt;
	background-color: #190000;&lt;br /&gt;
	color: #ff7777;&lt;br /&gt;
	border-color: #7a2020;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-odd {&lt;br /&gt;
	background-color: #0b0b0b;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-even {&lt;br /&gt;
	background-color: #101010;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background-color: #0b0b0b;&lt;br /&gt;
	color: #ff5c5c;&lt;br /&gt;
	border-color: #4d1717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own palette. */&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	--vu-text: #ff5c5c;&lt;br /&gt;
	--vu-surface: #101010;&lt;br /&gt;
	--vu-accent: #190000;&lt;br /&gt;
	--vu-link: #ff9b9b;&lt;br /&gt;
	--vu-red: #ff4747;&lt;br /&gt;
	--vu-navy: #080808;&lt;br /&gt;
	--vu-navy-light: #190000;&lt;br /&gt;
	--vu-blue: #ff5c5c;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #000000 0%, #080808 55%, #190000 100%);&lt;br /&gt;
	color: #ff7777;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-explore-mark,&lt;br /&gt;
html.vu-theme-noord .vu-person-image {&lt;br /&gt;
	background-color: #080808;&lt;br /&gt;
	color: #ff7777;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #080808 0%, #080808 72%, #190000 72%);&lt;br /&gt;
	color: #ff7777;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11877</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11877"/>
		<updated>2026-09-17T02:48:09Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Add Noord above Paap in Vector appearance menu&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
 * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally&lt;br /&gt;
 * loaded for all users on every wiki page. If possible create a gadget that is&lt;br /&gt;
 * enabled by default instead of adding it here (since gadgets are fully&lt;br /&gt;
 * optimized ResourceLoader modules with possibility to add dependencies etc.)&lt;br /&gt;
 *&lt;br /&gt;
 * Since Common.js isn&#039;t a gadget, there is no place to declare its&lt;br /&gt;
 * dependencies, so we have to lazy load them with mw.loader.using on demand and&lt;br /&gt;
 * then execute the rest in the callback. In most cases these dependencies will&lt;br /&gt;
 * be loaded (or loading) already and the callback will not be delayed. In case a&lt;br /&gt;
 * dependency hasn&#039;t arrived yet it&#039;ll make sure those are loaded before this.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* global mw, $ */&lt;br /&gt;
/* jshint strict:false, browser:true */&lt;br /&gt;
&lt;br /&gt;
mw.loader.using( [ &#039;mediawiki.util&#039; ] ).done( function () {&lt;br /&gt;
	/* Begin of mw.loader.using callback */&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Map addPortletLink to mw.util&lt;br /&gt;
	 * @deprecated: Use mw.util.addPortletLink instead.&lt;br /&gt;
	 */&lt;br /&gt;
	mw.log.deprecate( window, &#039;addPortletLink&#039;, mw.util.addPortletLink, &#039;Use mw.util.addPortletLink instead&#039; );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * @source www.mediawiki.org/wiki/Snippets/Load_JS_and_CSS_by_URL&lt;br /&gt;
	 * @rev 6&lt;br /&gt;
	 */&lt;br /&gt;
	var extraCSS = mw.util.getParamValue( &#039;withCSS&#039; ),&lt;br /&gt;
		extraJS = mw.util.getParamValue( &#039;withJS&#039; );&lt;br /&gt;
&lt;br /&gt;
	if ( extraCSS ) {&lt;br /&gt;
		if ( extraCSS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.css$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraCSS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/css&#039;, &#039;text/css&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withCSS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	if ( extraJS ) {&lt;br /&gt;
		if ( extraJS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.js$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraJS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withJS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Collapsible tables; reimplemented with mw-collapsible&lt;br /&gt;
	 * Styling is also in place to avoid FOUC&lt;br /&gt;
	 *&lt;br /&gt;
	 * Allows tables to be collapsed, showing only the header. See [[Help:Collapsing]].&lt;br /&gt;
	 * @version 3.0.0 (2018-05-20)&lt;br /&gt;
	 * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-collapsibleTables.js&lt;br /&gt;
	 * @author [[User:R. Koot]]&lt;br /&gt;
	 * @author [[User:Krinkle]]&lt;br /&gt;
	 * @author [[User:TheDJ]]&lt;br /&gt;
	 * @deprecated Since MediaWiki 1.20: Use class=&amp;quot;mw-collapsible&amp;quot; instead which&lt;br /&gt;
	 * is supported in MediaWiki core. Shimmable since MediaWiki 1.32&lt;br /&gt;
	 *&lt;br /&gt;
	 * @param {jQuery} $content&lt;br /&gt;
	 */&lt;br /&gt;
	function makeCollapsibleMwCollapsible( $content ) {&lt;br /&gt;
		var $tables = $content&lt;br /&gt;
			.find( &#039;table.collapsible:not(.mw-collapsible)&#039; )&lt;br /&gt;
			.addClass( &#039;mw-collapsible&#039; );&lt;br /&gt;
&lt;br /&gt;
		$.each( $tables, function ( index, table ) {&lt;br /&gt;
			// mw.log.warn( &#039;This page is using the deprecated class collapsible. Please replace it with mw-collapsible.&#039;);&lt;br /&gt;
			if ( $( table ).hasClass( &#039;collapsed&#039; ) ) {&lt;br /&gt;
				$( table ).addClass( &#039;mw-collapsed&#039; );&lt;br /&gt;
				// mw.log.warn( &#039;This page is using the deprecated class collapsed. Please replace it with mw-collapsed.&#039;);&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
		if ( $tables.length &amp;gt; 0 ) {&lt;br /&gt;
			mw.loader.using( &#039;jquery.makeCollapsible&#039; ).then( function () {&lt;br /&gt;
				$tables.makeCollapsible();&lt;br /&gt;
			} );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
	mw.hook( &#039;wikipage.content&#039; ).add( makeCollapsibleMwCollapsible );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Add support to mw-collapsible for autocollapse, innercollapse and outercollapse&lt;br /&gt;
	 *&lt;br /&gt;
	 * Maintainers: TheDJ&lt;br /&gt;
	 */&lt;br /&gt;
	function mwCollapsibleSetup( $collapsibleContent ) {&lt;br /&gt;
		var $element,&lt;br /&gt;
			$toggle,&lt;br /&gt;
			autoCollapseThreshold = 2;&lt;br /&gt;
		$.each( $collapsibleContent, function ( index, element ) {&lt;br /&gt;
			$element = $( element );&lt;br /&gt;
			if ( $element.hasClass( &#039;collapsible&#039; ) ) {&lt;br /&gt;
				$element.find( &#039;tr:first &amp;gt; th:first&#039; ).prepend( $element.find( &#039;tr:first &amp;gt; * &amp;gt; .mw-collapsible-toggle&#039; ) );&lt;br /&gt;
			}&lt;br /&gt;
			if ( $collapsibleContent.length &amp;gt;= autoCollapseThreshold &amp;amp;&amp;amp; $element.hasClass( &#039;autocollapse&#039; ) ) {&lt;br /&gt;
				$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
			} else if ( $element.hasClass( &#039;innercollapse&#039; ) ) {&lt;br /&gt;
				if ( $element.parents( &#039;.outercollapse&#039; ).length &amp;gt; 0 ) {&lt;br /&gt;
					$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
			// because of colored backgrounds, style the link in the text color&lt;br /&gt;
			// to ensure accessible contrast&lt;br /&gt;
			$toggle = $element.find( &#039;.mw-collapsible-toggle&#039; );&lt;br /&gt;
			if ( $toggle.length ) {&lt;br /&gt;
				// Make the toggle inherit text color (Updated for T333357 2023-04-29)&lt;br /&gt;
				if ( $toggle.parent()[ 0 ].style.color ) {&lt;br /&gt;
					$toggle.css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
					$toggle.find( &#039;.mw-collapsible-text&#039; ).css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	mw.hook( &#039;wikipage.collapsibleContent&#039; ).add( mwCollapsibleSetup );&lt;br /&gt;
&lt;br /&gt;
	/* End of mw.loader.using callback */&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Add a fourth Vector 2022 color option: Paap.&lt;br /&gt;
 *&lt;br /&gt;
 * Vector only exposes os/day/night as native client preferences. Paap selects&lt;br /&gt;
 * Vector&#039;s night mode underneath, then adds vu-theme-paap for the CSS palette.&lt;br /&gt;
 */&lt;br /&gt;
( function () {&lt;br /&gt;
	&#039;use strict&#039;;&lt;br /&gt;
&lt;br /&gt;
	var root = document.documentElement,&lt;br /&gt;
		storageKey = &#039;vu-theme-paap&#039;,&lt;br /&gt;
		rootClass = &#039;vu-theme-paap&#039;,&lt;br /&gt;
		paapInputId = &#039;skin-client-pref-skin-theme-value-paap&#039;;&lt;br /&gt;
&lt;br /&gt;
	function readStoredChoice() {&lt;br /&gt;
		try {&lt;br /&gt;
			return window.localStorage.getItem( storageKey ) === &#039;1&#039;;&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			return false;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function storeChoice( enabled ) {&lt;br /&gt;
		try {&lt;br /&gt;
			if ( enabled ) {&lt;br /&gt;
				window.localStorage.setItem( storageKey, &#039;1&#039; );&lt;br /&gt;
			} else {&lt;br /&gt;
				window.localStorage.removeItem( storageKey );&lt;br /&gt;
			}&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			/* The theme still works for this page when storage is blocked. */&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function applyPaap( enabled ) {&lt;br /&gt;
		root.classList.toggle( rootClass, enabled );&lt;br /&gt;
		storeChoice( enabled );&lt;br /&gt;
		if ( enabled ) {&lt;br /&gt;
			root.classList.remove( &#039;vu-theme-noord&#039; );&lt;br /&gt;
			try {&lt;br /&gt;
				window.localStorage.removeItem( &#039;vu-theme-noord&#039; );&lt;br /&gt;
			} catch ( error ) {&lt;br /&gt;
				/* The selected theme still works when storage is blocked. */&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function makePaapControl( nightInput ) {&lt;br /&gt;
		var container = document.createElement( &#039;div&#039; ),&lt;br /&gt;
			input = document.createElement( &#039;input&#039; ),&lt;br /&gt;
			icon = document.createElement( &#039;span&#039; ),&lt;br /&gt;
			label = document.createElement( &#039;label&#039; ),&lt;br /&gt;
			labelText = document.createElement( &#039;span&#039; );&lt;br /&gt;
&lt;br /&gt;
		container.className = &#039;cdx-radio&#039;;&lt;br /&gt;
		input.className = &#039;cdx-radio__input&#039;;&lt;br /&gt;
		input.type = &#039;radio&#039;;&lt;br /&gt;
		input.name = nightInput.name;&lt;br /&gt;
		input.id = paapInputId;&lt;br /&gt;
		input.value = &#039;paap&#039;;&lt;br /&gt;
		input.setAttribute( &#039;data-event-name&#039;, paapInputId );&lt;br /&gt;
		icon.className = &#039;cdx-radio__icon&#039;;&lt;br /&gt;
		label.className = &#039;cdx-label cdx-radio__label&#039;;&lt;br /&gt;
		label.setAttribute( &#039;for&#039;, paapInputId );&lt;br /&gt;
		labelText.className = &#039;cdx-label__label__text&#039;;&lt;br /&gt;
		labelText.textContent = &#039;Paap&#039;;&lt;br /&gt;
&lt;br /&gt;
		label.appendChild( labelText );&lt;br /&gt;
		container.appendChild( input );&lt;br /&gt;
		container.appendChild( icon );&lt;br /&gt;
		container.appendChild( label );&lt;br /&gt;
&lt;br /&gt;
		input.addEventListener( &#039;change&#039;, function () {&lt;br /&gt;
			if ( !input.checked ) {&lt;br /&gt;
				return;&lt;br /&gt;
			}&lt;br /&gt;
			nightInput.click();&lt;br /&gt;
			input.checked = true;&lt;br /&gt;
			applyPaap( true );&lt;br /&gt;
		} );&lt;br /&gt;
&lt;br /&gt;
		return container;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function mountControl() {&lt;br /&gt;
		var nightInput = document.getElementById( &#039;skin-client-pref-skin-theme-value-night&#039; ),&lt;br /&gt;
			form,&lt;br /&gt;
			control,&lt;br /&gt;
			inputs,&lt;br /&gt;
			i,&lt;br /&gt;
			paapInput;&lt;br /&gt;
&lt;br /&gt;
		if ( !nightInput || document.getElementById( paapInputId ) ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		form = nightInput.form || nightInput.closest( &#039;form&#039; );&lt;br /&gt;
		if ( !form ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		control = makePaapControl( nightInput );&lt;br /&gt;
		form.appendChild( control );&lt;br /&gt;
		paapInput = control.querySelector( &#039;input&#039; );&lt;br /&gt;
&lt;br /&gt;
		inputs = form.querySelectorAll( &#039;input[type=&amp;quot;radio&amp;quot;]&#039; );&lt;br /&gt;
		for ( i = 0; i &amp;lt; inputs.length; i++ ) {&lt;br /&gt;
			if ( inputs[ i ] !== paapInput ) {&lt;br /&gt;
				inputs[ i ].addEventListener( &#039;change&#039;, function ( event ) {&lt;br /&gt;
					if ( event.target.checked ) {&lt;br /&gt;
						applyPaap( false );&lt;br /&gt;
					}&lt;br /&gt;
				} );&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( readStoredChoice() ) {&lt;br /&gt;
			if ( !root.classList.contains( &#039;skin-theme-clientpref-night&#039; ) ) {&lt;br /&gt;
				nightInput.click();&lt;br /&gt;
			}&lt;br /&gt;
			paapInput.checked = true;&lt;br /&gt;
			applyPaap( true );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	root.classList.toggle( rootClass, readStoredChoice() );&lt;br /&gt;
&lt;br /&gt;
	if ( document.readyState === &#039;loading&#039; ) {&lt;br /&gt;
		document.addEventListener( &#039;DOMContentLoaded&#039;, mountControl );&lt;br /&gt;
	} else {&lt;br /&gt;
		mountControl();&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	new MutationObserver( mountControl ).observe( document.documentElement, {&lt;br /&gt;
		childList: true,&lt;br /&gt;
		subtree: true&lt;br /&gt;
	} );&lt;br /&gt;
}() );&lt;br /&gt;
&lt;br /&gt;
/** Add the Noord color option immediately above Paap. */&lt;br /&gt;
( function () {&lt;br /&gt;
	&#039;use strict&#039;;&lt;br /&gt;
&lt;br /&gt;
	var root = document.documentElement,&lt;br /&gt;
		storageKey = &#039;vu-theme-noord&#039;,&lt;br /&gt;
		rootClass = &#039;vu-theme-noord&#039;,&lt;br /&gt;
		noordInputId = &#039;skin-client-pref-skin-theme-value-noord&#039;;&lt;br /&gt;
&lt;br /&gt;
	function readStoredChoice() {&lt;br /&gt;
		try {&lt;br /&gt;
			return window.localStorage.getItem( storageKey ) === &#039;1&#039;;&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			return false;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function storeChoice( enabled ) {&lt;br /&gt;
		try {&lt;br /&gt;
			if ( enabled ) {&lt;br /&gt;
				window.localStorage.setItem( storageKey, &#039;1&#039; );&lt;br /&gt;
			} else {&lt;br /&gt;
				window.localStorage.removeItem( storageKey );&lt;br /&gt;
			}&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			/* The selected theme still works for this page. */&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function applyNoord( enabled ) {&lt;br /&gt;
		root.classList.toggle( rootClass, enabled );&lt;br /&gt;
		storeChoice( enabled );&lt;br /&gt;
		if ( enabled ) {&lt;br /&gt;
			root.classList.remove( &#039;vu-theme-paap&#039; );&lt;br /&gt;
			try {&lt;br /&gt;
				window.localStorage.removeItem( &#039;vu-theme-paap&#039; );&lt;br /&gt;
			} catch ( error ) {&lt;br /&gt;
				/* The selected theme still works when storage is blocked. */&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function makeNoordControl( nightInput ) {&lt;br /&gt;
		var container = document.createElement( &#039;div&#039; ),&lt;br /&gt;
			input = document.createElement( &#039;input&#039; ),&lt;br /&gt;
			icon = document.createElement( &#039;span&#039; ),&lt;br /&gt;
			label = document.createElement( &#039;label&#039; ),&lt;br /&gt;
			labelText = document.createElement( &#039;span&#039; );&lt;br /&gt;
&lt;br /&gt;
		container.className = &#039;cdx-radio&#039;;&lt;br /&gt;
		input.className = &#039;cdx-radio__input&#039;;&lt;br /&gt;
		input.type = &#039;radio&#039;;&lt;br /&gt;
		input.name = nightInput.name;&lt;br /&gt;
		input.id = noordInputId;&lt;br /&gt;
		input.value = &#039;noord&#039;;&lt;br /&gt;
		input.setAttribute( &#039;data-event-name&#039;, noordInputId );&lt;br /&gt;
		icon.className = &#039;cdx-radio__icon&#039;;&lt;br /&gt;
		label.className = &#039;cdx-label cdx-radio__label&#039;;&lt;br /&gt;
		label.setAttribute( &#039;for&#039;, noordInputId );&lt;br /&gt;
		labelText.className = &#039;cdx-label__label__text&#039;;&lt;br /&gt;
		labelText.textContent = &#039;Noord&#039;;&lt;br /&gt;
&lt;br /&gt;
		label.appendChild( labelText );&lt;br /&gt;
		container.appendChild( input );&lt;br /&gt;
		container.appendChild( icon );&lt;br /&gt;
		container.appendChild( label );&lt;br /&gt;
&lt;br /&gt;
		input.addEventListener( &#039;change&#039;, function () {&lt;br /&gt;
			if ( !input.checked ) {&lt;br /&gt;
				return;&lt;br /&gt;
			}&lt;br /&gt;
			nightInput.click();&lt;br /&gt;
			input.checked = true;&lt;br /&gt;
			applyNoord( true );&lt;br /&gt;
		} );&lt;br /&gt;
&lt;br /&gt;
		return container;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function mountControl() {&lt;br /&gt;
		var nightInput = document.getElementById( &#039;skin-client-pref-skin-theme-value-night&#039; ),&lt;br /&gt;
			paapInput = document.getElementById( &#039;skin-client-pref-skin-theme-value-paap&#039; ),&lt;br /&gt;
			form,&lt;br /&gt;
			control,&lt;br /&gt;
			inputs,&lt;br /&gt;
			i,&lt;br /&gt;
			noordInput;&lt;br /&gt;
&lt;br /&gt;
		if ( !nightInput || document.getElementById( noordInputId ) ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		form = nightInput.form || nightInput.closest( &#039;form&#039; );&lt;br /&gt;
		if ( !form ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		control = makeNoordControl( nightInput );&lt;br /&gt;
		if ( paapInput &amp;amp;&amp;amp; paapInput.closest( &#039;.cdx-radio&#039; ) ) {&lt;br /&gt;
			form.insertBefore( control, paapInput.closest( &#039;.cdx-radio&#039; ) );&lt;br /&gt;
		} else {&lt;br /&gt;
			form.appendChild( control );&lt;br /&gt;
		}&lt;br /&gt;
		noordInput = control.querySelector( &#039;input&#039; );&lt;br /&gt;
&lt;br /&gt;
		inputs = form.querySelectorAll( &#039;input[type=&amp;quot;radio&amp;quot;]&#039; );&lt;br /&gt;
		for ( i = 0; i &amp;lt; inputs.length; i++ ) {&lt;br /&gt;
			if ( inputs[ i ] !== noordInput ) {&lt;br /&gt;
				inputs[ i ].addEventListener( &#039;change&#039;, function ( event ) {&lt;br /&gt;
					if ( event.target.checked ) {&lt;br /&gt;
						applyNoord( false );&lt;br /&gt;
					}&lt;br /&gt;
				} );&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( readStoredChoice() ) {&lt;br /&gt;
			if ( !root.classList.contains( &#039;skin-theme-clientpref-night&#039; ) ) {&lt;br /&gt;
				nightInput.click();&lt;br /&gt;
			}&lt;br /&gt;
			noordInput.checked = true;&lt;br /&gt;
			applyNoord( true );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	root.classList.toggle( rootClass, readStoredChoice() );&lt;br /&gt;
&lt;br /&gt;
	if ( document.readyState === &#039;loading&#039; ) {&lt;br /&gt;
		document.addEventListener( &#039;DOMContentLoaded&#039;, mountControl );&lt;br /&gt;
	} else {&lt;br /&gt;
		mountControl();&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	new MutationObserver( mountControl ).observe( document.documentElement, {&lt;br /&gt;
		childList: true,&lt;br /&gt;
		subtree: true&lt;br /&gt;
	} );&lt;br /&gt;
}() );&lt;br /&gt;
/* DO NOT ADD CODE BELOW THIS LINE */&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11876</id>
		<title>MediaWiki:Common.js</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.js&amp;diff=11876"/>
		<updated>2026-09-17T02:48:08Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Keep Paap and Noord theme selections mutually exclusive&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/**&lt;br /&gt;
 * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally&lt;br /&gt;
 * loaded for all users on every wiki page. If possible create a gadget that is&lt;br /&gt;
 * enabled by default instead of adding it here (since gadgets are fully&lt;br /&gt;
 * optimized ResourceLoader modules with possibility to add dependencies etc.)&lt;br /&gt;
 *&lt;br /&gt;
 * Since Common.js isn&#039;t a gadget, there is no place to declare its&lt;br /&gt;
 * dependencies, so we have to lazy load them with mw.loader.using on demand and&lt;br /&gt;
 * then execute the rest in the callback. In most cases these dependencies will&lt;br /&gt;
 * be loaded (or loading) already and the callback will not be delayed. In case a&lt;br /&gt;
 * dependency hasn&#039;t arrived yet it&#039;ll make sure those are loaded before this.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* global mw, $ */&lt;br /&gt;
/* jshint strict:false, browser:true */&lt;br /&gt;
&lt;br /&gt;
mw.loader.using( [ &#039;mediawiki.util&#039; ] ).done( function () {&lt;br /&gt;
	/* Begin of mw.loader.using callback */&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Map addPortletLink to mw.util&lt;br /&gt;
	 * @deprecated: Use mw.util.addPortletLink instead.&lt;br /&gt;
	 */&lt;br /&gt;
	mw.log.deprecate( window, &#039;addPortletLink&#039;, mw.util.addPortletLink, &#039;Use mw.util.addPortletLink instead&#039; );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * @source www.mediawiki.org/wiki/Snippets/Load_JS_and_CSS_by_URL&lt;br /&gt;
	 * @rev 6&lt;br /&gt;
	 */&lt;br /&gt;
	var extraCSS = mw.util.getParamValue( &#039;withCSS&#039; ),&lt;br /&gt;
		extraJS = mw.util.getParamValue( &#039;withJS&#039; );&lt;br /&gt;
&lt;br /&gt;
	if ( extraCSS ) {&lt;br /&gt;
		if ( extraCSS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.css$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraCSS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/css&#039;, &#039;text/css&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withCSS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	if ( extraJS ) {&lt;br /&gt;
		if ( extraJS.match( /^MediaWiki:[^&amp;amp;&amp;lt;&amp;gt;=%#]*\.js$/ ) ) {&lt;br /&gt;
			mw.loader.load( &#039;/w/index.php?title=&#039; + extraJS + &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&#039; );&lt;br /&gt;
		} else {&lt;br /&gt;
			mw.notify( &#039;Only pages from the MediaWiki namespace are allowed.&#039;, { title: &#039;Invalid withJS value&#039; } );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Collapsible tables; reimplemented with mw-collapsible&lt;br /&gt;
	 * Styling is also in place to avoid FOUC&lt;br /&gt;
	 *&lt;br /&gt;
	 * Allows tables to be collapsed, showing only the header. See [[Help:Collapsing]].&lt;br /&gt;
	 * @version 3.0.0 (2018-05-20)&lt;br /&gt;
	 * @source https://www.mediawiki.org/wiki/MediaWiki:Gadget-collapsibleTables.js&lt;br /&gt;
	 * @author [[User:R. Koot]]&lt;br /&gt;
	 * @author [[User:Krinkle]]&lt;br /&gt;
	 * @author [[User:TheDJ]]&lt;br /&gt;
	 * @deprecated Since MediaWiki 1.20: Use class=&amp;quot;mw-collapsible&amp;quot; instead which&lt;br /&gt;
	 * is supported in MediaWiki core. Shimmable since MediaWiki 1.32&lt;br /&gt;
	 *&lt;br /&gt;
	 * @param {jQuery} $content&lt;br /&gt;
	 */&lt;br /&gt;
	function makeCollapsibleMwCollapsible( $content ) {&lt;br /&gt;
		var $tables = $content&lt;br /&gt;
			.find( &#039;table.collapsible:not(.mw-collapsible)&#039; )&lt;br /&gt;
			.addClass( &#039;mw-collapsible&#039; );&lt;br /&gt;
&lt;br /&gt;
		$.each( $tables, function ( index, table ) {&lt;br /&gt;
			// mw.log.warn( &#039;This page is using the deprecated class collapsible. Please replace it with mw-collapsible.&#039;);&lt;br /&gt;
			if ( $( table ).hasClass( &#039;collapsed&#039; ) ) {&lt;br /&gt;
				$( table ).addClass( &#039;mw-collapsed&#039; );&lt;br /&gt;
				// mw.log.warn( &#039;This page is using the deprecated class collapsed. Please replace it with mw-collapsed.&#039;);&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
		if ( $tables.length &amp;gt; 0 ) {&lt;br /&gt;
			mw.loader.using( &#039;jquery.makeCollapsible&#039; ).then( function () {&lt;br /&gt;
				$tables.makeCollapsible();&lt;br /&gt;
			} );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
	mw.hook( &#039;wikipage.content&#039; ).add( makeCollapsibleMwCollapsible );&lt;br /&gt;
&lt;br /&gt;
	/**&lt;br /&gt;
	 * Add support to mw-collapsible for autocollapse, innercollapse and outercollapse&lt;br /&gt;
	 *&lt;br /&gt;
	 * Maintainers: TheDJ&lt;br /&gt;
	 */&lt;br /&gt;
	function mwCollapsibleSetup( $collapsibleContent ) {&lt;br /&gt;
		var $element,&lt;br /&gt;
			$toggle,&lt;br /&gt;
			autoCollapseThreshold = 2;&lt;br /&gt;
		$.each( $collapsibleContent, function ( index, element ) {&lt;br /&gt;
			$element = $( element );&lt;br /&gt;
			if ( $element.hasClass( &#039;collapsible&#039; ) ) {&lt;br /&gt;
				$element.find( &#039;tr:first &amp;gt; th:first&#039; ).prepend( $element.find( &#039;tr:first &amp;gt; * &amp;gt; .mw-collapsible-toggle&#039; ) );&lt;br /&gt;
			}&lt;br /&gt;
			if ( $collapsibleContent.length &amp;gt;= autoCollapseThreshold &amp;amp;&amp;amp; $element.hasClass( &#039;autocollapse&#039; ) ) {&lt;br /&gt;
				$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
			} else if ( $element.hasClass( &#039;innercollapse&#039; ) ) {&lt;br /&gt;
				if ( $element.parents( &#039;.outercollapse&#039; ).length &amp;gt; 0 ) {&lt;br /&gt;
					$element.data( &#039;mw-collapsible&#039; ).collapse();&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
			// because of colored backgrounds, style the link in the text color&lt;br /&gt;
			// to ensure accessible contrast&lt;br /&gt;
			$toggle = $element.find( &#039;.mw-collapsible-toggle&#039; );&lt;br /&gt;
			if ( $toggle.length ) {&lt;br /&gt;
				// Make the toggle inherit text color (Updated for T333357 2023-04-29)&lt;br /&gt;
				if ( $toggle.parent()[ 0 ].style.color ) {&lt;br /&gt;
					$toggle.css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
					$toggle.find( &#039;.mw-collapsible-text&#039; ).css( &#039;color&#039;, &#039;inherit&#039; );&lt;br /&gt;
				}&lt;br /&gt;
			}&lt;br /&gt;
		} );&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	mw.hook( &#039;wikipage.collapsibleContent&#039; ).add( mwCollapsibleSetup );&lt;br /&gt;
&lt;br /&gt;
	/* End of mw.loader.using callback */&lt;br /&gt;
} );&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Add a fourth Vector 2022 color option: Paap.&lt;br /&gt;
 *&lt;br /&gt;
 * Vector only exposes os/day/night as native client preferences. Paap selects&lt;br /&gt;
 * Vector&#039;s night mode underneath, then adds vu-theme-paap for the CSS palette.&lt;br /&gt;
 */&lt;br /&gt;
( function () {&lt;br /&gt;
	&#039;use strict&#039;;&lt;br /&gt;
&lt;br /&gt;
	var root = document.documentElement,&lt;br /&gt;
		storageKey = &#039;vu-theme-paap&#039;,&lt;br /&gt;
		rootClass = &#039;vu-theme-paap&#039;,&lt;br /&gt;
		paapInputId = &#039;skin-client-pref-skin-theme-value-paap&#039;;&lt;br /&gt;
&lt;br /&gt;
	function readStoredChoice() {&lt;br /&gt;
		try {&lt;br /&gt;
			return window.localStorage.getItem( storageKey ) === &#039;1&#039;;&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			return false;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function storeChoice( enabled ) {&lt;br /&gt;
		try {&lt;br /&gt;
			if ( enabled ) {&lt;br /&gt;
				window.localStorage.setItem( storageKey, &#039;1&#039; );&lt;br /&gt;
			} else {&lt;br /&gt;
				window.localStorage.removeItem( storageKey );&lt;br /&gt;
			}&lt;br /&gt;
		} catch ( error ) {&lt;br /&gt;
			/* The theme still works for this page when storage is blocked. */&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function applyPaap( enabled ) {&lt;br /&gt;
		root.classList.toggle( rootClass, enabled );&lt;br /&gt;
		storeChoice( enabled );&lt;br /&gt;
		if ( enabled ) {&lt;br /&gt;
			root.classList.remove( &#039;vu-theme-noord&#039; );&lt;br /&gt;
			try {&lt;br /&gt;
				window.localStorage.removeItem( &#039;vu-theme-noord&#039; );&lt;br /&gt;
			} catch ( error ) {&lt;br /&gt;
				/* The selected theme still works when storage is blocked. */&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function makePaapControl( nightInput ) {&lt;br /&gt;
		var container = document.createElement( &#039;div&#039; ),&lt;br /&gt;
			input = document.createElement( &#039;input&#039; ),&lt;br /&gt;
			icon = document.createElement( &#039;span&#039; ),&lt;br /&gt;
			label = document.createElement( &#039;label&#039; ),&lt;br /&gt;
			labelText = document.createElement( &#039;span&#039; );&lt;br /&gt;
&lt;br /&gt;
		container.className = &#039;cdx-radio&#039;;&lt;br /&gt;
		input.className = &#039;cdx-radio__input&#039;;&lt;br /&gt;
		input.type = &#039;radio&#039;;&lt;br /&gt;
		input.name = nightInput.name;&lt;br /&gt;
		input.id = paapInputId;&lt;br /&gt;
		input.value = &#039;paap&#039;;&lt;br /&gt;
		input.setAttribute( &#039;data-event-name&#039;, paapInputId );&lt;br /&gt;
		icon.className = &#039;cdx-radio__icon&#039;;&lt;br /&gt;
		label.className = &#039;cdx-label cdx-radio__label&#039;;&lt;br /&gt;
		label.setAttribute( &#039;for&#039;, paapInputId );&lt;br /&gt;
		labelText.className = &#039;cdx-label__label__text&#039;;&lt;br /&gt;
		labelText.textContent = &#039;Paap&#039;;&lt;br /&gt;
&lt;br /&gt;
		label.appendChild( labelText );&lt;br /&gt;
		container.appendChild( input );&lt;br /&gt;
		container.appendChild( icon );&lt;br /&gt;
		container.appendChild( label );&lt;br /&gt;
&lt;br /&gt;
		input.addEventListener( &#039;change&#039;, function () {&lt;br /&gt;
			if ( !input.checked ) {&lt;br /&gt;
				return;&lt;br /&gt;
			}&lt;br /&gt;
			nightInput.click();&lt;br /&gt;
			input.checked = true;&lt;br /&gt;
			applyPaap( true );&lt;br /&gt;
		} );&lt;br /&gt;
&lt;br /&gt;
		return container;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	function mountControl() {&lt;br /&gt;
		var nightInput = document.getElementById( &#039;skin-client-pref-skin-theme-value-night&#039; ),&lt;br /&gt;
			form,&lt;br /&gt;
			control,&lt;br /&gt;
			inputs,&lt;br /&gt;
			i,&lt;br /&gt;
			paapInput;&lt;br /&gt;
&lt;br /&gt;
		if ( !nightInput || document.getElementById( paapInputId ) ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		form = nightInput.form || nightInput.closest( &#039;form&#039; );&lt;br /&gt;
		if ( !form ) {&lt;br /&gt;
			return;&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		control = makePaapControl( nightInput );&lt;br /&gt;
		form.appendChild( control );&lt;br /&gt;
		paapInput = control.querySelector( &#039;input&#039; );&lt;br /&gt;
&lt;br /&gt;
		inputs = form.querySelectorAll( &#039;input[type=&amp;quot;radio&amp;quot;]&#039; );&lt;br /&gt;
		for ( i = 0; i &amp;lt; inputs.length; i++ ) {&lt;br /&gt;
			if ( inputs[ i ] !== paapInput ) {&lt;br /&gt;
				inputs[ i ].addEventListener( &#039;change&#039;, function ( event ) {&lt;br /&gt;
					if ( event.target.checked ) {&lt;br /&gt;
						applyPaap( false );&lt;br /&gt;
					}&lt;br /&gt;
				} );&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		if ( readStoredChoice() ) {&lt;br /&gt;
			if ( !root.classList.contains( &#039;skin-theme-clientpref-night&#039; ) ) {&lt;br /&gt;
				nightInput.click();&lt;br /&gt;
			}&lt;br /&gt;
			paapInput.checked = true;&lt;br /&gt;
			applyPaap( true );&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	root.classList.toggle( rootClass, readStoredChoice() );&lt;br /&gt;
&lt;br /&gt;
	if ( document.readyState === &#039;loading&#039; ) {&lt;br /&gt;
		document.addEventListener( &#039;DOMContentLoaded&#039;, mountControl );&lt;br /&gt;
	} else {&lt;br /&gt;
		mountControl();&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	new MutationObserver( mountControl ).observe( document.documentElement, {&lt;br /&gt;
		childList: true,&lt;br /&gt;
		subtree: true&lt;br /&gt;
	} );&lt;br /&gt;
}() );&lt;br /&gt;
/* DO NOT ADD CODE BELOW THIS LINE */&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11875</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=MediaWiki:Common.css&amp;diff=11875"/>
		<updated>2026-09-17T02:48:06Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Add reversible Noord black and red color theme&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/*&lt;br /&gt;
 * This is the CSS common to all desktop skins on Vrienden Universe.&lt;br /&gt;
 * Styling inside .mw-parser-output should generally use TemplateStyles.&lt;br /&gt;
 */&lt;br /&gt;
/* Reset italic styling set by user agent */&lt;br /&gt;
cite,&lt;br /&gt;
dfn {&lt;br /&gt;
	font-style: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Straight quote marks for &amp;lt;q&amp;gt; */&lt;br /&gt;
q {&lt;br /&gt;
	quotes: &#039;&amp;quot;&#039; &#039;&amp;quot;&#039; &amp;quot;&#039;&amp;quot; &amp;quot;&#039;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid collision of blockquote with floating elements by swapping margin and padding */&lt;br /&gt;
blockquote {&lt;br /&gt;
	overflow: hidden;&lt;br /&gt;
	margin: 1em 0;&lt;br /&gt;
	padding: 0 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Consistent size for &amp;lt;small&amp;gt;, &amp;lt;sub&amp;gt; and &amp;lt;sup&amp;gt; */&lt;br /&gt;
small {&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-body-content sub,&lt;br /&gt;
.mw-body-content sup {&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Same spacing for indented and unindented paragraphs on talk pages */&lt;br /&gt;
.ns-talk .mw-body-content dd {&lt;br /&gt;
	margin-top: 0.4em;&lt;br /&gt;
	margin-bottom: 0.4em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reduce page jumps by hiding collapsed/dismissed content */&lt;br /&gt;
.client-js .collapsible:not( .mw-made-collapsible).collapsed &amp;gt; tbody &amp;gt; tr:not(:first-child),&lt;br /&gt;
&lt;br /&gt;
/* Avoid FOUC/reflows on collapsed elements. */&lt;br /&gt;
/* This copies MediaWiki&#039;s solution for T42812 to apply to innercollapse/outercollapse (T325115). */&lt;br /&gt;
/* TODO: Use :is() selector at some reasonable future when support is good for Most Clients */&lt;br /&gt;
/* Reference: https://gerrit.wikimedia.org/g/mediawiki/core/+/ecda06cb2aef55b77c4b4d7ecda492d634419ead/resources/src/jquery/jquery.makeCollapsible.styles.less#75 */&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; p,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; table,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) &amp;gt; thead + tbody,&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) tr:not( :first-child ),&lt;br /&gt;
.client-js .outercollapse .innercollapse.mw-collapsible:not( .mw-made-collapsible ) .mw-collapsible-content,&lt;br /&gt;
&lt;br /&gt;
/* Hide charinsert base for those not using the gadget */&lt;br /&gt;
#editpage-specialchars {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Different margin on references */&lt;br /&gt;
.references {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cite customizations */&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ] {&lt;br /&gt;
	counter-reset: mw-ref-linkback 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&#039;mw:referencedBy&#039; ] &amp;gt; a::before {&lt;br /&gt;
	content: counter( mw-ref-linkback, lower-alpha );&lt;br /&gt;
	font-size: 80%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	content: &amp;quot;^&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span[ rel=&amp;quot;mw:referencedBy&amp;quot; ]::before {&lt;br /&gt;
	content: &amp;quot;^ &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Styling for jQuery makeCollapsible, matching that of collapseButton */&lt;br /&gt;
.mw-parser-output .mw-collapsible-toggle:not(.mw-ui-button) {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	padding-right: 0.2em;&lt;br /&gt;
	padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Lists in wikitable data cells are always left-aligned */&lt;br /&gt;
.wikitable td ul,&lt;br /&gt;
.wikitable td ol,&lt;br /&gt;
.wikitable td dl {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Change the external link icon to a PDF icon for all PDF files */&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.pdf#&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href$=&amp;quot;.PDF&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF?&amp;quot;].external,&lt;br /&gt;
.mw-parser-output a[href*=&amp;quot;.PDF#&amp;quot;].external {&lt;br /&gt;
	background: url(&amp;quot;//upload.wikimedia.org/wikipedia/commons/4/4d/Icon_pdf_file.png&amp;quot;) no-repeat right;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	padding: 8px 18px 8px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* System messages styled similarly to fmbox */&lt;br /&gt;
/* for .mw-warning-with-logexcerpt, behavior of this line differs between&lt;br /&gt;
 * the edit-protected notice and the special:Contribs for blocked users&lt;br /&gt;
 * The latter has specificity of 3 classes so we have to triple up here.&lt;br /&gt;
 */&lt;br /&gt;
.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt.mw-warning-with-logexcerpt,&lt;br /&gt;
div.mw-lag-warn-high,&lt;br /&gt;
div.mw-cascadeprotectedwarning,&lt;br /&gt;
div#mw-protect-cascadeon {&lt;br /&gt;
	clear: both;&lt;br /&gt;
	margin: 0.2em 0;&lt;br /&gt;
	border: 1px solid #bb7070;&lt;br /&gt;
	background-color: var(--background-color-error-subtle, #ffdbdb);&lt;br /&gt;
	padding: 0.25em 0.9em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* default colors for partial block message */&lt;br /&gt;
/* gotta get over the hump introduced by the triple class above */&lt;br /&gt;
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt.mw-warning-with-logexcerpt {&lt;br /&gt;
	border-color: var(--border-color-warning, #ab7f2a);&lt;br /&gt;
	background-color: var(--background-color-warning-subtle, #fef6e7);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Minimum thumb width */&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Thumb&#039;],&lt;br /&gt;
	figure[typeof~=&#039;mw:File/Frame&#039;],&lt;br /&gt;
	.thumbinner {&lt;br /&gt;
		min-width: 100px;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent floating boxes from overlapping any category listings,&lt;br /&gt;
   file histories, edit previews, and edit [Show changes] views. */&lt;br /&gt;
#mw-subcategories,&lt;br /&gt;
#mw-pages,&lt;br /&gt;
#mw-category-media,&lt;br /&gt;
#filehistory,&lt;br /&gt;
#wikiPreview,&lt;br /&gt;
#wikiDiff {&lt;br /&gt;
	clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide stuff meant for accounts with special permissions. Made visible again in&lt;br /&gt;
   [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-abusefilter.css]],&lt;br /&gt;
   [[MediaWiki:Group-abusefilter-helper.css]], [[MediaWiki:Group-patroller.css]],&lt;br /&gt;
   [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],&lt;br /&gt;
   [[MediaWiki:Group-extendedconfirmed.css]], [[Mediawiki:Group-autoconfirmed.css]], and [[MediaWiki:Group-user.css]] */&lt;br /&gt;
.checkuser-show,&lt;br /&gt;
.sysop-show,&lt;br /&gt;
.abusefilter-show,&lt;br /&gt;
.abusefilter-helper-show,&lt;br /&gt;
.patroller-show,&lt;br /&gt;
.templateeditor-show,&lt;br /&gt;
.extendedmover-show,&lt;br /&gt;
.extendedconfirmed-show,&lt;br /&gt;
.autoconfirmed-show,&lt;br /&gt;
.user-show {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide the redlink generated by {{Editnotice}},&lt;br /&gt;
   this overrides the &amp;quot;.sysop-show { display: none; }&amp;quot; above that applies&lt;br /&gt;
   to the same link as well. See [[phab:T45013]]&lt;br /&gt;
&lt;br /&gt;
   Hide the images in editnotices to keep them readable in VE view.&lt;br /&gt;
   Long term, editnotices should become a core feature so that they can be designed responsive. */&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-image,&lt;br /&gt;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {&lt;br /&gt;
	display: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove bullets when there are multiple edit page warnings */&lt;br /&gt;
ul.permissions-errors {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
ul.permissions-errors &amp;gt; li {&lt;br /&gt;
	list-style: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* larger inline math */&lt;br /&gt;
span.mwe-math-mathml-inline {&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Make &amp;lt;math display=&amp;quot;block&amp;quot;&amp;gt; be left aligned with one space indent for &lt;br /&gt;
 * compatibility with style conventions&lt;br /&gt;
 */&lt;br /&gt;
.mwe-math-fallback-image-display,&lt;br /&gt;
.mwe-math-mathml-display {&lt;br /&gt;
	margin-left: 1.6em !important;&lt;br /&gt;
	margin-top: 0.6em;&lt;br /&gt;
	margin-bottom: 0.6em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mwe-math-mathml-display math {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* Put a chequered background behind images, only visible if they have transparency,&lt;br /&gt;
	 * except on main, user, and portal namespaces&lt;br /&gt;
	 */&lt;br /&gt;
	body:not(.ns-0):not(.ns-2):not(.ns-100) .gallerybox .thumb img {&lt;br /&gt;
		background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	/* Display &amp;quot;the site subtitle&amp;quot; in skins that support it,&lt;br /&gt;
	   do not apply to print mode */&lt;br /&gt;
	#siteSub {&lt;br /&gt;
		display: block;&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	/* Make the list of references smaller&lt;br /&gt;
	 * Keep in sync with Template:Refbegin/styles.css&lt;br /&gt;
	 * And Template:Reflist/styles.css&lt;br /&gt;
	 */&lt;br /&gt;
	.references {&lt;br /&gt;
		font-size: 90%;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide FlaggedRevs notice UI when there are no pending changes */&lt;br /&gt;
.flaggedrevs_draft_synced,&lt;br /&gt;
.flaggedrevs_stable_synced,&lt;br /&gt;
/* &amp;quot;Temporary&amp;quot; to remove links in sidebar T255381 */&lt;br /&gt;
#t-upload,&lt;br /&gt;
/* Hide broken download box on Special:Book pending T285400 */&lt;br /&gt;
.mw-special-Book #coll-downloadbox {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * BELOW HERE THERE BE SOONTOBE TEMPLATESTYLES THINGS;&lt;br /&gt;
 * SEE [[MediaWiki talk:Common.css/to do]]&lt;br /&gt;
 * CSS is separated by component (which is why media queries are not joined)&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/* Infoboxes */&lt;br /&gt;
.infobox {&lt;br /&gt;
	border: 1px solid var(--border-color-base, #a2a9b1);&lt;br /&gt;
	color: var(--color-base, #202122);&lt;br /&gt;
	background-color: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
	font-size: 88%;&lt;br /&gt;
	line-height: 1.5em;&lt;br /&gt;
	border-spacing: 3px;&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure nothing inside forces black text */&lt;br /&gt;
.infobox * {&lt;br /&gt;
	color: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Links inside infobox follow theme colors */&lt;br /&gt;
.infobox a:link,&lt;br /&gt;
.infobox a:visited {&lt;br /&gt;
	color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox a.new:link,&lt;br /&gt;
.infobox a.new:visited {&lt;br /&gt;
	color: var(--color-destructive, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
    &lt;br /&gt;
	.infobox .nowrap {&lt;br /&gt;
		white-space: normal;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	.infobox {&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		margin-left: 1em;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		float: right;&lt;br /&gt;
		/* @noflip */&lt;br /&gt;
		clear: right;&lt;br /&gt;
		width: 22em;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Keep infobox values starting near the middle, Wikipedia-style. */&lt;br /&gt;
.infobox .infobox-label {&lt;br /&gt;
	width: 40%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	font-size: 125%;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates  */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
	padding: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-subheader,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-below {&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Normal font styling for wikitable row headers with scope=&amp;quot;row&amp;quot; tag */&lt;br /&gt;
.wikitable.plainrowheaders th[scope=row],&lt;br /&gt;
.wikitable.plainrowheaders th[scope=rowgroup] {&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
	/* @noflip */&lt;br /&gt;
	text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove underlines from certain links */&lt;br /&gt;
.nounderlines a,&lt;br /&gt;
.IPA a:link,&lt;br /&gt;
.IPA a:visited {&lt;br /&gt;
	text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent line breaks in silly places where desired (nowrap)&lt;br /&gt;
   and links when we don&#039;t want them to (nowraplinks a) */&lt;br /&gt;
.nowrap,&lt;br /&gt;
.nowraplinks a {&lt;br /&gt;
	white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* But allow wrapping where desired: */&lt;br /&gt;
.wrap,&lt;br /&gt;
.wraplinks a {&lt;br /&gt;
	white-space: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* texhtml class for inline math (based on generic times-serif class) */&lt;br /&gt;
/* remove spans when this is TemplateStyled */&lt;br /&gt;
span.texhtml {&lt;br /&gt;
	font-family: &amp;quot;Nimbus Roman No9 L&amp;quot;, &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;
	font-size: 118%;&lt;br /&gt;
	line-height: 1;&lt;br /&gt;
	/* Force tabular and lining display for texhtml */&lt;br /&gt;
	font-variant-numeric: lining-nums tabular-nums;&lt;br /&gt;
	font-kerning: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
span.texhtml span.texhtml {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
	span.texhtml {&lt;br /&gt;
		white-space: nowrap;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Prevent flags in tables from collapsing: Fix for T116318&lt;br /&gt;
 * TODO: Remove when [[phab:T368469]] merges [[phab:T367463]] for the other skins&lt;br /&gt;
 */&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
	.flagicon a &amp;gt; img,&lt;br /&gt;
	.flagicon noscript &amp;gt; img {&lt;br /&gt;
		max-width: none !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	.nochecker .gallerybox .thumb img {&lt;br /&gt;
		background-image: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Hide maintenance / tracking categories */&lt;br /&gt;
.mw-hidden-cats {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Override inline hard-coded header backgrounds in infoboxes */&lt;br /&gt;
.infobox td.infobox-above,&lt;br /&gt;
.infobox th.infobox-above,&lt;br /&gt;
.infobox td.infobox-title,&lt;br /&gt;
.infobox th.infobox-title,&lt;br /&gt;
.infobox caption,&lt;br /&gt;
.infobox th[colspan] {&lt;br /&gt;
  background: var(--background-color-progressive-subtle, #eaf3ff) ;&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Ensure ALL infobox cells remain readable */&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
  color: var(--color-base, #202122) ;&lt;br /&gt;
  border-color: var(--border-color-base, #a2a9b1);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
 * Put anything you mean to be a sitewide addition above the TemplateStyles&lt;br /&gt;
 * comment above.&lt;br /&gt;
 */&lt;br /&gt;
/* Dark mode fixes for navboxes and similar boxes */&lt;br /&gt;
@media screen {&lt;br /&gt;
    /* User-selected Dark mode */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-subgroup,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox td {&lt;br /&gt;
        background-color: #1e1e1e ;  /* dark main body */&lt;br /&gt;
        color: #d0d0d0 ;&lt;br /&gt;
        border-color: #444 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Match infobox header color but darkened for dark mode (titles, above/below rows) */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-title,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-abovebelow,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox th[scope=&amp;quot;col&amp;quot;],          /* column headers */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-title,            /* nested titles */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {           /* left-side group labels, often &amp;quot;side ones&amp;quot; */&lt;br /&gt;
        background-color: #1B223D ;  /* darkened blue-gray variant of #eaf3ff */&lt;br /&gt;
        color: #e0f0ff ;             /* very light blue-white text for contrast */&lt;br /&gt;
        border-color: #3a506b ;      /* subtle border to match */&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* If your navbox uses .navbox-group for left-side labels, this targets them specifically */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox .navbox-group {&lt;br /&gt;
        background-color: #1B223D ;&lt;br /&gt;
        font-weight: bold;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Alternating rows stay dark */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-odd,&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox-even {&lt;br /&gt;
        background-color: #252525 ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* Links inside navbox */&lt;br /&gt;
    html.skin-theme-clientpref-night .navbox a:not(.new):not(.mw-selflink) {&lt;br /&gt;
        color: #88ccff ;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    /* For Automatic/OS dark preference */&lt;br /&gt;
    @media (prefers-color-scheme: dark) {&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-subgroup,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox td {&lt;br /&gt;
            background-color: #1e1e1e ;&lt;br /&gt;
            color: #d0d0d0 ;&lt;br /&gt;
            border-color: #444 ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-abovebelow,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-title,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
            color: #e0f0ff ;&lt;br /&gt;
            border-color: #3a506b ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox .navbox-group {&lt;br /&gt;
            background-color: #1B223D ;&lt;br /&gt;
        }&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-odd,&lt;br /&gt;
        html.skin-theme-clientpref-os .navbox-even {&lt;br /&gt;
            background-color: #252525 ;&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Paap&amp;quot; color theme.&lt;br /&gt;
 *&lt;br /&gt;
 * Paap builds on Vector 2022&#039;s night mode. The accompanying Common.js code&lt;br /&gt;
 * keeps skin-theme-clientpref-night active, then adds vu-theme-paap.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-paap {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #170d24;&lt;br /&gt;
	--background-color-neutral: #241338;&lt;br /&gt;
	--background-color-neutral-subtle: #211330;&lt;br /&gt;
	--background-color-interactive: #2a1742;&lt;br /&gt;
	--background-color-interactive-subtle: #241338;&lt;br /&gt;
	--background-color-progressive-subtle: #351d53;&lt;br /&gt;
	--border-color-base: #604379;&lt;br /&gt;
	--border-color-subtle: #422d59;&lt;br /&gt;
	--color-base: #ffffff;&lt;br /&gt;
	--color-subtle: #d8cedf;&lt;br /&gt;
	--color-progressive: #79bff2;&lt;br /&gt;
	--color-destructive: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap,&lt;br /&gt;
html.vu-theme-paap body,&lt;br /&gt;
html.vu-theme-paap .mw-page-container,&lt;br /&gt;
html.vu-theme-paap .mw-body,&lt;br /&gt;
html.vu-theme-paap .vector-header-container,&lt;br /&gt;
html.vu-theme-paap .vector-column-start,&lt;br /&gt;
html.vu-theme-paap .vector-column-end {&lt;br /&gt;
	background-color: #170d24;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-paap .vector-menu-content,&lt;br /&gt;
html.vu-theme-paap .mw-portlet,&lt;br /&gt;
html.vu-theme-paap .cdx-menu,&lt;br /&gt;
html.vu-theme-paap .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Slightly darker than the existing dark-theme blue (#88ccff). */&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-paap body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Darker than the existing dark-theme red (#ff6b6b), with AA contrast. */&lt;br /&gt;
html.vu-theme-paap body a.new:link,&lt;br /&gt;
html.vu-theme-paap body a.new:visited {&lt;br /&gt;
	color: #ef7180;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .infobox,&lt;br /&gt;
html.vu-theme-paap .navbox,&lt;br /&gt;
html.vu-theme-paap .navbox-subgroup,&lt;br /&gt;
html.vu-theme-paap .navbox th,&lt;br /&gt;
html.vu-theme-paap .navbox td,&lt;br /&gt;
html.vu-theme-paap .wikitable,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-paap .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #241338;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Replaces the current dark-blue #1B223D header surfaces. */&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-paap .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-paap .infobox caption,&lt;br /&gt;
html.vu-theme-paap .infobox th[colspan],&lt;br /&gt;
html.vu-theme-paap .navbox-title,&lt;br /&gt;
html.vu-theme-paap .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-paap .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-paap .navbox .navbox-group {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #604379;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-odd {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .navbox-even {&lt;br /&gt;
	background-color: #2a1742;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .mw-code,&lt;br /&gt;
html.vu-theme-paap pre,&lt;br /&gt;
html.vu-theme-paap code,&lt;br /&gt;
html.vu-theme-paap .toc,&lt;br /&gt;
html.vu-theme-paap .catlinks {&lt;br /&gt;
	background-color: #211330;&lt;br /&gt;
	color: #ffffff;&lt;br /&gt;
	border-color: #422d59;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own navy palette; replace it for Paap. */&lt;br /&gt;
html.vu-theme-paap .vu-main {&lt;br /&gt;
	--vu-navy: #351d53;&lt;br /&gt;
	--vu-navy-light: #4a2b6b;&lt;br /&gt;
	--vu-blue: #79bff2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #211330 0%, #351d53 55%, #4a2b6b 100%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-explore-mark,&lt;br /&gt;
html.vu-theme-paap .vu-person-image {&lt;br /&gt;
	background-color: #351d53;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-paap .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #351d53 0%, #351d53 72%, #4a2b6b 72%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
 * Vrienden Universe &amp;quot;Noord&amp;quot; color theme: black surfaces and red text.&lt;br /&gt;
 * Noord uses Vector&#039;s native night mode underneath for dark-mode compatibility.&lt;br /&gt;
 */&lt;br /&gt;
html.vu-theme-noord {&lt;br /&gt;
	color-scheme: dark;&lt;br /&gt;
	--background-color-base: #050505;&lt;br /&gt;
	--background-color-neutral: #101010;&lt;br /&gt;
	--background-color-neutral-subtle: #0b0b0b;&lt;br /&gt;
	--background-color-interactive: #190000;&lt;br /&gt;
	--background-color-interactive-subtle: #101010;&lt;br /&gt;
	--background-color-progressive-subtle: #190000;&lt;br /&gt;
	--border-color-base: #7a2020;&lt;br /&gt;
	--border-color-subtle: #4d1717;&lt;br /&gt;
	--color-base: #ff5c5c;&lt;br /&gt;
	--color-subtle: #e64d4d;&lt;br /&gt;
	--color-progressive: #ff9b9b;&lt;br /&gt;
	--color-destructive: #ff4747;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord,&lt;br /&gt;
html.vu-theme-noord body,&lt;br /&gt;
html.vu-theme-noord .mw-page-container,&lt;br /&gt;
html.vu-theme-noord .mw-body,&lt;br /&gt;
html.vu-theme-noord .vector-header-container,&lt;br /&gt;
html.vu-theme-noord .vector-column-start,&lt;br /&gt;
html.vu-theme-noord .vector-column-end {&lt;br /&gt;
	background-color: #050505;&lt;br /&gt;
	color: #ff5c5c;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vector-dropdown-content,&lt;br /&gt;
html.vu-theme-noord .vector-menu-content,&lt;br /&gt;
html.vu-theme-noord .mw-portlet,&lt;br /&gt;
html.vu-theme-noord .cdx-menu,&lt;br /&gt;
html.vu-theme-noord .oo-ui-popupWidget-popup {&lt;br /&gt;
	background-color: #0b0b0b;&lt;br /&gt;
	color: #ff5c5c;&lt;br /&gt;
	border-color: #4d1717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):link,&lt;br /&gt;
html.vu-theme-noord body a:not(.new):not(.mw-selflink):visited {&lt;br /&gt;
	color: #ff9b9b;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord body a.new:link,&lt;br /&gt;
html.vu-theme-noord body a.new:visited {&lt;br /&gt;
	color: #ff4747;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox,&lt;br /&gt;
html.vu-theme-noord .navbox,&lt;br /&gt;
html.vu-theme-noord .navbox-subgroup,&lt;br /&gt;
html.vu-theme-noord .navbox th,&lt;br /&gt;
html.vu-theme-noord .navbox td,&lt;br /&gt;
html.vu-theme-noord .wikitable,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
html.vu-theme-noord .wikitable &amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
	background-color: #101010;&lt;br /&gt;
	color: #ff5c5c;&lt;br /&gt;
	border-color: #7a2020;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-above,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-title,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-header,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-subheader,&lt;br /&gt;
html.vu-theme-noord .infobox .infobox-below,&lt;br /&gt;
html.vu-theme-noord .infobox caption,&lt;br /&gt;
html.vu-theme-noord .infobox th[colspan],&lt;br /&gt;
html.vu-theme-noord .navbox-title,&lt;br /&gt;
html.vu-theme-noord .navbox-abovebelow,&lt;br /&gt;
html.vu-theme-noord .navbox th[scope=&amp;quot;col&amp;quot;],&lt;br /&gt;
html.vu-theme-noord .navbox .navbox-group {&lt;br /&gt;
	background-color: #190000;&lt;br /&gt;
	color: #ff7777;&lt;br /&gt;
	border-color: #7a2020;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-odd {&lt;br /&gt;
	background-color: #0b0b0b;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .navbox-even {&lt;br /&gt;
	background-color: #101010;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .mw-code,&lt;br /&gt;
html.vu-theme-noord pre,&lt;br /&gt;
html.vu-theme-noord code,&lt;br /&gt;
html.vu-theme-noord .toc,&lt;br /&gt;
html.vu-theme-noord .catlinks {&lt;br /&gt;
	background-color: #0b0b0b;&lt;br /&gt;
	color: #ff5c5c;&lt;br /&gt;
	border-color: #4d1717;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Main Page components have their own palette. */&lt;br /&gt;
html.vu-theme-noord .vu-main {&lt;br /&gt;
	--vu-text: #ff5c5c;&lt;br /&gt;
	--vu-surface: #101010;&lt;br /&gt;
	--vu-accent: #190000;&lt;br /&gt;
	--vu-link: #ff9b9b;&lt;br /&gt;
	--vu-red: #ff4747;&lt;br /&gt;
	--vu-navy: #080808;&lt;br /&gt;
	--vu-navy-light: #190000;&lt;br /&gt;
	--vu-blue: #ff5c5c;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-header {&lt;br /&gt;
	background: linear-gradient(118deg, #000000 0%, #080808 55%, #190000 100%);&lt;br /&gt;
	color: #ff7777;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-explore-mark,&lt;br /&gt;
html.vu-theme-noord .vu-person-image {&lt;br /&gt;
	background-color: #080808;&lt;br /&gt;
	color: #ff7777;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html.vu-theme-noord .vu-browse {&lt;br /&gt;
	background: linear-gradient(145deg, #080808 0%, #080808 72%, #190000 72%);&lt;br /&gt;
	color: #ff7777;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mw-pt-translate-header {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=Category:Writing_systems&amp;diff=11869</id>
		<title>Category:Writing systems</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=Category:Writing_systems&amp;diff=11869"/>
		<updated>2026-09-16T22:07:51Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Replace generic category descriptions with specific scope text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;ICR script-code documentation and the writing-system list are organized here.&lt;br /&gt;
&lt;br /&gt;
[[Category:International standards]]&lt;br /&gt;
[[Category:Languages]]&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=Category:Wiki_administration&amp;diff=11868</id>
		<title>Category:Wiki administration</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=Category:Wiki_administration&amp;diff=11868"/>
		<updated>2026-09-16T22:07:51Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Replace generic category descriptions with specific scope text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Pages and categories used to operate the Vrienden Universe wiki are organized here.&lt;br /&gt;
&lt;br /&gt;
[[Category:Vrienden Universe]]&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=Category:Western_Europe&amp;diff=11867</id>
		<title>Category:Western Europe</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=Category:Western_Europe&amp;diff=11867"/>
		<updated>2026-09-16T22:07:51Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Replace generic category descriptions with specific scope text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Western European countries and regions represented on the wiki are grouped here.&lt;br /&gt;
&lt;br /&gt;
[[Category:Geography]]&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=Category:West_Germanic_languages&amp;diff=11866</id>
		<title>Category:West Germanic languages</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=Category:West_Germanic_languages&amp;diff=11866"/>
		<updated>2026-09-16T22:07:50Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Replace generic category descriptions with specific scope text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;West Germanic languages with dedicated articles are grouped here.&lt;br /&gt;
&lt;br /&gt;
[[Category:Languages]]&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=Category:Weltraumgruppen&amp;diff=11865</id>
		<title>Category:Weltraumgruppen</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=Category:Weltraumgruppen&amp;diff=11865"/>
		<updated>2026-09-16T22:07:50Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Replace generic category descriptions with specific scope text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Weltraumgruppen&#039;s history and facilities are grouped here.&lt;br /&gt;
&lt;br /&gt;
[[Category:Military organizations]]&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=Category:Wallachia&amp;diff=11864</id>
		<title>Category:Wallachia</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=Category:Wallachia&amp;diff=11864"/>
		<updated>2026-09-16T22:07:49Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Replace generic category descriptions with specific scope text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wallachian places and historical events represented on the wiki are grouped here.&lt;br /&gt;
&lt;br /&gt;
[[Category:Geography]]&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=Category:Vriendendam&amp;diff=11863</id>
		<title>Category:Vriendendam</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=Category:Vriendendam&amp;diff=11863"/>
		<updated>2026-09-16T22:07:49Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Replace generic category descriptions with specific scope text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;People and institutions based in Vriendendam are grouped here.&lt;br /&gt;
&lt;br /&gt;
[[Category:Geography]]&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=Category:UTC_offsets&amp;diff=11862</id>
		<title>Category:UTC offsets</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=Category:UTC_offsets&amp;diff=11862"/>
		<updated>2026-09-16T22:07:49Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Replace generic category descriptions with specific scope text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Named time zones and fixed offsets from Coordinated Universal Time are organized here.&lt;br /&gt;
&lt;br /&gt;
[[Category:Time standards]]&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
	<entry>
		<id>https://vriendenuniverse.org/wiki/index.php?title=Category:United_States&amp;diff=11861</id>
		<title>Category:United States</title>
		<link rel="alternate" type="text/html" href="https://vriendenuniverse.org/wiki/index.php?title=Category:United_States&amp;diff=11861"/>
		<updated>2026-09-16T22:07:48Z</updated>

		<summary type="html">&lt;p&gt;VU-MaintenanceBot: Replace generic category descriptions with specific scope text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The United States and its geographic or biographical subcategories are organized here.&lt;br /&gt;
&lt;br /&gt;
[[Category:Countries]]&lt;/div&gt;</summary>
		<author><name>VU-MaintenanceBot</name></author>
	</entry>
</feed>