Template:Move Target Grid/styles.css

From Pixelrus
Revision as of 05:52, 17 June 2025 by NewAdmin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* ── table framing ─────────────────────────────────────────── */
.move-target-grid { text-align: center; }
.move-target-grid td {
  width: 60px;
  height: 24px;
  font-size: 90%;
  border-radius: 9px;
  border: 2px solid;
}
.move-target-grid th {
  font-size: 90%;
  height: 24px;
  border-radius: 9px;
  background: #f0f0f0;
  border: 2px solid;
}

/* ── base colour: NOT hit (blue) ───────────────────────────── */
.tg-self,
.tg-ally,
.tg-foe  { background: #80a4d4; }

/* ── can-hit (yellow) ──────────────────────────────────────── */
.tg-can  { background: #ffd966 !important; }

/* ── must-hit / hitsAll (red) ──────────────────────────────── */
.tg-hit  { background: #ff6666 !important; }