Vorlage:Box: Unterschied zwischen den Versionen

Aus Gronkh-Wiki
Wechseln zu: Navigation, Suche
K
 
(17 dazwischenliegende Versionen von 7 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
<div style="border: 1px solid gray; padding: 8px; width:{{{width}}}" >
+
<div class="{{#if: {{{boxwidth|}}} | col-{{{boxwidth}}} | }} {{if: {{{boxwidth-ld|}}} | col-ld-{{{boxwidth-ld}}} | }} {{if: {{{boxwidth-md|}}} | col-md-{{{boxwidth-md}}} | }} {{if: {{{boxwidth-dt|}}} | col-dt-{{{boxwidth-dt}}} | }}" style="margin-top: 12px;">
 
+
<div class="makeScrollable" style="border: 2px solid {{{color|#111}}};" >
<div class="caption" >
+
{| class="box {{{class| }}}"
{{{title}}}
+
|-
</div>
+
| class="box-title" style="color:{{{titlecolor|#FFF}}}; background: {{{color|#111}}};" | '''{{{title}}}'''
<div style="{{{ccss}}}" >
+
|-
 +
|
 
{{{content}}}
 
{{{content}}}
 +
|}
 
</div>
 
</div>
 
 
</div>
 
</div>

Aktuelle Version vom 4. September 2017, 14:44 Uhr

{{{title}}}

{{{content}}}