Difference between revisions of "MediaWiki:Common.css"
From Rebeldroids Wiki
Line 6: | Line 6: | ||
#mw-head { background-color: #3f5562;} /*this controls the color of the header at the top*/ | #mw-head { background-color: #3f5562;} /*this controls the color of the header at the top*/ | ||
+ | |||
+ | |||
+ | .mw-body a:link { color: #3f5562; } /* normal unvisited links */ |
Revision as of 14:51, 11 June 2016
/* CSS placed here will be applied to all skins */ body { background-color: #3f5562; } /* this changes the color behind the left navigation bar*/ #mw-head { background-color: #3f5562;} /*this controls the color of the header at the top*/ .mw-body a:link { color: #3f5562; } /* normal unvisited links */