Difference between revisions of "MediaWiki:Vector.css"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(created)
(No difference)

Revision as of 12:32, 5 October 2011

/* 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 li a {
 background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
 background-position: bottom right;
 background-repeat: no-repeat;
}