Template:Move Target Grid/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
margin: 0.3em auto; | margin: 0.3em auto; | ||
} | } | ||
.move-target-grid td | .move-target-grid td{ | ||
width: 60px; | width: 60px; | ||
height: 38px; | height: 38px; | ||
font-size: 90%; | font-size: 90%; | ||
border-radius: 9px; | border-radius: 9px; | ||
} | |||
.move-target-grid th { | |||
font-size: 90%; | |||
border-radius: 9px; | |||
background: #f0f0f0 | |||
} | } | ||
Revision as of 07:53, 25 May 2025
/* core table */
.move-target-grid {
text-align: center;
margin: 0.3em auto;
}
.move-target-grid td{
width: 60px;
height: 38px;
font-size: 90%;
border-radius: 9px;
}
.move-target-grid th {
font-size: 90%;
border-radius: 9px;
background: #f0f0f0
}
/* 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; }