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: absolute;
/** position: absolute;
height: 200px
/** height: 200px
    width: 100%;
/** width: 100%;
color: rgba(0, 0, 0, 0.2);
/** color: rgba(0, 0, 0, 0.2);
font-size: 4em;
/** font-size: 4em;
top: 50%;
/** top: 50%;
left: 50%;
/** left: 50%;
transform: translate(-50%, -50%);
/** transform: translate(-50%, -50%);
z-index: 0;
/** z-index: 0;
background-repeat: repeat;
background-position: top left;
background-size: auto 9cm;
min-height: 250px;
}
}

Revision as of 12:28, 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;
	background-repeat: repeat;
	background-position: top left;
	background-size: auto 9cm;
	min-height: 250px;
}