MediaWiki:Minerva.less/specials.less

From RuneRealm Wiki

This is an old revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with "→‎================================ changes to special mw.pages ================================: // == Special:MobileOptions == @media all and (min-width: @width-breakpoint-tablet) { .ns-special { .pre-content { background-color: transparent; } .mw-body { background: var(--body-main); form { background: transparent; } } } } form.mw-mf-settings .oo-ui-fieldLayout { &, &:first-child { border-color: var(--body-mid); } } // Pag..."). 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

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

     changes to special mw.pages
  ================================ */

// == Special:MobileOptions == @media all and (min-width: @width-breakpoint-tablet) { .ns-special { .pre-content { background-color: transparent; }

.mw-body { background: var(--body-main);

form { background: transparent; } } } }

form.mw-mf-settings .oo-ui-fieldLayout { &, &:first-child { border-color: var(--body-mid); } }

// Page hist when not in amc .ns-special .content-header { border-bottom-color: var(--body-dark); }

// when Advanced mode is on .action-history { .mw-history-compareselectedversions { background-color: var(--body-main); }

#pagehistory li:not(.selected) { border-bottom-color: var(--sidebar); } }

// == Special:Contributions == ul.mw-contributions-list li, ul.special li { border-color: var(--sidebar); }

// == Special:History == // you will be directed to ?action=history if you got amc turned on .page-list, .topic-title-list, .site-link-list { li > a:not(.mw-ui-icon-element) { color: var(--byline-color); }

&.side-list .list-thumb { color: var(--text-color); } }

// edit summary .page-list .info, .topic-title-list .info, .site-link-list .info, .page-list .component, .topic-title-list .component, .site-link-list .component { color: var(--byline-color); }

// user link .mw-mf-user { color: var(--text-color); }

// when amc is turned on .content .mw-index-pager-list-header { background-color: var(--body-mid); color: inherit; font-family: inherit; // sans }

// Special:Preferences .mw-prefs-title { color: inherit; }

.mw-prefs-description, .oo-ui-window-body.mw-mobile-pref-dialog-body .mw-htmlform-field-HTMLInfoField { color: var(--byline-color); }

.mw-mobile-prefsection.oo-ui-buttonElement { border-color: var(--sidebar); }

.oo-ui-window-body.mw-mobile-pref-dialog-body .mw-prefs-fieldset-wrapper .oo-ui-fieldsetLayout-header, .oo-ui-window-body.mw-mobile-pref-dialog-body [class^="mw-htmlform-field"] { border-color: var(--sidebar); }