MediaWiki:Vector.css: Difference between revisions

From ECGpedia
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Hoofdpagina h1.firstHeading { display:none; }
/* #footer-info-viewcount { display: none; }  */
/* #footer-info-viewcount { display: none; }  */
#footer-places { display: none; }
#footer-places { display: none; }
#footer-icons {
#footer-icons {
position: relative;
position: relative;
top: -3em;
top: -3em;
}
}


#p-logo {
#p-logo {
position: absolute;
position: absolute;
top: -160px;
top: -40px;
left: 6px;
left: 6px;
width: 225px;
width: 225px;
Line 23: Line 23:
text-decoration: none;
text-decoration: none;
}
}
#portal {
div#mw-panel  {
left: 0px;
padding-top: 1em;
position: absolute;
position: absolute;
top: -140px;
top: 40px;
padding-top: 1em;
width: 10em;
width: 10em;
left: 0;
}
#mw-panel div.portal div.body ul, #mw-panel div.portal div.body ul li {
  list-style-image: none;
}
}

Revision as of 19:04, 21 July 2010

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

#p-logo {
	position: absolute;
	top: -40px;
	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;
}
div#mw-panel  {
	left: 0px;
	padding-top: 1em;
	position: absolute;
	top: 40px;
	width: 10em;
}