MediaWiki:Vector.css: Difference between revisions

From Echopedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
left: 2px;
left: 2px;
position: absolute; /*needed to use z-index */
position: absolute; /*needed to use z-index */
z-index: 3;
z-index: 5;
height: 30px;
height: 30px;
width: 222px;
width: 222px;
overflow: visible;
overflow: visible;
}
}

Revision as of 12:44, 7 November 2009

/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
#p-logo {
	top: 2px;
	left: 2px;
	position: absolute; /*needed to use z-index */
	z-index: 5;
	height: 30px;
	width: 222px;
	overflow: visible;
}