MediaWiki:Minerva.less/specials.less: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
(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...")
 
No edit summary
 
Line 1: Line 1:
/* ================================
/* ================================
changes to special mw.pages
changes to special pages
================================ */
================================ */



Latest revision as of 17:15, 17 October 2024

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

     changes to special 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); }