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: -240px;
top: -160px;
left: 2px;
left: 0;
width: 400px;
width: 10em;
height: 30px;
height: 160px;
z-index: +1;
}
#p-logo a {
display: block;
width: 10em;
height: 160px;
background-repeat: no-repeat;
background-position: center center;
text-decoration: none;
}
}

Revision as of 12:50, 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: 10em;
	height: 160px;
}
#p-logo a {
	display: block;
	width: 10em;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}