MediaWiki:Common.css: Difference between revisions

From ALEC Exposed
Jump to navigation Jump to search
css for more hot bills
css for more hot bills
Line 19: Line 19:
}
}


.more-hot-bills {
.more-hot-bills {;
  opacity: 0.40;
   background-image: url(http://www.alecexposed.org/w/images/0/0c/Big-red-check-trans.png);
  filter: alpha(Opacity=40);
  -moz-opacity: 0.4;
   background-image: url(http://www.alecexposed.org/w/images/d/da/Big-red-check.png);
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-position: center;
   background-position: center;
}
}

Revision as of 18:36, 23 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;
}

.hot-bills ul {
  list-style-image: url(http://www.alecexposed.org/w/images/e/ec/Red-check.png);
}

.more-hot-bills {;
  background-image: url(http://www.alecexposed.org/w/images/0/0c/Big-red-check-trans.png);
  background-repeat: no-repeat;
  background-position: center;
}