|
|
| Zeile 1: |
Zeile 1: |
| <div style="display:block; width:100%; margin:0; | | <div style="border:1px solid red;"> |
| border-radius:8px; border:1px solid #444; background:#111; color:#fff;
| | HTML-Test in Kachel |
| box-shadow:0 4px 8px rgba(0,0,0,0.4); overflow:hidden;">
| |
| | |
| <div style="width:100%; height:150px; overflow:hidden;">
| |
| <a href="{{{link}}}">
| |
| <img src="/images/uploads/{{{bild}}}" style="width:100%; height:100%; object-fit:cover; display:block;">
| |
| </a>
| |
| </div>
| |
| | |
| <div style="padding:4px 8px 0 8px; box-sizing:border-box;">
| |
| <h3 style="margin:4px 0 4px 0; font-size:1.0em; font-weight:bold; text-align:left;">
| |
| {{{text|Kachel}}}
| |
| </h3>
| |
| </div>
| |
| | |
| <div style="padding:0 8px 8px 8px; box-sizing:border-box; font-size:0.8em; text-align:left;">
| |
| <ul style="margin:2px 0 0 14px; padding:0;">
| |
| <li>[[Hunt/Portal:Turniere|Übersicht Turniere]]</li>
| |
| {{#if: {{{turnier1|}}} | <li>[[Turnier:{{{turnier1}}}|{{{turnier1}}}]]</li> }}
| |
| {{#if: {{{turnier2|}}} | <li>[[Turnier:{{{turnier2}}}|{{{turnier2}}}]]</li> }}
| |
| {{#if: {{{turnier3|}}} | <li>[[Turnier:{{{turnier3}}}|{{{turnier3}}}]]</li> }}
| |
| </ul>
| |
| </div>
| |
| | |
| </div> | | </div> |