Difference between revisions of "MediaWiki:Common.css"

From InfoEx Help Information
Jump to navigation Jump to search
Line 10: Line 10:
 
   text-align: right;
 
   text-align: right;
 
   font-weight: bold;  
 
   font-weight: bold;  
 +
}
 +
 +
span.BlueButton {
 +
  font-weight: bold;
 +
  bgcolor: #00FFFF;
 
}
 
}

Revision as of 17:15, 15 October 2013

/* CSS placed here will be applied to all skins */

table.TblSteps {
  border-spacing: 10px;
}

.TblSteps td.StepNum {
  width: 30px; 
  vertical-align: text-top; 
  text-align: right;
  font-weight: bold; 
}

span.BlueButton {
  font-weight: bold;
  bgcolor: #00FFFF;
}