Template:FlashEmbed: Difference between revisions
Template page
More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
<templatestyles src="Template:FlashEmbed/styles.css" /> | <templatestyles src="Template:FlashEmbed/styles.css" /> | ||
<!-- Splash Screen with Title + Image + | <!-- Splash Screen with Title + Custom Image + Button --> | ||
<htmltag tagname="div" | <htmltag tagname="div" | ||
class="custom-splash | class="custom-splash" | ||
style="position:relative; width:{{{width|640}}}px; height:{{{height|480}}}px; background:#000; margin-left:auto; margin-right:auto; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; text-align:center | style="position:relative; width:{{{width|640}}}px; height:{{{height|480}}}px; background:#000; margin-left:auto; margin-right:auto; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; text-align:center;"> | ||
<!-- Title Text --> | <!-- Title Text --> | ||
| Line 19: | Line 19: | ||
alt="Loading..." | alt="Loading..." | ||
style="max-width:80%; max-height:60%;" /> | style="max-width:80%; max-height:60%;" /> | ||
<!-- Play Now Button --> | <!-- Play Now Button --> | ||
<htmltag tagname="button" | <htmltag tagname="button" | ||
class="play-button" | class="play-button" | ||
style="padding:10px 20px; font-size:18px; background-color:#36c; color:#fff; border:none; border-radius:8px; cursor:pointer | style="padding:10px 20px; font-size:18px; background-color:#36c; color:#fff; border:none; border-radius:8px; cursor:pointer;"> | ||
Play Now | Play Now | ||
</htmltag> | </htmltag> | ||