MediaWiki:Vector.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
(4 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
Regel 4: | Regel 4: | ||
#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: - | top: -40px; | ||
left: 6px; | left: 6px; | ||
width: 225px; | width: 225px; | ||
Regel 23: | Regel 23: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
#mw-panel { | div#mw-panel { | ||
left: 0px; | left: 0px; | ||
padding-top: 1em; | padding-top: 1em; | ||
position: absolute; | |||
top: 40px; | |||
width: 10em; | width: 10em; | ||
} | } |
Huidige versie van 21 jul 2010 om 19:04
/* 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;
}