Difference between revisions of "MediaWiki:Monobook.css"

From LearnLab
Jump to: navigation, search
 
(13 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
}
 
}
  
table#pipeLineTable {
+
table.pipeLineTable {
 
   font-size: 11px;
 
   font-size: 11px;
 
   font-face: arial;
 
   font-face: arial;
 
   border-collapse:collapse;
 
   border-collapse:collapse;
 +
  border-spacing: 0;
 +
  width:100%
 
}
 
}
  
table#pipeLineTable1 {
+
table.pipeLineTable th{
   font-size: 11px;
+
   background-color:#EAEAAE;
  font-face: arial;
+
   border-color:#EAEAAE;
}
+
   text-align:left;
 
 
table#pipeLineTable2 {
 
  font-size: 11px;
 
   font-face: arial;
 
}
 
 
 
table#pipeLineTable3 {
 
  font-size: 11px;
 
   font-face: arial;
 
 
}
 
}
  
table#pipeLineTable4 {
+
table.pipeLineTable td{
   font-size: 11px;
+
   padding:1px;
   font-face: arial;
+
   vertical-align:top;
 
}
 
}

Latest revision as of 17:34, 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;
  border-color:#EAEAAE;
  text-align:left;
}

table.pipeLineTable td{
  padding:1px;
  vertical-align:top;
}