Difference between revisions of "MediaWiki:Vector.css"

From Game Detectives Wiki
Jump to: navigation, search
Line 4: Line 4:
 
}
 
}
 
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
 
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
color: #ffffff;
+
  color: #ffffff;
 +
}
 +
div#mw-panel div.portal h3{
 +
  color: #b02e2e;
 
}
 
}

Revision as of 22:06, 10 June 2016

/* CSS placed here will affect users of the Vector skin */
body{
  background-color: #616161;
}
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
  color: #ffffff;
}
div#mw-panel div.portal h3{
  color: #b02e2e;
}