MediaWiki:Gadget-main-spoiler-warning-screen.css

From Rhythm Game Wiki
Revision as of 19:19, 3 February 2025 by TadeLn (talk | contribs) (Created page with ".rgwiki-main-spoiler-warning-screen { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000000bf; backdrop-filter: blur(10px); color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; font-size: 18pt; z-index: 1000; } .rgwiki-main-spoiler-warning-screen > h1 { font-size: 36pt; font-weight: bold; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.rgwiki-main-spoiler-warning-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000bf;
	backdrop-filter: blur(10px);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 18pt;
	z-index: 1000;
}

.rgwiki-main-spoiler-warning-screen > h1 {
	font-size: 36pt;
	font-weight: bold;
}