MediaWiki:Common.css

From ALEC Exposed
Revision as of 18:31, 23 June 2011 by Patricia Barden (talk | contribs) (css for more hot bills)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* 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 {
  opacity: 0.40;
  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-position: center;
}