MediaWiki:Common.css

From ALEC Exposed
Revision as of 20:52, 24 June 2011 by Patricia Barden (talk | contribs) (css for red hyperlinks)
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-check 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;
}

.twtr-widget {
  text-align: center;
}
.twtr-doc {
  text-align: left;
  margin: auto;
}

.red a, .red:hover, .red:link, .red:active, .red:visited {
  color:#FF0000;
}