MediaWiki:Gadget-main-spoiler-warning-screen.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
gap: | gap: 0.5em; | ||
background-color: #000000bf; | background-color: #000000bf; |
Revision as of 19:23, 3 February 2025
.rgwiki-main-spoiler-warning-screen { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 0.5em; background-color: #000000bf; backdrop-filter: blur(10px); color: #fff; font-size: 18pt; } .rgwiki-main-spoiler-warning-screen > h1 { color: #fff; font-size: 36pt; font-weight: bold; }