MediaWiki:Common.css
From CrowdSociety
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* To change the background colors of only the text areas of all the pages */ body{background-image:none; color: #ffffff} .portlet { background-color: #FFFFFF} #article {background-color:#ffffff} #articleFooter {background-color:#ffffff} /* To change the size of the whitespace abouve an article's title */ #siteNotice { margin-top: 95px; margin-bottom: 1em;} /* CHANGES OF LINKS COLORS */ .mw-body a:link { color: #000000; text-decoration: underline; } /* normal unvisited links */ .mw-body a:link:visited { color: #000000; text-decoration: line-through; } /* visited links */ .mw-body a:link:active { color: #000000; text-decoration: underline; } /* active links */ .mw-body a:link.new { color: #000000; text-decoration: underline; } /* new links */ .mw-body a:link.interwiki { color: #000000; text-decoration: underline; } /* interwiki links */ .mw-body a:link.external { color: #000000; text-decoration: underline; } /* external links */ .mw-body a:link.stub { color: #000000; text-decoration: line-through; } /* hovered links */ .mw-body a:link {color: #000000; text-decoration: underline;} .mw-body a:visited {color: #000000; text-decoration: line-through;} .mw-body a:hover {color: #000000; text-decoration: line-through;} .mw-body a:active {color: #000000; text-decoration: underline;} /*what does active link mean? ... maybe change to line-through */ .mw-body a.mw-redirect {color: #000000; text-decoration: underline;} .mw-body a.mw-redirect:visited {color: #000000; text-decoration: line-through;} .mw-body a.external {color: #000000; text-decoration: underline;} .mw-body a.external:visited {color: #000000; text-decoration: line-through;}