MediaWiki:Gadget-main-spoiler-warning-screen.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
justify-content: center; | justify-content: center; | ||
align-items: center; | align-items: center; | ||
text-align: center; | |||
gap: 1em; | gap: 1em; | ||
margin-top: 1em; | margin-top: 1em; |
Revision as of 19:50, 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; margin-bottom: 0; } .rgwiki-main-spoiler-warning-screen > div { display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center; gap: 1em; margin-top: 1em; } .rgwiki-main-spoiler-warning-screen a, .rgwiki-main-spoiler-warning-screen a:visited, { color: #0ff; } .rgwiki-main-spoiler-warning-screen a:hover, { color: #aff; } .rgwiki-main-spoiler-warning-screen .rgwiki-main-spoiler-warning-screen-disable-message { margin-top: 0.5em; color: #bbb; font-size: 14pt; }