Difference between revisions of "MediaWiki:Vector.css"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(created)
 
(more coloring)
Line 7: Line 7:
 
  background-repeat: repeat-y;
 
  background-repeat: repeat-y;
 
  background-color: white;
 
  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;
 
}
 
}
  
Line 12: Line 24:
 
  background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
 
  background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
 
  background-position: bottom right;
 
  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;
 
  background-repeat: no-repeat;
 
}
 
}

Revision as of 12:39, 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 {
 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 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;
}