Template:ItemCard/styles.css

Revision as of 13:03, 4 May 2025 by Lightning266 (talk | contribs) (test)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.itemcard-table {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
}

.itemcard-table td {
  vertical-align: top;
  padding: 10px;
}

.itemcard-icon {
  text-align: center;
}

.itemcard-stat {
  display: inline-block;
  border: 2px solid #222;
  border-radius: 8px;
  background: #eee;
  padding: 3px 6px;
  margin: 2px;
  white-space: nowrap;
  font-weight: bold;
}