<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable stylistic/indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
.client-js .mw-collapsibleFieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header {
  margin-top: -8px;
  margin-bottom: 8px;
  padding: 8px;
  padding-left: 24px;
}
.client-js .mw-collapsibleFieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label {
  margin-bottom: 0;
}
.client-js .mw-collapsibleFieldsetLayout.mw-collapsed .oo-ui-fieldsetLayout-header {
  min-height: 30px;
  margin-bottom: -12px;
}
.mw-collapsibleFieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header {
  max-width: none;
}
.mw-collapsibleFieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 16px;
  width: 1rem;
  margin-right: 0.5em;
}
.mw-collapsibleFieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-icon-expand {
  display: none;
}
.mw-collapsibleFieldsetLayout.mw-collapsible.mw-collapsed .mw-collapsible-toggle .oo-ui-icon-expand {
  display: inline-block;
}
.mw-collapsibleFieldsetLayout.mw-collapsible.mw-collapsed .mw-collapsible-toggle .oo-ui-icon-collapse {
  display: none;
}

/**
 * This file is a LESS import match for "mediawiki.skin.variables.less"
 * when legacy Vector (useskin=vector) is the active skin.
 */
/* stylelint-disable stylistic/indentation */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/* stylelint-disable selector-class-pattern */
.mw-htmlform-ooui {
  line-height: 1.4;
}
.mw-htmlform-ooui .oo-ui-fieldsetLayout-header {
  font-size: 100%;
}
.mw-htmlform-ooui .oo-ui-fieldLayout.oo-ui-labelElement &gt; .oo-ui-fieldLayout-body &gt; .oo-ui-fieldLayout-header {
  line-height: 1.14285714em;
}
.mw-htmlform-ooui .mw-htmlform-field-HTMLSizeFilterField {
  margin-top: 12px;
}
.mw-htmlform-ooui .mw-htmlform-matrix {
  border-spacing: 0;
}
.mw-htmlform-ooui .mw-htmlform-matrix th {
  font-weight: normal;
}
.mw-htmlform-ooui .mw-htmlform-matrix td,
.mw-htmlform-ooui .mw-htmlform-matrix th {
  padding: 12px;
  text-align: center;
  transition: background-color 250ms;
}
.mw-htmlform-ooui .mw-htmlform-matrix td:first-child,
.mw-htmlform-ooui .mw-htmlform-matrix th:first-child {
  text-align: left;
}
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:nth-child( even ) td {
  background-color: var(--background-color-neutral-subtle, #f8f9fa);
}
.mw-htmlform-ooui .mw-htmlform-matrix tbody tr:hover td {
  background-color: var(--background-color-neutral, #eaecf0);
}
.mw-htmlform-ooui .mw-htmlform-matrix .oo-ui-fieldLayout-help {
  margin-bottom: -6px;
}
.mw-htmlform-ooui .mw-htmlform-matrix .oo-ui-fieldLayout.oo-ui-labelElement &gt; .oo-ui-fieldLayout-body &gt; .oo-ui-fieldLayout-header {
  padding-bottom: 0;
}
.mw-htmlform-ooui .oo-ui-fieldLayout.mw-htmlform-checkradio-indent {
  margin-left: 1.85714286em;
}
.mw-htmlform-ooui .oo-ui-fieldLayout.mw-htmlform-checkradio-indent .oo-ui-tagMultiselectWidget,
.mw-htmlform-ooui .oo-ui-fieldLayout.mw-htmlform-checkradio-indent .oo-ui-textInputWidget {
  max-width: 48.14285714em;
}
.mw-htmlform-flatlist .oo-ui-fieldLayout-align-inline,
.mw-htmlform-flatlist .oo-ui-radioOptionWidget,
.mw-htmlform-flatlist .oo-ui-checkboxMultioptionWidget {
  display: inline-block;
  margin-right: 12px;
}
.mw-htmlform-flatlist.oo-ui-fieldLayout.oo-ui-labelElement &gt; .oo-ui-fieldLayout-body &gt; .oo-ui-fieldLayout-header {
  padding-bottom: 0;
}
.mw-htmlform-field-HTMLMultiSelectField.oo-ui-fieldLayout,
.mw-htmlform-ooui .htmlform-tip,
.mw-htmlform-ooui .mw-htmlform-submit-buttons {
  margin-top: 12px;
}
</pre></body></html>