MediaWiki:Vector.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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: -160px;
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;
}
#portal {
position: absolute;
top: -140px;
padding-top: 1em;
width: 10em;
left: 0;
}