MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
#p-logo { | #p-logo { | ||
position: absolute; | position: absolute; | ||
top: | top: 0px; | ||
left: 6px; | left: 6px; | ||
width: 225px; | width: 225px; |
Revision as of 18:35, 18 April 2011
/* CSS placed here will affect users of the Vector skin */
body.page-Main_Page h1.firstHeading { display:none; }
/* #footer-info-viewcount { display: none; } */
#footer-places { display: none; }
#footer-icons {
position: relative;
top: -3em;
}
#p-logo {
position: absolute;
top: 0px;
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;
}