MediaWiki:Vector-darkmode.less/prefs.less

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with ".oo-ui-tabSelectWidget-framed { background-color: #182137; border-bottom: 1px solid #596e96; .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { background-color: #303f59; } .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label { border-bottom-color: #596e96; } .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover, .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active {..."). The present address (URL) is a permanent link to this version.

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

.oo-ui-tabSelectWidget-framed {

   background-color: #182137;
   border-bottom: 1px solid #596e96;
   .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
       background-color: #303f59;
   }
   .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
       border-bottom-color: #596e96;
   }
   .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover,
   .oo-ui-tabOptionWidget.oo-ui-widget-enabled:active {
       background-color: #303f59;
   }
   .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover {
       background-color: #303f59;
   }

}

.mw-prefs-buttons {

   background-color: #182137;
   border-top-color: #596e96;
   box-shadow: none;

} .mw-htmlform-ooui .mw-htmlform-matrix tbody {

   tr:nth-child(even) td,
   tr:nth-child(even):hover td {
       background-color: #303f59;
   }
   tr:hover td {
       background-color: #182137;
   }

}