Difference between revisions of "MediaWiki:Common.css"
From CrowdSociety
Line 1: | Line 1: | ||
/* To change the background colors of only the text areas of all the pages */ | /* To change the background colors of only the text areas of all the pages */ | ||
body{background-image:none; color: #ffffff} | body{background-image:none; color: #ffffff} | ||
+ | .portlet { background-color: #FFFFFF} | ||
− | #article { | + | #article {background-color:#ffffff} |
− | background-color:#ffffff | + | |
− | } | + | |
− | #articleFooter { | + | #articleFooter {background-color:#ffffff} |
− | background-color:#ffffff | + | |
− | } | + | |
/* To change the size of the whitespace abouve an article's title */ | /* To change the size of the whitespace abouve an article's title */ |
Revision as of 23:42, 9 December 2014
/* 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;}