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: 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 */
/* OpenVZ colors */
#content {
background-image: url(http://static.openvz.org/wiki/skins/vector/border.png);
background-position: top left;
background-repeat: repeat-y;
background-color: white;
}
div.vectorTabs {
background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
background-position: bottom left;
background-repeat: no-repeat;
}
div.vectorTabs ul {
background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
background-position: right bottom;
background-repeat: no-repeat;
}
div.vectorTabs ul li {
background-color: #f3f3f3;
background-image: url(http://static.openvz.org/wiki/skins/vector/tab-normal-fade.png);
background-position: bottom left;
background-repeat: repeat-x;
}
div.vectorTabs li a {
background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
background-position: bottom right;
background-repeat: no-repeat;
}
#mw-head-base {
background-image: url(http://static.openvz.org/wiki/skins/vector/border.png);
background-position: bottom left;
background-repeat: repeat-x;
}
#mw-head div.vectorMenu h5 {
background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
background-repeat: no-repeat;
}
div.vectorMenu h5 a {
background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
background-repeat: no-repeat;
}
#footer {
background-image: url(http://static.openvz.org/wiki/skins/vector/border.png);
background-position: top left;
background-repeat: repeat-x;
}
#footer #footer-icons li {
margin-left: 1em;
}