/*
ExtLink widget - CSS styling
See detailed documentation in Dev/mediawiki
*/

/* ----------------------------------------------- */
/* 1. ExtLink template and ext-link extension */

.ext-link-to-archive {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .5em;
  position: relative;
  top: .45em;
}

.ext-link-to-archive:not(.has-sibling) {
  margin-right: .5em;
}

.ext-link-to-archive:not(:hover) {
  opacity: .6;
}

.ext-link-to-archive a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  user-select: none;
}

.ext-link-to-archive img {
  display: inline-block;
  height: 100%;
  width: auto;
}

/*
[[Category:MultiWiki]]
*/
