Difference between revisions of "MediaWiki:Common.css"
From Rebeldroids Wiki
Line 7: | Line 7: | ||
/* standard link colors */ | /* standard link colors */ | ||
− | .mw-body .toc a | + | .mw-body .toc a { color:black; } |
− | .mw-body .toc a:link | + | .mw-body .toc a:link { color:black; } |
− | .mw-body .toc a:visited | + | .mw-body .toc a:visited { color:black; } |
.mw-body a:link { color: #1f2a31; } /* normal unvisited links */ | .mw-body a:link { color: #1f2a31; } /* normal unvisited links */ |
Revision as of 20:14, 9 August 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 .toc a { color:black; } .mw-body .toc a:link { color:black; } .mw-body .toc a:visited { color:black; } .mw-body a:link { color: #1f2a31; } /* normal unvisited links */ .mw-body a:visited { color: #1f2a31; } /* visited links */ .mw-body a:active { color: #000000; } /* active links */ .mw-body a:hover {color: #000000} /* link color on hover */ .mw-body a.new { color: maroon; } /* new links */ .mw-body a.interwiki { color: #1f2a31; } /* interwiki links */ .mw-body a.external { color: #1f2a31; } /* external links */ .mw-body a.stub { color: #1f2a31; } /* hovered links (uncertain of this) */ .portlet h5 { color: yellow; } /*change the color of the sidebar text*/