MediaWiki:Vector.css: Difference between revisions

From Echopedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
#p-logo {
#p-logo {
position: absolute;
position: absolute;
top: -200px;
top: -230px;
left: 111px;
left: 61px;
width: 222px;
width: 222px;
height: 30px;
height: 30px;
z-index: +1;
z-index: +1;
}
}

Revision as of 12:48, 7 November 2009

/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
#p-logo {
	position: absolute;
	top: -230px;
	left: 61px;
	width: 222px;
	height: 30px;
	z-index: +1;
}