Template:ItemCollections/styles.css

Revision as of 05:53, 3 November 2025 by Administrator (talk | contribs) (Created page with ".wikitable.item-collections { width: 100%; background: #1a1a1a; color: #e0e0e0; border: none; border-collapse: collapse; } .item-collections th { background: #222; color: #9fe18a; border: none; text-align: left; padding: 8px; } .item-collections td { padding: 10px; border: none; } .item-collections tr:nth-child(even) td { background: #161616; } .ic-item { display: inline-flex; align-items: center; gap: 5px; margin-right: 10px; } .ic-img...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.wikitable.item-collections {
  width: 100%;
  background: #1a1a1a;
  color: #e0e0e0;
  border: none;
  border-collapse: collapse;
}
.item-collections th {
  background: #222;
  color: #9fe18a;
  border: none;
  text-align: left;
  padding: 8px;
}
.item-collections td {
  padding: 10px;
  border: none;
}
.item-collections tr:nth-child(even) td {
  background: #161616;
}
.ic-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 10px;
}
.ic-img {
  image-rendering: pixelated;
  vertical-align: middle;
}
.cat {
  font-weight: bold;
  white-space: nowrap;
  width: 180px;
}