Difference between revisions of "MediaWiki:Common.css"

From CrowdSociety
Jump to: navigation, search
Line 24: Line 24:
 
a.new:link  { color: #AAFF77; text-decoration: underline; }
 
a.new:link  { color: #AAFF77; text-decoration: underline; }
 
a.new:hover { color: #000000; text-decoration: line-through; }
 
a.new:hover { color: #000000; text-decoration: line-through; }
 +
 +
#bodyContent .plainlinks a {
 +
background: none !important;
 +
padding: 0 !important;
 +
color: #000000 !important;
 +
}

Revision as of 01:01, 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; }

#bodyContent .plainlinks a {
	background: none !important;
	padding: 0 !important;
	color: #000000 !important;
}