The first video in the TASBot Re: (TASBot Revisited) series is out! TASBot Re: Gradius covers our first run from AGDQ 2014.

Historians wanted: Inquire here.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Testing paragraph change for infoboxes with help from YoshiRulz)
m (Improve text legibility for Babel userboxen)
Line 4: Line 4:
}
}
h3 > p { margin: initial; }
h3 > p { margin: initial; }
/** legible text for Babel userboxen */
.skin-citizen-dark .mw-babel-box {
color: var(--color-base--subtle, currentColor);
}

Revision as of 03:57, 28 July 2024

/* All CSS here will be loaded for users of the Citizen skin */
.skin-citizen-light .mw-logo-icon {
    filter: invert(1);
}
h3 > p { margin: initial; }

/** legible text for Babel userboxen */
.skin-citizen-dark .mw-babel-box {
	color: var(--color-base--subtle, currentColor);
}