MediaWiki:Vector.css
Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Vector skin */
/* See https://www.mediawiki.org/wiki/Manual:Remove_Tabs */
#ca-talk { display:none!important; }
#ca-edit { display:none!important; }
#ca-view { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-nstab-main { display:none!important; }
#p-tb { display: none; }
/* Framework */
html,
body {
height: 100%;
width: 1000px;
margin: 0;
padding: 0;
font-family: sans-serif;
font-size: 1em;
}
body {
/* background-color: #f3f3f3; */
background-color: white;
/* @embed */
/* background-image: url(images/page-base.png); */
/* background-image: none; */
/* background-image: url(images/acenet-page-fade.png); */
background-position: top left;
background-repeat: repeat-y;
}
/* Head */
#mw-page-base {
height: 3.5em;
background-color: white;
/* @embed */
background-image: url(images/page-fade.png);
background-image: none;
background-position: bottom left;
background-repeat: repeat-x;
/* Background same as in body */
/* background-image: url(images/acenet-page-fade.png); */
background-position: top left;
background-repeat: repeat-y;
}
div#mw-head {
position: absolute;
top: 0;
left: 0;
width: 1000px;
}
/* Navigation Containers */
#left-navigation {
position: absolute;
left: 10em;
top: 1em;
}
#right-navigation {
float: right;
margin-top: 1em;
}
/* Panel */
div#mw-panel {
position: absolute;
top: 80px;
padding-top: 1em;
width: 10em;
left: 0;
}
/* Logo */
#p-logo {
position: absolute;
top: -80px;
left: 0;
width: 10em;
height: 80px;
}
#p-logo a {
display: block;
width: 10em;
height: 80px;
background-repeat: no-repeat;
background-position: center center;
text-decoration: none;
}