Vorlage:Flexbox: Unterschied zwischen den Versionen
Aus drf-faq
Mile (Diskussion | Beiträge) K (Firefox changelog: "Gecko 13 (Firefox 13) removed support for -moz-box-shadow. Since then, only the unprefixed version is supported.") |
Mile (Diskussion | Beiträge) K (Die Prefixlosen CSS-Eigenschaften wurden bereits seit Firefox4 unterstützt, schmeisse darum -moz-* raus.) |
||
Zeile 1: | Zeile 1: | ||
<includeonly><div style="margin:5px; margin-left:0px; | <includeonly><div style="margin:5px; margin-left:0px; | ||
− | |||
-webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.2); | -webkit-box-shadow:0px 1px 3px rgba(0,0,0,0.2); | ||
box-shadow:0px 1px 3px rgba(0,0,0,0.2); | box-shadow:0px 1px 3px rgba(0,0,0,0.2); | ||
Zeile 7: | Zeile 6: | ||
color: {{{titlecolor|{{{bgcolor|white}}}}}}; | color: {{{titlecolor|{{{bgcolor|white}}}}}}; | ||
font-weight:bold; font-size:125%; | font-weight:bold; font-size:125%; | ||
− | |||
border-top-left-radius:3px; border-top-right-radius:3px; | border-top-left-radius:3px; border-top-right-radius:3px; | ||
padding:3px; padding-left:5px; {{{titlestyle}}};">{{{title}}}</div>}} | padding:3px; padding-left:5px; {{{titlestyle}}};">{{{title}}}</div>}} | ||
Zeile 13: | Zeile 11: | ||
border: 1px solid {{{color|#136381}}}; {{#if:{{{title}}} | border-top-width:0px; }} | border: 1px solid {{{color|#136381}}}; {{#if:{{{title}}} | border-top-width:0px; }} | ||
color: {{{textcolor|black}}}; background-color:{{{bgcolor|#f6fcfe}}}; | color: {{{textcolor|black}}}; background-color:{{{bgcolor|#f6fcfe}}}; | ||
− | |||
{{#if:{{{title}}}|border-bottom-left-radius:3px; border-bottom-right-radius:3px;|border-radius:3px;}} | {{#if:{{{title}}}|border-bottom-left-radius:3px; border-bottom-right-radius:3px;|border-radius:3px;}} | ||
{{{textstyle}}};"> | {{{textstyle}}};"> |
Version vom 14. Juni 2012, 07:13 Uhr
Vorlage zum leichten und einheitlichen Erstellen von flexibel parametrisierbaren Boxen.
Inhaltsverzeichnis
Einschränkungen
- Keiner der Parameter darf das
|
-Zeichen (Pipe) enthalten, da dies als besonderes Zeichen zur Separierung der einzelnen Parameter voneinander fungiert. Diese Einschränkung bewirkt insbesondere, dass das Wiki-Markup zum Erstellen von Tabellen nicht funktioniert.
Vorlagenparameter
Parameter | Beschreibung |
---|---|
style | CSS-Fragment für das Gesamtobjekt (optional, z.B. float:right;width:200px; )
|
bgcolor | Hintergrundfarbe (optional, default: #f6fcfe) |
color | Rahmenfarbe und Titelzeile (optional, default: #136381) |
text | Boxinhalt |
textcolor | Textfarbe Boxinhalt (optional, default: black) |
textstyle | CSS-Fragment für den Boxinhalt (optional) |
title | Boxüberschrift |
titlecolor | Textfarbe der Titelzeile (optional, default: {{{bgcolor}}} wenn gesetzt, sonst white )
|
titlestyle | CSS-Fragment für Titelzeile (optional) |
Beispiel
{{Flexbox|bgcolor=#fffbf5|color=#f19000|title=Testbox 123|text= Lorem ipsum dolor sit amet, ... }}
Dies ergibt die folgende Box:
Testbox 123
Lorem ipsum dolor sit amet, ...