Difference between revisions of "MediaWiki:Monobook.css"

From LearnLab
Jump to: navigation, search
Line 12: Line 12:
  
 
table.pipeLineTable th{
 
table.pipeLineTable th{
   background-color:#EAEAAE;
+
   background-color:#EAEAAE; !important
   border-color:#EAEAAE
+
   border-color:#EAEAAE; !important
 
}
 
}

Revision as of 17:07, 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;
}

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