Template:Move Target Grid/styles.css

From Pixelrus
Revision as of 07:13, 25 May 2025 by NewAdmin (talk | contribs) (Created page with "→‎core table: .move-target-grid { border-collapse: collapse; text-align: center; margin: 0.3em auto; } .move-target-grid td, .move-target-grid th { width: 60px; height: 38px; border: 1px solid #666; font-size: 90%; } →‎default squares: .tg-self { background: #80a4d4; } →‎user: .tg-ally { background: #80a4d4; } →‎allies not hit: .tg-foe { background: #ffd966; } →‎foes not hit: →‎hit overlay: .tg-hit { background: #ff6666 !importan...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* core table */
.move-target-grid {
  border-collapse: collapse;
  text-align: center;
  margin: 0.3em auto;
}
.move-target-grid td,
.move-target-grid th {
  width: 60px;
  height: 38px;
  border: 1px solid #666;
  font-size: 90%;
}

/* default squares */
.tg-self { background: #80a4d4; }   /* user */
.tg-ally { background: #80a4d4; }   /* allies not hit */
.tg-foe  { background: #ffd966; }   /* foes not hit */

/* hit overlay */
.tg-hit  { background: #ff6666 !important; }