Difference between revisions of "MediaWiki:Common.css"
From Rebeldroids Wiki
Line 3: | Line 3: | ||
body { background-color: #3f5562; } /* this changes the color behind the left navigation bar*/ | 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-head { background-color: #3f5562;} /*this controls the color of the header at the top*/ | ||
Line 10: | Line 8: | ||
/* standard link colors */ | /* standard link colors */ | ||
.mw-body a:link { color: #000000; } /* normal unvisited links */ | .mw-body a:link { color: #000000; } /* normal unvisited links */ | ||
− | .mw-body a | + | .mw-body a:visited { color: #000000; } /* visited links */ |
− | .mw-body a | + | .mw-body a:active { color: #000000; } /* active links */ |
− | .mw-body a:link.new { color: | + | .mw-body a:hover {color: #000000} /* link color on hover */ |
+ | .mw-body a:new { color: maroon; } /* new links */ | ||
.mw-body a:link.interwiki { color: #000000; } /* interwiki links */ | .mw-body a:link.interwiki { color: #000000; } /* interwiki links */ | ||
.mw-body a:link.external { color: #000000; } /* external links */ | .mw-body a:link.external { color: #000000; } /* external links */ | ||
.mw-body a:link.stub { color: #000000; } /* hovered links */ | .mw-body a:link.stub { color: #000000; } /* hovered links */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
Revision as of 19:58, 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 a:link { color: #000000; } /* normal unvisited links */ .mw-body a:visited { color: #000000; } /* 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:link.interwiki { color: #000000; } /* interwiki links */ .mw-body a:link.external { color: #000000; } /* external links */ .mw-body a:link.stub { color: #000000; } /* hovered links */ .portlet h5 { color: yellow; } /*change the color of the sidebar text*/