MediaWiki:CodeMirror.css
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.wikiEditor-ui-view {
background: var(--theme-page-background-color--secondary);
border: var(--theme-border-color);
color: var(--theme-page-text-color);
/*Sub styling*/
#wikiEditor-ui-toolbar,
.group,
.sections,
.section,
#msupload-dropzone,
#msupload-div,
.group :is(.label, .tool-select .label, .menu .options .option) {
background: var(--theme-page-background-color--secondary);
border: var(--theme-border-color);
color: var(--theme-page-text-color);
fill: var(--theme-page-text-color);
}
.tabs span.tab a,
.group .oo-ui-iconElement-icon {
color: var(--theme-link-color);
fill: var(--theme-link-color);
}
.page-characters div span,
.tabs span.tab a.current {
color: var(--theme-page-text-color);
}
#wikiEditor-section-characters {
[role="option"] {
color: var(--theme-page-text-color);
}
[role="option"]:hover,
[role="option"].current {
color: var(--theme-page-text-color);
background-color: var(--theme-page-background-color) !important;
}
}
#wikiEditor-section-main .group-insert a.tool-button,
#msupload-container,
.ve-init-mw-editSwitch {
display: none;
}
}
.skin-vector-dark {
.oo-ui-buttonElement-button,
.ui-dialog .ui-dialog-titlebar-close {
filter: invert();
}
}
.ui-dialog,
.ui-dialog > div,
body .ui-dialog .ui-widget-header {
color: var(--theme-page-text-color);
background: var(--theme-page-background-color) !important;
background-image: none;
}