Difference between revisions of "MediaWiki:Vector.css"

From Regisfall Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: #content { background-color: #23262d; }")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
#content { background-color: #23262d; }
+
 
 +
div.vectorTabs {
 +
  background: transparent;
 +
  font-size: 110%;
 +
}
 +
 
 +
div.vectorTabs ul {
 +
  background: transparent;
 +
}
 +
 
 +
div.vectorTabs ul li, div.vectorTabs ul li.selected {
 +
  background: transparent;
 +
  border: none;
 +
}
 +
 
 +
div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
 +
  background: transparent;
 +
  border: none;
 +
}
 +
 
 +
div.vectorTabs li span a {
 +
  color: #eef7d2;
 +
}
 +
 
 +
div.vectorTabs span a:visited {
 +
  color: #eef7d2;
 +
}
 +
 
 +
div.vectorTabs li span a:hover, div.vectorTabs span a:visited:hover {
 +
  color: #ffffff;
 +
}
 +
 
 +
div.vectorTabs li.selected span a {
 +
  color: #eef7d2 !important;
 +
}
 +
 
 +
div.vectorTabs li.new span a {
 +
  color: #ce2020;
 +
}
 +
 
 +
div.vectorTabs li.new span a:visited {
 +
  color: #eef7d2;
 +
}
 +
 
 +
div.vectorTabs li.new span a:hover, div.vectorTabs li.new span a:visited:hover {
 +
  color: #ffffff;
 +
}
 +
 
 +
div.vectorTabs span a:active {
 +
  color: #ffffff;
 +
}

Latest revision as of 21:42, 6 October 2017

/* CSS placed here will affect users of the Vector skin */


div.vectorTabs {
  background: transparent;
  font-size: 110%;
}

div.vectorTabs ul {
  background: transparent;
}

div.vectorTabs ul li, div.vectorTabs ul li.selected {
  background: transparent;
  border: none;
}

div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
  background: transparent;
  border: none;
}

div.vectorTabs li span a {
  color: #eef7d2;
}

div.vectorTabs span a:visited {
  color: #eef7d2;
}

div.vectorTabs li span a:hover, div.vectorTabs span a:visited:hover {
  color: #ffffff;
}

div.vectorTabs li.selected span a {
  color: #eef7d2 !important;
}

div.vectorTabs li.new span a {
  color: #ce2020;
}

div.vectorTabs li.new span a:visited {
  color: #eef7d2;
}

div.vectorTabs li.new span a:hover, div.vectorTabs li.new span a:visited:hover {
  color: #ffffff;
}

div.vectorTabs span a:active {
  color: #ffffff;
}