MediaWiki:Vector.css: Difference between revisions

From ECGpedia
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 17: Line 17:
         z-index: 3;
         z-index: 3;
         position: absolute; /*needed to use z-index */
         position: absolute; /*needed to use z-index */
         top: 0;
         top: -40px;
         left: 0;
         left: 0;
         height: 40px;
         height: 40px;

Revision as of 19:12, 20 April 2011

/* 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;
}
div#mw-panel  {
	left: 0px;
	padding-top: 1em;
	position: absolute;
	top: 40px;
	width: 10em;
}
#p-logo {
        z-index: 3;
        position: absolute; /*needed to use z-index */
        top: -40px;
        left: 0;
        height: 40px;
        width: 225px;
        overflow: visible;
}
#p-logo a {
	display: block;
	width: 225px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}