Template:MoveCard: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div class="move-card-container" style="display: flex; align-items: flex-start; gap: 15px; border: 3px solid #444; border-radius: 8px; background-color: #222; padding: 15px; margin-bottom: 2em; max-width: 720px; box-shadow: 0 0 10px rgba(0,0,0,0.6); color: #fff;"> | <div class="move-card-container" style="display: flex; align-items: flex-start; gap: 15px; border: 3px solid #444; border-radius: 8px; background-color: #222; padding: 15px; margin-bottom: 2em; max-width: 720px; box-shadow: 0 0 10px rgba(0,0,0,0.6); color: #fff;"> | ||
<div class="move-image"> | |||
<span class="static">[[File:{{{image-static|Placeholder.png}}}|210px]]</span> | |||
<span class="animated">[[File:{{{image-animated|}}}|210px]]</span> | |||
</div> | |||
<div class="move-data" style="flex-grow: 1;"> | <div class="move-data" style="flex-grow: 1;"> |
Revision as of 18:59, 3 September 2025
File:Placeholder.png [[File:|210px]]
Startup | Hit Level | Properties | On Block | On Hit | On Counter |
---|---|---|---|---|---|
— | — | — | — | — | — |
No description provided.
<style> .move-image:hover .gif-static {
display: none;
} .move-image:hover .gif-animated {
display: block;
} </style>