
/* start https://en.wikiversity.org/w/load.php?debug=true&lang=en&modules=mediawiki.widgets.styles&only=styles&skin=vector-2022&version=&* */


/*!
 * MediaWiki Widgets - base ComplexNamespaceInputWidget styles.
 *
 * @copyright 2011-2025 MediaWiki Widgets Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */
/**
 * ###IMPORTANT:##
 * If editing this file, please also edit the respective file in the MinervaNeue skin.
 * ####
 *
 * This file is a LESS @import match for "mediawiki.skin.variables.less"
 * when Vector 2022 is the active skin.
 * Please note, that legacy Vector is handled by
 * "mediawiki.less.legacy/mediawiki.skin.variables.less".
 *
 * Please also note, that both current Codex, design system for Wikimedia based skins,
 * Vector 2022 and Minerva Neue are using the same variable values respectively in their
 * repositories.
 */
/* stylelint-disable @stylistic/indentation */
/**
 * Codex design tokens. This imports Less variables, some of which refer to CSS variables.
 * The CSS variable values are imported in CSSCustomProperties.less.
 */
.mw-widget-complexNamespaceInputWidget {
  /* TODO FieldLayout is not supposed to be used the way we use it here */
}
.mw-widget-complexNamespaceInputWidget .mw-widget-namespaceInputWidget,
.mw-widget-complexNamespaceInputWidget .oo-ui-fieldLayout {
  display: inline-block;
  margin-right: 16px;
}
.mw-widget-complexNamespaceInputWidget .oo-ui-fieldLayout {
  vertical-align: middle;
  margin-bottom: 0;
}
.mw-widget-complexNamespaceInputWidget .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline.oo-ui-labelElement > .oo-ui-fieldLayout-body > .oo-ui-labelElement-label {
  padding-left: 8px;
}
.mw-widget-complexNamespaceInputWidget .mw-widget-namespaceInputWidget {
  max-width: 20em;
}

/*!
 * MediaWiki Widgets - base ComplexTitleInputWidget styles.
 *
 * @copyright 2011-2024 MediaWiki Widgets Team and others; see AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */
.mw-widget-complexTitleInputWidget .mw-widget-namespaceInputWidget,
.mw-widget-complexTitleInputWidget .mw-widget-titleInputWidget {
  display: inline-block;
}
.mw-widget-complexTitleInputWidget .mw-widget-namespaceInputWidget {
  max-width: 20em;
  margin-right: 0.5em;
}
.mw-widget-complexTitleInputWidget .mw-widget-titleInputWidget {
  max-width: 29.5em;
}



/* end   https://en.wikiversity.org/w/load.php?debug=true&lang=en&modules=mediawiki.widgets.styles&only=styles&skin=vector-2022&version=&* */
