Difference between revisions of "MediaWiki:Vector.css"

From Game Detectives Wiki
Jump to: navigation, search
Line 20: Line 20:
 
   background-color: #cfcfcf;
 
   background-color: #cfcfcf;
 
}
 
}
.p-personal a, .p-personal a:visited{
+
.mw-head .p-personal a, .mw-head .p-personal a:visited{
 
   color: #ffffff;
 
   color: #ffffff;
 
}
 
}

Revision as of 22:20, 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;
}
.mw-body{
  background-color: #cfcfcf;
}
.mw-head .p-personal a, .mw-head .p-personal a:visited{
  color: #ffffff;
}