Difference between revisions of "MediaWiki:Vector.css"
From Game Detectives Wiki
Imnotgoats (talk | contribs) |
Imnotgoats (talk | contribs) |
||
| Line 9: | Line 9: | ||
color: #b02e2e; | color: #b02e2e; | ||
text-shadow: 1.5px 1.5px #000000; | text-shadow: 1.5px 1.5px #000000; | ||
| + | } | ||
| + | a{ | ||
| + | color: #ffffff; | ||
} | } | ||
Revision as of 22:09, 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: 1.5px 1.5px #000000;
}
a{
color: #ffffff;
}