MediaWiki:Common.css: Difference between revisions

From Begrid Wiki
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-logo { z-index: 3; position: absolute; →‎needed to use z-index: top: 0; left: 0; height: 313px; width: 100px; ov...")
(No difference)

Revision as of 12:42, 11 June 2021

/* CSS placed here will be applied to all skins */
#p-logo {
	z-index: 3;
	position: absolute; /*needed to use z-index */
	top: 0;
	left: 0;
	height: 313px;
	width: 100px;
	overflow: visible;
}