Thilo (Diskussion | Beiträge) K |
Thilo (Diskussion | Beiträge) K |
||
Zeile 1: | Zeile 1: | ||
<bootstrap_accordion> | <bootstrap_accordion> | ||
<bootstrap_panel heading="Headline for Panel1" class="card-link">Text inside the panel</bootstrap_panel> | <bootstrap_panel heading="Headline for Panel1" class="card-link">Text inside the panel</bootstrap_panel> | ||
− | <bootstrap_panel heading="Headline for Panel2" color="danger">Text inside the panel</bootstrap_panel> | + | <bootstrap_panel heading="Headline for Panel2" color="danger"><div style="background-color:white;>Text inside the panel</div></bootstrap_panel> |
<bootstrap_panel heading="Headline for Panel3" active>Text inside the panel</bootstrap_panel> | <bootstrap_panel heading="Headline for Panel3" active>Text inside the panel</bootstrap_panel> | ||
<bootstrap_panel heading="Headline for Panel4" color="info">Text inside the panel</bootstrap_panel> | <bootstrap_panel heading="Headline for Panel4" color="info">Text inside the panel</bootstrap_panel> | ||
</bootstrap_accordion> | </bootstrap_accordion> | ||
+ | |||
+ | |||
<bootstrap_accordion> | <bootstrap_accordion> | ||
− | <bootstrap_card>Content text for the first panel</bootstrap_card> | + | <bootstrap_card header="Titel der Karte" class="bg-warning text-white"><div style="background-color:white;>Content text for the first panel</div></bootstrap_card> |
<bootstrap_card>Content text for the second panel</bootstrap_card> | <bootstrap_card>Content text for the second panel</bootstrap_card> | ||
<bootstrap_card>Content text for the third panel</bootstrap_card> | <bootstrap_card>Content text for the third panel</bootstrap_card> | ||
</bootstrap_accordion> | </bootstrap_accordion> |
Version vom 6. Oktober 2021, 09:49 Uhr
<bootstrap_accordion> <bootstrap_panel heading="Headline for Panel1" class="card-link">Text inside the panel</bootstrap_panel>
<bootstrap_panel heading="Headline for Panel2" color="danger">
Text inside the panel
</bootstrap_panel>
<bootstrap_panel heading="Headline for Panel3" active>Text inside the panel</bootstrap_panel> <bootstrap_panel heading="Headline for Panel4" color="info">Text inside the panel</bootstrap_panel> </bootstrap_accordion>
<bootstrap_accordion>
<bootstrap_card header="Titel der Karte" class="bg-warning text-white">
Content text for the first panel
</bootstrap_card>
<bootstrap_card>Content text for the second panel</bootstrap_card> <bootstrap_card>Content text for the third panel</bootstrap_card>
</bootstrap_accordion>