Vorlage:Rand/Doku
Aus Kitakien
(Unterschied zwischen Versionen)
K (Doku auf diese Diskussionsseite übertragen.) |
(+Duku für neue Parameter: {{{d=dicke}}} {{{f=farbe}}} {{{s=stil}}} // usw.) |
||
Zeile 1: | Zeile 1: | ||
- | + | == Parameter == | |
- | + | ||
- | + | '''Rand''' – [http://de.selfhtml.org/css/eigenschaften/rahmen.htm#border SELFHTML''':''' ''border''] | |
- | + | '''o'''ben | |
- | + | '''r'''echts | |
- | + | '''u'''nten | |
- | + | '''l'''inks | |
- | + | '''a'''lle 4 Ränder | |
- | + | '''d'''icke Standard: .08em | |
- | + | '''f'''arbe Standard: #A7A7A7 | |
- | + | '''s'''til Standard: solid | |
- | -- | + | |
- | + | == Beispiele == | |
+ | |||
+ | <code><nowiki>{{rand|l=1|r=1|o=1}}</nowiki></code> ergibt''':''' | ||
+ | * <div style="padding:5px; {{rand|l=1|r=1|o=1}}">border-top: .08em #A7A7A7 solid;border-right: .08em #A7A7A7 solid;border-left: .08em #A7A7A7 solid;</div> | ||
+ | |||
+ | <code><nowiki>{{rand|l=1|u=1|d=2px|f=red|s=dashed}}</nowiki></code> ergibt''':''' | ||
+ | * <div style="padding:5px; {{rand|l=1|u=1|d=2px|f=red|s=dashed}}">border-left: 2px dashed red; border-bottom: 2px dashed red;</div> |
Version vom 06:35, 9. Dez. 2007
Parameter
Rand – SELFHTML: border
oben rechts unten links alle 4 Ränder dicke Standard: .08em farbe Standard: #A7A7A7 stil Standard: solid
Beispiele
{{rand|l=1|r=1|o=1}}
ergibt:
-
border-top: .08em #A7A7A7 solid;border-right: .08em #A7A7A7 solid;border-left: .08em #A7A7A7 solid;
{{rand|l=1|u=1|d=2px|f=red|s=dashed}}
ergibt:
-
border-left: 2px dashed red; border-bottom: 2px dashed red;