MediaWiki:Vector.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(Nieuwe pagina aangemaakt met '→CSS placed here will affect users of the Vector skin: body.page-Main_Page h1.firstHeading { display:none; } #p-logo { position: absolute; top: -40px; left: 6px...') |
Geen bewerkingssamenvatting |
||
Regel 5: | Regel 5: | ||
top: -40px; | top: -40px; | ||
left: 6px; | left: 6px; | ||
width: | width: 225px; | ||
height: 40px; | height: 40px; | ||
} | } | ||
#p-logo a { | #p-logo a { | ||
display: block; | display: block; | ||
width: | width: 225px; | ||
height: 40px; | height: 40px; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; |
Versie van 7 nov 2009 13:42
/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
#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;
}