|
|
(28 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <div class="custom-file-block" style="display: flex; align-items: flex-start; justify-content: space-between;"> | | <includeonly> |
|
| | <div class="file-info-wrapper" style="display: flex; justify-content: space-between; align-items: center;"> |
| <!-- Left-aligned File Image -->
| | <!-- Left side content --> |
| <div style="flex-shrink: 0; margin-right: 20px;">
| | <div class="file-info-left"> |
| [[File:{{{filename}}}|thumb|200px]]
| | <div class="file-info-content"> |
| </div>
| | <strong class="file-info-label">Download: {{{filename}}}</strong> |
| | |
| <!-- Text Content (Stacked Vertically) -->
| |
| <div style="flex-grow: 1;">
| |
| <strong class="file-info-label">Uploaded by:</strong> [[{{REVISIONUSER}}]] <br />
| |
| <strong class="file-info-label">Upload Date:</strong> {{#time:d F Y H:i:s|{{REVISIONTIMESTAMP}}}} <br />
| |
| <strong class="file-info-label">Download:</strong> [{{filepath:{{{filename}}}}} Download the file] <br />
| |
| </div>
| |
| | |
| <!-- Right-aligned Download Image -->
| |
| <div style="flex-shrink: 0; margin-left: 10px;">
| |
| <span>
| |
| [[File:Downloadlogomadebyteo.png|68px|frameless]]
| |
| </span>
| |
| </div>
| |
| | |
| </div> | | </div> |
| | </div> |
| | <!-- Right side content: Download icon --> |
| | <div class="file-info-right"> |
| | [[File:{{{image|Downloadlogomadebyteo.png}}}|{{{size|68px}}}|frameless|link={{filepath:{{{filename}}}}}]] |
| | </div> |
| | </div> |
| | </includeonly> |