MediaWiki:Vector.css: Difference between revisions

From Textbook of Cardiology
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 17: Line 17:
#p-logo a {
#p-logo a {
display: block;
display: block;
width: 437px;
width: 500px;
height: 37px;
height: 37px;
background-repeat: no-repeat;
background-repeat: no-repeat;
Line 28: Line 28:
position: absolute;
position: absolute;
top: 37px;
top: 37px;
width: 14em;
width: 10em;
}
}

Latest revision as of 20:33, 10 December 2012

/* 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: -37px;
	left: 6px;
	width: 437px;
	height: 37px;
}
#p-logo a {
	display: block;
	width: 500px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}
div#mw-panel  {
	left: 0px;
	padding-top: 1em;
	position: absolute;
	top: 37px;
	width: 10em;
}