|
|
| (15 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* All CSS here will be loaded for users of the MinervaNeue skin */ | | /* All CSS here will be loaded for users of the MinervaNeue skin */ |
| .mw-body { padding-top: 100px; min-height: 100vh; background: radial-gradient(circle at top left, #000000 0%, transparent 70%), radial-gradient(circle at bottom right, #000000 0%, transparent 70%), radial-gradient(circle at center, #0b3d91 0%, #001020 100%); background-blend-mode: screen; color: #fff; }
| |
|
| |
| .header-chrome { background: #001121 !important; }
| |
| .minerva-header .branding-box a { text-transform: uppercase !important; }
| |
| a.new { color: #d73333 !important; }
| |
| a, .minerva-footer-logo { color: #fff !important; }
| |
| .mw-history-undo>a, .mw-rollback-link>a { color: #000 !important; padding: 0 10px 0 10px; border-radius: 7px; }
| |
|
| |
| .page-actions-menu__list-item,
| |
| .page-actions-menu__list-item a,
| |
| .page-actions-menu__list-item .cdx-button, .minerva-icon,
| |
| .minerva__tab-container .minerva__tab a,
| |
| .action-submit .mw-editnotice,
| |
| .action-edit .mw-editnotice,
| |
| .action-submit .preview-limit-report-wrapper,
| |
| .action-edit .preview-limit-report-wrapper,
| |
| .action-submit .diff-otitle,
| |
| .action-edit .diff-otitle,
| |
| .action-submit .diff-ntitle,
| |
| .action-edit .diff-ntitle,
| |
| .action-submit .mw-first-heading,
| |
| .action-edit .mw-first-heading,
| |
| #editpage-copywarn,
| |
| .toggle-list-item__label,
| |
| .mw-prefs-title,
| |
| .mw-prefs-description,
| |
| .tabs .tab a
| |
| { color: #fff !important; }
| |
|
| |
| pre { background-color: rgba(25,30,36,0.9) !important; border-radius: 5px; border-color: rgba(255,255,255,0.5) !important; }
| |
| .action-history .mw-history-compareselectedversions { background: transparent !important; }
| |
|
| |
| /* Icon Ovewrite */
| |
| .skin-minerva .minerva-icon,
| |
| .skin-minerva .mw-ui-icon,
| |
| .skin-minerva .minerva-svg-icon,
| |
| .skin-minerva .icon,
| |
| .oo-ui-iconElement-icon
| |
| {
| |
| filter: brightness(0) invert(1) !important;
| |
| }
| |
|
| |
| .minerva-footer, .mw-footer { border-top-color: rgba(255,255,255,0.5) !important; background-color: rgba(25,30,36,1) !important; }
| |
| .minerva-footer>a.last-modified-bar { border-bottom-color: rgba(255,255,255,0.5) !important }
| |
| .mw-tag-marker { background: #000 !important; }
| |
| .diff-addedline .diffchange {background: rgba(216, 236, 255, 0.4) !important; }
| |
| #page-secondary-actions a { background: #f8f9fa !important; color: #000 !important; }
| |
|
| |
| #mw-mf-page-left, #mw-mf-page-left ul .toggle-list-item, .toggle-list__list--drop-down { background: #01142a !important; }
| |
| #mw-mf-page-left ul .toggle-list-item { border-top-color: rgba(255,255,255,0.4) !important; color: #fff !important; }
| |
|
| |
| /* Edit Box */
| |
| .tabs span a, .oo-ui-labelElement-label { color: #000 !important; }
| |
| .group-heading .tool-select a { color: #000 !important; }
| |
|
| |
| /* oo-ui */
| |
| .oo-ui-panelLayout-framed { border: none !important; }
| |
| .oo-ui-fieldsetLayout-header>.oo-ui-labelElement-label,
| |
| .oo-ui-fieldLayout-field>.oo-ui-labelElement-label,
| |
| .oo-ui-fieldLayout-header>.oo-ui-labelElement-label,
| |
| label.oo-ui-inline-help.oo-ui-widget.oo-ui-widget-enabled.oo-ui-labelElement-label.oo-ui-labelElement.oo-ui-labelWidget,
| |
| .oo-ui-labelElement-label
| |
| { color: #fff !important; }
| |
|
| |
| .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagItemWidget.oo-ui-widget-enabled {
| |
| background: #000 !important;
| |
| }
| |
|
| |
| /* toc */
| |
| .toc { background-color: transparent !important; border: 1px solid rgba(255,255,255,0.3) !important; }
| |
|
| |
| /* Special Pages */
| |
| .mw-mobile-pref-dialog-body {
| |
| background-color: rgba(25,30,36,1) !important;
| |
| }
| |
|
| |
| /* Wiki Editor */
| |
| .wikiEditor-ui-toolbar,
| |
| .editOptions,
| |
| .mw-rcfilters-ui-filterTagMultiselectWidget,
| |
| .oo-ui-tagMultiselectWidget-handle,
| |
| .mw-rcfilters-ui-table,
| |
| .mw-rcfilters-ui-menuSelectWidget-group
| |
| { background-color: rgba(25,30,36,1) !important; }
| |