Difference between revisions of "MediaWiki:Vector.css"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(#footer-icons li { margin-left: 1em; })
(fixed urls to point to same server)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
+
[http://www.example.com link title]/* CSS placed here will affect users of the Vector skin */
  
 
/* OpenVZ colors */
 
/* OpenVZ colors */
 
#content {
 
#content {
  background-image: url(http://static.openvz.org/wiki/skins/vector/border.png);
+
  background-image: url(/i/skins/vector/border.png);
 
  background-position: top left;
 
  background-position: top left;
 
  background-repeat: repeat-y;
 
  background-repeat: repeat-y;
Line 10: Line 10:
  
 
div.vectorTabs {
 
div.vectorTabs {
  background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
+
  background-image: url(/i/skins/vector/tab-break.png);
 
  background-position: bottom left;
 
  background-position: bottom left;
 
  background-repeat: no-repeat;
 
  background-repeat: no-repeat;
Line 16: Line 16:
  
 
div.vectorTabs ul {
 
div.vectorTabs ul {
     background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
+
     background-image: url(/i/skins/vector/tab-break.png);
 
     background-position: right bottom;
 
     background-position: right bottom;
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
Line 23: Line 23:
 
div.vectorTabs ul li {
 
div.vectorTabs ul li {
 
  background-color: #f3f3f3;
 
  background-color: #f3f3f3;
  background-image: url(http://static.openvz.org/wiki/skins/vector/tab-normal-fade.png);
+
  background-image: url(/i/skins/vector/tab-normal-fade.png);
 
  background-position: bottom left;
 
  background-position: bottom left;
 
  background-repeat: repeat-x;
 
  background-repeat: repeat-x;
Line 29: Line 29:
  
 
div.vectorTabs li a {
 
div.vectorTabs li a {
  background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
+
  background-image: url(/i/skins/vector/tab-break.png);
 
  background-position: bottom right;
 
  background-position: bottom right;
 
  background-repeat: no-repeat;
 
  background-repeat: no-repeat;
Line 35: Line 35:
  
 
#mw-head-base {
 
#mw-head-base {
  background-image: url(http://static.openvz.org/wiki/skins/vector/border.png);
+
  background-image: url(/i/skins/vector/border.png);
 
  background-position: bottom left;
 
  background-position: bottom left;
 
  background-repeat: repeat-x;
 
  background-repeat: repeat-x;
Line 41: Line 41:
  
 
#mw-head div.vectorMenu h5 {
 
#mw-head div.vectorMenu h5 {
  background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
+
  background-image: url(/i/skins/vector/tab-break.png);
 
  background-repeat: no-repeat;
 
  background-repeat: no-repeat;
 
}
 
}
  
 
div.vectorMenu h5 a {
 
div.vectorMenu h5 a {
  background-image: url(http://static.openvz.org/wiki/skins/vector/tab-break.png);
+
  background-image: url(/i/skins/vector/tab-break.png);
 
  background-repeat: no-repeat;
 
  background-repeat: no-repeat;
 
}
 
}
  
 
#footer {
 
#footer {
  background-image: url(http://static.openvz.org/wiki/skins/vector/border.png);
+
  background-image: url(/i/skins/vector/border.png);
 
  background-position: top left;
 
  background-position: top left;
 
  background-repeat: repeat-x;
 
  background-repeat: repeat-x;
 
}
 
}
  
#footer-icons li {
+
#footer #footer-icons li {
 
  margin-left: 1em;
 
  margin-left: 1em;
 
}
 
}

Latest revision as of 23:53, 17 January 2013

[http://www.example.com link title]/* CSS placed here will affect users of the Vector skin */

/* OpenVZ colors */
#content {
 background-image: url(/i/skins/vector/border.png);
 background-position: top left;
 background-repeat: repeat-y;
 background-color: white;
}

div.vectorTabs {
 background-image: url(/i/skins/vector/tab-break.png);
 background-position: bottom left;
 background-repeat: no-repeat;
}

div.vectorTabs ul {
    background-image: url(/i/skins/vector/tab-break.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

div.vectorTabs ul li {
 background-color: #f3f3f3;
 background-image: url(/i/skins/vector/tab-normal-fade.png);
 background-position: bottom left;
 background-repeat: repeat-x;
}

div.vectorTabs li a {
 background-image: url(/i/skins/vector/tab-break.png);
 background-position: bottom right;
 background-repeat: no-repeat;
}

#mw-head-base {
 background-image: url(/i/skins/vector/border.png);
 background-position: bottom left;
 background-repeat: repeat-x;
}

#mw-head div.vectorMenu h5 {
 background-image: url(/i/skins/vector/tab-break.png);
 background-repeat: no-repeat;
}

div.vectorMenu h5 a {
 background-image: url(/i/skins/vector/tab-break.png);
 background-repeat: no-repeat;
}

#footer {
 background-image: url(/i/skins/vector/border.png);
 background-position: top left;
 background-repeat: repeat-x;
}

#footer #footer-icons li {
 margin-left: 1em;
}