MediaWiki:Minerva.css: Difference between revisions

From Astraheim Edda
No edit summary
No edit summary
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{
.mw-body{
margin-top: 200px;
padding-top: 200px;
min-height: 100vh;
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: 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%);

Revision as of 18:54, 4 December 2025

/* All CSS here will be loaded for users of the MinervaNeue skin */
.mw-body{
	padding-top: 200px;
	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;
}
.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; }