Difference between revisions of "MediaWiki:Uniwiki.css"
From EVE University Wiki
Line 11: | Line 11: | ||
.tool.oo-ui-buttonElement-frameless.oo-ui-iconElement:hover { background-color: inherit; } | .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement:hover { background-color: inherit; } | ||
− | .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background: inherit; } | + | |
+ | .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background-color: #111111; } | ||
+ | .mw-rcfilters-ui-itemMenuOptionWidget-label-title { color: #cccccc; } | ||
+ | .mw-rcfilters-ui-filterMenuHeaderWidget-title { color: #cccccc; } | ||
+ | .mw-rcfilters-ui-filterMenuHeaderWidget-header { background-color: #222222; } | ||
+ | .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label { color: #cccccc; } | ||
+ | .mw-rcfilters-ui-filterMenuSectionOptionWidget { background-color: #444444; } | ||
+ | .mw-rcfilters-ui-menuSelectWidget-footer-feedback { display: none !important; } | ||
+ | .mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk) { border-bottom: 0px; } | ||
+ | .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected { background-color: inherit; } | ||
+ | .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { background-color: inherit; } | ||
+ | .mw-rcfilters-ui-itemMenuOptionWidget:hover { background-color: #333333; } | ||
+ | .mw-rcfilters-ui-menuSelectWidget-footer { background-color: inherit; } | ||
+ | .mw-rcfilters-ui-viewSwitchWidget label.oo-ui-labelWidget { color: #cccccc; } |
Revision as of 21:21, 18 November 2019
/* CSS placed here will affect users of the UniWiki skin */ .wikiEditor-ui-toolbar { background-color: inherit; background-image: none; } .wikiEditor-ui-toolbar .tabs span.tab a, .wikiEditor-ui-toolbar .tabs span.tab a:visited { color: #ffa500; } .wikiEditor-ui-toolbar .tabs span.tab a.current, .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { color: #ffa500; } .wikiEditor-ui-toolbar .sections .section { background-color: inherit; } .tool.oo-ui-buttonElement-frameless.oo-ui-iconElement:hover { background-color: inherit; } .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { background-color: #111111; } .mw-rcfilters-ui-itemMenuOptionWidget-label-title { color: #cccccc; } .mw-rcfilters-ui-filterMenuHeaderWidget-title { color: #cccccc; } .mw-rcfilters-ui-filterMenuHeaderWidget-header { background-color: #222222; } .mw-rcfilters-ui-filterMenuSectionOptionWidget-header-title.oo-ui-labelElement-label { color: #cccccc; } .mw-rcfilters-ui-filterMenuSectionOptionWidget { background-color: #444444; } .mw-rcfilters-ui-menuSelectWidget-footer-feedback { display: none !important; } .mw-rcfilters-ui-itemMenuOptionWidget:not(:last-child):not(.mw-rcfilters-ui-itemMenuOptionWidget-identifier-talk) { border-bottom: 0px; } .mw-rcfilters-ui-itemMenuOptionWidget.oo-ui-optionWidget-selected { background-color: inherit; } .mw-rcfilters-ui-filterMenuOptionWidget.oo-ui-flaggedElement-muted:not(.oo-ui-optionWidget-selected) { background-color: inherit; } .mw-rcfilters-ui-itemMenuOptionWidget:hover { background-color: #333333; } .mw-rcfilters-ui-menuSelectWidget-footer { background-color: inherit; } .mw-rcfilters-ui-viewSwitchWidget label.oo-ui-labelWidget { color: #cccccc; }