MediaWiki:Common.css: Difference between revisions

From ALEC Exposed
Jump to navigation Jump to search
sitenotice bg img css
took out unused css
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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-bg {
}


.hot-bills ul {
.hot-bills ul {

Revision as of 19:09, 23 June 2011

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

.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;
}