Difference between revisions of "MediaWiki:Common.css"
From Rebeldroids Wiki
Line 10: | Line 10: | ||
.mw-navigation a:link { color: #cee4f2; } /* normal unvisited links */ | .mw-navigation a:link { color: #cee4f2; } /* normal unvisited links */ | ||
.mw-navigation a:visited { color: #cee4f2; } /* normal unvisited links */ | .mw-navigation a:visited { color: #cee4f2; } /* normal unvisited links */ | ||
+ | |||
+ | .mw-body a:link.interwiki { color: #cee4f2; } /* interwiki links */ |
Revision as of 14:56, 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-navigation a:link { color: #cee4f2; } /* normal unvisited links */ .mw-navigation a:visited { color: #cee4f2; } /* normal unvisited links */ .mw-body a:link.interwiki { color: #cee4f2; } /* interwiki links */