MediaWiki:Monobook.css: Difference between revisions

From Theory Wiki
Jump to navigation Jump to search
Bkb (talk | contribs)
No edit summary
Bkb (talk | contribs)
No edit summary
Line 9: Line 9:
   font-face: arial;
   font-face: arial;
   border-collapse:collapse;
   border-collapse:collapse;
  border-spacing: 0;
   width:100%
   width:100%
}
}

Revision as of 17:29, 8 June 2007

/* edit this file to customize the monobook skin for the entire site */

.odd {
  background-color:#F9F9F9;
}

table.pipeLineTable {
  font-size: 11px;
  font-face: arial;
  border-collapse:collapse;
  border-spacing: 0;
  width:100%
}

table.pipeLineTable th{
  background-color:#EAEAAE; !important
  border-color:#EAEAAE; !important
  text-align:left;
}

table.pipeLineTable td{
  padding:1px;
}