Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:bootstrap [2015/10/05 14:52] alphabernd |
wiki:bootstrap [2020/11/08 04:02] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Bootstrap Syntax ====== | ====== Bootstrap Syntax ====== | ||
- | ===== Lead ===== | + | [[http://lotar.altervista.org/dokuwiki/wiki/plugin/bootswrapper/lead|Look here]] |
- | <file><lead>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.</lead></file> | + | |
- | <lead>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.</lead> | + | |
- | + | ||
- | ===== Text ===== | + | |
- | + | ||
- | <callout type="info"> | + | |
- | === Info === | + | |
- | This tag have two version (lowercase and uppercase) | + | |
- | * The lowercase version create a inline element | + | |
- | * The uppercase version create a block element | + | |
- | </callout> | + | |
- | + | ||
- | <file> | + | |
- | <TEXT align="left">Left aligned text.</TEXT> | + | |
- | <TEXT align="center">Center aligned text.</TEXT> | + | |
- | <TEXT align="right">Right aligned text.</TEXT> | + | |
- | <TEXT align="justify">Justified text.</TEXT> | + | |
- | <TEXT align="nowrap">No wrap text.</TEXT> | + | |
- | </file> | + | |
- | + | ||
- | <TEXT align="left">Left aligned text.</TEXT> | + | |
- | <TEXT align="center">Center aligned text.</TEXT> | + | |
- | <TEXT align="right">Right aligned text.</TEXT> | + | |
- | <TEXT align="justify">Justified text.</TEXT> | + | |
- | <TEXT align="nowrap">No wrap text.</TEXT> | + | |
- | + | ||
- | <file> | + | |
- | <text transform="lowercase">Lowercased text.</text> | + | |
- | <text transform="uppercase">Uppercased text.</text> | + | |
- | <text transform="capitalize">Capitalized text.</text> | + | |
- | </file> | + | |
- | + | ||
- | * <text transform="lowercase">Lowercased text.</text> | + | |
- | * <text transform="uppercase">Uppercased text.</text> | + | |
- | * <text transform="capitalize">Capitalized text.</text> | + | |
- | + | ||
- | <file> | + | |
- | <text type="muted">muted</text> | + | |
- | <text type="primary">primary</text> | + | |
- | <text type="success">success</text> | + | |
- | <text type="info">info</text> | + | |
- | <text type="warning">warning</text> | + | |
- | <text type="danger">danger</text> | + | |
- | </file> | + | |
- | + | ||
- | + | ||
- | * <text type="muted">muted</text> | + | |
- | * <text type="primary">primary</text> | + | |
- | * <text type="success">success</text> | + | |
- | * <text type="info">info</text> | + | |
- | * <text type="warning">warning</text> | + | |
- | * <text type="danger">danger</text> | + | |
- | + | ||
- | + | ||
- | <file> | + | |
- | <text background="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</text> | + | |
- | <text background="success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</text> | + | |
- | <text background="info">Maecenas sed diam eget risus varius blandit sit amet non magna.</text> | + | |
- | <text background="warning">Etiam porta sem malesuada magna mollis euismod.</text> | + | |
- | <text background="danger">Donec ullamcorper nulla non metus auctor fringilla.</text> | + | |
- | </file> | + | |
- | + | ||
- | * <text background="primary">Nullam id dolor id nibh ultricies vehicula ut id elit.</text> | + | |
- | * <text background="success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</text> | + | |
- | * <text background="info">Maecenas sed diam eget risus varius blandit sit amet non magna.</text> | + | |
- | * <text background="warning">Etiam porta sem malesuada magna mollis euismod.</text> | + | |
- | * <text background="danger">Donec ullamcorper nulla non metus auctor fringilla.</text> | + |