Difference between revisions of "MediaWiki:Common.css"

From maker-hub
Jump to navigation Jump to search
Line 2: Line 2:
  
 
.EquipmentListTable {
 
.EquipmentListTable {
   background-color: orange
+
   background-color: #f0f0f0
 +
  border: 2px solid black
 
}
 
}
  

Revision as of 22:13, 30 June 2018

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

.EquipmentListTable {
  background-color: #f0f0f0
  border: 2px solid black
}

table.EquipmentListTable tr td
{
  border: 2px solid black
}