Difference between revisions of "MediaWiki:Common.css"

From InfoEx Help Information
Jump to navigation Jump to search
Line 14: Line 14:
 
span.BlueButton {
 
span.BlueButton {
 
   font-weight: bold;
 
   font-weight: bold;
   bgcolor: #00FFFF;
+
   background-color: #00FFFF;
 
}
 
}

Revision as of 17:17, 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;
  background-color: #00FFFF;
}