We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

MediaWiki:Common.css

From The Cutting Room Floor
Revision as of 03:13, 19 February 2010 by Xkeeper (talk | contribs)
Jump to navigation Jump to search

Note: After saving, 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)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */

/* This is a gaming site, filtered images are worse */
html, img { image-rendering: -moz-crisp-edges; }


.contributionscores .header     { background-color: #eee; border-bottom: 1px solid #999999; font-weight: bold; }
.contributionscores .header td  { padding-left: .2em; padding-right: .2em; }
.contributionscores td { padding-left: .2em; padding-right: .2em; border-bottom: 1px solid #ccc;}



/*
 * Message box template
 */
.msgbox {
  margin: 0em 2em 1em 3em;
  border: 1px solid #888;
  background: #ddd;
  color: #000;
  -moz-border-radius: 0 8px 0 8px;
  border-radius: 0 8px 0 8px;
  }

.msgbox td {
  vertical-align: middle;
  padding: 0.5em 1em 0.5em 0em;
  width: 100%;
  }

.msgbox .msgboximg {
  vertical-align: middle;
  width: 0%;
  padding: 0.5em 1em 0.5em 1em;
  }