MediaWiki:Common.css: Difference between revisions

From ALEC Exposed
Jump to navigation Jump to search
link classes for site notice
 
No edit summary
Line 9: Line 9:
   color: #000000;
   color: #000000;
   text-decoration: none;
   text-decoration: none;
}
.sitenotice-img {
  background:#fff url('images/b/bd/Business_money.jpg') no-repeat top right;
}
}

Revision as of 20:25, 9 June 2011

/* CSS placed here will be applied to all skins */

.red a:link, .red a:hover, .red a:visited, .red a:active {
  color: #CC0000;
  text-decoration: none;
}

.black a:link, .black a:hover, .black a:visited, .black a:active {
  color: #000000;
  text-decoration: none;
}

.sitenotice-img {
  background:#fff url('images/b/bd/Business_money.jpg') no-repeat top right;
}