MediaWiki:Vector.css

Uit ECGpedia
Versie door Drj (overleg | bijdragen) op 11 nov 2009 om 14:12
Naar navigatie springen Naar zoeken springen

Opmerking: nadat u de wijzigingen hebt gepubliceerd is het wellicht nodig uw browsercache te legen.

  • Firefox / Safari: houd Shift ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5 of Ctrl-R (⌘-Shift-R op een Mac)
  • Google Chrome: druk op Ctrl-Shift-R (⌘-Shift-R op een Mac)
  • Internet Explorer / Edge: houd Ctrl ingedrukt terwijl u op Vernieuwen klikt of druk op Ctrl-F5
  • Opera: druk op Ctrl-F5.
/* 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;
}
#panel {
	position: absolute;
	top: 40px;
	padding-top: 1em;
	width: 10em;
	left: 0;
}