MediaWiki:Vector.css: Difference between revisions

From EPpedia
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will affect users of the Vector skin: body.page-Main_Page h1.firstHeading { display:none; } →‎#footer-info-viewcount { display: none; }: #footer-places { ...')
 
No edit summary
Line 10: Line 10:
#p-logo {
#p-logo {
position: absolute;
position: absolute;
top: -40px;
top: -160px;
left: 6px;
left: 6px;
width: 225px;
width: 225px;

Revision as of 08:58, 21 July 2010

/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
/* #footer-info-viewcount { display: none; } */
#footer-places { display: none; }
#footer-icons {
position: relative;
top: -3em;
}

#p-logo {
	position: absolute;
	top: -160px;
	left: 6px;
	width: 225px;
	height: 40px;
}
#p-logo a {
	display: block;
	width: 225px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
#panel {
	position: absolute;
	top: 40px;
	padding-top: 1em;
	width: 10em;
	left: 0;
}