MediaWiki:Vector.css: verschil tussen versies

Uit ECGpedia
Naar navigatie springen Naar zoeken springen
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 4: Regel 4:
#footer-places { display: none; }
#footer-places { display: none; }
#footer-icon-poweredby {
#footer-icon-poweredby {
top: -10px;
top: -100px;
}
}



Versie van 7 nov 2009 13:57

/* 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-icon-poweredby {
top: -100px;
}

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