2013-04-01 03:11:47 -04:00
---
2013-07-26 14:17:48 -04:00
layout: customize
2013-04-01 03:11:47 -04:00
title: Customize and download
2013-05-09 00:56:08 -04:00
slug: customize
2013-05-22 20:30:58 -04:00
lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version.
2013-07-27 03:18:12 -04:00
base_url: "../"
2013-04-01 03:11:47 -04:00
---
2013-07-26 08:04:15 -04:00
<!-- Customize
================================================== -->
< form class = "bs-customizer" >
2013-08-08 02:06:29 -04:00
< div class = "bs-docs-section" id = "less-section" >
2013-07-26 14:11:09 -04:00
< div class = "page-header" >
< button class = "btn btn-default toggle" type = "button" > Toggle all< / button >
2013-07-26 22:38:12 -04:00
< h1 id = "less" > LESS files< / h1 >
2013-07-26 14:11:09 -04:00
< / div >
2013-07-27 03:35:26 -04:00
< p class = "lead" > Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the < a href = "../css/" > CSS< / a > and < a href = "../components/" > Components< / a > pages in the docs< / p >
2013-05-23 02:45:12 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Basics< / h3 >
< div class = "row" >
< div class = "col-lg-4" >
< h4 > Layout< / h4 >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "normalize.less" >
Normalize (CSS reset)
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "scaffolding.less" >
Scaffolding
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "grid.less" >
Grid system
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "print.less" >
Print media styles
< / label >
< / div >
< / div >
< div class = "col-lg-4" >
< h4 > Global CSS< / h4 >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "type.less" >
Typography
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "code.less" >
Code
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "tables.less" >
Tables
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "forms.less" >
Forms
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "buttons.less" >
Buttons
< / label >
< / div >
< / div >
< div class = "col-lg-4" >
< h4 > Utility classes< / h4 >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "utilities.less" >
Basic utilities
< / label >
2013-05-22 20:30:58 -04:00
< / div >
2013-07-26 14:11:09 -04:00
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "responsive-utilities.less" >
Responsive utilities
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "component-animations.less" >
Component animations (for JS)
< / label >
< / div >
< / div >
< / div >
2013-05-23 02:45:12 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Components< / h3 >
< div class = "row" >
< div class = "col-lg-4" >
2013-07-27 21:56:31 -04:00
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "input-groups.less" >
Input groups
< / label >
< / div >
2013-07-26 14:11:09 -04:00
< h4 > Navigation< / h4 >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "navs.less" >
Navs
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "navbar.less" >
Navbar
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "pagination.less" >
Pagination
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "pager.less" >
Pager
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "breadcrumbs.less" >
Breadcrumbs
< / label >
< / div >
< / div >
< div class = "col-lg-4" >
< h4 > Content blocks< / h4 >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "jumbotron.less" >
Jumbotron
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "accordion.less" >
Accordion
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "panels.less" >
Panels
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "wells.less" >
Wells
< / label >
2013-05-22 20:30:58 -04:00
< / div >
2013-07-26 14:11:09 -04:00
< / div >
< div class = "col-lg-4" >
< h4 > Behavioral (requires JS)< / h4 >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "alerts.less" >
Alerts
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "dropdowns.less" >
Dropdowns
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "tooltip.less" >
Tooltips
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "popovers.less" >
Popovers
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "modals.less" >
Modals
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "carousel.less" >
Carousel
< / label >
< / div >
< / div >
< / div >
2013-07-26 08:04:15 -04:00
2013-07-26 14:11:09 -04:00
< div class = "row" >
< div class = "col-lg-4" >
< h4 > Media< / h4 >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "thumbnails.less" >
Thumbnails
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "list-group.less" >
List groups
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "media.less" >
Media items
< / label >
< / div >
< / div >
< div class = "col-lg-4" >
< h4 > Miscellaneous< / h4 >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "button-groups.less" >
Button groups
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "progress-bars.less" >
Progress bars
< / label >
2013-05-22 20:30:58 -04:00
< / div >
2013-07-26 14:11:09 -04:00
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "badges.less" >
Badges
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "labels.less" >
Labels
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "close.less" >
Close icon
< / label >
< / div >
< / div >
2013-05-09 00:56:08 -04:00
< / div >
2013-07-26 14:11:09 -04:00
< / div >
2013-05-23 02:34:28 -04:00
2013-05-24 00:34:32 -04:00
2013-08-08 02:06:29 -04:00
< div class = "bs-docs-section" id = "plugin-section" >
2013-07-26 14:11:09 -04:00
< div class = "page-header" >
< button class = "btn btn-default toggle" type = "button" > Toggle all< / button >
2013-07-26 22:38:12 -04:00
< h1 id = "plugins" > jQuery plugins< / h1 >
2013-07-26 14:11:09 -04:00
< / div >
2013-07-27 03:28:23 -04:00
< p class = "lead" > Choose which jQuery plugins should be included in your custom JavaScript files. Unsure what to include? Read the < a href = "../javascript/" > JavaScript< / a > page in the docs.< / p >
2013-07-26 14:11:09 -04:00
< div class = "row" >
< div class = "col-lg-6" >
< h4 > Linked to components< / h4 >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "alert.js" >
Alert dismissal
< / label >
2013-07-26 08:04:15 -04:00
< / div >
2013-07-26 14:11:09 -04:00
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "button.js" >
Advanced buttons
< / label >
2013-05-22 20:30:58 -04:00
< / div >
2013-07-26 14:11:09 -04:00
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "carousel.js" >
Carousel functionality
< / label >
2013-07-26 08:04:15 -04:00
< / div >
2013-07-26 14:11:09 -04:00
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "dropdown.js" >
Dropdowns
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "modal.js" >
Modals
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "tooltip.js" >
Tooltips
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "popover.js" >
Popovers < small > (requires Tooltips)< / small >
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "tab.js" >
Toggable tabs
< / label >
2013-07-26 08:04:15 -04:00
< / div >
2013-07-26 14:11:09 -04:00
< / div >
< div class = "col-lg-6" >
< h4 > Magic< / h4 >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "affix.js" >
Affix
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "collapse.js" >
Collapse
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "scrollspy.js" >
Scrollspy
< / label >
< / div >
< div class = "checkbox" >
< label >
< input type = "checkbox" checked value = "transition.js" >
Transitions < small > (required for any kind of animation)< / small >
< / label >
< / div >
< / div >
2013-05-09 00:56:08 -04:00
< / div >
2013-05-23 02:34:28 -04:00
2013-07-26 14:11:09 -04:00
< div class = "bs-callout bs-callout-info" >
< h4 > Produces two files< / h4 >
< p > All checked plugins will be compiled into a readable < code > bootstrap.js< / code > and a minified < code > bootstrap.min.js< / code > . We recommend you use the minified version in production.< / p >
< / div >
2013-05-23 02:34:28 -04:00
2013-07-26 14:11:09 -04:00
< div class = "bs-callout bs-callout-danger" >
< h4 > jQuery required< / h4 >
< p > All plugins require the latest version of < a href = "http://jquery.com/" target = "_blank" > jQuery< / a > to be included.< / p >
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-08-08 02:06:29 -04:00
< div class = "bs-docs-section" id = "less-variables-section" >
2013-07-26 14:11:09 -04:00
< div class = "page-header" >
< button class = "btn btn-default toggle" type = "button" > Reset to defaults< / button >
2013-07-26 22:38:12 -04:00
< h1 id = "less-variables" > LESS variables< / h1 >
2013-07-26 14:11:09 -04:00
< / div >
< p class = "lead" > Customize LESS variables to define colors, sizes and more inside your custom CSS stylesheets.< / p >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-basics" > Basics< / h2 >
2013-07-14 06:50:14 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Body background< / h3 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @body-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Background color applied to < code > < body> < / code > .< / p >
< / div >
< / div >
2013-07-24 02:13:15 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Typography< / h3 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @font-family-sans-serif< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "'Helvetica Neue', Helvetica, Arial, sans-serif" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Default sans-serif fonts.< / p >
< label > @font-family-serif< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "Georgia, 'Times New Roman', Times, serif" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Default serif fonts.< / p >
< label > @font-family-monospace< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "Monaco, Menlo, Consolas, 'Courier New', monospace" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Default monospace fonts for < code > < code> < / code > and < code > < pre> < / code > .< / p >
< / div >
< div class = "col-lg-6" >
< label > @font-family-base< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@font-family-sans-serif" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Used to globally set font-family in Bootstrap.< / p >
< label > @font-size-base< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "14px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Used to calculate font-size throughout Bootstrap.< / p >
< label > @line-height-base< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "1.428571429" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Used to calculate line-height throughout Bootstrap.< / p >
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Code blocks< / h3 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @code-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#c7254e" >
2013-07-26 14:11:09 -04:00
< label > @code-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f9f2f4" >
2013-07-26 14:11:09 -04:00
< / div >
< div class = "col-lg-6" >
< label > @pre-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f5f5f5" >
2013-07-26 14:11:09 -04:00
< label > @code-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ccc" >
2013-07-26 14:11:09 -04:00
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h4 > Headings< / h4 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @headings-font-family< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@font-family-base" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Choose a separate font-family for headings.< / p >
< label > @headings-font-weight< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "500" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Choose a separate font-weight for headings.< / p >
< / div >
< div class = "col-lg-6" >
< label > @headings-line-height< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "1.1" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Choose a separate line-height for headings.< / p >
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Colors< / h3 >
< div class = "row" >
< div class = "col-lg-6" >
< p > Define custom colors used in several contexts.< / p >
< label > @brand-primary< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#428bca" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Used for primary buttons, panels and more.< / p >
< label > @brand-success< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#5cb85c" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Used to indicate success.< / p >
< label > @brand-warning< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f0ad4e" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Used to indicate a warning.< / p >
< label > @brand-danger< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#d9534f" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Used to indicate danger.< / p >
< label > @brand-info< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#5bc0de" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Used to indicate informational content.< / p >
< / div >
< div class = "col-lg-6" >
< p > Define your preferred colors for standard text and links.< / p >
< label > @text-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-dark" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Global color set on the body.< / p >
< label > @link-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-primary" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Global link color for text.< / p >
< label > @link-color-hover< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "darken(@link-color, 15%)" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Automatically darken links on hover via color function.< / p >
< / div >
< / div >
2013-07-14 06:50:14 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Media queries breakpoints< / h3 >
< p > Define the breakpoints at which your layout will change, adapting to different screen sizes.< / p >
< div class = "row" >
< div class = "col-lg-6" >
2013-08-04 00:39:57 -04:00
< label > @screen-xsmall< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "480px" >
2013-07-26 14:11:09 -04:00
< label > @screen-small< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "768px" >
2013-07-26 14:11:09 -04:00
< / div >
< div class = "col-lg-6" >
< label > @screen-medium< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "992px" >
2013-07-26 14:11:09 -04:00
< label > @screen-large< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "1200px" >
2013-07-26 14:11:09 -04:00
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Container sizes< / h3 >
< p > Define the maximum width of < code > .container< / code > for different screen sizes.< / p >
< div class = "row" >
< div class = "col-lg-6" >
< label > @container-tablet< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "728px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > For < code > @screen-small< / code > and up.< / p >
< label > @container-desktop< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "940px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > For < code > @screen-medium< / code > and up.< / p >
< / div >
< div class = "col-lg-6" >
< label > @container-large-desktop< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "1170px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > For < code > @screen-large< / code > and up.< / p >
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Grid system< / h3 >
< p > Define your custom responsive grid.< / p >
< div class = "row" >
< div class = "col-lg-6" >
< label > @grid-columns< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "12" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Number of columns in the grid.< / p >
< label > @grid-gutter-width< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "30px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Padding between columns.< / p >
< / div >
< div class = "col-lg-6" >
< label > @grid-float-breakpoint< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@screen-tablet" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Point at which the navbar stops collapsing.< / p >
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Components< / h3 >
< p > Define common padding and border radius sizes and more.< / p >
< div class = "row" >
< div class = "col-lg-6" >
< h4 > Padding< / h4 >
< label > @padding-base-vertical< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "8px" >
2013-07-26 14:11:09 -04:00
< label > @padding-base-horizontal< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "12px" >
2013-07-26 14:11:09 -04:00
< label > @padding-large-vertical< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "14px" >
2013-07-26 14:11:09 -04:00
< label > @padding-large-horizontal< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "16px" >
2013-07-26 14:11:09 -04:00
< label > @padding-small-vertical< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "5px" >
2013-07-26 14:11:09 -04:00
< label > @padding-small-horizontal< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "10px" >
2013-07-26 14:11:09 -04:00
< / div >
< div class = "col-lg-6" >
< h4 > Border radius sizes< / h4 >
< label > @border-radius-base< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "4px" >
2013-07-26 14:11:09 -04:00
< label > @border-radius-large< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "6px" >
2013-07-26 14:11:09 -04:00
< label > @border-radius-small< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "3px" >
2013-07-26 14:11:09 -04:00
< h4 > Active background color< / h4 >
< label > @component-active-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-primary" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Used for active or hovered items in places like navs or dropdowns.< / p >
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-buttons" > Buttons< / h2 >
< p > For each of Bootstrap's buttons, define text, background and border color.< / p >
< div class = "row" >
< div class = "col-lg-6" >
< h4 > Default< / h4 >
< label > @btn-default-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< label > @btn-default-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#474949" >
2013-07-26 14:11:09 -04:00
< label > @btn-default-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-default-bg" >
2013-07-26 14:11:09 -04:00
< h4 > Primary< / h4 >
< label > @btn-primary-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-default-color" >
2013-07-26 14:11:09 -04:00
< label > @btn-primary-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-primary" >
2013-07-26 14:11:09 -04:00
< label > @btn-primary-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-primary-bg" >
2013-07-26 14:11:09 -04:00
< h4 > Info< / h4 >
< label > @btn-info-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-default-color" >
2013-07-26 14:11:09 -04:00
< label > @btn-info-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-info" >
2013-07-26 14:11:09 -04:00
< label > @btn-info-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-info-bg" >
2013-07-26 14:11:09 -04:00
< h4 > Button hover< / h4 >
< label > @btn-hover-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-default-color" >
2013-07-26 14:11:09 -04:00
< / div >
< div class = "col-lg-6" >
< h4 > Success< / h4 >
< label > @btn-success-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-default-color" >
2013-07-26 14:11:09 -04:00
< label > @btn-success-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-success" >
2013-07-26 14:11:09 -04:00
< label > @btn-success-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-success-bg" >
2013-07-26 14:11:09 -04:00
< h4 > Warning< / h4 >
< label > @btn-warning-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-default-color" >
2013-07-26 14:11:09 -04:00
< label > @btn-warning-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-warning" >
2013-07-26 14:11:09 -04:00
< label > @btn-warning-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-warning-bg" >
2013-07-26 14:11:09 -04:00
< h4 > Danger< / h4 >
< label > @btn-danger-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-default-color" >
2013-07-26 14:11:09 -04:00
< label > @btn-danger-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-danger" >
2013-07-26 14:11:09 -04:00
< label > @btn-danger-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@btn-danger-bg" >
2013-07-26 14:11:09 -04:00
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-form-states" > Form states and alerts< / h2 >
< p > Define colors for form feedback states and, by default, alerts.< / p >
< div class = "row" >
< div class = "col-lg-6" >
< h4 > Success< / h4 >
< label > @state-success-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#468847" >
2013-07-26 14:11:09 -04:00
< label > @state-success-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#dff0d8" >
2013-07-26 14:11:09 -04:00
< label > @state-success-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "darken(spin(@state-success-bg, -10), 5%)" >
2013-07-26 14:11:09 -04:00
< h4 > Warning< / h4 >
< label > @state-warning-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#c09853" >
2013-07-26 14:11:09 -04:00
< label > @state-warning-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fcf8e3" >
2013-07-26 14:11:09 -04:00
< label > @state-warning-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "darken(spin(@state-warning-bg, -10), 3%)" >
2013-07-26 14:11:09 -04:00
< / div >
< div class = "col-lg-6" >
< h4 > Danger< / h4 >
< label > @state-danger-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#b94a48" >
2013-07-26 14:11:09 -04:00
< label > @state-danger-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f2dede" >
2013-07-26 14:11:09 -04:00
< label > @state-danger-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "darken(spin(@state-danger-bg, -10), 3%)" >
2013-07-26 14:11:09 -04:00
< h4 > Info< / h4 >
< label > @state-info-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#3a87ad" >
2013-07-26 14:11:09 -04:00
< label > @state-info-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#d9edf7" >
2013-07-26 14:11:09 -04:00
< label > @state-info-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "darken(spin(@state-info-bg, -10), 7%)" >
2013-07-26 14:11:09 -04:00
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-alerts" > Alerts< / h2 >
2013-08-05 18:29:19 -04:00
< p > Define alert colors, border radius, and padding.< / p >
2013-07-26 14:11:09 -04:00
< h4 > Border radius< / h4 >
2013-08-05 18:06:57 -04:00
< label > @alert-padding< / label >
< input type = "text" class = "form-control" placeholder = "15px" >
2013-07-26 14:11:09 -04:00
< label > @alert-border-radius< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@border-radius-base" >
2013-07-26 14:11:09 -04:00
< div class = "row" >
< div class = "col-lg-6" >
2013-08-05 18:06:57 -04:00
< h4 > Default (Warning)< / h4 >
< label > @alert-text< / label >
< input type = "text" class = "form-control" placeholder = "@state-warning-text" >
< label > @alert-bg< / label >
< input type = "text" class = "form-control" placeholder = "@state-warning-bg" >
< label > @alert-border< / label >
< input type = "text" class = "form-control" placeholder = "@state-warning-border" >
2013-07-26 14:11:09 -04:00
< h4 > Success< / h4 >
< label > @alert-success-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-success-text" >
2013-07-26 14:11:09 -04:00
< label > @alert-success-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-success-bg" >
2013-07-26 14:11:09 -04:00
< label > @alert-success-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-success-border" >
2013-07-26 14:11:09 -04:00
< / div >
< div class = "col-lg-6" >
< h4 > Danger< / h4 >
< label > @alert-danger-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-danger-text" >
2013-07-26 14:11:09 -04:00
< label > @alert-danger-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-danger-bg" >
2013-07-26 14:11:09 -04:00
< label > @alert-danger-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-danger-border" >
2013-07-26 14:11:09 -04:00
< h4 > Info< / h4 >
< label > @alert-info-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-info-text" >
2013-07-26 14:11:09 -04:00
< label > @alert-info-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-info-bg" >
2013-07-26 14:11:09 -04:00
< label > @alert-info-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-info-border" >
2013-07-26 14:11:09 -04:00
< / div >
< / div >
2013-07-25 13:50:59 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-navbar" > Navbar< / h2 >
< div class = "row" >
< div class = "col-lg-6" >
< h3 > Default navbar< / h3 >
< h4 > Basics< / h4 >
< label > @navbar-height< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "50px" >
2013-07-26 14:11:09 -04:00
< label > @navbar-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#777" >
2013-07-26 14:11:09 -04:00
< label > @navbar-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#eee" >
2013-08-05 03:47:23 -04:00
< label > @navbar-border-radius< / label >
< input type = "text" class = "form-control" placeholder = "@border-radius-base" >
2013-07-26 14:11:09 -04:00
< h4 > Links< / h4 >
< label > @navbar-link-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#777" >
2013-07-26 14:11:09 -04:00
< label > @navbar-link-hover-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#333" >
2013-07-26 14:11:09 -04:00
< label > @navbar-link-hover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "transparent" >
2013-07-26 14:11:09 -04:00
< label > @navbar-link-active-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#555" >
2013-07-26 14:11:09 -04:00
< label > @navbar-link-active-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "darken(@navbar-bg, 10%)" >
2013-07-26 14:11:09 -04:00
< label > @navbar-link-disabled-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ccc" >
2013-07-26 14:11:09 -04:00
< label > @navbar-link-disabled-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "transparent" >
2013-07-26 14:11:09 -04:00
< h4 > Brand< / h4 >
< label > @navbar-brand-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@navbar-link-color" >
2013-07-26 14:11:09 -04:00
< label > @navbar-brand-hover-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "darken(@navbar-link-color, 10%)" >
2013-07-26 14:11:09 -04:00
< label > @navbar-brand-hover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "transparent" >
2013-07-26 14:11:09 -04:00
< h4 > Toggle< / h4 >
< label > @navbar-toggle-hover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ddd" >
2013-07-26 14:11:09 -04:00
< label > @navbar-toggle-icon-bar-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ccc" >
2013-07-26 14:11:09 -04:00
< label > @navbar-toggle-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ddd" >
2013-07-26 14:11:09 -04:00
< / div >
< div class = "col-lg-6" >
< h3 > Inverted navbar< / h3 >
< h4 > Basics< / h4 >
< label > @navbar-inverse-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< label > @navbar-inverse-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#222" >
2013-07-26 14:11:09 -04:00
< h4 > Links< / h4 >
< label > @navbar-inverse-link-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< label > @navbar-inverse-link-hover-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< label > @navbar-inverse-link-hover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "transparent" >
2013-07-26 14:11:09 -04:00
< label > @navbar-inverse-link-active-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@navbar-inverse-link-hover-color" >
2013-07-26 14:11:09 -04:00
< label > @navbar-inverse-link-active-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "darken(@navbar-inverse-bg, 10%)" >
2013-07-26 14:11:09 -04:00
< label > @navbar-inverse-link-disabled-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#444" >
2013-07-26 14:11:09 -04:00
< label > @navbar-inverse-link-disabled-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "transparent" >
2013-07-26 14:11:09 -04:00
< h4 > Brand< / h4 >
< label > @navbar-inverse-brand-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@navbar-inverse-link-color" >
2013-07-26 14:11:09 -04:00
< label > @navbar-inverse-brand-hover-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< label > @navbar-inverse-brand-hover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "transparent" >
2013-07-26 14:11:09 -04:00
< h4 > Toggle< / h4 >
< label > @navbar-inverse-toggle-hover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#333" >
2013-07-26 14:11:09 -04:00
< label > @navbar-inverse-toggle-icon-bar-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< label > @navbar-inverse-toggle-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#333" >
2013-07-26 14:11:09 -04:00
< / div >
< / div >
2013-07-25 13:50:59 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-nav" > Nav< / h2 >
2013-07-26 14:17:48 -04:00
< h3 > Default nav< / h3 >
2013-07-26 14:11:09 -04:00
< div class = "row" >
< div class = "col-lg-6" >
2013-07-26 14:17:48 -04:00
< h4 > Common values< / h4 >
2013-07-26 14:11:09 -04:00
< label > @nav-link-hover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-lighter" >
2013-07-26 14:11:09 -04:00
< label > @nav-disabled-link-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< label > @nav-disabled-link-hover-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< label > @nav-open-link-hover-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< label > @nav-open-caret-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@fff" >
< h4 > Pills< / h4 >
< label > @nav-pills-active-link-hover-color< / label >
< input type = "text" class = "form-control" placeholder = "@fff" >
< label > @nav-pills-active-link-hover-bg< / label >
< input type = "text" class = "form-control" placeholder = "@component-active-bg" >
< / div >
< div class = "col-lg-6" >
2013-07-26 14:11:09 -04:00
< h4 > Tabs< / h4 >
< label > @nav-tabs-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@ddd" >
2013-07-26 14:11:09 -04:00
< label > @nav-tabs-link-hover-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-lighter" >
2013-07-26 14:11:09 -04:00
< label > @nav-tabs-active-link-hover-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray" >
2013-07-26 14:11:09 -04:00
< label > @nav-tabs-active-link-hover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@body-bg" >
2013-07-26 14:11:09 -04:00
< label > @nav-tabs-active-link-hover-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ddd" >
2013-07-26 14:11:09 -04:00
< label > @nav-tabs-justified-link-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ddd" >
2013-07-26 14:11:09 -04:00
< label > @nav-tabs-justified-active-link-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@body-bg" >
2013-07-26 14:11:09 -04:00
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-24 02:25:46 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-tables" > Tables< / h2 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @table-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "transparent" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Default background color used for all tables.< / p >
< label > @table-bg-accent< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f9f9f9" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Background color used for < code > .table-striped< / code > .< / p >
< / div >
< div class = "col-lg-6" >
< label > @table-bg-hover< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f5f5f5" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Background color used for < code > .table-hover< / code > .< / p >
< label > @table-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ddd" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Border color for table and cell borders.< / p >
< / div >
< / div >
2013-07-24 02:25:46 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-forms" > Forms< / h2 >
< div class = "row" >
< div class = "col-lg-6" >
< h3 > Inputs< / h3 >
< label > @input-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > < code > < input> < / code > background color< / p >
< label > @input-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ccc" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > < code > < input> < / code > border color< / p >
< label > @input-border-radius< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@border-radius-base" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > < code > < input> < / code > border radius< / p >
< label > @input-bg-disabled< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-lighter" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > < code > < input disabled> < / code > background color< / p >
< / div >
< div class = "col-lg-6" >
< h3 > Placeholder< / h3 >
< label > @input-color-placeholder< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Placeholder text color< / p >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Legend< / h3 >
< label > @legend-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#e5e5e5" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > < code > < legend> < / code > border color< / p >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Input groups< / h3 >
< label > @input-group-addon-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@input-border" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Border color for textual input addons< / p >
< / div >
< / div >
< h2 id = "variables-dropdowns" > Dropdowns< / h2 >
< div class = "row" >
< div class = "col-lg-6" >
< h3 > Dropdown menu< / h3 >
< label > @dropdown-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Dropdown menu background color< / p >
< label > @dropdown-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "rgba(0,0,0,.15)" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Dropdown menu border color< / p >
< label > @dropdown-fallback-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ccc" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Dropdown menu border color < strong > for IE8< / strong > < / p >
< label > @dropdown-caret-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@dropdown-caret-color" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Indicator arrow for showing an element has a dropdown< / p >
< label > @dropdown-divider-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#e5e5e5" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Dropdown divider top border color< / p >
< / div >
< div class = "col-lg-6" >
< h3 > Dropdown items< / h3 >
< label > @dropdown-link-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-dark" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Dropdown text color< / p >
< label > @dropdown-link-active-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Active dropdown menu entry text color< / p >
< label > @dropdown-link-hover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Hovered dropdown menu entry text color< / p >
< label > @dropdown-link-active-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@component-active-bg" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Active dropdown menu entry background color< / p >
< label > @dropdown-link-hover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@dropdown-link-active-bg" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Hovered dropdown menu entry background color< / p >
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-panels-wells" > Panels and wells< / h2 >
< h3 > Default panel styles< / h3 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @panel-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Panel body background color< / p >
< label > @panel-heading-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f5f5f5" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Panel heading background color< / p >
< label > @panel-footer-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f5f5f5" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Panel footer background color< / p >
< / div >
< div class = "col-lg-6" >
< label > @panel-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ddd" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Panel border color< / p >
< label > @panel-border-radius< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@border-radius-base" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Panel border radius< / p >
< / div >
< / div >
< h3 > Contextual panel colors< / h3 >
< div class = "row" >
< div class = "col-lg-6" >
< h4 > Primary< / h4 >
< label > @panel-primary-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Primary text color< / p >
< label > @panel-primary-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-primary" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Primary border color< / p >
< label > @panel-primary-heading-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-primary" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Primary heading background color< / p >
< h4 > Success< / h4 >
< label > @panel-success-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-success-text" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Success text color< / p >
< label > @panel-success-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-success-border" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Success border color< / p >
< label > @panel-success-heading-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-success-bg" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Success heading background color< / p >
< h4 > Info< / h4 >
< label > @panel-info-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-info-text" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Info text color< / p >
< label > @panel-info-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-info-border" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Info border color< / p >
< label > @panel-info-heading-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-info-bg" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Info heading background color< / p >
< / div >
< div class = "col-lg-6" >
< h4 > Warning< / h4 >
< label > @panel-warning-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-warning-text" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Warning text color< / p >
< label > @panel-warning-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-warning-border" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Warning border color< / p >
< label > @panel-warning-heading-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-warning-bg" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Warning heading background color< / p >
< h4 > Danger< / h4 >
< label > @panel-danger-text< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-danger-text" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Danger text color< / p >
< label > @panel-danger-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-danger-border" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Danger border color< / p >
< label > @panel-danger-heading-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@state-danger-bg" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Danger heading background color< / p >
< / div >
< / div >
2013-05-24 00:34:32 -04:00
2013-07-26 14:11:09 -04:00
< h3 > Wells< / h3 >
< label > @well-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f5f5f5" >
2013-07-20 03:03:08 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-accordion" > Accordion< / h2 >
< label > @accordion-border-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#e5e5e5" >
2013-07-20 03:03:08 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-badges" > Badges< / h2 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @badge-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p > Badge text color< / p >
< label > @badge-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< p > Badge background color< / p >
< label > @badge-link-hover-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p > Linked badge text color on hover< / p >
< / div >
< div class = "col-lg-6" >
< label > @badge-active-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@link-color" >
2013-07-26 14:11:09 -04:00
< p > Badge text color in active nav link< / p >
< label > @badge-active-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p > Badge text color in active nav link< / p >
< / div >
< / div >
2013-07-20 03:03:08 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-breadcrumbs" > Breadcrumbs< / h2 >
< div class = "row" >
< div class = "col-lg-4" >
< label > @breadcrumb-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ccc" >
2013-07-26 14:11:09 -04:00
< p > Breadcrumb text color< / p >
< / div >
< div class = "col-lg-4" >
< label > @breadcrumb-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f5f5f5" >
2013-07-26 14:11:09 -04:00
< p > Breadcrumb background color< / p >
< / div >
< div class = "col-lg-4" >
< label > @breadcrumb-active-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< p > Text color of current page in the breadcrumb< / p >
< / div >
< / div >
2013-07-24 02:03:57 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-jumbotron" > Jumbotron< / h2 >
< div class = "row" >
< div class = "col-lg-4" >
< label > @jumbotron-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-lighter" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Jumbotron background color< / p >
< / div >
< div class = "col-lg-4" >
< label > @jumbotron-heading-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "inherit" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Jumbotron heading color< / p >
< / div >
< div class = "col-lg-4" >
< label > @jumbotron-lead-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "inherit" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Jumbotron lead paragraph color< / p >
< / div >
< / div >
2013-07-24 02:03:57 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-modals" > Modals< / h2 >
< div class = "row" >
< div class = "col-lg-4" >
< label > @modal-inner-padding< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "20px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Padding applied to the modal body< / p >
< / div >
< div class = "col-lg-4" >
< label > @modal-title-padding< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "15px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Padding applied to the modal title< / p >
< / div >
< div class = "col-lg-4" >
< label > @modal-title-line-height< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@line-height-base" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Modal title line-height< / p >
< / div >
< div class = "col-lg-4" >
< label > @modal-content-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Background color of modal content area< / p >
< / div >
< div class = "col-lg-4" >
< label > @modal-content-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "rgba(0,0,0,.2)" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Modal content border color< / p >
< / div >
< div class = "col-lg-4" >
< label > @modal-content-fallback-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#999" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Modal content border color < strong > for IE8< / strong > < / p >
< / div >
< div class = "col-lg-4" >
< label > @modal-backdrop-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#000" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Modal backdrop background color< / p >
< / div >
< div class = "col-lg-4" >
< label > @modal-header-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#e5e5e5" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Modal header border color< / p >
< / div >
< div class = "col-lg-4" >
< label > @modal-footer-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@modal-header-border-color" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Modal footer border color< / p >
< / div >
< / div >
< h2 id = "variables-carousel" > Carousel< / h2 >
< label > @carousel-text-shadow< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "0 1px 2px rgba(0,0,0,.6)" >
2013-07-26 14:11:09 -04:00
< label > @carousel-control-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< label > @carousel-indicator-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< label > @carousel-indicator-active-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< label > @carousel-caption-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< h2 id = "variables-list-group" > List group< / h2 >
< h3 > Background< / h3 >
< div class = "row" >
< div class = "col-lg-4" >
< label > @list-group-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Default background color< / p >
< / div >
< div class = "col-lg-4" >
< label > @list-group-hover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f5f5f5" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Background color of single list elements on hover< / p >
< / div >
< div class = "col-lg-4" >
< label > @list-group-active-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@component-active-bg" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Background color of active list elements< / p >
< / div >
< / div >
< h3 > Borders< / h3 >
< div class = "row" >
< div class = "col-lg-4" >
< label > @list-group-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ddd" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Default border color< / p >
< / div >
< div class = "col-lg-4" >
< label > @list-group-border-radius< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@border-radius-base" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > List group border radius< / p >
< / div >
< div class = "col-lg-4" >
< label > @list-group-active-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@list-group-active-bg" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Border color of active list elements< / p >
< / div >
< / div >
< label > @list-group-active-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Text color of active list elements< / p >
< h2 id = "variables-thumbnails" > Thumbnails< / h2 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @thumbnail-caption-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@text-color" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Custom text color for thumbnail captions< / p >
< label > @thumbnail-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@body-bg" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Thumbnail background color< / p >
< / div >
< div class = "col-lg-6" >
< label > @thumbnail-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ddd" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Thumbnail border color< / p >
< label > @thumbnail-border-radius< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@border-radius-base" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Thumbnail border radius< / p >
< / div >
< / div >
< h2 id = "variables-progress" > Progress bars< / h2 >
< div class = "row" >
< div class = "col-lg-4" >
< label > @progress-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f5f5f5" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Background color of the whole progress component< / p >
< / div >
< div class = "col-lg-4" >
< label > @progress-bar-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-primary" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Default progress bar color< / p >
< / div >
< div class = "col-lg-4" >
< label > @progress-bar-success-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-success" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Success progress bar color< / p >
< / div >
< / div >
< div class = "row" >
< div class = "col-lg-4" >
< label > @progress-bar-warning-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-warning" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Warning progress bar color< / p >
< / div >
< div class = "col-lg-4" >
< label > @progress-bar-danger-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-danger" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Danger progress bar color< / p >
< / div >
< div class = "col-lg-4" >
< label > @progress-bar-info-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-info" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Info progress bar color< / p >
< / div >
< div class = "col-lg-4" >
< label > @progress-bar-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Info progress bar text color< / p >
< / div >
< div class = "col-lg-4" >
< label > @progress-bar-text-shadow< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "0 -1px 0 rgba(0,0,0,.25)" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Info progress bar text shadow< / p >
< / div >
< / div >
< h2 id = "variables-pagination" > Pagination< / h2 >
< div class = "row" >
< div class = "col-lg-4" >
< label > @pagination-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Background color< / p >
< / div >
< div class = "col-lg-4" >
< label > @pagination-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ddd" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Border color< / p >
< / div >
< div class = "col-lg-4" >
< label > @pagination-active-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#f5f5f5" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Active background color< / p >
< / div >
< div class = "col-lg-4" >
< label > @pagination-active-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Active text color< / p >
< / div >
< div class = "col-lg-4" >
< label > @pagination-disabled-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Disabled text color< / p >
< / div >
< / div >
< h2 id = "variables-pager" > Pager< / h2 >
< div class = "row" >
< div class = "col-lg-4" >
< label > @pager-border-radius< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "15px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Pager border radius< / p >
< / div >
< div class = "col-lg-4" >
< label > @pager-disabled-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Pager disabled state color< / p >
< / div >
< / div >
2013-07-24 02:03:57 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-labels" > Labels< / h2 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @label-success-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-success" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Success label background color< / p >
< label > @label-info-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-info" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Info label background color< / p >
< / div >
< div class = "col-lg-6" >
< label > @label-warning-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-warning" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Warning label background color< / p >
< label > @label-danger-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@brand-danger" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Danger label background color< / p >
< / div >
< / div >
< h2 id = "variables-tooltips-popovers" > Tooltips and popovers< / h2 >
< h3 > Tooltip styles< / h3 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @tooltip-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Tooltip text color< / p >
< label > @tooltip-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "rgba(0,0,0,.9)" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Tooltip background color< / p >
< / div >
< div class = "col-lg-6" >
< label > @tooltip-arrow-width< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "5px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Tooltip arrow width< / p >
< label > @tooltip-arrow-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@tooltip-bg" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Tooltip arrow color< / p >
< / div >
< div class = "col-lg-6" >
< label > @tooltip-max-width< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "200px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Tooltip max width< / p >
< / div >
< / div >
< h3 > Popover styles< / h3 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @popover-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Popover body background color< / p >
< label > @popover-title-bg< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "darken(@popover-bg, 3%)" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Popover title background color< / p >
< / div >
< div class = "col-lg-6" >
< label > @popover-arrow-width< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "10px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Popover arrow width< / p >
< label > @popover-arrow-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#fff" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Popover arrow color< / p >
< / div >
< / div >
< div class = "row" >
< div class = "col-lg-6" >
< label > @popover-arrow-outer-width< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "(@popover-arrow-width 1)" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Popover outer arrow width< / p >
< / div >
< div class = "col-lg-6" >
< label > @popover-arrow-outer-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "rgba(0,0,0,.25)" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Popover outer arrow color< / p >
< / div >
< div class = "col-lg-6" >
< label > @popover-arrow-outer-fallback-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#999" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Popover outer arrow fallback color< / p >
< / div >
< / div >
< div class = "row" >
< div class = "col-lg-6" >
< label > @popover-max-width< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "276px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Popover maximum width< / p >
< / div >
< div class = "col-lg-6" >
< label > @popover-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "rgba(0,0,0,.2)" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Popover border color< / p >
< / div >
< div class = "col-lg-6" >
< label > @popover-fallback-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "#ccc" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Popover fallback border color< / p >
< / div >
< / div >
2013-07-24 02:09:06 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-close" > Close button< / h2 >
2013-07-26 14:17:48 -04:00
< div class = "row" >
< div class = "col-lg-6" >
< label > @close-color< / label >
< input type = "text" class = "form-control" placeholder = "#000" >
< / div >
< div class = "col-lg-6" >
< label > @close-text-shadow< / label >
< input type = "text" class = "form-control" placeholder = "0 1px 0 #fff" >
< / div >
< / div >
2013-07-24 02:09:06 -04:00
2013-07-26 14:11:09 -04:00
< h2 id = "variables-type" > Type< / h2 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @text-muted< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Text muted color< / p >
< / div >
< div class = "col-lg-6" >
< label > @abbr-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Abbreviations and acronyms border color< / p >
< / div >
< div class = "col-lg-6" >
< label > @headings-small-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Headings small color< / p >
< / div >
< div class = "col-lg-6" >
< label > @blockquote-small-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-light" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Blockquote small color< / p >
< / div >
< div class = "col-lg-6" >
< label > @blockquote-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-lighter" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Blockquote border color< / p >
< / div >
< div class = "col-lg-6" >
< label > @page-header-border-color< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-lighter" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Pag header border color< / p >
< / div >
2013-05-09 00:56:08 -04:00
< / div >
2013-07-26 14:11:09 -04:00
< h2 id = "variables-other" > Other< / h2 >
< div class = "row" >
< div class = "col-lg-6" >
< label > @hr-border< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "@gray-lighter" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Horizontal line color< / p >
< / div >
< div class = "col-lg-6" >
< label > @component-offset-horizontal< / label >
2013-07-26 14:17:48 -04:00
< input type = "text" class = "form-control" placeholder = "180px" >
2013-07-26 14:11:09 -04:00
< p class = "help-block" > Horizontal offset for forms and lists< / p >
< / div >
< / div >
< / div >
2013-04-01 03:11:47 -04:00
2013-07-26 22:38:12 -04:00
< div class = "bs-docs-section" >
2013-07-26 14:11:09 -04:00
< div class = "page-header" >
2013-07-26 22:38:12 -04:00
< h1 id = "download" > Download< / h1 >
2013-07-26 14:11:09 -04:00
< / div >
< p class = "lead" > Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.< / p >
< div class = "bs-customize-download" >
2013-08-08 02:06:29 -04:00
< button id = "btn-download" class = "btn btn-block btn-lg btn-bs" onclick = "_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);" > Customize and Download< / button >
2013-07-26 14:11:09 -04:00
< / div >
< div class = "bs-callout bs-callout-danger" >
< h4 > What's included?< / h4 >
< p > Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.< / p >
< / div >
< / div > <!-- /download -->
2013-07-26 08:04:15 -04:00
< / form >
2013-08-08 02:06:29 -04:00
<!-- generated -->
< script id = "files" >
var __js = {"affix.js":"/* ========================================================================\n * Bootstrap: affix.js v3.0.0\n * http://twbs.github.com/bootstrap/javascript.html#affix\n * ========================================================================\n * Copyright 2012 Twitter, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * ======================================================================== */\n\n\n+function ($) { \"use strict\";\n\n // AFFIX CLASS DEFINITION\n // ======================\n\n var Affix = function (element, options) {\n this.options = $.extend({}, Affix.DEFAULTS, options)\n this.$window = $(window)\n .on('scroll.bs.affix.data-api', $.proxy(this.checkPosition, this))\n .on('click.bs.affix.data-api', $.proxy(this.checkPositionWithEventLoop, this))\n\n this.$element = $(element)\n this.affixed =\n this.unpin = null\n\n this.checkPosition()\n }\n\n Affix.RESET = 'affix affix-top affix-bottom'\n\n Affix.DEFAULTS = {\n offset: 0\n }\n\n Affix.prototype.checkPositionWithEventLoop = function () {\n setTimeout($.proxy(this.checkPosition, this), 1)\n }\n\n Affix.prototype.checkPosition = function () {\n if (!this.$element.is(':visible')) return\n\n var scrollHeight = $(document).height()\n var scrollTop = this.$window.scrollTop()\n var position = this.$element.offset()\n var offset = this.options.offset\n var offsetTop = offset.top\n var offsetBottom = offset.bottom\n\n if (typeof offset != 'object') offsetBottom = offsetTop = offset\n if (typeof offsetTop == 'function') offsetTop = offset.top()\n if (typeof offsetBottom == 'function') offsetBottom = offset.bottom()\n\n var affix = this.unpin != null & & (scrollTop + this.unpin < = position.top) ? false :\n offsetBottom != null & & (position.top + this.$element.height() >= scrollHeight - offsetBottom) ? 'bottom' :\n offsetTop != null & & (scrollTop < = offsetTop) ? 'top' : false\n\n if (this.affixed === affix) return\n if (this.unpin) this.$element.css('top', '')\n\n this.affixed = affix\n this.unpin = affix == 'bottom' ? position.top - scrollTop : null\n\n this.$element.removeClass(Affix.RESET).addClass('affix' + (affix ? '-' + affix : ''))\n\n if (affix == 'bottom') {\n this.$element.offset({ top: document.body.offsetHeight - offsetBottom - this.$element.height() })\n }\n }\n\n\n // AFFIX PLUGIN DEFINITION\n // =======================\n\n var old = $.fn.affix\n\n $.fn.affix = function (option) {\n return this.each(function () {\n var $this = $(this)\n var data = $this.data('bs.affix')\n var options = typeof option == 'object' & & option\n\n if (!data) $this.data('bs.affix', (data = new Affix(this, options)))\n if (typeof option == 'string') data[option]()\n })\n }\n\n $.fn.affix.Constructor = Affix\n\n\n // AFFIX NO CONFLICT\n // =================\n\n $.fn.affix.noConflict = function () {\n $.fn.affix = old\n return this\n }\n\n\n // AFFIX DATA-API\n // ==============\n\n $(window).on('load', function () {\n $('[data-spy=\"affix\"]').each(function () {\n var $spy = $(this)\n var data = $spy.data()\n\n data.offset = data.offset || {}\n\n if (data.offsetBottom) data.offset.bottom = data.offsetBottom\n if (data.offsetTop) data.offset.top = data.offsetTop\n\n $spy.affix(data)\n })\n })\n\n}(window.jQuery);\n","alert.js":"/* =======================================
var __less = {"accordion.less":"//\n// Accordion\n// --------------------------------------------------\n\n\n// Parent container\n.accordion {\n margin-bottom: @line-height-computed;\n}\n\n// Group == heading + body\n.accordion-group {\n margin-bottom: 2px;\n border: 1px solid @accordion-border-color;\n border-radius: @border-radius-base;\n}\n.accordion-heading {\n border-bottom: 0;\n\n .accordion-toggle {\n display: block;\n padding: 8px 15px;\n cursor: pointer;\n }\n}\n\n// Inner needs the styles because you can't animate properly with any styles on the element\n.accordion-inner {\n padding: 9px 15px;\n border-top: 1px solid @accordion-border-color;\n}\n","alerts.less":"//\n// Alerts\n// --------------------------------------------------\n\n\n// Base styles\n// -------------------------\n\n.alert {\n padding: @alert-padding (@alert-padding + 20) @alert-padding @alert-padding;\n margin-bottom: @line-height-computed;\n color: @alert-text;\n background-color: @alert-bg;\n border: 1px solid @alert-border;\n border-radius: @alert-border-radius;\n\n // Headings for larger alerts\n h4 {\n margin-top: 0;\n // Specified for the h4 to prevent conflicts of changing @headingsColor\n color: inherit;\n }\n // Match the hr to the border of the alert\n hr {\n border-top-color: darken(@alert-border, 5%);\n }\n // Provide class for links that match alerts\n .alert-link {\n font-weight: @alert-link-font-weight;\n color: darken(@alert-text, 10%);\n }\n\n // Adjust close link position\n .close {\n position: relative;\n top: -2px;\n right: -21px;\n color: inherit;\n }\n\n // Improve alignment and spacing of inner content\n > p,\n > ul {\n margin-bottom: 0;\n }\n > p + p {\n margin-top: 5px;\n }\n}\n\n// Alternate styles\n// -------------------------\n\n.alert-success {\n .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text);\n}\n.alert-danger {\n .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text);\n}\n.alert-info {\n .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text);\n}\n","badges.less":"//\n// Badges\n// --------------------------------------------------\n\n\n// Base classes\n.badge {\n display: inline-block;\n min-width: 10px;\n padding: 3px 7px;\n font-size: @font-size-small;\n font-weight: @badge-font-weight;\n color: @badge-color;\n line-height: @badge-line-height;\n vertical-align: baseline;\n white-space: nowrap;\n text-align: center;\n background-color: @badge-bg;\n border-radius: @badge-border-radius;\n\n // Empty labels/badges collapse\n & :empty {\n display: none;\n }\n}\n\n// Hover state, but only for links\na.badge {\n & :hover,\n & :focus {\n color: @badge-link-hover-color;\n text-decoration: none;\n cursor: pointer;\n }\n}\n\n// Quick fix for labels/badges in buttons\n.btn .badge {\n position: relative;\n top: -1px;\n}\n\n// Account for counters in navs\na.list-group-item.active > .badge,\n.nav-pills > .active > a > .badge {\n color: @badge-active-color;\n background-color: @badge-active-bg;\n}\n.nav-pills > li > a > .badge {\n margin-left: 3px;\n}\n","bootstrap.less":"/*!\n * Bootstrap v3.0.0\n *\n * Copyright 2013 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world by @mdo and @fat.\n */\n\n// Core variables and mixins\n@import \"variables.less\";\n@import \"mixins.less\";\n\n// Reset\n@import \"normalize.less\";\n@import \"print.less\";\n\n// Core CSS\n@import \"scaffolding.less\";\n@import \"type.less\";\n@import \"code.less\";\n@import \"grid.less\";\n\n@import \"tables.less\";\n@import \"forms.less\";\n@import \"buttons.less\";\n\n// Components: common\n@import \"component-animations.less\";\n@import \"input-groups.less\";\n@import \"dropdowns.less\";\n@import \"list-group.less\";\n@import \"panels.less\";\n@import \"wells.less\";\n@import \"close.less\";\n\n// Components: Nav\n@import \"navs.less\";\n@import \"navbar.less\";\n@import
< / script >
<!-- /generated -->
< script src = "../assets/js/less.js" > < / script >
< script src = "../assets/js/jszip.js" > < / script >
< script src = "../assets/js/uglify.js" > < / script >
< script >
window.onload = function () { // wait for load in a dumb way because B-0
var cw = '/*!\n * Bootstrap v3.0.0-rc.2\n *\n * Copyright 2013 Twitter, Inc\n * Licensed under the Apache License v2.0\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Designed and built with all the love in the world @twitter by @mdo and @fat.\n */\n\n'
function generateZip(css, js) {
if (!css & & !js) return alert('you want to build nothing… o_O')
var zip = new JSZip()
if (css) {
var cssFolder = zip.folder('css')
for (var fileName in css) {
cssFolder.file(fileName, css[fileName])
}
}
if (!js) {
var jsFolder = zip.folder('js')
for (var fileName in js) {
jsFolder.file(fileName, js[fileName])
}
}
var content = zip.generate()
location.href = 'data:application/zip;base64,' + content
}
function generateCustomCSS(vars) {
var result = ''
for (var key in vars) {
result += key + ': ' + vars[key] + ';\n'
}
return result + '\n\n'
}
function generateCSS() {
var $checked = $('#less-section input:checked')
if (!$checked.length) return false
var result = {}
var vars = {}
var css = ''
$('#less-variables-section input')
.each(function () {
$(this).val() & & (vars[ $(this).prev().text() ] = $(this).val())
})
css += __less['variables.less']
if (vars) css += generateCustomCSS(vars)
css += __less['mixins.less']
css += $checked
.map(function () { return __less[this.value] })
.toArray()
.join('\n')
css = css.replace(/@import[^\n]*/gi, '') //strip any imports
try {
var parser = new less.Parser({
paths: ['variables.less', 'mixins.less']
, optimization: 0
, filename: 'bootstrap.css'
}).parse(css, function (err, tree) {
if (err) return alert(err)
result = {
'bootstrap.css' : cw + tree.toCSS(),
'bootstrap.min.css' : cw + tree.toCSS({ compress: true })
}
})
} catch (err) {
return alert(err)
}
return result
}
function generateJavascript() {
var $checked = $('#plugin-section input:checked')
if (!$checked.length) return false
var js = $checked
.map(function () { return __js[this.value] })
.toArray()
.join('\n')
return {
'bootstrap.js': js,
'bootstrap.min.js': cw + uglify(js)
}
}
$('#btn-download').on('click', function (e) {
e.preventDefault()
generateZip(generateCSS(), generateJavascript())
})
var inputsComponent = $('#less-section input')
var inputsPlugin = $('#plugin-section input')
var inputsVariables = $('#less-variables-section input')
$('#less-section .toggle').on('click', function (e) {
e.preventDefault()
inputsComponent.prop('checked', !inputsComponent.is(':checked'))
})
$('#plugin-section .toggle').on('click', function (e) {
e.preventDefault()
inputsPlugin.prop('checked', !inputsPlugin.is(':checked'))
})
$('#less-variables-section .toggle').on('click', function (e) {
e.preventDefault()
inputsVariables.val('')
})
}
< / script >