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
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
body {
body {
background-image: url(bgx2.png);
background-image: url(bgx2.png);
}
#p-logo {
width: 10em;
height: 227px;
}
#p-logo a {
height: inherit;
}
}

Latest revision as of 14:00, 3 March 2020

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

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

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

#p-logo a {
	height: inherit;
}