MediaWiki:Common.css: Difference between revisions

Lhuyghe2 (talk | contribs)
No edit summary
Lhuyghe2 (talk | contribs)
No edit summary
Line 3: Line 3:
color:lightgray;
color:lightgray;
font-size:42px;
font-size:42px;
position: relative;
position: absolute;
color: rgba(0, 0, 0, 0.2);
font-size: 4em;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 0;
}
}

Revision as of 12:19, 19 May 2025

/* CSS placed here will be applied to all skins */
.Veraltet{
	color:lightgray;
	font-size:42px;
	position: absolute;
	color: rgba(0, 0, 0, 0.2);
	font-size: 4em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
}