MediaWiki:Monobook.css: Difference between revisions

From Moonlight Design
Jump to navigation Jump to search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */
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;
}
td.software { vertical-align: top; padding-right: 1em; }
tr.grayrow { background-color: #222222; }

Latest revision as of 03:34, 23 September 2007

/* CSS placed here will affect users of the Monobook skin */