MediaWiki:Vector-darkmode.less/gadgets.less

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with "→‎===================== gadgets =====================: // MediaWiki:Gadget-titleparenthesis.js .title-parenthesis { color: #9aa4b7; } // MediaWiki:Gadget-skinToggles.css #mw-head.sticky-hidden { background: @cloud-burst; } .rsw-skin-toggle-popup .reader-mode { background: @cloud-burst; } // MediaWiki:Gadget-ReferenceTooltips.css .rsw-tooltip { background-color: @pickled-bluewood; color: @dark-text; } ol.references li:target, sup.reference:targe..."). The present address (URL) is a permanent link to this version.

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

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

         gadgets
  ===================== */

// MediaWiki:Gadget-titleparenthesis.js .title-parenthesis { color: #9aa4b7; }


// MediaWiki:Gadget-skinToggles.css

  1. mw-head.sticky-hidden {

background: @cloud-burst; }

.rsw-skin-toggle-popup .reader-mode { background: @cloud-burst; }

// MediaWiki:Gadget-ReferenceTooltips.css .rsw-tooltip { background-color: @pickled-bluewood; color: @dark-text; }

ol.references li:target, sup.reference:target { background-color: @pickled-bluewood; }

// MediaWiki:Gadget-less.js // This is going to load late because it's loading from meta, !important is necessary

  1. less-modal {

background: @pickled-bluewood !important; color: @dark-text !important;

a { color: @dark-links !important; }

#less-header { border-color: @dark-wikitable-border !important; }

#less-close { background-color: @pickled-bluewood !important; } }

  1. less-overlay {

background-color: rgba(25, 25, 25, 0.6) !important; }

// MediaWiki:Gadget-dropDisplay.css

  1. rsw-drops-overlay2 {

.oo-ui-popupWidget-popup { background-color: @dark-wikitable-background; border: 1px solid @dark-wikitable-border; }

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button { background-color: @dark-button; border-color: @dark-wikitable-border; opacity: 0.5; }

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { background-color: @dark-button; border-color: @dark-wikitable-border; }

.oo-ui-labelElement-label { color: @white; font-weight: normal; }

.oo-ui-popupWidget-anchored-bottom .oo-ui-popupWidget-anchor:after { border-top-color: @dark-wikitable-background; }

.oo-ui-popupWidget-anchored-top .oo-ui-popupWidget-anchor:after { border-bottom-color: @dark-wikitable-background; } }