Difference between revisions of "MediaWiki:Common.css"

From CrowdSociety
Jump to: navigation, search
Line 12: Line 12:
 
     margin-bottom: 1em;}
 
     margin-bottom: 1em;}
  
 +
/* Erase borders */
 +
#content    { border-width: 0px; }
 +
.portlet .pBody { border-width: 0px; }
 +
#footer { border-top: 1px solid #888888; border-bottom-width: 0px; }
  
 
/* CHANGES OF LINKS COLORS */
 
/* CHANGES OF LINKS COLORS */

Revision as of 00:45, 10 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;}

/* Erase borders */
#content    { border-width: 0px; }
.portlet .pBody { border-width: 0px; }
#footer { border-top: 1px solid #888888; border-bottom-width: 0px; }

/* 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;}