MediaWiki:Common.css

From Moonlight Design
Revision as of 22:41, 29 September 2007 by Stevenlawrance (talk | contribs)
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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/** CSS placed here will be applied to all skins */

table.software {
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  border-style: outset outset outset outset;
  border-color: black black black black;
  border-collapse: separate;
  background-color: white;
}
table.software td:first-child {
  vertical-align: top;
  padding-right: 1em;
  border-width: 0px 1px 0px 0px;
  border-style: inset inset inset inset;
  border-color: gray black gray gray;
}
table.software td:not(first-child) {
  vertical-align: top;
}
table.software th {
  vertical-align: top;
  padding-right: 1em;
  border-width: 0px 1px 0px 0px;
  border-style: inset inset inset inset;
  border-color: gray black gray gray;
}
tr.grayrow { background-color: #eaeaea; }