mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
- Remove card chrome (background rect, text duplicates, accent bars) from all 17 stadium SVGs - Crop viewBox tightly to illustration (~10px padding) and remove fixed width/height attributes - Update .stadium-img aspect ratio from 16/9 to 4/3 to match cropped SVG ratios and prevent aggressive object-fit clipping
36 lines
1.7 KiB
XML
36 lines
1.7 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="50 144 200 152" role="img" aria-label="BMO Field, Toronto, Canada">
|
|
<defs>
|
|
<style>
|
|
.struct{fill:none;stroke:#1E2A38;stroke-width:2.5;stroke-linejoin:round;stroke-linecap:round}
|
|
.thin{fill:none;stroke:#1E2A38;stroke-width:1.5;stroke-linejoin:round;stroke-linecap:round}
|
|
.hair{fill:none;stroke:#1E2A38;stroke-width:1;stroke-linecap:round;opacity:.55}
|
|
.concrete{fill:#E7EBF0}
|
|
.stands{fill:#CDD6E0}
|
|
.canopy{fill:#EDF0F4}
|
|
.void{fill:#FFFFFF}
|
|
.pitch{fill:#3D9A6A}
|
|
.pline{fill:none;stroke:#FFFFFF;stroke-width:1.5;opacity:.9}
|
|
.acc{fill:#E1593A}
|
|
.accs{fill:none;stroke:#E1593A;stroke-width:2}
|
|
.green{fill:#6FB98F}
|
|
.ribs{fill:none;stroke:#B7C0CC;stroke-width:16;stroke-dasharray:3 9}
|
|
.louver{fill:none;stroke:#B7C0CC;stroke-width:13;stroke-dasharray:2 5}
|
|
</style>
|
|
<pattern id="frit" width="9" height="9" patternUnits="userSpaceOnUse">
|
|
<circle cx="2" cy="2" r="0.9" fill="#C7D0DA"/>
|
|
</pattern>
|
|
</defs>
|
|
<g>
|
|
<rect x="60" y="158" width="180" height="128" rx="14" class="concrete"/>
|
|
<rect x="60" y="158" width="180" height="128" rx="14" class="struct"/>
|
|
<rect x="80" y="184" width="140" height="80" rx="8" class="pitch"/>
|
|
<line x1="150" y1="184" x2="150" y2="264" class="pline"/>
|
|
<rect x="80" y="214" width="12" height="20" class="pline"/>
|
|
<rect x="208" y="214" width="12" height="20" class="pline"/>
|
|
<circle cx="150" cy="224" r="9" class="accs"/>
|
|
<rect x="92" y="154" width="116" height="24" class="void"/>
|
|
<line x1="92" y1="178" x2="208" y2="178" class="thin"/>
|
|
<line x1="92" y1="154" x2="92" y2="178" class="thin"/>
|
|
<line x1="208" y1="154" x2="208" y2="178" class="thin"/>
|
|
</g>
|
|
</svg>
|