Difference between revisions of "MediaWiki:Monobook.css"

From LearnLab
Jump to: navigation, search
Line 17: Line 17:
 
   border-color:#EAEAAE; !important
 
   border-color:#EAEAAE; !important
 
   text-align:left;
 
   text-align:left;
 +
  border-left:1px solid green;
 
}
 
}
  

Revision as of 17:30, 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;
  border-left:1px solid green;
}

table.pipeLineTable td{
  padding:1px;
}