[h2]We have lots of custom shortcodes, here are just a few![/h2]
Inline labels
Labels | Markup |
---|---|
Default | [ label ]..[ /label ] |
Success | [ label type="green" ]..[ /label ] |
Warning | [ label type="orange" ]..[ /label ] |
Important | [ label type="red" ]..[ /label ] |
Info | [ label type="blue" ]..[ /label ] |
Inverse | [ label type="black" ]..[ /label ] |
Badges
Name | Example | Markup |
---|---|---|
Default | 1 | [ badge ]..[ /badge ] |
Success | 2 | [ badge type="green" ]..[ /badge ] |
Warning | 4 | [ badge type="orange" ]..[ /badge ] |
Error | 6 | [ badge type="grey" ]..[ /badge ] |
Info | 8 | [ badge type="blue" ]..[ /badge ] |
Inverse | 10 | [ badge type="black" ]..[ /badge ] |
Alerts
<div class="alert"> ... </div>
×
Oh snap! Change a few things up and try submitting again.
Oh snap! Change a few things up and try submitting again.
[ alert type="alert-error" ... [ /alert ]
×
Well done! You successfully read this important alert message.
Well done! You successfully read this important alert message.
[ alert type="alert-success" ... [ /alert ]
×
Heads up! This alert needs your attention, but it’s not super important.
Heads up! This alert needs your attention, but it’s not super important.
[ alert type="alert-info" ... [ /alert ]
Progress bars
[ progress_bar percentage="60" ]
[ progress_bar percentage="60" striped="yes" ]
[ progress_bar percentage="60" striped="yes" active="yes" ]
Additional colors
Striped bars
Behavior
Progress bars use CSS3 transitions, so if you dynamically adjust the width via javascript, it will smoothly resize.
If you use the .active
class, your .progress-striped
progress bars will animate the stripes left to right.
Browser support
Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.
[hr]
Table
Get a little fancy with your tables by adding zebra-striping—just add the .table-striped
class.
<table class="table table-striped"> </table>
# | First Name | Last Name | Username |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |