MediaWiki:Vector-2022.css

Note – after saving, it will take 5-10 minutes before the changes take effect. You may also have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/*<nowiki>*/

/* used in {{auto cat}} to prevent right-floating boxes from hanging down into the category listings section */
.clear-both-in-vector-2022-only {
	clear: both;
}

/* code based on MediaWiki's `jQuery.makeCollapsible` module code, avoids reflow before the JS to collapse the "newest and oldest pages" box runs
 * source: https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/22ffa16cf14d146a57d348569bc2fac0ea60a5f9/resources/src/jquery/jquery.makeCollapsible.styles.less */
.client-js #newest-and-oldest-pages:not(.mw-made-collapsible) tr:not(:first-child) {
	display: none;
}

/*</nowiki>*/