Difference between revisions of "MediaWiki:Common.css"

From CrowdSociety
Jump to: navigation, search
Line 15: Line 15:
 
#content    { border-width: 0px; }
 
#content    { border-width: 0px; }
 
.portlet .pBody { border-width: 0px; }
 
.portlet .pBody { border-width: 0px; }
#footer { border-top: 1px solid #888888; border-bottom-width: 0px; }
+
#footer { border-top: 1px solid #000000; border-bottom-width: 0px; }
  
 
/* CHANGES OF LINKS COLORS */
 
/* CHANGES OF LINKS COLORS */
.mw-body a:link { color: #000000; text-decoration: underline; } /* normal unvisited links */
+
a:link     { color: #000000; text-decoration: underline; }
.mw-body a:link:visited { color: #000000; text-decoration: line-through; } /* visited links */
+
a:hover    { color: #000000; text-decoration: line-through; }
.mw-body a:link:active { color: #000000; text-decoration: underline; } /* active links */
+
a:visited   { color: #282828; text-decoration: line-through; }
.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;}
+
a.new:link  { color: #AAFF77; text-decoration: underline; }
.mw-body a.mw-redirect:visited {color: #000000; text-decoration: line-through;}
+
a.new:hover { 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;}
+

Revision as of 00:56, 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 #000000; border-bottom-width: 0px; }

/* CHANGES OF LINKS COLORS */
a:link      { color: #000000; text-decoration: underline; }
a:hover     { color: #000000; text-decoration: line-through; }
a:visited   { color: #282828; text-decoration: line-through; }

a.new:link  { color: #AAFF77; text-decoration: underline; }
a.new:hover { color: #000000; text-decoration: line-through; }