50.387
Bearbeitungen
K |
K |
||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<includeonly><div style="margin:5px; margin-left:0px; {{{style}}}; | <includeonly><div style="margin:5px; margin-left:0px; {{{style}}}; | ||
background-color:{{{color|#0085BD}}}; | background-color:{{{ background-color|#0085BD}}}; | ||
border: 1px solid {{{border-color|#0085BD}}}; | |||
text-align:{{{ausrichtung|left}}}; | text-align:{{{ausrichtung|left}}}; | ||
color:{{{textcolor|white}}}; | color:{{{textcolor|white}}}; | ||
Zeile 18: | Zeile 19: | ||
| style || CSS-Fragment für das Gesamtobjekt (optional, z.B. <code>float:right;width:200px;</code>) | | style || CSS-Fragment für das Gesamtobjekt (optional, z.B. <code>float:right;width:200px;</code>) | ||
|- | |- | ||
| color || Balkenfarbe (optional, default: # | | background-color || Balkenfarbe (optional, default: #0085BD) | ||
|- | |||
| border-color || Randfarbe (optional, default: #0085BD) | |||
|- | |- | ||
| text || Text | | text || Text | ||
Zeile 30: | Zeile 33: | ||
| textstyle || CSS-Fragment für Text (optional) | | textstyle || CSS-Fragment für Text (optional) | ||
|} | |} | ||
== Beispiel == | == Beispiel == | ||
1. Standard | 1. Standard | ||
{{Flexbalken|text=Testbalken default 1}} | {{Flexbalken|text=Testbalken default 1}} | ||
2. modifiziert: | 2. modifiziert: | ||
<pre><nowiki>{{Flexbalken|color=# | <pre><nowiki>{{Flexbalken|background-color=#E0FFFF|textcolor=black|font-size=80%|ausrichtung=right|text=Testbalken 1234}} | ||
</nowiki></pre> | </nowiki></pre> | ||
Ergibt folgenden Balken: | Ergibt folgenden Balken: | ||
{{Flexbalken|color=# | {{Flexbalken|background-color=#E0FFFF|textcolor=black|font-size=80%|ausrichtung=right|text=Testbalken 1234}} | ||
[[Kategorie:Vorlage für technische Aufgaben|{{PAGENAME}}]] | [[Kategorie:Vorlage für technische Aufgaben|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |