Template:BannerBox: Difference between revisions
From Hotline Wiki
Jump to navigationJump to search
Created page with "<div style="margin: 10px 0; border: 1px solid #444; background: #000; padding: 5px; border-radius: 4px; display: inline-block; max-width: 100%;"> <div style="height: 60px; min-width: 468px; background: url(/banners/{{{1}}}.png) no-repeat center; background-size: contain; image-rendering: pixelated; image-rendering: crisp-edges;"></div> <div style="text-align: center; color: #888; font-size: 10px; margin-top: 3px; font-family: monospace;">Banner ID: {{{1}}}</div> </div>" |
No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style="margin: 10px 0; border: 1px solid #444; background: #000; padding: 5px; border-radius: 4px; display: inline-block; max-width: 100%;"> | {{#tag:html| | ||
<div style="height: 60px; | <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="text-align: center; color: #888; font-size: | <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: crisp-edges;"> | |||
</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;"> | |||
Source: {{{1}}} | |||
</div> | |||
</div> | </div> | ||
}} | |||
Latest revision as of 04:21, 4 March 2026
Source: {{{1}}}