Difference between revisions of "MediaWiki:Common.css"
From Rebeldroids Wiki
Line 7: | Line 7: | ||
#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*/ | ||
+ | /* standard link colors */ | ||
+ | .mw-body a:link { color: #cee4f2; } /* normal unvisited links */ | ||
+ | .mw-body a:link:visited { color: #cee4f2; } /* visited links */ | ||
+ | .mw-body a:link:active { color: #cee4f2; } /* active links */ | ||
+ | .mw-body a:link.new { color: #cee4f2; } /* new links */ | ||
+ | .mw-body a:link.interwiki { color: #cee4f2; } /* interwiki links */ | ||
+ | .mw-body a:link.external { color: #cee4f2; } /* external links */ | ||
+ | .mw-body a:link.stub { color: #cee4f2; } /* hovered links */ | ||
− | .mw- | + | .mw-body a:link {color: #cee4f2} |
− | .mw- | + | .mw-body a:visited {color: #cee4f2} |
− | + | .mw-body a:hover {color: #cee4f2} | |
− | .mw-body a: | + | .mw-body a:active {color: #cee4f2} |
Revision as of 14:58, 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*/ /* standard link colors */ .mw-body a:link { color: #cee4f2; } /* normal unvisited links */ .mw-body a:link:visited { color: #cee4f2; } /* visited links */ .mw-body a:link:active { color: #cee4f2; } /* active links */ .mw-body a:link.new { color: #cee4f2; } /* new links */ .mw-body a:link.interwiki { color: #cee4f2; } /* interwiki links */ .mw-body a:link.external { color: #cee4f2; } /* external links */ .mw-body a:link.stub { color: #cee4f2; } /* hovered links */ .mw-body a:link {color: #cee4f2} .mw-body a:visited {color: #cee4f2} .mw-body a:hover {color: #cee4f2} .mw-body a:active {color: #cee4f2}