Ci-dessous, les différences entre deux révisions de la page.
— |
doc_lec:plugin_box [2013/03/06 23:42] (Version actuelle) |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== Le plugin box ====== | ||
+ | |||
+ | Ce plugin permet de dessiner des boites pour entourer du texte. | ||
+ | |||
+ | <box> Une boite </box> | ||
+ | |||
+ | <code> | ||
+ | <box> Une boite </box> | ||
+ | </code> | ||
+ | |||
+ | <box round > Une boite arrondie </box> | ||
+ | |||
+ | <code> | ||
+ | <box round > Une boite arrondie </box> | ||
+ | </code> | ||
+ | |||
+ | |||
+ | <box 80% round orange|Titre> Boite arrondie orange avec Titre </box> | ||
+ | |||
+ | <code> | ||
+ | <box 80% round orange|Titre> Boite arrondie orange avec Titre </box> | ||
+ | </code> | ||
+ | |||
+ | |||
+ | <box 50% left blue>Boite en bleu avec Légende </box|Légende> | ||
+ | |||
+ | <code> | ||
+ | <box 50% left blue>Boite en bleu avec Légende </box|Légende> | ||
+ | </code> | ||
+ | |||
+ | |||
+ | <box 60% round #f99 #fc9 #fcc #f60|Titre>Boite</box|Légende> | ||
+ | |||
+ | <code> | ||
+ | <box 60% round #f99 #fc9 #fcc #f60|Titre>Boite</box|Légende> | ||
+ | </code> | ||
+ | |||