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


/*!
 * Styling for changes list legend
 */
/**
 * ###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-changeslist-legend {
  float: right;
  margin-left: 1em;
  margin-bottom: 0;
  clear: right;
  font-size: 85%;
  line-height: 1.2em;
  padding: 0.5em;
  border: 1px solid var(--border-color-subtle, #c8ccd1);
  background-color: var(--background-color-base, #fff);
}
.mw-changeslist-legend summary {
  cursor: pointer;
}
.mw-changeslist-legend dl {
  /* Parent element defines sufficient padding */
  margin-bottom: 0;
}
.mw-changeslist-legend dt {
  float: left;
  margin: 0 0.5em 0 0;
}
.mw-changeslist-legend dd {
  margin-left: 1.5em;
}
.mw-changeslist-legend dt,
.mw-changeslist-legend dd {
  line-height: 1.3em;
}



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