MediaWiki:RPGC-visualeditor.css

From RPG Continuum Wiki
Revision as of 21:21, 4 July 2026 by Mrbobert (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.oo-ui-toolbar,
.ve-ui-toolbar,
.ve-ui-toolbar-group-bar,
.ve-init-mw-desktopArticleTarget-toolbar {
    background: #151b22 !important;
    border-color: var(--rpgc-border) !important;
}

.oo-ui-buttonElement-button,
.oo-ui-labelElement-label {
    color: #e6e6e6 !important;
}

.oo-ui-buttonElement-button:hover {
    background: #2b3d58 !important;
}

.oo-ui-iconElement-icon,
.oo-ui-indicatorElement-indicator {
    filter: invert(92%) brightness(1.15);
}

.oo-ui-popupWidget-popup,
.oo-ui-menuSelectWidget,
.oo-ui-menuOptionWidget {
    background: #1b2128 !important;
    color: #eeeeee !important;
}

.oo-ui-inputWidget-input,
.ve-ce-documentNode {
    background: #10151b !important;
    color: #eeeeee !important;
}

.oo-ui-processDialog-frame,
.ve-ui-mwSaveDialog-panel {
    background: #1b2128 !important;
    color: #eeeeee !important;
}

.oo-ui-flaggedElement-progressive .oo-ui-buttonElement-button {
    background: #4f86d6 !important;
    color: #ffffff !important;
    border-color: #6fa8ff !important;
}