2011-10-27 08:11:56 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< title > Bootstrap, from Twitter< / title >
2011-11-08 20:32:28 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2011-10-27 08:11:56 +02:00
< meta name = "description" content = "" >
< meta name = "author" content = "" >
<!-- Le styles -->
2012-01-27 07:05:45 +01:00
< link href = "assets/css/bootstrap.css" rel = "stylesheet" >
< link href = "assets/css/bootstrap-responsive.css" rel = "stylesheet" >
2011-10-27 08:11:56 +02:00
< link href = "assets/css/docs.css" rel = "stylesheet" >
< link href = "assets/js/google-code-prettify/prettify.css" rel = "stylesheet" >
2012-02-12 20:08:58 +01:00
<!-- Le HTML5 shim, for IE6 - 8 support of HTML5 elements -->
<!-- [if lt IE 9]>
< script src = "http://html5shim.googlecode.com/svn/trunk/html5.js" > < / script >
<![endif]-->
2012-02-05 07:38:49 +01:00
2011-10-27 08:11:56 +02:00
<!-- Le fav and touch icons -->
2012-01-25 19:19:29 +01:00
< link rel = "shortcut icon" href = "assets/ico/favicon.ico" >
2012-01-27 00:54:04 +01:00
< link rel = "apple-touch-icon" href = "assets/ico/apple-touch-icon.png" >
< link rel = "apple-touch-icon" sizes = "72x72" href = "assets/ico/apple-touch-icon-72x72.png" >
< link rel = "apple-touch-icon" sizes = "114x114" href = "assets/ico/apple-touch-icon-114x114.png" >
2011-10-27 08:11:56 +02:00
< / head >
2012-01-25 20:25:35 +01:00
< body data-spy = "scroll" data-target = ".subnav" data-offset = "50" >
2012-01-29 00:42:07 +01:00
2012-01-24 00:17:32 +01:00
<!-- Navbar
2011-10-27 08:11:56 +02:00
================================================== -->
2012-01-27 22:20:02 +01:00
< div class = "navbar navbar-fixed-top" >
2011-10-27 08:11:56 +02:00
< div class = "navbar-inner" >
< div class = "container" >
2012-01-29 00:42:07 +01:00
< a class = "btn btn-navbar" data-toggle = "collapse" data-target = ".nav-collapse" >
2012-01-31 09:11:19 +01:00
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
2012-01-29 00:09:23 +01:00
< / a >
2011-10-27 08:11:56 +02:00
< a class = "brand" href = "./index.html" > Bootstrap< / a >
2012-01-30 01:35:55 +01:00
< div class = "nav-collapse" >
2012-01-29 00:42:07 +01:00
< ul class = "nav" >
< li class = "" >
< a href = "./index.html" > Overview< / a >
< / li >
< li class = "" >
< a href = "./scaffolding.html" > Scaffolding< / a >
< / li >
< li class = "" >
< a href = "./base-css.html" > Base CSS< / a >
< / li >
< li class = "active" >
< a href = "./components.html" > Components< / a >
< / li >
< li class = "" >
< a href = "./javascript.html" > Javascript plugins< / a >
< / li >
< li class = "" >
< a href = "./less.html" > Using LESS< / a >
< / li >
2012-01-30 10:09:34 +01:00
< li class = "divider-vertical" > < / li >
2012-01-29 00:42:07 +01:00
< li class = "" >
< a href = "./download.html" > Customize< / a >
< / li >
2012-01-30 09:39:44 +01:00
< li class = "" >
< a href = "./examples.html" > Examples< / a >
< / li >
2012-01-29 00:42:07 +01:00
< / ul >
< / div >
2011-10-27 08:11:56 +02:00
< / div >
< / div >
< / div >
< div class = "container" >
2012-01-25 04:19:50 +01:00
<!-- Masthead
================================================== -->
< header class = "jumbotron subhead" id = "overview" >
< h1 > Components< / h1 >
< p class = "lead" > Dozens of reusable components are built into Bootstrap to provide navigation, alerts, popovers, and much more.< / p >
< div class = "subnav" >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-pills" >
2012-01-28 07:52:45 +01:00
< li class = "dropdown" >
< a class = "dropdown-toggle" data-toggle = "dropdown" href = "#" > Buttons < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu" >
< li > < a href = "#buttonGroups" > Button groups< / a > < / li >
< li > < a href = "#buttonDropdowns" > Button dropdowns< / a > < / li >
< / ul >
< / li >
< li class = "dropdown" >
< a class = "dropdown-toggle" data-toggle = "dropdown" href = "#" > Navigation < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu" >
< li > < a href = "#navs" > Nav, tabs, pills< / a > < / li >
< li > < a href = "#navbar" > Navbar< / a > < / li >
< li > < a href = "#breadcrumbs" > Breadcrumbs< / a > < / li >
< li > < a href = "#pagination" > Pagination< / a > < / li >
< / ul >
< / li >
< li > < a href = "#labels" > Labels< / a > < / li >
2012-01-25 10:22:29 +01:00
< li > < a href = "#thumbnails" > Thumbnails< / a > < / li >
< li > < a href = "#alerts" > Alerts< / a > < / li >
< li > < a href = "#progress" > Progress bars< / a > < / li >
2012-01-28 07:52:45 +01:00
< li > < a href = "#misc" > Miscellaneous< / a > < / li >
2012-01-24 00:17:32 +01:00
< / ul >
2012-01-25 04:19:50 +01:00
< / div >
< / header >
2011-10-27 08:11:56 +02:00
2012-01-08 05:40:28 +01:00
2012-01-25 04:19:50 +01:00
<!-- Button Groups
================================================== -->
< section id = "buttonGroups" >
< div class = "page-header" >
< h1 > Button groups < small > Join buttons for more toolbar-like functionality< / small > < / h1 >
< / div >
< div class = "row" >
< div class = "span4" >
< h3 > Button groups< / h3 >
< p > Use button groups to join multiple buttons together as one composite component. Build them with a series of < code > < a> < / code > or < code > < button> < / code > elements.< / p >
2012-02-11 08:50:45 +01:00
< h3 > Best practices< / h3 >
< p > We recommend the following guidelines for using button groups and toolbars:< / p >
< ul >
< li > Always use the same element in a single button group, < code > < a> < / code > or < code > < button> < / code > .< / li >
< li > Don't mix buttons of different colors in the same button group.< / li >
< li > Use icons in addition to or instead of text, but be sure include alt and title text where appropriate.< / li >
< / ul >
< p > < span class = "label label-info" > Related< / span > Button groups with dropdowns (see below) should be called out separately and always include a dropdown caret to indicate intended behavior.< / p >
< / div >
< div class = "span4" >
< h3 > Default example< / h3 >
< p > Here's how the HTML looks for a standard button group built with anchor tag buttons:< / p >
< div class = "" >
< div class = "btn-group" style = "margin: 9px 0;" >
2012-01-25 04:19:50 +01:00
< a class = "btn" href = "#" > Left< / a >
< a class = "btn" href = "#" > Middle< / a >
< a class = "btn" href = "#" > Right< / a >
< / div >
< / div >
2012-02-11 08:50:45 +01:00
< pre class = "prettyprint linenums" >
< div class="btn-group">
< a class="btn" href="#"> 1< /a>
< a class="btn" href="#"> 2< /a>
< a class="btn" href="#"> 3< /a>
< /div>
< / pre >
< h3 > Toolbar example< / h3 >
< p > Combine sets of < code > < div class="btn-group"> < / code > into a < code > < div class="btn-toolbar"> < / code > for more complex components.< / p >
2012-01-28 04:49:56 +01:00
< div class = "btn-toolbar" >
< div class = "btn-group" >
< a class = "btn" href = "#" > 1< / a >
< a class = "btn" href = "#" > 2< / a >
< a class = "btn" href = "#" > 3< / a >
< a class = "btn" href = "#" > 4< / a >
< / div >
< div class = "btn-group" >
< a class = "btn" href = "#" > 5< / a >
< a class = "btn" href = "#" > 6< / a >
< a class = "btn" href = "#" > 7< / a >
< / div >
< div class = "btn-group" >
< a class = "btn" href = "#" > 8< / a >
2012-01-09 06:48:07 +01:00
< / div >
< / div >
< pre class = "prettyprint linenums" >
< div class="btn-toolbar">
< div class="btn-group">
...
< /div>
< /div>
< / pre >
< / div >
2012-01-25 04:19:50 +01:00
< div class = "span4" >
< h3 > Checkbox and radio flavors< / h3 >
< p > Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View < a href = "./javascript.html#buttons" > the Javascript docs< / a > for that.< / p >
< p > < a class = "btn js-btn" href = "./javascript.html#buttons" > Get the javascript » < / a > < / p >
< hr >
< h4 class = "muted" > Heads up< / h4 >
< p class = "muted" > CSS for button groups is in a separate file, button-groups.less.< / p >
< / div >
< / div >
< / section >
2012-01-09 06:48:07 +01:00
2012-01-25 04:19:50 +01:00
<!-- Split button dropdowns
================================================== -->
2012-01-27 22:20:02 +01:00
< section id = "buttonDropdowns" >
2012-01-25 04:19:50 +01:00
< div class = "page-header" >
2012-01-30 16:49:28 +01:00
< h1 > Buttons dropdowns < small > Contextual dropdown menus built on button groups< / small > < / h1 >
2012-01-25 04:19:50 +01:00
< / div >
2012-01-30 16:49:28 +01:00
< div class = "row" >
< div class = "span4" >
< h3 > Button dropdowns< / h3 >
< p > Use any button to trigger a dropdown menu by placing it within a < code > .btn-group< / code > and providing the proper menu markup.< / p >
< div class = "btn-toolbar" style = "margin-top: 18px;" >
< div class = "btn-group" >
< a class = "btn dropdown-toggle" data-toggle = "dropdown" href = "#" > Action < span class = "caret" > < / span > < / a >
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / div > <!-- /btn - group -->
< div class = "btn-group" >
2012-01-31 06:15:57 +01:00
< a class = "btn btn-primary dropdown-toggle" data-toggle = "dropdown" href = "#" > Action < span class = "caret" > < / span > < / a >
2012-01-30 16:49:28 +01:00
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / div > <!-- /btn - group -->
< div class = "btn-group" >
2012-01-31 06:15:57 +01:00
< a class = "btn btn-danger dropdown-toggle" data-toggle = "dropdown" href = "#" > Danger < span class = "caret" > < / span > < / a >
2012-01-30 16:49:28 +01:00
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / div > <!-- /btn - group -->
< / div >
< div class = "btn-toolbar" >
< div class = "btn-group" >
2012-01-31 06:15:57 +01:00
< a class = "btn btn-success dropdown-toggle" data-toggle = "dropdown" href = "#" > Success < span class = "caret" > < / span > < / a >
2012-01-30 16:49:28 +01:00
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / div > <!-- /btn - group -->
< div class = "btn-group" >
2012-01-31 06:15:57 +01:00
< a class = "btn btn-info dropdown-toggle" data-toggle = "dropdown" href = "#" > Info < span class = "caret" > < / span > < / a >
2012-01-30 16:49:28 +01:00
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / div > <!-- /btn - group -->
< / div >
< / div >
< div class = "span8" >
< h3 > Example markup< / h3 >
< p > Similar to a button group, our markup uses regular button markup, but with a handful of additions to refine the style and support Bootstrap's dropdown jQuery plugin.< / p >
< pre class = "prettyprint linenums" >
< div class="btn-group">
< a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
Action
< span class="caret"> < /span>
< /a>
< ul class="dropdown-menu">
< !-- dropdown menu links -->
< /ul>
< /div>
< / pre >
< / div >
< / div >
2012-01-25 04:19:50 +01:00
< div class = "row" >
< div class = "span4" >
< h3 > Split button dropdowns< / h3 >
< p > Building on the button group styles and markup, we can easily create a split button. Split buttons feature a standard action on the left and a dropdown toggle on the right with contextual links.< / p >
2012-01-28 04:49:56 +01:00
< div class = "btn-toolbar" style = "margin-top: 18px;" >
< div class = "btn-group" >
< a class = "btn" href = "#" > Action< / a >
< a class = "btn dropdown-toggle" data-toggle = "dropdown" href = "#" > < span class = "caret" > < / span > < / a >
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / div > <!-- /btn - group -->
< div class = "btn-group" >
2012-01-31 06:15:57 +01:00
< a class = "btn btn-primary" href = "#" > Action< / a >
< a class = "btn btn-primary dropdown-toggle" data-toggle = "dropdown" href = "#" > < span class = "caret" > < / span > < / a >
2012-01-28 04:49:56 +01:00
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / div > <!-- /btn - group -->
< div class = "btn-group" >
2012-01-31 06:15:57 +01:00
< a class = "btn btn-danger" href = "#" > Danger< / a >
< a class = "btn btn-danger dropdown-toggle" data-toggle = "dropdown" href = "#" > < span class = "caret" > < / span > < / a >
2012-01-28 04:49:56 +01:00
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / div > <!-- /btn - group -->
< / div >
< div class = "btn-toolbar" >
< div class = "btn-group" >
2012-01-31 06:15:57 +01:00
< a class = "btn btn-success" href = "#" > Success< / a >
< a class = "btn btn-success dropdown-toggle" data-toggle = "dropdown" href = "#" > < span class = "caret" > < / span > < / a >
2012-01-28 04:49:56 +01:00
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / div > <!-- /btn - group -->
< div class = "btn-group" >
2012-01-31 06:15:57 +01:00
< a class = "btn btn-info" href = "#" > Info< / a >
< a class = "btn btn-info dropdown-toggle" data-toggle = "dropdown" href = "#" > < span class = "caret" > < / span > < / a >
2012-01-28 04:49:56 +01:00
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / div > <!-- /btn - group -->
< / div >
2012-01-09 06:48:07 +01:00
< / div >
2012-01-25 04:19:50 +01:00
< div class = "span8" >
< h3 > Example markup< / h3 >
2012-01-30 16:49:28 +01:00
< p > We expand on the normal button dropdowns to provide a second button action that operates as a separate dropdown trigger.< / p >
2012-01-09 06:48:07 +01:00
< pre class = "prettyprint linenums" >
< div class="btn-group">
< a class="btn" href="#"> Action< /a>
< a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
< span class="caret"> < /span>
< /a>
< ul class="dropdown-menu">
< !-- dropdown menu links -->
< /ul>
< /div>
< / pre >
< / div >
2012-01-25 04:19:50 +01:00
< / div >
< / section >
2012-01-12 06:42:55 +01:00
2012-01-09 06:48:07 +01:00
2012-01-08 05:40:28 +01:00
<!-- Nav, Tabs, & Pills
2011-10-27 08:11:56 +02:00
================================================== -->
2012-01-09 06:48:07 +01:00
< section id = "navs" >
2011-10-27 08:11:56 +02:00
< div class = "page-header" >
2012-01-08 05:40:28 +01:00
< h1 > Nav, tabs, and pills < small > Highly customizable list-style navigation< / small > < / h1 >
2011-10-27 08:11:56 +02:00
< / div >
2011-12-20 07:58:56 +01:00
2012-01-08 05:40:28 +01:00
< h2 > Lightweight defaults < small > Same markup, different classes< / small > < / h2 >
2011-10-27 08:11:56 +02:00
< div class = "row" >
2012-01-08 05:40:28 +01:00
< div class = "span4" >
< h3 > Powerful base class< / h3 >
< p > All nav components here— tabs, pills, and lists— < strong > share the same base markup and styles< / strong > through the < code > .nav< / code > class.< / p >
2012-02-05 09:16:25 +01:00
< h3 > When to use< / h3 >
< p > Tabs and pills are great for sections of content or navigating between pages of related content.< / p >
< h3 > Component alignment< / h3 >
< p > To align nav links, use the < code > .pull-left< / code > or < code > .pull-right< / code > utility classes. Both classes will add a CSS float in the specified direction.< / p >
2012-01-08 05:40:28 +01:00
< / div >
< div class = "span4" >
< h3 > Basic tabs< / h3 >
2012-01-31 08:54:10 +01:00
< p > Take a regular < code > < ul> < / code > of links and add < code > .nav-tabs< / code > :< / p >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-tabs" >
2012-01-08 05:40:28 +01:00
< li class = "active" > < a href = "#" > Home< / a > < / li >
< li > < a href = "#" > Profile< / a > < / li >
< li > < a href = "#" > Messages< / a > < / li >
2011-12-20 07:58:56 +01:00
< / ul >
2012-01-08 05:40:28 +01:00
< pre class = "prettyprint linenums" >
2012-01-31 06:29:50 +01:00
< ul class="nav nav-tabs">
2012-01-08 05:40:28 +01:00
< li class="active">
< a href="#"> Home< /a>
< /li>
< li> < a href="#"> ...< /a> < /li>
< li> < a href="#"> ...< /a> < /li>
< /ul>
< / pre >
2011-12-20 07:58:56 +01:00
< / div >
2012-01-08 05:40:28 +01:00
< div class = "span4" >
< h3 > Basic pills< / h3 >
2012-01-31 08:54:10 +01:00
< p > Take that same HTML, but use < code > .nav-pills< / code > instead:< / p >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-pills" >
2012-01-08 05:40:28 +01:00
< li class = "active" > < a href = "#" > Home< / a > < / li >
< li > < a href = "#" > Profile< / a > < / li >
< li > < a href = "#" > Messages< / a > < / li >
2011-12-20 07:58:56 +01:00
< / ul >
2012-01-08 05:40:28 +01:00
< pre class = "prettyprint linenums" >
2012-01-31 06:29:50 +01:00
< ul class="nav nav-pills">
2012-01-08 05:40:28 +01:00
< li class="active">
< a href="#"> Home< /a>
< /li>
< li> < a href="#"> ...< /a> < /li>
< li> < a href="#"> ...< /a> < /li>
< /ul>
< / pre >
2011-12-20 07:58:56 +01:00
< / div >
< / div >
2012-01-08 05:40:28 +01:00
< h2 > Stackable < small > Make tabs or pills vertical< / small > < / h2 >
2011-12-20 07:58:56 +01:00
< div class = "row" >
< div class = "span4" >
2012-01-08 05:40:28 +01:00
< h3 > How to stack 'em< / h3 >
2012-01-31 08:54:10 +01:00
< p > As tabs and pills are horizontal by default, just add a second class, < code > .nav-stacked< / code > , to make them appear vertically stacked.< / p >
2011-12-20 07:58:56 +01:00
< / div >
< div class = "span4" >
2012-01-08 05:40:28 +01:00
< h3 > Stacked tabs< / h3 >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-tabs nav-stacked" >
2012-01-08 05:40:28 +01:00
< li class = "active" > < a href = "#" > Home< / a > < / li >
< li > < a href = "#" > Profile< / a > < / li >
< li > < a href = "#" > Messages< / a > < / li >
< / ul >
2011-12-20 07:58:56 +01:00
< pre class = "prettyprint linenums" >
2012-01-31 06:29:50 +01:00
< ul class="nav nav-tabs nav-stacked">
2011-12-20 07:58:56 +01:00
...
< /ul>
< / pre >
2012-01-08 05:40:28 +01:00
< / div >
< div class = "span4" >
< h3 > Stacked pills< / h3 >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-pills nav-stacked" >
2012-01-08 05:40:28 +01:00
< li class = "active" > < a href = "#" > Home< / a > < / li >
< li > < a href = "#" > Profile< / a > < / li >
< li > < a href = "#" > Messages< / a > < / li >
< / ul >
2011-12-20 07:58:56 +01:00
< pre class = "prettyprint linenums" >
2012-01-31 06:29:50 +01:00
< ul class="nav nav-pills nav-stacked">
2011-12-20 07:58:56 +01:00
...
< /ul>
< / pre >
< / div >
2012-01-05 10:34:14 +01:00
< / div >
2012-01-08 05:40:28 +01:00
< h2 > Dropdowns < small > For advanced nav components< / small > < / h2 >
2012-01-05 19:01:42 +01:00
< div class = "row" >
2012-01-08 05:40:28 +01:00
< div class = "span4" >
< h3 > Rich menus made easy< / h3 >
< p > Dropdown menus in Bootstrap tabs and pills are super easy and require only a little extra HTML and a lightweight jQuery plugin.< / p >
< p > Head over to the Javascript page to read the docs on < a href = "./javascript.html#tabs" > initializing dropdowns< / a > in Bootstrap.< / p >
2012-01-07 08:59:22 +01:00
< / div >
2012-01-08 05:40:28 +01:00
< div class = "span4" >
< h3 > Tabs with dropdowns< / h3 >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-tabs" >
2012-01-08 05:40:28 +01:00
< li class = "active" > < a href = "#" > Home< / a > < / li >
< li > < a href = "#" > Profile< / a > < / li >
< li class = "dropdown" >
< a class = "dropdown-toggle" data-toggle = "dropdown" href = "#" > Dropdown < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / li >
< / ul >
2012-01-07 08:59:22 +01:00
< pre class = "prettyprint linenums" >
2012-01-31 06:29:50 +01:00
< ul class="nav nav-tabs">
2012-01-08 05:40:28 +01:00
< li class="dropdown">
2012-01-12 06:42:55 +01:00
< a class="dropdown-toggle"
2012-01-08 05:40:28 +01:00
data-toggle="dropdown"
href="#">
Dropdown
< b class="caret"> < /b>
< /a>
< ul class="dropdown-menu">
< !-- links -->
< /ul>
< /li>
< /ul>
2012-01-07 08:59:22 +01:00
< / pre >
2012-01-08 05:40:28 +01:00
< / div >
< div class = "span4" >
< h3 > Pills with dropdowns< / h3 >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-pills" >
2012-01-08 05:40:28 +01:00
< li class = "active" > < a href = "#" > Home< / a > < / li >
< li > < a href = "#" > Profile< / a > < / li >
< li class = "dropdown" >
< a class = "dropdown-toggle" data-toggle = "dropdown" href = "#" > Dropdown < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / li >
< / ul >
2012-01-07 08:59:22 +01:00
< pre class = "prettyprint linenums" >
2012-01-31 06:29:50 +01:00
< ul class="nav nav-pills">
2012-01-08 05:40:28 +01:00
< li class="dropdown">
2012-01-12 06:42:55 +01:00
< a class="dropdown-toggle"
2012-01-08 05:40:28 +01:00
data-toggle="dropdown"
href="#">
Dropdown
< b class="caret"> < /b>
< /a>
< ul class="dropdown-menu">
< !-- links -->
< /ul>
< /li>
< /ul>
2012-01-07 08:59:22 +01:00
< / pre >
< / div >
2012-01-05 10:34:14 +01:00
< / div >
2012-01-08 05:40:28 +01:00
< h2 > Nav lists < small > Build simple stacked navs, great for sidebars< / small > < / h2 >
< div class = "row" >
< div class = "span4" >
< h3 > Application-style navigation< / h3 >
< p > Nav lists provide a simple and easy way to build groups of nav links with optional headers. They're best used in sidebars like the Finder in OS X.< / p >
< p > Structurally, they're built on the same core nav styles as tabs and pills, so usage and customization are straightforward.< / p >
2012-01-08 12:18:48 +01:00
< h4 > With icons< / h4 >
< p > Nav lists are also easy to equip with icons. Add the proper < code > < i> < / code > tag with class and you're set.< / p >
2012-01-08 05:40:28 +01:00
< / div >
< div class = "span4" >
2012-01-08 12:18:48 +01:00
< h3 > Example nav list< / h3 >
2012-01-31 08:54:10 +01:00
< p > Take a list of links and add < code > class="nav nav-list"< / code > :< / p >
2012-01-08 05:40:28 +01:00
< div class = "well" style = "padding: 8px 0;" >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-list" >
2012-01-08 05:40:28 +01:00
< li class = "nav-header" > List header< / li >
2011-10-27 08:11:56 +02:00
< li class = "active" > < a href = "#" > Home< / a > < / li >
2012-01-08 05:40:28 +01:00
< li > < a href = "#" > Library< / a > < / li >
< li > < a href = "#" > Applications< / a > < / li >
< li class = "nav-header" > Another list header< / li >
< li > < a href = "#" > Profile< / a > < / li >
< li > < a href = "#" > Settings< / a > < / li >
< li > < a href = "#" > Help< / a > < / li >
2011-10-27 08:11:56 +02:00
< / ul >
2012-01-08 05:40:28 +01:00
< / div > <!-- /well -->
2012-01-07 08:59:22 +01:00
< pre class = "prettyprint linenums" >
2012-01-31 06:29:50 +01:00
< ul class="nav nav-list">
2012-01-08 05:40:28 +01:00
< li class="nav-header">
List header
< /li>
2012-01-07 08:59:22 +01:00
< li class="active">
2012-01-08 05:40:28 +01:00
< a href="#"> Home< /a>
2012-01-07 08:59:22 +01:00
< /li>
2012-01-08 05:40:28 +01:00
< li>
< a href="#"> Library< /a>
2012-01-07 08:59:22 +01:00
< /li>
2012-01-08 05:40:28 +01:00
...
2012-01-07 08:59:22 +01:00
< /ul>
2012-01-08 12:18:48 +01:00
< / pre >
< / div >
< div class = "span4" >
< h3 > Example with icons< / h3 >
< p > Same example, but with < code > < i> < / code > tags for icons.< / p >
< div class = "well" style = "padding: 8px 0;" >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-list" >
2012-01-08 12:18:48 +01:00
< li class = "nav-header" > List header< / li >
2012-01-31 09:11:19 +01:00
< li class = "active" > < a href = "#" > < i class = "icon-white icon-home" > < / i > Home< / a > < / li >
< li > < a href = "#" > < i class = "icon-book" > < / i > Library< / a > < / li >
< li > < a href = "#" > < i class = "icon-pencil" > < / i > Applications< / a > < / li >
2012-01-08 12:18:48 +01:00
< li class = "nav-header" > Another list header< / li >
2012-01-31 09:11:19 +01:00
< li > < a href = "#" > < i class = "icon-user" > < / i > Profile< / a > < / li >
< li > < a href = "#" > < i class = "icon-cog" > < / i > Settings< / a > < / li >
< li > < a href = "#" > < i class = "icon-flag" > < / i > Help< / a > < / li >
2012-01-08 12:18:48 +01:00
< / ul >
< / div > <!-- /well -->
< pre class = "prettyprint linenums" >
2012-01-31 06:29:50 +01:00
< ul class="nav nav-list">
2012-01-08 12:18:48 +01:00
...
< li>
< a href="#">
2012-01-31 09:11:19 +01:00
< i class="icon-book"> < /i>
2012-01-08 12:18:48 +01:00
Library
< /a>
< /li>
...
< /ul>
2012-01-07 08:59:22 +01:00
< / pre >
2011-10-27 08:11:56 +02:00
< / div >
< / div >
2012-01-13 09:03:23 +01:00
2011-12-21 23:00:50 +01:00
2012-01-08 07:06:44 +01:00
< h2 > Tabbable nav < small > Bring tabs to life via javascript< / small > < / h2 >
2012-01-08 06:18:14 +01:00
< div class = "row" >
< div class = "span4" >
< h3 > What's included< / h3 >
2012-01-08 12:11:51 +01:00
< p > Bring your tabs to life with a simple plugin to toggle between content via tabs. Bootstrap integrates tabbable tabs in four styles: top (default), right, bottom, and left.< / p >
2012-01-08 06:18:14 +01:00
< p > Changing between them is easy and only requires changing very little markup.< / p >
< / div >
2012-01-08 12:11:51 +01:00
< div class = "span4" >
2012-01-08 07:06:44 +01:00
< h3 > Tabbable example< / h3 >
2012-01-31 08:54:10 +01:00
< p > To make tabs tabbable, wrap the < code > .nav-tabs< / code > in another div with class < code > .tabbable< / code > .< / p >
2012-01-08 12:11:51 +01:00
< div class = "tabbable" style = "margin-bottom: 9px;" >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-tabs" >
2011-12-22 03:42:43 +01:00
< li class = "active" > < a href = "#1" data-toggle = "tab" > Section 1< / a > < / li >
< li > < a href = "#2" data-toggle = "tab" > Section 2< / a > < / li >
< li > < a href = "#3" data-toggle = "tab" > Section 3< / a > < / li >
2011-10-27 08:11:56 +02:00
< / ul >
< div class = "tab-content" >
< div class = "tab-pane active" id = "1" >
2012-01-08 07:06:44 +01:00
< p > I'm in Section 1.< / p >
2011-10-27 08:11:56 +02:00
< / div >
< div class = "tab-pane" id = "2" >
2012-01-08 07:06:44 +01:00
< p > Howdy, I'm in Section 2.< / p >
2011-10-27 08:11:56 +02:00
< / div >
< div class = "tab-pane" id = "3" >
2012-01-08 07:06:44 +01:00
< p > What up girl, this is Section 3.< / p >
2011-10-27 08:11:56 +02:00
< / div >
< / div >
2012-01-08 07:06:44 +01:00
< / div > <!-- /tabbable -->
2012-01-08 12:11:51 +01:00
< / div >
< div class = "span4" >
< h3 > Custom jQuery plugin< / h3 >
< p > All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the javascript docs page.< / p >
2012-02-02 03:06:52 +01:00
< p > < a class = "btn" href = "./javascript.html#tabs" > Get the javascript → < / a > < / p >
2012-01-08 12:11:51 +01:00
< / div >
< / div >
2012-01-12 06:42:55 +01:00
2012-01-08 12:11:51 +01:00
< h3 > Straightforward markup< / h3 >
< p > Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.< / p >
2012-01-08 07:06:44 +01:00
< pre class = "prettyprint linenums" >
< div class="tabbable">
2012-01-31 06:29:50 +01:00
< ul class="nav nav-tabs">
2012-01-08 07:06:44 +01:00
< li class="active"> < a href="#1" data-toggle="tab"> Section 1< /a> < /li>
< li> < a href="#2" data-toggle="tab"> Section 2< /a> < /li>
< /ul>
< div class="tab-content">
< div class="tab-pane active" id="1">
< p> I'm in Section 1.< /p>
< /div>
< div class="tab-pane" id="2">
< p> Howdy, I'm in Section 2.< /p>
< /div>
< /div>
< /div>
< / pre >
2011-10-27 08:11:56 +02:00
2012-01-08 07:06:44 +01:00
< h3 > Tabbable in any direction< / h3 >
< div class = "row" >
< div class = "span4" >
< h4 > Tabs on the bottom< / h4 >
< p > Flip the order of the HTML and add a class to put tabs on the bottom.< / p >
< div class = "tabbable tabs-below" >
< div class = "tab-content" >
< div class = "tab-pane active" id = "A" >
< p > I'm in Section A.< / p >
2011-10-27 08:11:56 +02:00
< / div >
2012-01-08 07:06:44 +01:00
< div class = "tab-pane" id = "B" >
< p > Howdy, I'm in Section B.< / p >
< / div >
< div class = "tab-pane" id = "C" >
< p > What up girl, this is Section C.< / p >
2011-10-27 08:11:56 +02:00
< / div >
< / div >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-tabs" >
2012-01-08 07:06:44 +01:00
< li class = "active" > < a href = "#A" data-toggle = "tab" > Section 1< / a > < / li >
< li > < a href = "#B" data-toggle = "tab" > Section 2< / a > < / li >
< li > < a href = "#C" data-toggle = "tab" > Section 3< / a > < / li >
< / ul >
< / div > <!-- /tabbable -->
2012-01-08 08:21:40 +01:00
< pre class = "prettyprint linenums" style = "margin-top: 11px;" >
2012-01-28 22:30:15 +01:00
< div class="tabbable tabs-below">
2012-01-08 08:21:40 +01:00
< div class="tab-content">
...
< /div>
2012-01-31 06:29:50 +01:00
< ul class="nav nav-tabs">
...
< /ul>
2012-01-08 08:21:40 +01:00
< /div>
< / pre >
2012-01-08 07:06:44 +01:00
< / div >
< div class = "span4" >
< h4 > Tabs on the left< / h4 >
< p > Swap the class to put tabs on the left.< / p >
< div class = "tabbable tabs-left" >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-tabs" >
2012-01-08 07:06:44 +01:00
< li class = "active" > < a href = "#lA" data-toggle = "tab" > Section 1< / a > < / li >
< li > < a href = "#lB" data-toggle = "tab" > Section 2< / a > < / li >
< li > < a href = "#lC" data-toggle = "tab" > Section 3< / a > < / li >
< / ul >
2011-10-27 08:11:56 +02:00
< div class = "tab-content" >
2012-01-08 07:06:44 +01:00
< div class = "tab-pane active" id = "lA" >
< p > I'm in Section A.< / p >
2011-10-27 08:11:56 +02:00
< / div >
2012-01-08 07:06:44 +01:00
< div class = "tab-pane" id = "lB" >
< p > Howdy, I'm in Section B.< / p >
2011-10-27 08:11:56 +02:00
< / div >
2012-01-08 07:06:44 +01:00
< div class = "tab-pane" id = "lC" >
< p > What up girl, this is Section C.< / p >
2011-10-27 08:11:56 +02:00
< / div >
< / div >
2012-01-08 07:06:44 +01:00
< / div > <!-- /tabbable -->
2012-01-08 08:21:40 +01:00
< pre class = "prettyprint linenums" >
< div class="tabbable tabs-left">
2012-01-31 06:29:50 +01:00
< ul class="nav nav-tabs">
2012-01-08 08:21:40 +01:00
...
< /ul>
< div class="tab-content">
...
< /div>
< /div>
< / pre >
2012-01-08 07:06:44 +01:00
< / div >
< div class = "span4" >
< h4 > Tabs on the right< / h4 >
< p > Swap the class to put tabs on the right.< / p >
< div class = "tabbable tabs-right" >
2012-01-31 06:29:50 +01:00
< ul class = "nav nav-tabs" >
2012-01-08 07:06:44 +01:00
< li class = "active" > < a href = "#rA" data-toggle = "tab" > Section 1< / a > < / li >
< li > < a href = "#rB" data-toggle = "tab" > Section 2< / a > < / li >
< li > < a href = "#rC" data-toggle = "tab" > Section 3< / a > < / li >
2011-10-27 08:11:56 +02:00
< / ul >
2012-01-08 07:06:44 +01:00
< div class = "tab-content" >
< div class = "tab-pane active" id = "rA" >
< p > I'm in Section A.< / p >
< / div >
< div class = "tab-pane" id = "rB" >
< p > Howdy, I'm in Section B.< / p >
< / div >
< div class = "tab-pane" id = "rC" >
< p > What up girl, this is Section C.< / p >
< / div >
< / div >
< / div > <!-- /tabbable -->
2012-01-08 08:21:40 +01:00
< pre class = "prettyprint linenums" >
< div class="tabbable tabs-right">
2012-01-31 06:29:50 +01:00
< ul class="nav nav-tabs">
2012-01-08 08:21:40 +01:00
...
< /ul>
< div class="tab-content">
...
< /div>
< /div>
< / pre >
2012-01-08 07:06:44 +01:00
< / div >
< / div >
2011-10-27 08:11:56 +02:00
2012-01-08 05:40:28 +01:00
< / section >
<!-- Navbar
================================================== -->
< section id = "navbar" >
< div class = "page-header" >
< h1 > Navbar< / h1 >
< / div >
< h2 > Static navbar example< / h2 >
< p > An example of a static (not fixed to the top) navbar with project name, navigation, and search form.< / p >
2012-01-29 08:40:52 +01:00
< div class = "navbar" >
2012-01-08 05:40:28 +01:00
< div class = "navbar-inner" >
< div class = "container" style = "width: auto;" >
2012-01-29 03:11:31 +01:00
< a class = "btn btn-navbar" data-toggle = "collapse" data-target = ".nav-collapse" >
2012-01-31 09:11:19 +01:00
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
2012-01-29 03:11:31 +01:00
< / a >
2012-01-08 05:40:28 +01:00
< a class = "brand" href = "#" > Project name< / a >
2012-01-29 03:11:31 +01:00
< div class = "nav-collapse" >
< ul class = "nav" >
< li class = "active" > < a href = "#" > Home< / a > < / li >
< li > < a href = "#" > Link< / a > < / li >
< li > < a href = "#" > Link< / a > < / li >
< li > < a href = "#" > Link< / a > < / li >
< li class = "dropdown" >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" > Dropdown < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / li >
< / ul >
< form class = "navbar-search pull-left" action = "" >
< input type = "text" class = "search-query span2" placeholder = "Search" >
< / form >
< ul class = "nav pull-right" >
< li > < a href = "#" > Link< / a > < / li >
2012-01-30 10:09:34 +01:00
< li class = "divider-vertical" > < / li >
2012-01-29 03:11:31 +01:00
< li class = "dropdown" >
< a href = "#" class = "dropdown-toggle" data-toggle = "dropdown" > Dropdown < b class = "caret" > < / b > < / a >
< ul class = "dropdown-menu" >
< li > < a href = "#" > Action< / a > < / li >
< li > < a href = "#" > Another action< / a > < / li >
< li > < a href = "#" > Something else here< / a > < / li >
< li class = "divider" > < / li >
< li > < a href = "#" > Separated link< / a > < / li >
< / ul >
< / li >
< / ul >
< / div > <!-- /.nav - collapse -->
2012-01-08 05:40:28 +01:00
< / div >
< / div > <!-- /navbar - inner -->
< / div > <!-- /navbar -->
< div class = "row" >
< div class = "span8" >
< h3 > Navbar scaffolding< / h3 >
< p > The navbar requires only a few divs to structure it well for static or fixed display.< / p >
< pre class = "prettyprint linenums" >
2012-01-29 08:40:52 +01:00
< div class="navbar">
2012-01-08 05:40:28 +01:00
< div class="navbar-inner">
2012-01-08 22:22:20 +01:00
< div class="container">
2012-01-08 05:40:28 +01:00
...
< /div>
< /div>
< /div>
< / pre >
2012-01-29 08:40:52 +01:00
< p > To make the navbar fixed to the top of the viewport, add < code > .navbar-fixed-top< / code > to the outermost div, < code > .navbar< / code > . In your CSS, you will also need to account for the overlap it causes by adding < code > padding-top: 40px;< / code > to your < code > < body> < / code > .< / p >
2012-01-08 05:40:28 +01:00
< pre class = "prettyprint linenums" >
2012-01-27 22:20:02 +01:00
< div class="navbar navbar-fixed-top">
2012-01-08 05:40:28 +01:00
...
< /div>
< / pre >
< h3 > Brand name< / h3 >
< p > A simple link to show your brand or project name only requires an anchor tag.< / p >
< pre class = "prettyprint linenums" >
< a class="brand" href="#">
Project name
< /a>
< / pre >
< h3 > Search form< / h3 >
< p > Search forms receive custom styles in the navbar with the < code > .navbar-search< / code > class. Include < code > .pull-left< / code > or < code > .pull-right< / code > on the < code > form< / code > to align it.< / p >
< pre class = "prettyprint linenums" >
2012-01-30 17:58:40 +01:00
< form class="navbar-search pull-left">
< input type="text" class="search-query" placeholder="Search">
2012-01-08 05:40:28 +01:00
< /form>
< / pre >
2012-01-29 03:39:36 +01:00
< h3 > Optional responsive variation< / h3 >
2012-01-29 23:22:51 +01:00
< p > Depending on the amount of content in your topbar, you might want to implement the responsive options. To do so, wrap your nav content in a containing div, < code > .nav-collapse.collapse< / code > , and add the navbar toggle button, < code > .btn-navbar< / code > .< / p >
2012-01-29 03:39:36 +01:00
< pre class = "prettyprint linenums" >
2012-01-29 08:40:52 +01:00
< div class="navbar">
2012-01-29 03:39:36 +01:00
< div class="navbar-inner">
< div class="container">
< !-- .btn-navbar is used as the toggle for collapsed navbar content -->
< a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
2012-01-31 09:11:19 +01:00
< span class="icon-bar"> < /span>
< span class="icon-bar"> < /span>
< span class="icon-bar"> < /span>
2012-01-29 03:39:36 +01:00
< /a>
< !-- Be sure to leave the brand out there if you want it shown -->
< a class="brand" href="#"> Project name< /a>
< !-- Everything you want hidden at 940px or less, place within here -->
2012-01-30 01:54:51 +01:00
< div class="nav-collapse">
2012-01-29 03:39:36 +01:00
< !-- .nav, .navbar-search, .navbar-form, etc -->
< /div>
< /div>
< /div>
< /div>
< / pre >
2012-01-29 07:03:14 +01:00
< div class = "alert alert-info" >
< strong > Heads up!< / strong > The responsive navbar requires the < a href = "./javascript.html#collapse" > collapse plugin< / a > .
< / div >
2012-01-29 03:39:36 +01:00
2012-01-29 03:11:31 +01:00
< / div > <!-- /.span -->
2012-01-08 05:40:28 +01:00
< div class = "span4" >
< h3 > Nav links< / h3 >
< p > Nav items are simple to add via unordered lists.< / p >
2011-10-27 08:11:56 +02:00
< pre class = "prettyprint linenums" >
2012-01-08 05:40:28 +01:00
< ul class="nav">
< li class="active">
< a href="#">Home< /a>
< /li>
< li> < a href="#"> Link< /a> < /li>
< li> < a href="#"> Link< /a> < /li>
< /ul>
< / pre >
2012-02-05 09:11:21 +01:00
< h3 > Component alignment< / h3 >
< p > To align a nav, search form, or text, use the < code > .pull-left< / code > or < code > .pull-right< / code > utility classes. Both classes will add a CSS float in the specified direction.< / p >
2012-01-08 06:09:02 +01:00
< h3 > Adding dropdowns< / h3 >
2012-02-02 03:06:52 +01:00
< p > Adding dropdowns to the nav is super simple, but does require the use of < a href = "./javascript.html#dropdown" > our javascript plugin< / a > .< / p >
2012-01-08 05:40:28 +01:00
< pre class = "prettyprint linenums" >
< ul class="nav">
< li class="dropdown">
< a href="#"
class="dropdown-toggle"
data-toggle="dropdown">
Account
2012-01-08 06:09:02 +01:00
< b class="caret"> < /b>
2012-01-08 05:40:28 +01:00
< /a>
< ul class="dropdown-menu">
...
< /ul>
< /li>
2011-10-27 08:11:56 +02:00
< /ul>
< / pre >
2012-02-02 03:06:52 +01:00
< p > < a class = "btn" href = "./javascript.html#dropdown" > Get the javascript → < / a > < / p >
2012-01-29 03:11:31 +01:00
< / div > <!-- /.span -->
< / div > <!-- /.row -->
2011-10-27 08:11:56 +02:00
2011-12-21 23:00:50 +01:00
< / section >
<!-- Breadcrumbs
================================================== -->
< section id = "breadcrumbs" >
< div class = "page-header" >
< h1 > Breadcrumbs < small > < / small > < / h1 >
< / div >
2011-10-27 08:11:56 +02:00
< div class = "row" >
2012-01-07 08:59:22 +01:00
< div class = "span6" >
< h3 > Why use them< / h3 >
< p > Breadcrumb navigation is used as a way to show users where they are within an app or a site, but not for primary navigation. Keep their use sparse and succinct to be most effective.< / p >
< h3 > Examples< / h3 >
< p > A single example shown as it might be displayed across multiple pages.< / p >
2011-10-27 08:11:56 +02:00
< ul class = "breadcrumb" >
< li class = "active" > Home< / li >
< / ul >
< ul class = "breadcrumb" >
< li > < a href = "#" > Home< / a > < span class = "divider" > /< / span > < / li >
2012-01-07 08:59:22 +01:00
< li class = "active" > Library< / li >
2011-10-27 08:11:56 +02:00
< / ul >
< ul class = "breadcrumb" >
< li > < a href = "#" > Home< / a > < span class = "divider" > /< / span > < / li >
2012-01-07 08:59:22 +01:00
< li > < a href = "#" > Library< / a > < span class = "divider" > /< / span > < / li >
< li class = "active" > Data< / li >
2011-10-27 08:11:56 +02:00
< / ul >
2012-01-07 08:59:22 +01:00
< / div >
< div class = "span6" >
< h3 > Markup< / h3 >
< p > HTML is your standard unordered list with links.< / p >
2011-10-27 08:11:56 +02:00
< pre class = "prettyprint linenums" >
< ul class="breadcrumb">
2012-01-07 08:59:22 +01:00
< li>
< a href="#"> Home< /a> < span class="divider"> /< /span>
< /li>
< li>
< a href="#"> Library< /a> < span class="divider"> /< /span>
< /li>
< li class="active">
< a href="#"> Data< /a>
< /li>
2011-10-27 08:11:56 +02:00
< /ul>
< / pre >
< / div >
< / div >
2011-12-21 23:00:50 +01:00
< / section >
<!-- Pagination
================================================== -->
2012-01-14 21:21:09 +01:00
< section id = "pagination" >
2011-12-21 23:00:50 +01:00
< div class = "page-header" >
2012-01-15 05:54:37 +01:00
< h1 > Pagination < small > Two options for paging through content< / small > < / h1 >
2011-12-21 23:00:50 +01:00
< / div >
2012-01-31 09:11:19 +01:00
< h2 > Multicon-page pagination< / h2 >
2011-10-27 08:11:56 +02:00
< div class = "row" >
2012-01-15 05:54:37 +01:00
< div class = "span4" >
< h3 > When to use< / h3 >
< p > Ultra simplistic and minimally styled pagination inspired by Rdio, great for apps and search results. The large block is hard to miss, easily scalable, and provides large click areas.< / p >
< h3 > Stateful page links< / h3 >
< p > Links are customizable and work in a number of circumstances with the right class. < code > .disabled< / code > for unclickable links and < code > .active< / code > for current page.< / p >
< h3 > Flexible alignment< / h3 >
< p > Add either of two optional classes to change the alignment of pagination links: < code > .pagination-centered< / code > and < code > .pagination-right< / code > .< / p >
2011-10-27 08:11:56 +02:00
< / div >
2012-01-15 05:54:37 +01:00
< div class = "span4" >
< h3 > Examples< / h3 >
< p > The default pagination component is flexible and works in a number of variations.< / p >
2011-10-27 08:11:56 +02:00
< div class = "pagination" >
< ul >
2012-01-15 22:12:29 +01:00
< li class = "disabled" > < a href = "#" > « < / a > < / li >
2011-10-27 08:11:56 +02:00
< li class = "active" > < a href = "#" > 1< / a > < / li >
< li > < a href = "#" > 2< / a > < / li >
< li > < a href = "#" > 3< / a > < / li >
< li > < a href = "#" > 4< / a > < / li >
2012-01-15 22:12:29 +01:00
< li > < a href = "#" > » < / a > < / li >
2011-10-27 08:11:56 +02:00
< / ul >
< / div >
< div class = "pagination" >
< ul >
2012-01-15 22:12:29 +01:00
< li > < a href = "#" > « < / a > < / li >
2012-01-15 05:54:37 +01:00
< li > < a href = "#" > 10< / a > < / li >
2012-01-15 22:12:29 +01:00
< li class = "active" > < a href = "#" > 11< / a > < / li >
< li > < a href = "#" > 12< / a > < / li >
< li > < a href = "#" > » < / a > < / li >
2012-01-15 05:54:37 +01:00
< / ul >
< / div >
< div class = "pagination" >
< ul >
< li > < a href = "#" > ← < / a > < / li >
2011-10-27 08:11:56 +02:00
< li class = "active" > < a href = "#" > 10< / a > < / li >
2012-01-15 22:12:29 +01:00
< li class = "disabled" > < a href = "#" > ...< / a > < / li >
2011-10-27 08:11:56 +02:00
< li > < a href = "#" > 20< / a > < / li >
2012-01-15 05:54:37 +01:00
< li > < a href = "#" > → < / a > < / li >
2011-10-27 08:11:56 +02:00
< / ul >
< / div >
2012-01-15 05:54:37 +01:00
< div class = "pagination pagination-centered" >
2011-10-27 08:11:56 +02:00
< ul >
2012-01-15 05:54:37 +01:00
< li class = "active" > < a href = "#" > 1< / a > < / li >
< li > < a href = "#" > 2< / a > < / li >
< li > < a href = "#" > 3< / a > < / li >
< li > < a href = "#" > 4< / a > < / li >
< li > < a href = "#" > 5< / a > < / li >
2011-10-27 08:11:56 +02:00
< / ul >
< / div >
2012-01-15 05:54:37 +01:00
< / div >
< div class = "span4" >
< h3 > Markup< / h3 >
< p > Wrapped in a < code > < div> < / code > , pagination is just a < code > < ul> < / code > .< / p >
2011-10-27 08:11:56 +02:00
< pre class = "prettyprint linenums" >
< div class="pagination">
< ul>
2012-01-15 05:54:37 +01:00
< li> < a href="#"> Prev< /a> < /li>
< li class="active">
< a href="#"> 1< /a>
< /li>
2011-10-27 08:11:56 +02:00
< li> < a href="#"> 2< /a> < /li>
< li> < a href="#"> 3< /a> < /li>
< li> < a href="#"> 4< /a> < /li>
2012-01-15 05:54:37 +01:00
< li> < a href="#"> Next< /a> < /li>
2011-10-27 08:11:56 +02:00
< /ul>
< /div>
< / pre >
< / div >
< / div > <!-- /row -->
2012-01-15 05:54:37 +01:00
< h2 > Pager < small > For quick previous and next links< / small > < / h2 >
< div class = "row" >
< div class = "span4" >
< h3 > About pager< / h3 >
2012-02-02 08:30:37 +01:00
< p > The pager component is a set of links for simple pagination implementations with light markup and even lighter styles. It's great for simple sites like blogs or magazines.< / p >
2012-01-15 05:54:37 +01:00
< / div >
< div class = "span4" >
< h3 > Default example< / h3 >
< p > By default, the pager centers links.< / p >
< ul class = "pager" >
< li > < a href = "#" > Previous< / a > < / li >
< li > < a href = "#" > Next< / a > < / li >
< / ul >
< pre class = "prettyprint linenums" >
< ul class="pager">
< li>
< a href="#"> Previous< /a>
< /li>
< li>
< a href="#"> Next< /a>
< /li>
< /ul>
< / pre >
< / div >
< div class = "span4" >
< h3 > Aligned links< / h3 >
< p > Alternatively, you can align each link to the sides:< / p >
< ul class = "pager" >
< li class = "previous" > < a href = "#" > ← Older< / a > < / li >
< li class = "next" > < a href = "#" > Newer → < / a > < / li >
< / ul >
< pre class = "prettyprint linenums" >
< ul class="pager">
2012-01-15 20:26:06 +01:00
< li class="previous">
2012-01-15 05:54:37 +01:00
< a href="#"> & larr; Older< /a>
< /li>
2012-01-15 20:26:06 +01:00
< li class="next">
2012-01-15 05:54:37 +01:00
< a href="#"> Newer & rarr;< /a>
< /li>
< /ul>
< / pre >
< / div >
< / div > <!-- /row -->
2011-10-27 08:11:56 +02:00
< / section >
2012-01-28 07:52:45 +01:00
<!-- Labels
================================================== -->
< section id = "labels" >
< div class = "page-header" >
< h1 > Inline labels < small > Label and annotate text< / small > < / h1 >
< / div >
< table class = "table table-bordered table-striped" >
< thead >
< tr >
2012-01-28 09:34:54 +01:00
< th > Labels< / th >
2012-01-28 07:52:45 +01:00
< th > Markup< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td >
< span class = "label" > Default< / span >
< / td >
< td >
< code > < span class="label"> Default< /span> < / code >
< / td >
< / tr >
< tr >
< td >
2012-02-02 03:11:19 +01:00
< span class = "label label-success" > Success< / span >
2012-01-28 07:52:45 +01:00
< / td >
< td >
2012-02-05 10:57:09 +01:00
< code > < span class="label label-success"> Success< /span> < / code >
2012-01-28 07:52:45 +01:00
< / td >
< / tr >
< tr >
< td >
2012-01-29 07:14:51 +01:00
< span class = "label label-warning" > Warning< / span >
2012-01-28 07:52:45 +01:00
< / td >
< td >
2012-01-29 07:14:51 +01:00
< code > < span class="label label-warning"> Warning< /span> < / code >
2012-01-28 07:52:45 +01:00
< / td >
< / tr >
< tr >
< td >
2012-01-29 07:14:51 +01:00
< span class = "label label-important" > Important< / span >
2012-01-28 07:52:45 +01:00
< / td >
< td >
2012-01-29 07:14:51 +01:00
< code > < span class="label label-important"> Important< /span> < / code >
2012-01-28 07:52:45 +01:00
< / td >
< / tr >
< tr >
< td >
2012-01-29 07:14:51 +01:00
< span class = "label label-info" > Info< / span >
2012-01-28 07:52:45 +01:00
< / td >
< td >
2012-01-29 07:14:51 +01:00
< code > < span class="label label-info"> Info< /span> < / code >
2012-01-28 07:52:45 +01:00
< / td >
< / tr >
< / tbody >
< / table >
< / section >
2012-01-14 21:21:57 +01:00
<!-- Thumbnails
2012-01-08 05:40:28 +01:00
================================================== -->
2012-01-14 21:21:57 +01:00
< section id = "thumbnails" >
2012-01-08 05:40:28 +01:00
< div class = "page-header" >
< h1 > Thumbnails < small > Grids of images, videos, text, and more< / small > < / h1 >
< / div >
< div class = "row" >
< div class = "span6" >
< h2 > Default thumbnails< / h2 >
< p > By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.< / p >
< ul class = "thumbnails" >
< li class = "span3" >
< a href = "#" class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/260x180" alt = "" >
2012-01-08 05:40:28 +01:00
< / a >
< / li >
< li class = "span3" >
< a href = "#" class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/260x180" alt = "" >
2012-01-08 05:40:28 +01:00
< / a >
< / li >
< li class = "span3" >
< a href = "#" class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/260x180" alt = "" >
2012-01-08 05:40:28 +01:00
< / a >
< / li >
< li class = "span3" >
< a href = "#" class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/260x180" alt = "" >
2012-01-08 05:40:28 +01:00
< / a >
< / li >
< / ul >
< / div >
< div class = "span6" >
< h2 > Highly customizable< / h2 >
< p > With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.< / p >
< ul class = "thumbnails" >
< li class = "span3" >
< div class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/260x180" alt = "" >
2012-01-08 05:40:28 +01:00
< div class = "caption" >
< h5 > Thumbnail label< / h5 >
< p > Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.< / p >
2012-02-05 09:27:08 +01:00
< p > < a href = "#" class = "btn btn-primary" > Action< / a > < a href = "#" class = "btn" > Action< / a > < / p >
2012-01-08 05:40:28 +01:00
< / div >
< / div >
< / li >
< li class = "span3" >
< div class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/260x180" alt = "" >
2012-01-08 05:40:28 +01:00
< div class = "caption" >
< h5 > Thumbnail label< / h5 >
< p > Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.< / p >
2012-02-05 09:27:08 +01:00
< p > < a href = "#" class = "btn btn-primary" > Action< / a > < a href = "#" class = "btn" > Action< / a > < / p >
2012-01-08 05:40:28 +01:00
< / div >
< / div >
< / li >
< / ul >
< / div >
< / div >
< div class = "row" >
< div class = "span4" >
< h3 > Why use thumbnails< / h3 >
< p > Thumbnails (previously < code > .media-grid< / code > up until v1.4) are great for grids of photos or videos, image search results, retail products, portfolios, and much more. They can be links or static content.< / p >
< / div >
< div class = "span4" >
< h3 > Simple, flexible markup< / h3 >
< p > Thumbnail markup is simple— a < code > ul< / code > with any number of < code > li< / code > elements is all that is required. It's also super flexible, allowing for any type of content with just a bit more markup to wrap your contents.< / p >
< / div >
< div class = "span4" >
< h3 > Uses grid column sizes< / h3 >
< p > Lastly, the thumbnails component uses existing grid system classes— like < code > .span2< / code > or < code > .span3< / code > — for control of thumbnail dimensions.< / p >
< / div >
< / div >
< div class = "row" >
< div class = "span6" >
< h2 > The markup< / h2 >
< p > As mentioned previously, the required markup for thumbnails is light and straightforward. Here's a look at the default setup < strong > for linked images< / strong > :< / p >
< pre class = "prettyprint linenums" >
< ul class="thumbnails">
< li class="span3">
< a href="#" class="thumbnail">
2012-01-29 07:48:25 +01:00
< img src="http://placehold.it/260x180" alt="">
2012-01-08 05:40:28 +01:00
< /a>
< /li>
...
< /ul>
< / pre >
< p > For custom HTML content in thumbnails, the markup changes slightly. To allow block level content anywhere, we swap the < code > < a> < / code > for a < code > < div> < / code > like so:< / p >
< pre class = "prettyprint linenums" >
< ul class="thumbnails">
< li class="span3">
< div class="thumbnail">
2012-01-29 07:48:25 +01:00
< img src="http://placehold.it/260x180" alt="">
2012-01-08 05:40:28 +01:00
< h5> Thumbnail label< /h5>
< p> Thumbnail caption right here...< /p>
< /div>
< /li>
...
< /ul>
< / pre >
< / div >
< div class = "span6" >
< h2 > More examples< / h2 >
< p > Explore all your options with the various grid classes available to you. You can also mix and match different sizes.< / p >
< ul class = "thumbnails" >
< li class = "span4" >
< a href = "#" class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/360x268" alt = "" >
2012-01-08 05:40:28 +01:00
< / a >
< / li >
< li class = "span2" >
< a href = "#" class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/160x120" alt = "" >
2012-01-08 05:40:28 +01:00
< / a >
< / li >
< li class = "span2" >
< a href = "#" class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/160x120" alt = "" >
2012-01-08 05:40:28 +01:00
< / a >
< / li >
< li class = "span2" >
< a href = "#" class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/160x120" alt = "" >
2012-01-08 05:40:28 +01:00
< / a >
< / li >
< li class = "span2" >
< a href = "#" class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/160x120" alt = "" >
2012-01-08 05:40:28 +01:00
< / a >
< / li >
< li class = "span2" >
< a href = "#" class = "thumbnail" >
2012-01-29 07:48:25 +01:00
< img src = "http://placehold.it/160x120" alt = "" >
2012-01-08 05:40:28 +01:00
< / a >
< / li >
< / ul >
< / div >
< / div >
< / section >
2011-10-27 08:11:56 +02:00
<!-- Alerts & Messages
================================================== -->
< section id = "alerts" >
< div class = "page-header" >
2012-01-15 01:18:15 +01:00
< h1 > Alerts < small > Styles for success, warning, and error messages< / small > < / h1 >
2011-10-27 08:11:56 +02:00
< / div >
2012-01-15 01:18:15 +01:00
< h2 > Lightweight defaults< / h2 >
2011-10-27 08:11:56 +02:00
< div class = "row" >
2012-01-15 01:18:15 +01:00
< div class = "span4" >
< h3 > Rewritten base class< / h3 >
2012-02-02 08:30:37 +01:00
< p > With Bootstrap 2, we've simplified the base class: < code > .alert< / code > instead of < code > .alert-message< / code > . We've also reduced the minimum required markup— no < code > < p> < / code > is required by default, just the outer < code > < div> < / code > .< / p >
2012-01-15 01:18:15 +01:00
< h3 > Single alert message< / h3 >
2012-01-22 21:45:20 +01:00
< p > For a more durable component with less code, we've removed the differentiating look for block alerts, messages that come with more padding and typically more text. The class also has changed to < code > .alert-block< / code > .< / p >
2012-01-15 01:18:15 +01:00
< hr >
< h3 > Goes great with javascript< / h3 >
< p > Bootstrap comes with a great jQuery plugin that supports alert messages, making dismissing them quick and easy.< / p >
< p > < a class = "btn js-btn" href = "./javascript.html#alerts" > Get the plugin » < / a > < / p >
2011-10-27 08:11:56 +02:00
< / div >
2012-01-15 01:18:15 +01:00
< div class = "span8" >
< h3 > Example alerts< / h3 >
< p > Wrap your message and an optional close icon in a div with simple class.< / p >
< div class = "alert" >
2012-02-05 07:31:09 +01:00
< a class = "close" data-dismiss = "alert" > × < / a >
2012-02-02 03:27:38 +01:00
< strong > Warning!< / strong > Best check yo self, you're not looking too good.
2011-10-27 08:11:56 +02:00
< / div >
2012-01-15 01:18:15 +01:00
< pre class = "prettyprint linenums" >
< div class="alert">
2012-02-05 07:32:04 +01:00
< a class="close" data-dismiss="alert"> × < /a>
2012-02-02 03:27:38 +01:00
< strong> Warning!< /strong> Best check yo self, you're not looking too good.
2012-01-15 01:18:15 +01:00
< /div>
< / pre >
2012-01-15 20:30:24 +01:00
< p > Easily extend the standard alert message with two optional classes: < code > .alert-block< / code > for more padding and text controls and < code > .alert-heading< / code > for a matching heading.< / p >
< div class = "alert alert-block" >
2012-02-05 07:31:09 +01:00
< a class = "close" data-dismiss = "alert" > × < / a >
2012-01-15 01:18:15 +01:00
< h4 class = "alert-heading" > Warning!< / h4 >
2012-02-02 03:27:38 +01:00
< p > Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.< / p >
2011-10-27 08:11:56 +02:00
< / div >
< pre class = "prettyprint linenums" >
2012-01-15 20:30:24 +01:00
< div class="alert alert-block">
2012-02-05 07:31:09 +01:00
< a class="close" data-dismiss="alert"> × < /a>
2012-01-15 01:18:15 +01:00
< h4 class="alert-heading"> Warning!< /h4>
2012-02-02 03:27:38 +01:00
Best check yo self, you're not...
2011-10-27 08:11:56 +02:00
< /div>
< / pre >
< / div >
2012-01-15 01:18:15 +01:00
< / div >
2012-01-07 08:59:22 +01:00
2012-01-15 01:18:15 +01:00
< h2 > Contextual alternatives < small > Add optional classes to change an alert's connotation< / small > < / h2 >
2011-10-27 08:11:56 +02:00
< div class = "row" >
2012-01-15 01:18:15 +01:00
< div class = "span4" >
< h3 > Error or danger< / h3 >
2012-01-15 20:30:24 +01:00
< div class = "alert alert-error" >
2012-02-05 07:31:09 +01:00
< a class = "close" data-dismiss = "alert" > × < / a >
2012-01-15 01:18:15 +01:00
< strong > Oh snap!< / strong > Change a few things up and try submitting again.
2011-10-27 08:11:56 +02:00
< / div >
2012-01-15 01:18:15 +01:00
< pre class = "prettyprint linenums" >
2012-01-15 20:30:24 +01:00
< div class="alert alert-error">
2012-01-15 01:18:15 +01:00
...
< /div>
< / pre >
< / div >
< div class = "span4" >
< h3 > Success< / h3 >
2012-01-15 20:30:24 +01:00
< div class = "alert alert-success" >
2012-02-05 07:31:09 +01:00
< a class = "close" data-dismiss = "alert" > × < / a >
2012-01-15 01:18:15 +01:00
< strong > Well done!< / strong > You successfully read this important alert message.
2011-10-27 08:11:56 +02:00
< / div >
2012-01-15 01:18:15 +01:00
< pre class = "prettyprint linenums" >
2012-01-15 20:30:24 +01:00
< div class="alert alert-success">
2012-01-15 01:18:15 +01:00
...
< /div>
< / pre >
< / div >
< div class = "span4" >
< h3 > Information< / h3 >
2012-01-15 20:30:24 +01:00
< div class = "alert alert-info" >
2012-02-05 07:31:09 +01:00
< a class = "close" data-dismiss = "alert" > × < / a >
2012-02-02 03:27:38 +01:00
< strong > Heads up!< / strong > This alert needs your attention, but it's not super important.
2011-10-27 08:11:56 +02:00
< / div >
< pre class = "prettyprint linenums" >
2012-01-15 20:30:24 +01:00
< div class="alert alert-info">
2012-01-15 01:18:15 +01:00
...
2011-10-27 08:11:56 +02:00
< /div>
< / pre >
< / div >
2012-01-15 01:18:15 +01:00
< / div >
2011-10-27 08:11:56 +02:00
< / section >
2011-11-26 19:41:17 +01:00
<!-- Progress bars
================================================== -->
2012-01-28 07:52:45 +01:00
< section id = "progress" >
< div class = "page-header" >
< h1 > Progress bars < small > For loading, redirecting, or action status< / small > < / h1 >
< / div >
2012-01-08 00:52:57 +01:00
2012-01-28 07:52:45 +01:00
< h2 > Examples and markup< / h2 >
< div class = "row" >
< div class = "span4" >
< h3 > Basic< / h3 >
< p > Default progress bar with a vertical gradient.< / p >
< div class = "progress" >
< div class = "bar" style = "width: 60%;" > < / div >
< / div >
2012-01-08 00:52:57 +01:00
< pre class = "prettyprint linenums" >
< div class="progress">
< div class="bar"
style="width: 60%;"> < /div>
< /div>
< / pre >
2012-01-28 07:52:45 +01:00
< / div >
< div class = "span4" >
< h3 > Striped< / h3 >
< p > Uses a gradient to create a striped effect.< / p >
2012-01-29 07:14:51 +01:00
< div class = "progress progress-info progress-striped" >
2012-01-28 07:52:45 +01:00
< div class = "bar" style = "width: 20%;" > < / div >
< / div >
2012-01-08 00:52:57 +01:00
< pre class = "prettyprint linenums" >
2012-01-29 07:14:51 +01:00
< div class="progress progress-info
progress-striped">
2012-01-08 00:52:57 +01:00
< div class="bar"
style="width: 20%;"> < /div>
< /div>
< / pre >
2012-01-28 07:52:45 +01:00
< / div >
< div class = "span4" >
< h3 > Animated< / h3 >
< p > Takes the striped example and animates it.< / p >
2012-01-29 07:14:51 +01:00
< div class = "progress progress-danger progress-striped active" >
2012-01-28 07:52:45 +01:00
< div class = "bar" style = "width: 45%" > < / div >
< / div >
2012-01-08 00:52:57 +01:00
< pre class = "prettyprint linenums" >
2012-01-29 07:14:51 +01:00
< div class="progress progress-danger
progress-striped active">
2012-01-08 00:52:57 +01:00
< div class="bar"
style="width: 40%;"> < /div>
< /div>
< / pre >
2012-01-28 07:52:45 +01:00
< / div >
< / div >
< h2 > Options and browser support< / h2 >
< div class = "row" >
< div class = "span4" >
< h3 > Additional colors< / h3 >
2012-01-29 07:14:51 +01:00
< p > Progress bars utilize some of the same class names as buttons and alerts for similar styling.< / p >
2012-01-28 07:52:45 +01:00
< ul >
2012-01-29 07:14:51 +01:00
< li > < code > .progress-info< / code > < / li >
< li > < code > .progress-success< / code > < / li >
< li > < code > .progress-danger< / code > < / li >
2012-01-28 07:52:45 +01:00
< / ul >
< p > Alternatively, you can customize the LESS files and roll your own colors and sizes.< / p >
< / div >
< div class = "span4" >
< h3 > Behavior< / h3 >
< p > Progress bars use CSS3 transitions, so if you dynamically adjust the width via javascript, it will smoothly resize.< / p >
2012-01-29 07:14:51 +01:00
< p > If you use the < code > .active< / code > class, your < code > .progress-striped< / code > progress bars will animate the stripes left to right.< / p >
2012-01-28 07:52:45 +01:00
< / div >
< div class = "span4" >
< h3 > Browser support< / h3 >
< p > Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-8 or older versions of Firefox.< / p >
< p > Opera does not support animations at this time.< / p >
< / div >
< / div >
< / section >
<!-- Miscellaneous
================================================== -->
< section id = "misc" >
< div class = "page-header" >
< h1 > Miscellaneous < small > Wells, badges, and close icon< / small > < / h1 >
< / div >
< div class = "row" >
< div class = "span4" >
< h2 > Wells< / h2 >
< p > Use the well as a simple effect on an element to give it an inset effect.< / p >
< div class = "well" >
Look, I'm in a well!
< / div >
< pre class = "prettyprint linenums" >
< div class="well">
...
< /div>
< / pre >
< / div > <!-- /span -->
< div class = "span4" style = "display: none;" >
< h2 > Badges< / h2 >
< p > Use a badge on an element for an unread count or as a simple indicator.< / p >
< pre class = "prettyprint linenums" > < span class="badge"> 3< /div> < / pre >
< / div > <!-- /span -->
< div class = "span4" >
< h2 > Close icon< / h2 >
< p > Use the generic close icon for dismissing content like modals and alerts.< / p >
< p > < a class = "close" style = "float: none;" > × < / a > < / p >
< pre class = "prettyprint linenums" > < a class="close"> & times;< /a> < / pre >
< / div > <!-- /span -->
< / div > <!-- /row -->
< / section >
2012-01-24 00:17:32 +01:00
<!-- Footer
2011-10-27 08:11:56 +02:00
================================================== -->
< footer class = "footer" >
< p class = "pull-right" > < a href = "#" > Back to top< / a > < / p >
2011-12-11 11:03:16 +01:00
< p > Designed and built with all the love in the world < a href = "http://twitter.com/twitter" target = "_blank" > @twitter< / a > by < a href = "http://twitter.com/mdo" target = "_blank" > @mdo< / a > and < a href = "http://twitter.com/fat" target = "_blank" > @fat< / a > .< / p >
< p > Code licensed under the < a href = "http://www.apache.org/licenses/LICENSE-2.0" target = "_blank" > Apache License v2.0< / a > . Documentation licensed under < a href = "http://creativecommons.org/licenses/by/3.0/" > CC BY 3.0< / a > .< / p >
< p > Icons from < a href = "http://glyphicons.com" > Glyphicons Free< / a > , licensed under < a href = "http://creativecommons.org/licenses/by/3.0/" > CC BY 3.0< / a > .< / p >
2011-10-27 08:11:56 +02:00
< / footer >
2012-01-23 23:14:16 +01:00
2011-10-27 08:11:56 +02:00
< / div > <!-- /container -->
2011-12-23 04:25:29 +01:00
2012-01-23 23:14:16 +01:00
2012-01-26 19:00:09 +01:00
<!-- Le javascript
================================================== -->
2011-12-23 04:25:29 +01:00
<!-- Placed at the end of the document so the pages load faster -->
2012-01-26 19:00:09 +01:00
< script type = "text/javascript" src = "http://platform.twitter.com/widgets.js" > < / script >
2012-01-31 22:58:28 +01:00
< script src = "assets/js/jquery.js" > < / script >
2011-12-23 04:25:29 +01:00
< script src = "assets/js/google-code-prettify/prettify.js" > < / script >
2012-01-31 22:58:28 +01:00
< script src = "assets/js/bootstrap-transition.js" > < / script >
< script src = "assets/js/bootstrap-alert.js" > < / script >
< script src = "assets/js/bootstrap-modal.js" > < / script >
< script src = "assets/js/bootstrap-dropdown.js" > < / script >
< script src = "assets/js/bootstrap-scrollspy.js" > < / script >
< script src = "assets/js/bootstrap-tab.js" > < / script >
< script src = "assets/js/bootstrap-tooltip.js" > < / script >
< script src = "assets/js/bootstrap-popover.js" > < / script >
< script src = "assets/js/bootstrap-button.js" > < / script >
< script src = "assets/js/bootstrap-collapse.js" > < / script >
< script src = "assets/js/bootstrap-carousel.js" > < / script >
< script src = "assets/js/bootstrap-typeahead.js" > < / script >
2011-12-23 04:25:29 +01:00
< script src = "assets/js/application.js" > < / script >
2012-02-02 01:38:58 +01:00
2011-10-27 08:11:56 +02:00
< / body >
< / html >