MediaWiki:Common.css: Difference between revisions

From Moonlight Design
Jump to navigation Jump to search
(New page: →‎* 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: b...)
 
No edit summary
Line 16: Line 16:
   border-color: gray black gray gray;
   border-color: gray black gray gray;
}
}
tr.grayrow { background-color: #e3e3e3; }
tr.grayrow { background-color: #eaeaea; }

Revision as of 03:41, 23 September 2007

/** 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;
}
tr.grayrow { background-color: #eaeaea; }