MediaWiki:Common.css: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { background-image: url(bgx2.png); }")
 
No edit summary
Line 3: Line 3:
body {
body {
background-image: url(bgx2.png);
background-image: url(bgx2.png);
}
#p-logo {
width: 10em;
height: 227px;
}
}

Revision as of 13:59, 3 March 2020

/* CSS placed here will be applied to all skins */

body {
	background-image: url(bgx2.png);
}

#p-logo {
	width: 10em;
	height: 227px;
}