MediaWiki:Common.less/links.less

From RuneRealm Wiki

This is an old revision of this page, as edited by Alex (talk | contribs) at 00:09, 17 October 2024 (Created page with "→‎================= link colors =================: →‎-------------------- internal links --------------------: a { color: @LINK_COLOR; &:visited, &:active { color: @LINK_COLOR; } &.new { color: @REDLINK_COLOR; &:visited { color: @REDLINK_COLOR; } } } // interwiki link .mw-parser-output a.extiw, // external links .mw-parser-output a.external { color: @LINK_COLOR; &:visited, &:active { color: @LINK_COLOR; } } // recolo..."). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

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

     link colors
  ================= */

/* --------------------

     internal links
  -------------------- */

a { color: @LINK_COLOR;

&:visited, &:active { color: @LINK_COLOR; }

&.new { color: @REDLINK_COLOR;

&:visited { color: @REDLINK_COLOR; } } }

// interwiki link .mw-parser-output a.extiw, // external links .mw-parser-output a.external { color: @LINK_COLOR;

&:visited, &:active { color: @LINK_COLOR; } }

// recolor internal purge links classified by MediaWiki as external .jsPurgeLink a.external { color: @LINK_COLOR; }