MediaWiki:Minerva.less/diff.less

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with "→‎==================== Special:MobileDiff ====================: // closely mimicking desktop .diff-editfont-monospace { font-family: monospace,monospace; } :root { --diff-deletedline-background: @apricot-peach; } // minor edit marker .minoredit { background: var(--body-mid); } #mw-mf-diffview { .mw-mf-diff-date { color: var(--byline-color); } .mw-diff-inline-deleted del, .mw-diff-inline-changed del, .mw-diff-inline-moved del { background: var(..."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

   Special:MobileDiff
  ==================== */

// closely mimicking desktop .diff-editfont-monospace { font-family: monospace,monospace; }

root {

--diff-deletedline-background: @apricot-peach; }

// minor edit marker .minoredit { background: var(--body-mid); }

  1. mw-mf-diffview {

.mw-mf-diff-date { color: var(--byline-color); }

.mw-diff-inline-deleted del, .mw-diff-inline-changed del, .mw-diff-inline-moved del { background: var(--diff-deletedline-background); color: var(--diff-deletedline-color); border-radius: .33em }

.mw-diff-inline-added ins, .mw-diff-inline-changed ins, .mw-diff-inline-moved ins { background: var(--diff-addedline-background); color: var(--diff-addedline-color); border-radius: .33em }

.mw-diff-inline-moved { background: var(--diff-context-background); } }

// Diff userinfo

  1. mw-mf-diffview #mw-mf-userinfo {

background: var(--body-light); border-top-color: var(--body-border);

.mw-mf-edit-count { color: var(--text-color);

div { color: inherit; } } }