MediaWiki:Minerva.css
From Astraheim Edda
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.
/* 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: #0B3D91;
}
.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, .action-submit #editpage-copywarn, .action-edit #editpage-copywarn, .action-submit #mw-anon-edit-warning, .action-edit #mw-anon-edit-warning
{ 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; }
