MediaWiki:Common.less/references.less

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 17:14, 17 October 2024. The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/* ==================

      references
  ================== */

// Small reference list // apply to all ol.references,

// apply to

.reflist { font-size: 90%; }

.reflist { list-style-type: decimal; }

.reflist .references { font-size: 100%; // inherit from .reflist instead list-style-type: inherit; }

// for

.reflist-lower-alpha { list-style-type: lower-alpha; }

// refs background when targetting refs ol.references li:target, sup.reference:target { background-color: var(--body-light); }

// Hide certain text (namely quote parameters) from the references section to // shorten it and make it readable .hideQuotes .refhide { display: none; }