Template talk:Wikitable

From PathfinderWiki

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;
}

-Oznogon (talk) 18:43, 9 February 2024 (UTC)