MediaWiki:Common.css: Difference between revisions

From Astraheim Edda
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#content.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; }
.overlay-enabled, .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; }

Revision as of 22:28, 4 December 2025

/* CSS placed here will be applied to all skins */
.overlay-enabled, .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; }