MediaWiki:Common.css: Difference between revisions

Lhuyghe2 (talk | contribs)
No edit summary
Lhuyghe2 (talk | contribs)
No edit summary
Line 2: Line 2:
.Veraltet{
.Veraltet{
color:lightgray;
color:lightgray;
font-size:42px;
/** font-size:42px;
position: absolute;
position: absolute;
height: 200px
    width: 100%;
color: rgba(0, 0, 0, 0.2);
color: rgba(0, 0, 0, 0.2);
font-size: 4em;
font-size: 4em;

Revision as of 12:21, 19 May 2025

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