MediaWiki:Common.css: Difference between revisions

From ALEC Exposed
Jump to navigation Jump to search
No edit summary
sitenotice bg img css
Line 12: Line 12:


.sitenotice-bg {
.sitenotice-bg {
  background-image: url(http://www.alecexposed.org/w/images/b/bd/Business_money.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
}



Revision as of 18:57, 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-bg {
}

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