MediaWiki:Vector.css: Difference between revisions

From Echopedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page h1.firstHeading { display:none; }
#p-logo {
#p-logo {
top: 2px;
position: absolute;
left: 2px;
top: -160px;
position: absolute; /*needed to use z-index */
left: 0;
z-index: 3;
width: 222px;
height: 30px;
height: 30px;
width: 222px;
overflow: visible;
}
}

Revision as of 12:46, 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: -160px;
	left: 0;
	width: 222px;
	height: 30px;
}