11-02-2024, 02:23 - Wörter:
(Dieser Beitrag wurde zuletzt bearbeitet: 27-12-2024, 09:57 von Naila Castellanos.)
Gruppengesuch
Einfacher Code (funktioniert nur bei uns im Forum):
Dieser Code funktioniert auch im SG, ist aber ein bisschen unübersichtlicher:
Code:
<div class="gesuch">
<table class="gesuchinhalt">
<tr><td colspan="2">
<div style="position:relative;">
<img src="HINTERGRUNDBILD" height="240px" class="gesuchheaderbild">
</div>
<div class="gesuchheaderschrift">ÜBERSCHRIFT</div>
<div class="gesuchwappen">
<img src="WAPPEN" style="object-fit:cover;width:80px; height:80px; border-radius:50%;">
</div>
<div class="gesuchuebersicht">
GESUCHSÜBERSICHT TEXT HIER BITTE
</div>
<div class="gesuchbigtext">
<span style="">Gesuche</span>
</div>
<table cellspacing="10">
<tr><td colspan="2" style="text-align:center;">
<span style="font-weight:bold;color:#404D4F;">VORNAME NACHNAME</span>
ALTER, STAND | BERUF | <i>AVATAR</i>
<hr>
</td></tr>
<tr>
<td valign="top" width="50%" height="200px" style="padding-bottom:50px;">
<img src="GESUCHSBILD 200x100" width="200px" height="100px" style="object-fit:cover;">
</td>
<td valign="top" width="50%" height="200px" style="text-align:justify;padding-bottom:50px;">
<div class="gesuchtext"><i>FREI, VERGEBEN, RESERVIERT -</i> GESUCHSTEXT HIER
</div>
</td>
</tr>
<tr><td colspan="2" style="text-align:center;">
<span style="font-weight: bold;color:#404D4F;">VORNAME NACHNAME</span>
ALTER, STAND | BERUF | <i>AVATAR</i>
<hr>
</td></tr>
<tr><td valign="top" width="50%" height="200px" style="text-align:justify;padding:bottom:50px;">
<div class="gesuchtext"><i>FREI, VERGEBEN, RESERVIERT - </i> GESUCHSTEXT HIER
</div>
</td>
<td valign="top" width="50%" height="200px">
<img src="GESUCHSBILD 200x100" width="200px" height="100px" style="object-fit:cover;">
</td></tr>
</table>
<div class="gesuchuebersicht">
ABSCHLIEßENDER TEXT
</div>
<hr>
</td></tr></table></div>Dieser Code funktioniert auch im SG, ist aber ein bisschen unübersichtlicher:
Code:
<link href="https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;1,400&display=swap" rel="stylesheet">
<div style="background:#ebebeb;color:#000;font-family:'Red Hat Display';display:flex;margin:auto;width:500px;">
<table style="position: relative;width:100%; margin:0; padding: 0px;">
<tr><td colspan="2">
<div style="position:relative;">
<img src="HINTERGRUNDBILD" height="240px" style="object-fit:cover;width:100%;text-align:center;">
</div>
<div style="position:absolute;top:100px;width:100%;font-family:'Alex Brush'; font-size:42px; text-align:center;">ÜBERSCHRIFT</div>
<div style="position:absolute;top:200px;left:42%;border:'2px solid black';border-radius:50%;width:100px;height:100px;">
<img src="WAPPEN" style="object-fit:cover;width:80px; height:80px; border-radius:50%;">
</div>
<div style="padding:10px;padding-top:50px;text-align:justify;font-size:12px;">
GESUCHSÜBERSICHT TEXT HIER BITTE
</div>
<div style="text-align:center; padding:10px;font-weight:bold;font-size:36px; font-family: 'Alex Brush' ">
<span style="">Gesuche</span>
</div>
<table cellspacing="10">
<tr><td colspan="2" style="text-align:center;">
<span style="font-weight:bold;color:#404D4F;">VORNAME NACHNAME</span>
ALTER, STAND | BERUF | <i>AVATAR</i>
<hr>
</td></tr>
<tr>
<td valign="top" height="200px" style="padding-bottom:50px;">
<img src="GESUCHSBILD 200x100" width="200px" height="100px" style="object-fit:cover;">
</td>
<td valign="top" height="200px" style="text-align:justify;padding-bottom:50px;">
<div style="overflow-y: scroll;padding-right:10px;height:200px;font-size:12px"><i>FREI, VERGEBEN, RESERVIERT -</i> GESUCHSTEXT HIER
</div>
</td>
</tr>
<tr><td colspan="2" style="text-align:center;">
<span style="font-weight: bold;color:#404D4F;">VORNAME NACHNAME</span>
ALTER, STAND | BERUF | <i>AVATAR</i>
<hr>
</td></tr>
<tr><td valign="top" width="50%" height="200px" style="text-align:justify;padding-bottom:50px;">
<div style="overflow-y: scroll; padding-right:10px;height:200px;font-size:12px"><i>FREI, VERGEBEN, RESERVIERT - </i> GESUCHSTEXT HIER
</div>
</td>
<td valign="top" width="50%" height="200px">
<img src="GESUCHSBILD 200x100" width="200px" height="100px" style="object-fit:cover;">
</td></tr>
</table>
<div style="padding:10px;text-align:justify;font-size:12px;">
ABSCHLIEßENDER TEXT
</div>
<hr>
</td>
</tr>
<tr style="text-align:center; padding:10px;padding-bottom:50px;" >
<td width="50%" style="padding-bottom:30px">
<a href="GESUCHSLINK" style="color:#808080;text-decoration:none;">Zum Gesuch</a>
</td>
<td width="50%" style="padding-bottom:30px">
<a href="https://facingthestorm.de" style="color:#808080;text-decoration:none;">Zum Forum</a>
</td>
</tr>
</table>
</div>
