Template:BannerBox: Difference between revisions

From Hotline Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{#tag:html|
<div style="margin: 10px 0; border: 1px solid #444; background: #000; padding: 5px; border-radius: 4px; display: inline-block; max-width: 100%; box-shadow: 0 4px 8px rgba(0,0,0,0.3); text-align: center;">
<div style="margin: 10px 0; border: 1px solid #444; background: #000; padding: 5px; border-radius: 4px; display: inline-block; max-width: 100%; box-shadow: 0 4px 8px rgba(0,0,0,0.3); text-align: center;">
     <div style="min-width: 468px; min-height: 60px; display: flex; align-items: center; justify-content: center;">
     <div style="min-width: 468px; min-height: 60px; display: flex; align-items: center; justify-content: center;">
         <img src="/banners/{{{1}}}" style="max-height: 60px; max-width: 100%; height: auto; display: block; image-rendering: pixelated;">
         <img src="/banners/{{{1}}}" style="max-height: 60px; max-width: 100%; height: auto; display: block; image-rendering: crisp-edges;">
     </div>
     </div>
     <div style="text-align: center; color: #888; font-size: 11px; margin-top: 5px; font-family: 'Courier New', Courier, monospace; text-transform: uppercase; letter-spacing: 1px;">
     <div style="text-align: center; color: #888; font-size: 11px; margin-top: 5px; font-family: 'Courier New', Courier, monospace; text-transform: uppercase; letter-spacing: 1px;">
Line 7: Line 8:
     </div>
     </div>
</div>
</div>
}}

Latest revision as of 04:21, 4 March 2026

Source: {{{1}}}