Template talk:Wikitable
Overrides to make the wikitable class resemble the old tantable class:
.wikitable { border: 1px solid #a9a9a9; background-color: #f5f5dc; } .wikitable > * > tr > th { background-color: #d2b48c; } .wikitable > * > tr:nth-child(2n) { background-color: #e5e5cc; }