MediaWiki:Gadget-main-spoiler-warning-screen.css: Difference between revisions

From Rhythm Game Wiki
Jump to navigation Jump to search
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; }"
 
No edit summary
Line 5: Line 5:
width: 100%;
width: 100%;
height: 100%;
height: 100%;
background-color: #000000bf;
z-index: 1000;
backdrop-filter: blur(10px);
 
color: #fff;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
    gap: 2em;
background-color: #000000bf;
backdrop-filter: blur(10px);
color: #fff;
font-size: 18pt;
font-size: 18pt;
z-index: 1000;
}
}


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

Revision as of 19:21, 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: 2em;

	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;
}