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


/*
 * Titles, including username links, and also tag names
 * are prone to getting jumbled up
 * with other titles, usernames, etc. in mixed RTL-LTR environment.
 */
.mw-changeslist .mw-tag-marker,
.mw-changeslist .mw-title {
  unicode-bidi: embed;
}
/*
 * Bidi-isolate these numbers.
 * See https://phabricator.wikimedia.org/T93484
 */
.mw-plusminus-pos,
.mw-plusminus-neg,
.mw-plusminus-null {
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
}
.mw-input-with-label {
  white-space: nowrap;
  display: inline-block;
}
.mw-title {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*
 * Styling for Special:Watchlist and Special:RecentChanges
 */
/**
 * ###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.
 */
/* stylelint-disable selector-class-pattern */
/* stylelint-disable selector-no-vendor-prefix */
/* stylelint-enable selector-no-vendor-prefix */
/* Make sure namespace label is aligned correctly on mobile when checkboxes are displayed */
.mw-label.mw-namespace-label {
  vertical-align: top;
}
.mw-changeslist-line-watched .mw-title {
  font-weight: bold;
}
/* Colored watchlist and recent changes numbers */
.mw-plusminus-pos {
  color: var(--color-content-added, #006400);
}
.mw-plusminus-neg {
  color: var(--color-content-removed, #8b0000);
}
.mw-plusminus-null {
  color: var(--color-disabled, #a2a9b1);
}
/* Prevent FOUC if legend is initially collapsed */
.mw-changeslist-legend.mw-collapsed .mw-collapsible-content {
  display: none;
}
.mw-changeslist-legend.mw-collapsed {
  margin-bottom: 0;
}
/* Prevent pushing down the content if legend is collapsed */
.mw-changeslist-legend.mw-collapsed ~ ul:first-of-type > li:first-child,
.mw-changeslist-legend.mw-collapsed + h4 + div > table.mw-changeslist-line:first-child {
  clear: right;
}
/* Hide RCFilters highlight containers if RCFilters is not enabled.
   This is overridden in mw.ui.rcfilters.ChangesListWrapperWidget.less if RCFilters is enabled. */
.mw-rcfilters-ui-highlights {
  display: none;
}
.mw-index-pager-list-header {
  display: block;
  position: absolute !important;
  /* stylelint-disable-line declaration-no-important */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
}



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