Formular:Da25: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung Markierung: Zurückgesetzt |
||
| Zeile 1: | Zeile 1: | ||
<div style="float:right; width:230px; margin:60px 30px 20px 20px;"> | <div style="float:right; width:230px; margin:60px 30px 20px 20px;"> | ||
<div style="background-color:#f0f0f0; border:1px solid #000; border-radius:10px; padding: | <div style="background-color:#f0f0f0; border:1px solid #000; border-radius:10px; padding:15px; text-align:center; box-shadow:0 2px 6px rgba(0,0,0,0.1); position:relative; overflow:hidden;"> | ||
<div style="font-size:150%; margin-bottom:8px;">📷</div> | <div style="font-size:150%; margin-bottom:8px;">📷</div> | ||
<div style="font-weight:bold; margin-bottom:12px;">Füge dein Bild hinzu</div> | <div style="font-weight:bold; margin-bottom:12px;">Füge dein Bild hinzu</div> | ||
{{{ | <div style="width:100%; height:200px; border-radius:8px; overflow:hidden; display:flex; justify-content:center; align-items:center; background-color:#fff;"> | ||
<!-- Das hochgeladene Bild --> | |||
<img src="{{{Bilder}}}" alt="Dein Bild" style="max-width:100%; max-height:100%; object-fit:cover;"> | |||
</div> | |||
<div style="margin-top:20px; display:flex; justify-content:center; flex-direction:column; align-items:center; gap:8px;"> | |||
{{{field|Bilder|input type=upload|multiple|delimiter=,|uploadable|max values=2|mandatory}}} | |||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||