MediaWiki:Vector.css: Difference between revisions

From Game Detectives Wiki
Jump to navigation Jump to search
Imnotgoats (talk | contribs)
No edit summary
Imnotgoats (talk | contribs)
No edit summary
Line 8: Line 8:
div#mw-panel div.portal h3{
div#mw-panel div.portal h3{
   color: #b02e2e;
   color: #b02e2e;
   text-shadow: 1.5px 1.5px #000000;
   text-shadow: 1px 1px #000000;
   font-weight: bold;
   font-weight: bold;
}
}

Revision as of 22:13, 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;
  text-shadow: 1px 1px #000000;
  font-weight: bold;
}
a{
  color: #ffffff;
}
div#mw-head{
  background-color: #616161;
}