Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
52e8aedb
Commit
52e8aedb
authored
Jul 26, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More customizer changes, and revert to placeholder layout
parent
e3af8796
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
282 additions
and
264 deletions
+282
-264
assets/css/docs.css
assets/css/docs.css
+9
-1
customize.html
customize.html
+273
-263
No files found.
assets/css/docs.css
View file @
52e8aedb
...
@@ -130,7 +130,12 @@ body {
...
@@ -130,7 +130,12 @@ body {
.bs-customizer
label
{
.bs-customizer
label
{
margin-top
:
10px
;
margin-top
:
10px
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#555
;
color
:
#444
;
}
.bs-customizer
h2
{
margin-top
:
0
;
margin-bottom
:
5px
;
padding-top
:
30px
;
}
}
.bs-customizer
h4
{
.bs-customizer
h4
{
margin-top
:
15px
;
margin-top
:
15px
;
...
@@ -138,6 +143,9 @@ body {
...
@@ -138,6 +143,9 @@ body {
.bs-customizer
input
[
type
=
"text"
]
{
.bs-customizer
input
[
type
=
"text"
]
{
background-color
:
#fafafa
;
background-color
:
#fafafa
;
}
}
.bs-customizer
.help-block
{
font-size
:
12px
;
}
.bs-customize-download
{
.bs-customize-download
{
text-align
:
center
;
text-align
:
center
;
...
...
customize.html
View file @
52e8aedb
---
---
layout:
default
layout:
customize
title: Customize and download
title: Customize and download
slug: customize
slug: customize
lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version.
lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to get your very own version.
...
@@ -376,7 +376,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -376,7 +376,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@body-bg
</label>
<label>
@body-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Background color applied to
<code>
<
body
>
</code>
.
</p>
<p
class=
"help-block"
>
Background color applied to
<code>
<
body
>
</code>
.
</p>
</div>
</div>
</div>
</div>
...
@@ -385,24 +385,24 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -385,24 +385,24 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@font-family-sans-serif
</label>
<label>
@font-family-sans-serif
</label>
<input
type=
"text"
placeholder=
"'Helvetica Neue', Helvetica, Arial, sans-serif"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"'Helvetica Neue', Helvetica, Arial, sans-serif"
>
<p
class=
"help-block"
>
Default sans-serif fonts.
</p>
<p
class=
"help-block"
>
Default sans-serif fonts.
</p>
<label>
@font-family-serif
</label>
<label>
@font-family-serif
</label>
<input
type=
"text"
placeholder=
"Georgia, 'Times New Roman', Times, serif"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Georgia, 'Times New Roman', Times, serif"
>
<p
class=
"help-block"
>
Default serif fonts.
</p>
<p
class=
"help-block"
>
Default serif fonts.
</p>
<label>
@font-family-monospace
</label>
<label>
@font-family-monospace
</label>
<input
type=
"text"
placeholder=
"Monaco, Menlo, Consolas, 'Courier New', monospace"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"Monaco, Menlo, Consolas, 'Courier New', monospace"
>
<p
class=
"help-block"
>
Default monospace fonts for
<code>
<
code
>
</code>
and
<code>
<
pre
>
</code>
.
</p>
<p
class=
"help-block"
>
Default monospace fonts for
<code>
<
code
>
</code>
and
<code>
<
pre
>
</code>
.
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@font-family-base
</label>
<label>
@font-family-base
</label>
<input
type=
"text"
placeholder=
"@font-family-sans-serif"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@font-family-sans-serif"
>
<p
class=
"help-block"
>
Used to globally set font-family in Bootstrap.
</p>
<p
class=
"help-block"
>
Used to globally set font-family in Bootstrap.
</p>
<label>
@font-size-base
</label>
<label>
@font-size-base
</label>
<input
type=
"text"
placeholder=
"14px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"14px"
>
<p
class=
"help-block"
>
Used to calculate font-size throughout Bootstrap.
</p>
<p
class=
"help-block"
>
Used to calculate font-size throughout Bootstrap.
</p>
<label>
@line-height-base
</label>
<label>
@line-height-base
</label>
<input
type=
"text"
placeholder=
"1.428571429"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"1.428571429"
>
<p
class=
"help-block"
>
Used to calculate line-height throughout Bootstrap.
</p>
<p
class=
"help-block"
>
Used to calculate line-height throughout Bootstrap.
</p>
</div>
</div>
</div>
</div>
...
@@ -411,15 +411,15 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -411,15 +411,15 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@code-color
</label>
<label>
@code-color
</label>
<input
type=
"text"
placeholder=
"#c7254e"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#c7254e"
>
<label>
@code-bg
</label>
<label>
@code-bg
</label>
<input
type=
"text"
placeholder=
"#f9f2f4"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f9f2f4"
>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@pre-bg
</label>
<label>
@pre-bg
</label>
<input
type=
"text"
placeholder=
"#f5f5f5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
>
<label>
@code-border-color
</label>
<label>
@code-border-color
</label>
<input
type=
"text"
placeholder=
"#ccc"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ccc"
>
</div>
</div>
</div>
</div>
...
@@ -427,15 +427,15 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -427,15 +427,15 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@headings-font-family
</label>
<label>
@headings-font-family
</label>
<input
type=
"text"
placeholder=
"@font-family-base"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@font-family-base"
>
<p
class=
"help-block"
>
Choose a separate font-family for headings.
</p>
<p
class=
"help-block"
>
Choose a separate font-family for headings.
</p>
<label>
@headings-font-weight
</label>
<label>
@headings-font-weight
</label>
<input
type=
"text"
placeholder=
"500"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"500"
>
<p
class=
"help-block"
>
Choose a separate font-weight for headings.
</p>
<p
class=
"help-block"
>
Choose a separate font-weight for headings.
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@headings-line-height
</label>
<label>
@headings-line-height
</label>
<input
type=
"text"
placeholder=
"1.1"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"1.1"
>
<p
class=
"help-block"
>
Choose a separate line-height for headings.
</p>
<p
class=
"help-block"
>
Choose a separate line-height for headings.
</p>
</div>
</div>
</div>
</div>
...
@@ -445,31 +445,31 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -445,31 +445,31 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<p>
Define custom colors used in several contexts.
</p>
<p>
Define custom colors used in several contexts.
</p>
<label>
@brand-primary
</label>
<label>
@brand-primary
</label>
<input
type=
"text"
placeholder=
"#428bca"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#428bca"
>
<p
class=
"help-block"
>
Used for primary buttons, panels and more.
</p>
<p
class=
"help-block"
>
Used for primary buttons, panels and more.
</p>
<label>
@brand-success
</label>
<label>
@brand-success
</label>
<input
type=
"text"
placeholder=
"#5cb85c"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#5cb85c"
>
<p
class=
"help-block"
>
Used to indicate success.
</p>
<p
class=
"help-block"
>
Used to indicate success.
</p>
<label>
@brand-warning
</label>
<label>
@brand-warning
</label>
<input
type=
"text"
placeholder=
"#f0ad4e"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f0ad4e"
>
<p
class=
"help-block"
>
Used to indicate a warning.
</p>
<p
class=
"help-block"
>
Used to indicate a warning.
</p>
<label>
@brand-danger
</label>
<label>
@brand-danger
</label>
<input
type=
"text"
placeholder=
"#d9534f"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#d9534f"
>
<p
class=
"help-block"
>
Used to indicate danger.
</p>
<p
class=
"help-block"
>
Used to indicate danger.
</p>
<label>
@brand-info
</label>
<label>
@brand-info
</label>
<input
type=
"text"
placeholder=
"#5bc0de"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#5bc0de"
>
<p
class=
"help-block"
>
Used to indicate informational content.
</p>
<p
class=
"help-block"
>
Used to indicate informational content.
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<p>
Define your preferred colors for standard text and links.
</p>
<p>
Define your preferred colors for standard text and links.
</p>
<label>
@text-color
</label>
<label>
@text-color
</label>
<input
type=
"text"
placeholder=
"@gray-dark"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-dark"
>
<p
class=
"help-block"
>
Global color set on the body.
</p>
<p
class=
"help-block"
>
Global color set on the body.
</p>
<label>
@link-color
</label>
<label>
@link-color
</label>
<input
type=
"text"
placeholder=
"@brand-primary"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-primary"
>
<p
class=
"help-block"
>
Global link color for text.
</p>
<p
class=
"help-block"
>
Global link color for text.
</p>
<label>
@link-color-hover
</label>
<label>
@link-color-hover
</label>
<input
type=
"text"
placeholder=
"darken(@link-color, 15%)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"darken(@link-color, 15%)"
>
<p
class=
"help-block"
>
Automatically darken links on hover via color function.
</p>
<p
class=
"help-block"
>
Automatically darken links on hover via color function.
</p>
</div>
</div>
</div>
</div>
...
@@ -479,15 +479,15 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -479,15 +479,15 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@screen-tiny
</label>
<label>
@screen-tiny
</label>
<input
type=
"text"
placeholder=
"480px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"480px"
>
<label>
@screen-small
</label>
<label>
@screen-small
</label>
<input
type=
"text"
placeholder=
"768px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"768px"
>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@screen-medium
</label>
<label>
@screen-medium
</label>
<input
type=
"text"
placeholder=
"992px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"992px"
>
<label>
@screen-large
</label>
<label>
@screen-large
</label>
<input
type=
"text"
placeholder=
"1200px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"1200px"
>
</div>
</div>
</div>
</div>
...
@@ -496,15 +496,15 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -496,15 +496,15 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@container-tablet
</label>
<label>
@container-tablet
</label>
<input
type=
"text"
placeholder=
"728px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"728px"
>
<p
class=
"help-block"
>
For
<code>
@screen-small
</code>
and up.
</p>
<p
class=
"help-block"
>
For
<code>
@screen-small
</code>
and up.
</p>
<label>
@container-desktop
</label>
<label>
@container-desktop
</label>
<input
type=
"text"
placeholder=
"940px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"940px"
>
<p
class=
"help-block"
>
For
<code>
@screen-medium
</code>
and up.
</p>
<p
class=
"help-block"
>
For
<code>
@screen-medium
</code>
and up.
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@container-large-desktop
</label>
<label>
@container-large-desktop
</label>
<input
type=
"text"
placeholder=
"1170px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"1170px"
>
<p
class=
"help-block"
>
For
<code>
@screen-large
</code>
and up.
</p>
<p
class=
"help-block"
>
For
<code>
@screen-large
</code>
and up.
</p>
</div>
</div>
</div>
</div>
...
@@ -514,15 +514,15 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -514,15 +514,15 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@grid-columns
</label>
<label>
@grid-columns
</label>
<input
type=
"text"
placeholder=
"12"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"12"
>
<p
class=
"help-block"
>
Number of columns in the grid.
</p>
<p
class=
"help-block"
>
Number of columns in the grid.
</p>
<label>
@grid-gutter-width
</label>
<label>
@grid-gutter-width
</label>
<input
type=
"text"
placeholder=
"30px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"30px"
>
<p
class=
"help-block"
>
Padding between columns.
</p>
<p
class=
"help-block"
>
Padding between columns.
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@grid-float-breakpoint
</label>
<label>
@grid-float-breakpoint
</label>
<input
type=
"text"
placeholder=
"@screen-tablet"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@screen-tablet"
>
<p
class=
"help-block"
>
Point at which the navbar stops collapsing.
</p>
<p
class=
"help-block"
>
Point at which the navbar stops collapsing.
</p>
</div>
</div>
</div>
</div>
...
@@ -533,29 +533,29 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -533,29 +533,29 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Padding
</h4>
<h4>
Padding
</h4>
<label>
@padding-base-vertical
</label>
<label>
@padding-base-vertical
</label>
<input
type=
"text"
placeholder=
"8px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"8px"
>
<label>
@padding-base-horizontal
</label>
<label>
@padding-base-horizontal
</label>
<input
type=
"text"
placeholder=
"12px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"12px"
>
<label>
@padding-large-vertical
</label>
<label>
@padding-large-vertical
</label>
<input
type=
"text"
placeholder=
"14px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"14px"
>
<label>
@padding-large-horizontal
</label>
<label>
@padding-large-horizontal
</label>
<input
type=
"text"
placeholder=
"16px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"16px"
>
<label>
@padding-small-vertical
</label>
<label>
@padding-small-vertical
</label>
<input
type=
"text"
placeholder=
"5px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"5px"
>
<label>
@padding-small-horizontal
</label>
<label>
@padding-small-horizontal
</label>
<input
type=
"text"
placeholder=
"10px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"10px"
>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Border radius sizes
</h4>
<h4>
Border radius sizes
</h4>
<label>
@border-radius-base
</label>
<label>
@border-radius-base
</label>
<input
type=
"text"
placeholder=
"4px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"4px"
>
<label>
@border-radius-large
</label>
<label>
@border-radius-large
</label>
<input
type=
"text"
placeholder=
"6px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"6px"
>
<label>
@border-radius-small
</label>
<label>
@border-radius-small
</label>
<input
type=
"text"
placeholder=
"3px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"3px"
>
<h4>
Active background color
</h4>
<h4>
Active background color
</h4>
<label>
@component-active-bg
</label>
<label>
@component-active-bg
</label>
<input
type=
"text"
placeholder=
"@brand-primary"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-primary"
>
<p
class=
"help-block"
>
Used for active or hovered items in places like navs or dropdowns.
</p>
<p
class=
"help-block"
>
Used for active or hovered items in places like navs or dropdowns.
</p>
</div>
</div>
</div>
</div>
...
@@ -566,51 +566,51 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -566,51 +566,51 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Default
</h4>
<h4>
Default
</h4>
<label>
@btn-default-color
</label>
<label>
@btn-default-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<label>
@btn-default-bg
</label>
<label>
@btn-default-bg
</label>
<input
type=
"text"
placeholder=
"#474949"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#474949"
>
<label>
@btn-default-border
</label>
<label>
@btn-default-border
</label>
<input
type=
"text"
placeholder=
"@btn-default-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-default-bg"
>
<h4>
Primary
</h4>
<h4>
Primary
</h4>
<label>
@btn-primary-color
</label>
<label>
@btn-primary-color
</label>
<input
type=
"text"
placeholder=
"@btn-default-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-default-color"
>
<label>
@btn-primary-bg
</label>
<label>
@btn-primary-bg
</label>
<input
type=
"text"
placeholder=
"@brand-primary"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-primary"
>
<label>
@btn-primary-border
</label>
<label>
@btn-primary-border
</label>
<input
type=
"text"
placeholder=
"@btn-primary-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-primary-bg"
>
<h4>
Info
</h4>
<h4>
Info
</h4>
<label>
@btn-info-color
</label>
<label>
@btn-info-color
</label>
<input
type=
"text"
placeholder=
"@btn-default-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-default-color"
>
<label>
@btn-info-bg
</label>
<label>
@btn-info-bg
</label>
<input
type=
"text"
placeholder=
"@brand-info"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-info"
>
<label>
@btn-info-border
</label>
<label>
@btn-info-border
</label>
<input
type=
"text"
placeholder=
"@btn-info-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-info-bg"
>
<h4>
Button hover
</h4>
<h4>
Button hover
</h4>
<label>
@btn-hover-color
</label>
<label>
@btn-hover-color
</label>
<input
type=
"text"
placeholder=
"@btn-default-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-default-color"
>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Success
</h4>
<h4>
Success
</h4>
<label>
@btn-success-color
</label>
<label>
@btn-success-color
</label>
<input
type=
"text"
placeholder=
"@btn-default-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-default-color"
>
<label>
@btn-success-bg
</label>
<label>
@btn-success-bg
</label>
<input
type=
"text"
placeholder=
"@brand-success"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-success"
>
<label>
@btn-success-border
</label>
<label>
@btn-success-border
</label>
<input
type=
"text"
placeholder=
"@btn-success-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-success-bg"
>
<h4>
Warning
</h4>
<h4>
Warning
</h4>
<label>
@btn-warning-color
</label>
<label>
@btn-warning-color
</label>
<input
type=
"text"
placeholder=
"@btn-default-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-default-color"
>
<label>
@btn-warning-bg
</label>
<label>
@btn-warning-bg
</label>
<input
type=
"text"
placeholder=
"@brand-warning"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-warning"
>
<label>
@btn-warning-border
</label>
<label>
@btn-warning-border
</label>
<input
type=
"text"
placeholder=
"@btn-warning-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-warning-bg"
>
<h4>
Danger
</h4>
<h4>
Danger
</h4>
<label>
@btn-danger-color
</label>
<label>
@btn-danger-color
</label>
<input
type=
"text"
placeholder=
"@btn-default-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-default-color"
>
<label>
@btn-danger-bg
</label>
<label>
@btn-danger-bg
</label>
<input
type=
"text"
placeholder=
"@brand-danger"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-danger"
>
<label>
@btn-danger-border
</label>
<label>
@btn-danger-border
</label>
<input
type=
"text"
placeholder=
"@btn-danger-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@btn-danger-bg"
>
</div>
</div>
</div>
</div>
...
@@ -620,34 +620,34 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -620,34 +620,34 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Success
</h4>
<h4>
Success
</h4>
<label>
@state-success-text
</label>
<label>
@state-success-text
</label>
<input
type=
"text"
placeholder=
"#468847"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#468847"
>
<label>
@state-success-bg
</label>
<label>
@state-success-bg
</label>
<input
type=
"text"
placeholder=
"#dff0d8"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#dff0d8"
>
<label>
@state-success-border
</label>
<label>
@state-success-border
</label>
<input
type=
"text"
placeholder=
"darken(spin(@state-success-bg, -10), 5%)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"darken(spin(@state-success-bg, -10), 5%)"
>
<h4>
Warning
</h4>
<h4>
Warning
</h4>
<label>
@state-warning-text
</label>
<label>
@state-warning-text
</label>
<input
type=
"text"
placeholder=
"#c09853"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#c09853"
>
<label>
@state-warning-bg
</label>
<label>
@state-warning-bg
</label>
<input
type=
"text"
placeholder=
"#fcf8e3"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fcf8e3"
>
<label>
@state-warning-border
</label>
<label>
@state-warning-border
</label>
<input
type=
"text"
placeholder=
"darken(spin(@state-warning-bg, -10), 3%)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"darken(spin(@state-warning-bg, -10), 3%)"
>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Danger
</h4>
<h4>
Danger
</h4>
<label>
@state-danger-text
</label>
<label>
@state-danger-text
</label>
<input
type=
"text"
placeholder=
"#b94a48"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#b94a48"
>
<label>
@state-danger-bg
</label>
<label>
@state-danger-bg
</label>
<input
type=
"text"
placeholder=
"#f2dede"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f2dede"
>
<label>
@state-danger-border
</label>
<label>
@state-danger-border
</label>
<input
type=
"text"
placeholder=
"darken(spin(@state-danger-bg, -10), 3%)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"darken(spin(@state-danger-bg, -10), 3%)"
>
<h4>
Info
</h4>
<h4>
Info
</h4>
<label>
@state-info-text
</label>
<label>
@state-info-text
</label>
<input
type=
"text"
placeholder=
"#3a87ad"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#3a87ad"
>
<label>
@state-info-bg
</label>
<label>
@state-info-bg
</label>
<input
type=
"text"
placeholder=
"#d9edf7"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#d9edf7"
>
<label>
@state-info-border
</label>
<label>
@state-info-border
</label>
<input
type=
"text"
placeholder=
"darken(spin(@state-info-bg, -10), 7%)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"darken(spin(@state-info-bg, -10), 7%)"
>
</div>
</div>
</div>
</div>
...
@@ -655,39 +655,39 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -655,39 +655,39 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<p>
Define alert colors and border radius.
</p>
<p>
Define alert colors and border radius.
</p>
<h4>
Border radius
</h4>
<h4>
Border radius
</h4>
<label>
@alert-border-radius
</label>
<label>
@alert-border-radius
</label>
<input
type=
"text"
placeholder=
"@border-radius-base"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@border-radius-base"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Success
</h4>
<h4>
Success
</h4>
<label>
@alert-success-text
</label>
<label>
@alert-success-text
</label>
<input
type=
"text"
placeholder=
"@state-success-text"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-success-text"
>
<label>
@alert-success-bg
</label>
<label>
@alert-success-bg
</label>
<input
type=
"text"
placeholder=
"@state-success-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-success-bg"
>
<label>
@alert-success-border
</label>
<label>
@alert-success-border
</label>
<input
type=
"text"
placeholder=
"@state-success-border"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-success-border"
>
<h4>
Warning
</h4>
<h4>
Warning
</h4>
<label>
@alert-warning-text
</label>
<label>
@alert-warning-text
</label>
<input
type=
"text"
placeholder=
"@state-warning-text"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-warning-text"
>
<label>
@alert-warning-bg
</label>
<label>
@alert-warning-bg
</label>
<input
type=
"text"
placeholder=
"@state-warning-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-warning-bg"
>
<label>
@alert-warning-border
</label>
<label>
@alert-warning-border
</label>
<input
type=
"text"
placeholder=
"@state-warning-border"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-warning-border"
>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Danger
</h4>
<h4>
Danger
</h4>
<label>
@alert-danger-text
</label>
<label>
@alert-danger-text
</label>
<input
type=
"text"
placeholder=
"@state-danger-text"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-danger-text"
>
<label>
@alert-danger-bg
</label>
<label>
@alert-danger-bg
</label>
<input
type=
"text"
placeholder=
"@state-danger-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-danger-bg"
>
<label>
@alert-danger-border
</label>
<label>
@alert-danger-border
</label>
<input
type=
"text"
placeholder=
"@state-danger-border"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-danger-border"
>
<h4>
Info
</h4>
<h4>
Info
</h4>
<label>
@alert-info-text
</label>
<label>
@alert-info-text
</label>
<input
type=
"text"
placeholder=
"@state-info-text"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-info-text"
>
<label>
@alert-info-bg
</label>
<label>
@alert-info-bg
</label>
<input
type=
"text"
placeholder=
"@state-info-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-info-bg"
>
<label>
@alert-info-border
</label>
<label>
@alert-info-border
</label>
<input
type=
"text"
placeholder=
"@state-info-border"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-info-border"
>
</div>
</div>
</div>
</div>
...
@@ -697,116 +697,120 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -697,116 +697,120 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<h3>
Default navbar
</h3>
<h3>
Default navbar
</h3>
<h4>
Basics
</h4>
<h4>
Basics
</h4>
<label>
@navbar-height
</label>
<label>
@navbar-height
</label>
<input
type=
"text"
placeholder=
"50px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"50px"
>
<label>
@navbar-color
</label>
<label>
@navbar-color
</label>
<input
type=
"text"
placeholder=
"#777"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#777"
>
<label>
@navbar-bg
</label>
<label>
@navbar-bg
</label>
<input
type=
"text"
placeholder=
"#eee"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#eee"
>
<h4>
Links
</h4>
<h4>
Links
</h4>
<label>
@navbar-link-color
</label>
<label>
@navbar-link-color
</label>
<input
type=
"text"
placeholder=
"#777"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#777"
>
<label>
@navbar-link-hover-color
</label>
<label>
@navbar-link-hover-color
</label>
<input
type=
"text"
placeholder=
"#333"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#333"
>
<label>
@navbar-link-hover-bg
</label>
<label>
@navbar-link-hover-bg
</label>
<input
type=
"text"
placeholder=
"transparent"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"transparent"
>
<label>
@navbar-link-active-color
</label>
<label>
@navbar-link-active-color
</label>
<input
type=
"text"
placeholder=
"#555"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#555"
>
<label>
@navbar-link-active-bg
</label>
<label>
@navbar-link-active-bg
</label>
<input
type=
"text"
placeholder=
"darken(@navbar-bg, 10%)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"darken(@navbar-bg, 10%)"
>
<label>
@navbar-link-disabled-color
</label>
<label>
@navbar-link-disabled-color
</label>
<input
type=
"text"
placeholder=
"#ccc"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ccc"
>
<label>
@navbar-link-disabled-bg
</label>
<label>
@navbar-link-disabled-bg
</label>
<input
type=
"text"
placeholder=
"transparent"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"transparent"
>
<h4>
Brand
</h4>
<h4>
Brand
</h4>
<label>
@navbar-brand-color
</label>
<label>
@navbar-brand-color
</label>
<input
type=
"text"
placeholder=
"@navbar-link-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@navbar-link-color"
>
<label>
@navbar-brand-hover-color
</label>
<label>
@navbar-brand-hover-color
</label>
<input
type=
"text"
placeholder=
"darken(@navbar-link-color, 10%)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"darken(@navbar-link-color, 10%)"
>
<label>
@navbar-brand-hover-bg
</label>
<label>
@navbar-brand-hover-bg
</label>
<input
type=
"text"
placeholder=
"transparent"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"transparent"
>
<h4>
Toggle
</h4>
<h4>
Toggle
</h4>
<label>
@navbar-toggle-hover-bg
</label>
<label>
@navbar-toggle-hover-bg
</label>
<input
type=
"text"
placeholder=
"#ddd"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ddd"
>
<label>
@navbar-toggle-icon-bar-bg
</label>
<label>
@navbar-toggle-icon-bar-bg
</label>
<input
type=
"text"
placeholder=
"#ccc"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ccc"
>
<label>
@navbar-toggle-border-color
</label>
<label>
@navbar-toggle-border-color
</label>
<input
type=
"text"
placeholder=
"#ddd"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ddd"
>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h3>
Inverted navbar
</h3>
<h3>
Inverted navbar
</h3>
<h4>
Basics
</h4>
<h4>
Basics
</h4>
<label>
@navbar-inverse-color
</label>
<label>
@navbar-inverse-color
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<label>
@navbar-inverse-bg
</label>
<label>
@navbar-inverse-bg
</label>
<input
type=
"text"
placeholder=
"#222"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#222"
>
<h4>
Links
</h4>
<h4>
Links
</h4>
<label>
@navbar-inverse-link-color
</label>
<label>
@navbar-inverse-link-color
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<label>
@navbar-inverse-link-hover-color
</label>
<label>
@navbar-inverse-link-hover-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<label>
@navbar-inverse-link-hover-bg
</label>
<label>
@navbar-inverse-link-hover-bg
</label>
<input
type=
"text"
placeholder=
"transparent"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"transparent"
>
<label>
@navbar-inverse-link-active-color
</label>
<label>
@navbar-inverse-link-active-color
</label>
<input
type=
"text"
placeholder=
"@navbar-inverse-link-hover-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@navbar-inverse-link-hover-color"
>
<label>
@navbar-inverse-link-active-bg
</label>
<label>
@navbar-inverse-link-active-bg
</label>
<input
type=
"text"
placeholder=
"darken(@navbar-inverse-bg, 10%)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"darken(@navbar-inverse-bg, 10%)"
>
<label>
@navbar-inverse-link-disabled-color
</label>
<label>
@navbar-inverse-link-disabled-color
</label>
<input
type=
"text"
placeholder=
"#444"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#444"
>
<label>
@navbar-inverse-link-disabled-bg
</label>
<label>
@navbar-inverse-link-disabled-bg
</label>
<input
type=
"text"
placeholder=
"transparent"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"transparent"
>
<h4>
Brand
</h4>
<h4>
Brand
</h4>
<label>
@navbar-inverse-brand-color
</label>
<label>
@navbar-inverse-brand-color
</label>
<input
type=
"text"
placeholder=
"@navbar-inverse-link-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@navbar-inverse-link-color"
>
<label>
@navbar-inverse-brand-hover-color
</label>
<label>
@navbar-inverse-brand-hover-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<label>
@navbar-inverse-brand-hover-bg
</label>
<label>
@navbar-inverse-brand-hover-bg
</label>
<input
type=
"text"
placeholder=
"transparent"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"transparent"
>
<h4>
Toggle
</h4>
<h4>
Toggle
</h4>
<label>
@navbar-inverse-toggle-hover-bg
</label>
<label>
@navbar-inverse-toggle-hover-bg
</label>
<input
type=
"text"
placeholder=
"#333"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#333"
>
<label>
@navbar-inverse-toggle-icon-bar-bg
</label>
<label>
@navbar-inverse-toggle-icon-bar-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<label>
@navbar-inverse-toggle-border-color
</label>
<label>
@navbar-inverse-toggle-border-color
</label>
<input
type=
"text"
placeholder=
"#333"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#333"
>
</div>
</div>
</div>
</div>
<h2
id=
"variables-nav"
>
Nav
</h2>
<h2
id=
"variables-nav"
>
Nav
</h2>
<h3>
Default nav
</h3>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h3>
Default nav
</h3>
<h4>
Common values
</h4>
<h4>
Basics
</h4>
<label>
@nav-link-hover-bg
</label>
<label>
@nav-link-hover-bg
</label>
<input
type=
"text"
placeholder=
"@gray-lighter"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-lighter"
>
<label>
@nav-disabled-link-color
</label>
<label>
@nav-disabled-link-color
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<label>
@nav-disabled-link-hover-color
</label>
<label>
@nav-disabled-link-hover-color
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<label>
@nav-open-link-hover-color
</label>
<label>
@nav-open-link-hover-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<label>
@nav-open-caret-border-color
</label>
<label>
@nav-open-caret-border-color
</label>
<input
type=
"text"
placeholder=
"@fff"
>
<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"
>
<h4>
Tabs
</h4>
<h4>
Tabs
</h4>
<label>
@nav-tabs-border-color
</label>
<label>
@nav-tabs-border-color
</label>
<input
type=
"text"
placeholder=
"@ddd"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@ddd"
>
<label>
@nav-tabs-link-hover-border-color
</label>
<label>
@nav-tabs-link-hover-border-color
</label>
<input
type=
"text"
placeholder=
"@gray-lighter"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-lighter"
>
<label>
@nav-tabs-active-link-hover-color
</label>
<label>
@nav-tabs-active-link-hover-color
</label>
<input
type=
"text"
placeholder=
"@gray"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray"
>
<label>
@nav-tabs-active-link-hover-bg
</label>
<label>
@nav-tabs-active-link-hover-bg
</label>
<input
type=
"text"
placeholder=
"@body-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@body-bg"
>
<label>
@nav-tabs-active-link-hover-border-color
</label>
<label>
@nav-tabs-active-link-hover-border-color
</label>
<input
type=
"text"
placeholder=
"#ddd"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ddd"
>
<label>
@nav-tabs-justified-link-border-color
</label>
<label>
@nav-tabs-justified-link-border-color
</label>
<input
type=
"text"
placeholder=
"#ddd"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ddd"
>
<label>
@nav-tabs-justified-active-link-border-color
</label>
<label>
@nav-tabs-justified-active-link-border-color
</label>
<input
type=
"text"
placeholder=
"@body-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@body-bg"
>
<h4>
Pills
</h4>
<label>
@nav-pills-active-link-hover-color
</label>
<input
type=
"text"
placeholder=
"@fff"
>
<label>
@nav-pills-active-link-hover-bg
</label>
<input
type=
"text"
placeholder=
"@component-active-bg"
>
</div>
</div>
</div>
</div>
...
@@ -815,18 +819,18 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -815,18 +819,18 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@table-bg
</label>
<label>
@table-bg
</label>
<input
type=
"text"
placeholder=
"transparent"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"transparent"
>
<p
class=
"help-block"
>
Default background color used for all tables.
</p>
<p
class=
"help-block"
>
Default background color used for all tables.
</p>
<label>
@table-bg-accent
</label>
<label>
@table-bg-accent
</label>
<input
type=
"text"
placeholder=
"#f9f9f9"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f9f9f9"
>
<p
class=
"help-block"
>
Background color used for
<code>
.table-striped
</code>
.
</p>
<p
class=
"help-block"
>
Background color used for
<code>
.table-striped
</code>
.
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@table-bg-hover
</label>
<label>
@table-bg-hover
</label>
<input
type=
"text"
placeholder=
"#f5f5f5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
>
<p
class=
"help-block"
>
Background color used for
<code>
.table-hover
</code>
.
</p>
<p
class=
"help-block"
>
Background color used for
<code>
.table-hover
</code>
.
</p>
<label>
@table-border-color
</label>
<label>
@table-border-color
</label>
<input
type=
"text"
placeholder=
"#ddd"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ddd"
>
<p
class=
"help-block"
>
Border color for table and cell borders.
</p>
<p
class=
"help-block"
>
Border color for table and cell borders.
</p>
</div>
</div>
</div>
</div>
...
@@ -836,32 +840,32 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -836,32 +840,32 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h3>
Inputs
</h3>
<h3>
Inputs
</h3>
<label>
@input-bg
</label>
<label>
@input-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
><code>
<
input
>
</code>
background color
</p>
<p
class=
"help-block"
><code>
<
input
>
</code>
background color
</p>
<label>
@input-border
</label>
<label>
@input-border
</label>
<input
type=
"text"
placeholder=
"#ccc"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ccc"
>
<p
class=
"help-block"
><code>
<
input
>
</code>
border color
</p>
<p
class=
"help-block"
><code>
<
input
>
</code>
border color
</p>
<label>
@input-border-radius
</label>
<label>
@input-border-radius
</label>
<input
type=
"text"
placeholder=
"@border-radius-base"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@border-radius-base"
>
<p
class=
"help-block"
><code>
<
input
>
</code>
border radius
</p>
<p
class=
"help-block"
><code>
<
input
>
</code>
border radius
</p>
<label>
@input-bg-disabled
</label>
<label>
@input-bg-disabled
</label>
<input
type=
"text"
placeholder=
"@gray-lighter"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-lighter"
>
<p
class=
"help-block"
><code>
<
input disabled
>
</code>
background color
</p>
<p
class=
"help-block"
><code>
<
input disabled
>
</code>
background color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h3>
Placeholder
</h3>
<h3>
Placeholder
</h3>
<label>
@input-color-placeholder
</label>
<label>
@input-color-placeholder
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<p
class=
"help-block"
>
Placeholder text color
</p>
<p
class=
"help-block"
>
Placeholder text color
</p>
<h3>
Legend
</h3>
<h3>
Legend
</h3>
<label>
@legend-border-color
</label>
<label>
@legend-border-color
</label>
<input
type=
"text"
placeholder=
"#e5e5e5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#e5e5e5"
>
<p
class=
"help-block"
><code>
<
legend
>
</code>
border color
</p>
<p
class=
"help-block"
><code>
<
legend
>
</code>
border color
</p>
<h3>
Input groups
</h3>
<h3>
Input groups
</h3>
<label>
@input-group-addon-border-color
</label>
<label>
@input-group-addon-border-color
</label>
<input
type=
"text"
placeholder=
"@input-border"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@input-border"
>
<p
class=
"help-block"
>
Border color for textual input addons
</p>
<p
class=
"help-block"
>
Border color for textual input addons
</p>
</div>
</div>
</div>
</div>
...
@@ -871,37 +875,37 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -871,37 +875,37 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h3>
Dropdown menu
</h3>
<h3>
Dropdown menu
</h3>
<label>
@dropdown-bg
</label>
<label>
@dropdown-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Dropdown menu background color
</p>
<p
class=
"help-block"
>
Dropdown menu background color
</p>
<label>
@dropdown-border
</label>
<label>
@dropdown-border
</label>
<input
type=
"text"
placeholder=
"rgba(0,0,0,.15)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"rgba(0,0,0,.15)"
>
<p
class=
"help-block"
>
Dropdown menu border color
</p>
<p
class=
"help-block"
>
Dropdown menu border color
</p>
<label>
@dropdown-fallback-border
</label>
<label>
@dropdown-fallback-border
</label>
<input
type=
"text"
placeholder=
"#ccc"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ccc"
>
<p
class=
"help-block"
>
Dropdown menu border color
<strong>
for IE8
</strong></p>
<p
class=
"help-block"
>
Dropdown menu border color
<strong>
for IE8
</strong></p>
<label>
@dropdown-caret-color
</label>
<label>
@dropdown-caret-color
</label>
<input
type=
"text"
placeholder=
"@dropdown-caret-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@dropdown-caret-color"
>
<p
class=
"help-block"
>
Indicator arrow for showing an element has a dropdown
</p>
<p
class=
"help-block"
>
Indicator arrow for showing an element has a dropdown
</p>
<label>
@dropdown-divider-bg
</label>
<label>
@dropdown-divider-bg
</label>
<input
type=
"text"
placeholder=
"#e5e5e5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#e5e5e5"
>
<p
class=
"help-block"
>
Dropdown divider top border color
</p>
<p
class=
"help-block"
>
Dropdown divider top border color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h3>
Dropdown items
</h3>
<h3>
Dropdown items
</h3>
<label>
@dropdown-link-color
</label>
<label>
@dropdown-link-color
</label>
<input
type=
"text"
placeholder=
"@gray-dark"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-dark"
>
<p
class=
"help-block"
>
Dropdown text color
</p>
<p
class=
"help-block"
>
Dropdown text color
</p>
<label>
@dropdown-link-active-color
</label>
<label>
@dropdown-link-active-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Active dropdown menu entry text color
</p>
<p
class=
"help-block"
>
Active dropdown menu entry text color
</p>
<label>
@dropdown-link-hover-bg
</label>
<label>
@dropdown-link-hover-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Hovered dropdown menu entry text color
</p>
<p
class=
"help-block"
>
Hovered dropdown menu entry text color
</p>
<label>
@dropdown-link-active-bg
</label>
<label>
@dropdown-link-active-bg
</label>
<input
type=
"text"
placeholder=
"@component-active-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@component-active-bg"
>
<p
class=
"help-block"
>
Active dropdown menu entry background color
</p>
<p
class=
"help-block"
>
Active dropdown menu entry background color
</p>
<label>
@dropdown-link-hover-bg
</label>
<label>
@dropdown-link-hover-bg
</label>
<input
type=
"text"
placeholder=
"@dropdown-link-active-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@dropdown-link-active-bg"
>
<p
class=
"help-block"
>
Hovered dropdown menu entry background color
</p>
<p
class=
"help-block"
>
Hovered dropdown menu entry background color
</p>
</div>
</div>
</div>
</div>
...
@@ -911,21 +915,21 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -911,21 +915,21 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@panel-bg
</label>
<label>
@panel-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Panel body background color
</p>
<p
class=
"help-block"
>
Panel body background color
</p>
<label>
@panel-heading-bg
</label>
<label>
@panel-heading-bg
</label>
<input
type=
"text"
placeholder=
"#f5f5f5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
>
<p
class=
"help-block"
>
Panel heading background color
</p>
<p
class=
"help-block"
>
Panel heading background color
</p>
<label>
@panel-footer-bg
</label>
<label>
@panel-footer-bg
</label>
<input
type=
"text"
placeholder=
"#f5f5f5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
>
<p
class=
"help-block"
>
Panel footer background color
</p>
<p
class=
"help-block"
>
Panel footer background color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@panel-border
</label>
<label>
@panel-border
</label>
<input
type=
"text"
placeholder=
"#ddd"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ddd"
>
<p
class=
"help-block"
>
Panel border color
</p>
<p
class=
"help-block"
>
Panel border color
</p>
<label>
@panel-border-radius
</label>
<label>
@panel-border-radius
</label>
<input
type=
"text"
placeholder=
"@border-radius-base"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@border-radius-base"
>
<p
class=
"help-block"
>
Panel border radius
</p>
<p
class=
"help-block"
>
Panel border radius
</p>
</div>
</div>
</div>
</div>
...
@@ -934,86 +938,86 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -934,86 +938,86 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Primary
</h4>
<h4>
Primary
</h4>
<label>
@panel-primary-text
</label>
<label>
@panel-primary-text
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Primary text color
</p>
<p
class=
"help-block"
>
Primary text color
</p>
<label>
@panel-primary-border
</label>
<label>
@panel-primary-border
</label>
<input
type=
"text"
placeholder=
"@brand-primary"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-primary"
>
<p
class=
"help-block"
>
Primary border color
</p>
<p
class=
"help-block"
>
Primary border color
</p>
<label>
@panel-primary-heading-bg
</label>
<label>
@panel-primary-heading-bg
</label>
<input
type=
"text"
placeholder=
"@brand-primary"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-primary"
>
<p
class=
"help-block"
>
Primary heading background color
</p>
<p
class=
"help-block"
>
Primary heading background color
</p>
<h4>
Success
</h4>
<h4>
Success
</h4>
<label>
@panel-success-text
</label>
<label>
@panel-success-text
</label>
<input
type=
"text"
placeholder=
"@state-success-text"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-success-text"
>
<p
class=
"help-block"
>
Success text color
</p>
<p
class=
"help-block"
>
Success text color
</p>
<label>
@panel-success-border
</label>
<label>
@panel-success-border
</label>
<input
type=
"text"
placeholder=
"@state-success-border"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-success-border"
>
<p
class=
"help-block"
>
Success border color
</p>
<p
class=
"help-block"
>
Success border color
</p>
<label>
@panel-success-heading-bg
</label>
<label>
@panel-success-heading-bg
</label>
<input
type=
"text"
placeholder=
"@state-success-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-success-bg"
>
<p
class=
"help-block"
>
Success heading background color
</p>
<p
class=
"help-block"
>
Success heading background color
</p>
<h4>
Info
</h4>
<h4>
Info
</h4>
<label>
@panel-info-text
</label>
<label>
@panel-info-text
</label>
<input
type=
"text"
placeholder=
"@state-info-text"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-info-text"
>
<p
class=
"help-block"
>
Info text color
</p>
<p
class=
"help-block"
>
Info text color
</p>
<label>
@panel-info-border
</label>
<label>
@panel-info-border
</label>
<input
type=
"text"
placeholder=
"@state-info-border"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-info-border"
>
<p
class=
"help-block"
>
Info border color
</p>
<p
class=
"help-block"
>
Info border color
</p>
<label>
@panel-info-heading-bg
</label>
<label>
@panel-info-heading-bg
</label>
<input
type=
"text"
placeholder=
"@state-info-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-info-bg"
>
<p
class=
"help-block"
>
Info heading background color
</p>
<p
class=
"help-block"
>
Info heading background color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Warning
</h4>
<h4>
Warning
</h4>
<label>
@panel-warning-text
</label>
<label>
@panel-warning-text
</label>
<input
type=
"text"
placeholder=
"@state-warning-text"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-warning-text"
>
<p
class=
"help-block"
>
Warning text color
</p>
<p
class=
"help-block"
>
Warning text color
</p>
<label>
@panel-warning-border
</label>
<label>
@panel-warning-border
</label>
<input
type=
"text"
placeholder=
"@state-warning-border"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-warning-border"
>
<p
class=
"help-block"
>
Warning border color
</p>
<p
class=
"help-block"
>
Warning border color
</p>
<label>
@panel-warning-heading-bg
</label>
<label>
@panel-warning-heading-bg
</label>
<input
type=
"text"
placeholder=
"@state-warning-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-warning-bg"
>
<p
class=
"help-block"
>
Warning heading background color
</p>
<p
class=
"help-block"
>
Warning heading background color
</p>
<h4>
Danger
</h4>
<h4>
Danger
</h4>
<label>
@panel-danger-text
</label>
<label>
@panel-danger-text
</label>
<input
type=
"text"
placeholder=
"@state-danger-text"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-danger-text"
>
<p
class=
"help-block"
>
Danger text color
</p>
<p
class=
"help-block"
>
Danger text color
</p>
<label>
@panel-danger-border
</label>
<label>
@panel-danger-border
</label>
<input
type=
"text"
placeholder=
"@state-danger-border"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-danger-border"
>
<p
class=
"help-block"
>
Danger border color
</p>
<p
class=
"help-block"
>
Danger border color
</p>
<label>
@panel-danger-heading-bg
</label>
<label>
@panel-danger-heading-bg
</label>
<input
type=
"text"
placeholder=
"@state-danger-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@state-danger-bg"
>
<p
class=
"help-block"
>
Danger heading background color
</p>
<p
class=
"help-block"
>
Danger heading background color
</p>
</div>
</div>
</div>
</div>
<h3>
Wells
</h3>
<h3>
Wells
</h3>
<label>
@well-bg
</label>
<label>
@well-bg
</label>
<input
type=
"text"
placeholder=
"#f5f5f5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
>
<h2
id=
"variables-accordion"
>
Accordion
</h2>
<h2
id=
"variables-accordion"
>
Accordion
</h2>
<label>
@accordion-border-bg
</label>
<label>
@accordion-border-bg
</label>
<input
type=
"text"
placeholder=
"#e5e5e5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#e5e5e5"
>
<h2
id=
"variables-badges"
>
Badges
</h2>
<h2
id=
"variables-badges"
>
Badges
</h2>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@badge-color
</label>
<label>
@badge-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p>
Badge text color
</p>
<p>
Badge text color
</p>
<label>
@badge-bg
</label>
<label>
@badge-bg
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<p>
Badge background color
</p>
<p>
Badge background color
</p>
<label>
@badge-link-hover-color
</label>
<label>
@badge-link-hover-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p>
Linked badge text color on hover
</p>
<p>
Linked badge text color on hover
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@badge-active-color
</label>
<label>
@badge-active-color
</label>
<input
type=
"text"
placeholder=
"@link-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@link-color"
>
<p>
Badge text color in active nav link
</p>
<p>
Badge text color in active nav link
</p>
<label>
@badge-active-bg
</label>
<label>
@badge-active-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p>
Badge text color in active nav link
</p>
<p>
Badge text color in active nav link
</p>
</div>
</div>
</div>
</div>
...
@@ -1022,17 +1026,17 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1022,17 +1026,17 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@breadcrumb-color
</label>
<label>
@breadcrumb-color
</label>
<input
type=
"text"
placeholder=
"#ccc"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ccc"
>
<p>
Breadcrumb text color
</p>
<p>
Breadcrumb text color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@breadcrumb-bg
</label>
<label>
@breadcrumb-bg
</label>
<input
type=
"text"
placeholder=
"#f5f5f5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
>
<p>
Breadcrumb background color
</p>
<p>
Breadcrumb background color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@breadcrumb-active-color
</label>
<label>
@breadcrumb-active-color
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<p>
Text color of current page in the breadcrumb
</p>
<p>
Text color of current page in the breadcrumb
</p>
</div>
</div>
</div>
</div>
...
@@ -1041,17 +1045,17 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1041,17 +1045,17 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@jumbotron-bg
</label>
<label>
@jumbotron-bg
</label>
<input
type=
"text"
placeholder=
"@gray-lighter"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-lighter"
>
<p
class=
"help-block"
>
Jumbotron background color
</p>
<p
class=
"help-block"
>
Jumbotron background color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@jumbotron-heading-color
</label>
<label>
@jumbotron-heading-color
</label>
<input
type=
"text"
placeholder=
"inherit"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"inherit"
>
<p
class=
"help-block"
>
Jumbotron heading color
</p>
<p
class=
"help-block"
>
Jumbotron heading color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@jumbotron-lead-color
</label>
<label>
@jumbotron-lead-color
</label>
<input
type=
"text"
placeholder=
"inherit"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"inherit"
>
<p
class=
"help-block"
>
Jumbotron lead paragraph color
</p>
<p
class=
"help-block"
>
Jumbotron lead paragraph color
</p>
</div>
</div>
</div>
</div>
...
@@ -1060,79 +1064,79 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1060,79 +1064,79 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-inner-padding
</label>
<label>
@modal-inner-padding
</label>
<input
type=
"text"
placeholder=
"20px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"20px"
>
<p
class=
"help-block"
>
Padding applied to the modal body
</p>
<p
class=
"help-block"
>
Padding applied to the modal body
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-title-padding
</label>
<label>
@modal-title-padding
</label>
<input
type=
"text"
placeholder=
"15px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"15px"
>
<p
class=
"help-block"
>
Padding applied to the modal title
</p>
<p
class=
"help-block"
>
Padding applied to the modal title
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-title-line-height
</label>
<label>
@modal-title-line-height
</label>
<input
type=
"text"
placeholder=
"@line-height-base"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@line-height-base"
>
<p
class=
"help-block"
>
Modal title line-height
</p>
<p
class=
"help-block"
>
Modal title line-height
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-content-bg
</label>
<label>
@modal-content-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Background color of modal content area
</p>
<p
class=
"help-block"
>
Background color of modal content area
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-content-border-color
</label>
<label>
@modal-content-border-color
</label>
<input
type=
"text"
placeholder=
"rgba(0,0,0,.2)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"rgba(0,0,0,.2)"
>
<p
class=
"help-block"
>
Modal content border color
</p>
<p
class=
"help-block"
>
Modal content border color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-content-fallback-border-color
</label>
<label>
@modal-content-fallback-border-color
</label>
<input
type=
"text"
placeholder=
"#999"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#999"
>
<p
class=
"help-block"
>
Modal content border color
<strong>
for IE8
</strong></p>
<p
class=
"help-block"
>
Modal content border color
<strong>
for IE8
</strong></p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-backdrop-bg
</label>
<label>
@modal-backdrop-bg
</label>
<input
type=
"text"
placeholder=
"#000"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#000"
>
<p
class=
"help-block"
>
Modal backdrop background color
</p>
<p
class=
"help-block"
>
Modal backdrop background color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-header-border-color
</label>
<label>
@modal-header-border-color
</label>
<input
type=
"text"
placeholder=
"#e5e5e5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#e5e5e5"
>
<p
class=
"help-block"
>
Modal header border color
</p>
<p
class=
"help-block"
>
Modal header border color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@modal-footer-border-color
</label>
<label>
@modal-footer-border-color
</label>
<input
type=
"text"
placeholder=
"@modal-header-border-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@modal-header-border-color"
>
<p
class=
"help-block"
>
Modal footer border color
</p>
<p
class=
"help-block"
>
Modal footer border color
</p>
</div>
</div>
</div>
</div>
<h2
id=
"variables-carousel"
>
Carousel
</h2>
<h2
id=
"variables-carousel"
>
Carousel
</h2>
<label>
@carousel-text-shadow
</label>
<label>
@carousel-text-shadow
</label>
<input
type=
"text"
placeholder=
"0 1px 2px rgba(0,0,0,.6)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"0 1px 2px rgba(0,0,0,.6)"
>
<label>
@carousel-control-color
</label>
<label>
@carousel-control-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<label>
@carousel-indicator-border-color
</label>
<label>
@carousel-indicator-border-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<label>
@carousel-indicator-active-bg
</label>
<label>
@carousel-indicator-active-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<label>
@carousel-caption-color
</label>
<label>
@carousel-caption-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<h2
id=
"variables-list-group"
>
List group
</h2>
<h2
id=
"variables-list-group"
>
List group
</h2>
<h3>
Background
</h3>
<h3>
Background
</h3>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@list-group-bg
</label>
<label>
@list-group-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Default background color
</p>
<p
class=
"help-block"
>
Default background color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@list-group-hover-bg
</label>
<label>
@list-group-hover-bg
</label>
<input
type=
"text"
placeholder=
"#f5f5f5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
>
<p
class=
"help-block"
>
Background color of single list elements on hover
</p>
<p
class=
"help-block"
>
Background color of single list elements on hover
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@list-group-active-bg
</label>
<label>
@list-group-active-bg
</label>
<input
type=
"text"
placeholder=
"@component-active-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@component-active-bg"
>
<p
class=
"help-block"
>
Background color of active list elements
</p>
<p
class=
"help-block"
>
Background color of active list elements
</p>
</div>
</div>
</div>
</div>
...
@@ -1140,39 +1144,39 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1140,39 +1144,39 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@list-group-border
</label>
<label>
@list-group-border
</label>
<input
type=
"text"
placeholder=
"#ddd"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ddd"
>
<p
class=
"help-block"
>
Default border color
</p>
<p
class=
"help-block"
>
Default border color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@list-group-border-radius
</label>
<label>
@list-group-border-radius
</label>
<input
type=
"text"
placeholder=
"@border-radius-base"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@border-radius-base"
>
<p
class=
"help-block"
>
List group border radius
</p>
<p
class=
"help-block"
>
List group border radius
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@list-group-active-border
</label>
<label>
@list-group-active-border
</label>
<input
type=
"text"
placeholder=
"@list-group-active-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@list-group-active-bg"
>
<p
class=
"help-block"
>
Border color of active list elements
</p>
<p
class=
"help-block"
>
Border color of active list elements
</p>
</div>
</div>
</div>
</div>
<label>
@list-group-active-color
</label>
<label>
@list-group-active-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Text color of active list elements
</p>
<p
class=
"help-block"
>
Text color of active list elements
</p>
<h2
id=
"variables-thumbnails"
>
Thumbnails
</h2>
<h2
id=
"variables-thumbnails"
>
Thumbnails
</h2>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@thumbnail-caption-color
</label>
<label>
@thumbnail-caption-color
</label>
<input
type=
"text"
placeholder=
"@text-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@text-color"
>
<p
class=
"help-block"
>
Custom text color for thumbnail captions
</p>
<p
class=
"help-block"
>
Custom text color for thumbnail captions
</p>
<label>
@thumbnail-bg
</label>
<label>
@thumbnail-bg
</label>
<input
type=
"text"
placeholder=
"@body-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@body-bg"
>
<p
class=
"help-block"
>
Thumbnail background color
</p>
<p
class=
"help-block"
>
Thumbnail background color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@thumbnail-border
</label>
<label>
@thumbnail-border
</label>
<input
type=
"text"
placeholder=
"#ddd"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ddd"
>
<p
class=
"help-block"
>
Thumbnail border color
</p>
<p
class=
"help-block"
>
Thumbnail border color
</p>
<label>
@thumbnail-border-radius
</label>
<label>
@thumbnail-border-radius
</label>
<input
type=
"text"
placeholder=
"@border-radius-base"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@border-radius-base"
>
<p
class=
"help-block"
>
Thumbnail border radius
</p>
<p
class=
"help-block"
>
Thumbnail border radius
</p>
</div>
</div>
</div>
</div>
...
@@ -1180,44 +1184,44 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1180,44 +1184,44 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@progress-bg
</label>
<label>
@progress-bg
</label>
<input
type=
"text"
placeholder=
"#f5f5f5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
>
<p
class=
"help-block"
>
Background color of the whole progress component
</p>
<p
class=
"help-block"
>
Background color of the whole progress component
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@progress-bar-bg
</label>
<label>
@progress-bar-bg
</label>
<input
type=
"text"
placeholder=
"@brand-primary"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-primary"
>
<p
class=
"help-block"
>
Default progress bar color
</p>
<p
class=
"help-block"
>
Default progress bar color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@progress-bar-success-bg
</label>
<label>
@progress-bar-success-bg
</label>
<input
type=
"text"
placeholder=
"@brand-success"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-success"
>
<p
class=
"help-block"
>
Success progress bar color
</p>
<p
class=
"help-block"
>
Success progress bar color
</p>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@progress-bar-warning-bg
</label>
<label>
@progress-bar-warning-bg
</label>
<input
type=
"text"
placeholder=
"@brand-warning"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-warning"
>
<p
class=
"help-block"
>
Warning progress bar color
</p>
<p
class=
"help-block"
>
Warning progress bar color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@progress-bar-danger-bg
</label>
<label>
@progress-bar-danger-bg
</label>
<input
type=
"text"
placeholder=
"@brand-danger"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-danger"
>
<p
class=
"help-block"
>
Danger progress bar color
</p>
<p
class=
"help-block"
>
Danger progress bar color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@progress-bar-info-bg
</label>
<label>
@progress-bar-info-bg
</label>
<input
type=
"text"
placeholder=
"@brand-info"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-info"
>
<p
class=
"help-block"
>
Info progress bar color
</p>
<p
class=
"help-block"
>
Info progress bar color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@progress-bar-color
</label>
<label>
@progress-bar-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Info progress bar text color
</p>
<p
class=
"help-block"
>
Info progress bar text color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@progress-bar-text-shadow
</label>
<label>
@progress-bar-text-shadow
</label>
<input
type=
"text"
placeholder=
"0 -1px 0 rgba(0,0,0,.25)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"0 -1px 0 rgba(0,0,0,.25)"
>
<p
class=
"help-block"
>
Info progress bar text shadow
</p>
<p
class=
"help-block"
>
Info progress bar text shadow
</p>
</div>
</div>
</div>
</div>
...
@@ -1225,27 +1229,27 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1225,27 +1229,27 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@pagination-bg
</label>
<label>
@pagination-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Background color
</p>
<p
class=
"help-block"
>
Background color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@pagination-border
</label>
<label>
@pagination-border
</label>
<input
type=
"text"
placeholder=
"#ddd"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ddd"
>
<p
class=
"help-block"
>
Border color
</p>
<p
class=
"help-block"
>
Border color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@pagination-active-bg
</label>
<label>
@pagination-active-bg
</label>
<input
type=
"text"
placeholder=
"#f5f5f5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
>
<p
class=
"help-block"
>
Active background color
</p>
<p
class=
"help-block"
>
Active background color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@pagination-active-color
</label>
<label>
@pagination-active-color
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<p
class=
"help-block"
>
Active text color
</p>
<p
class=
"help-block"
>
Active text color
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@pagination-disabled-color
</label>
<label>
@pagination-disabled-color
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<p
class=
"help-block"
>
Disabled text color
</p>
<p
class=
"help-block"
>
Disabled text color
</p>
</div>
</div>
</div>
</div>
...
@@ -1253,12 +1257,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1253,12 +1257,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@pager-border-radius
</label>
<label>
@pager-border-radius
</label>
<input
type=
"text"
placeholder=
"15px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"15px"
>
<p
class=
"help-block"
>
Pager border radius
</p>
<p
class=
"help-block"
>
Pager border radius
</p>
</div>
</div>
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<label>
@pager-disabled-color
</label>
<label>
@pager-disabled-color
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<p
class=
"help-block"
>
Pager disabled state color
</p>
<p
class=
"help-block"
>
Pager disabled state color
</p>
</div>
</div>
</div>
</div>
...
@@ -1267,18 +1271,18 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1267,18 +1271,18 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@label-success-bg
</label>
<label>
@label-success-bg
</label>
<input
type=
"text"
placeholder=
"@brand-success"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-success"
>
<p
class=
"help-block"
>
Success label background color
</p>
<p
class=
"help-block"
>
Success label background color
</p>
<label>
@label-info-bg
</label>
<label>
@label-info-bg
</label>
<input
type=
"text"
placeholder=
"@brand-info"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-info"
>
<p
class=
"help-block"
>
Info label background color
</p>
<p
class=
"help-block"
>
Info label background color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@label-warning-bg
</label>
<label>
@label-warning-bg
</label>
<input
type=
"text"
placeholder=
"@brand-warning"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-warning"
>
<p
class=
"help-block"
>
Warning label background color
</p>
<p
class=
"help-block"
>
Warning label background color
</p>
<label>
@label-danger-bg
</label>
<label>
@label-danger-bg
</label>
<input
type=
"text"
placeholder=
"@brand-danger"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@brand-danger"
>
<p
class=
"help-block"
>
Danger label background color
</p>
<p
class=
"help-block"
>
Danger label background color
</p>
</div>
</div>
</div>
</div>
...
@@ -1287,23 +1291,23 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1287,23 +1291,23 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@tooltip-color
</label>
<label>
@tooltip-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Tooltip text color
</p>
<p
class=
"help-block"
>
Tooltip text color
</p>
<label>
@tooltip-bg
</label>
<label>
@tooltip-bg
</label>
<input
type=
"text"
placeholder=
"rgba(0,0,0,.9)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"rgba(0,0,0,.9)"
>
<p
class=
"help-block"
>
Tooltip background color
</p>
<p
class=
"help-block"
>
Tooltip background color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@tooltip-arrow-width
</label>
<label>
@tooltip-arrow-width
</label>
<input
type=
"text"
placeholder=
"5px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"5px"
>
<p
class=
"help-block"
>
Tooltip arrow width
</p>
<p
class=
"help-block"
>
Tooltip arrow width
</p>
<label>
@tooltip-arrow-color
</label>
<label>
@tooltip-arrow-color
</label>
<input
type=
"text"
placeholder=
"@tooltip-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@tooltip-bg"
>
<p
class=
"help-block"
>
Tooltip arrow color
</p>
<p
class=
"help-block"
>
Tooltip arrow color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@tooltip-max-width
</label>
<label>
@tooltip-max-width
</label>
<input
type=
"text"
placeholder=
"200px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"200px"
>
<p
class=
"help-block"
>
Tooltip max width
</p>
<p
class=
"help-block"
>
Tooltip max width
</p>
</div>
</div>
</div>
</div>
...
@@ -1311,92 +1315,98 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1311,92 +1315,98 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@popover-bg
</label>
<label>
@popover-bg
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Popover body background color
</p>
<p
class=
"help-block"
>
Popover body background color
</p>
<label>
@popover-title-bg
</label>
<label>
@popover-title-bg
</label>
<input
type=
"text"
placeholder=
"darken(@popover-bg, 3%)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"darken(@popover-bg, 3%)"
>
<p
class=
"help-block"
>
Popover title background color
</p>
<p
class=
"help-block"
>
Popover title background color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@popover-arrow-width
</label>
<label>
@popover-arrow-width
</label>
<input
type=
"text"
placeholder=
"10px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"10px"
>
<p
class=
"help-block"
>
Popover arrow width
</p>
<p
class=
"help-block"
>
Popover arrow width
</p>
<label>
@popover-arrow-color
</label>
<label>
@popover-arrow-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
>
<p
class=
"help-block"
>
Popover arrow color
</p>
<p
class=
"help-block"
>
Popover arrow color
</p>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@popover-arrow-outer-width
</label>
<label>
@popover-arrow-outer-width
</label>
<input
type=
"text"
placeholder=
"(@popover-arrow-width 1)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"(@popover-arrow-width 1)"
>
<p
class=
"help-block"
>
Popover outer arrow width
</p>
<p
class=
"help-block"
>
Popover outer arrow width
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@popover-arrow-outer-color
</label>
<label>
@popover-arrow-outer-color
</label>
<input
type=
"text"
placeholder=
"rgba(0,0,0,.25)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"rgba(0,0,0,.25)"
>
<p
class=
"help-block"
>
Popover outer arrow color
</p>
<p
class=
"help-block"
>
Popover outer arrow color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@popover-arrow-outer-fallback-color
</label>
<label>
@popover-arrow-outer-fallback-color
</label>
<input
type=
"text"
placeholder=
"#999"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#999"
>
<p
class=
"help-block"
>
Popover outer arrow fallback color
</p>
<p
class=
"help-block"
>
Popover outer arrow fallback color
</p>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@popover-max-width
</label>
<label>
@popover-max-width
</label>
<input
type=
"text"
placeholder=
"276px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"276px"
>
<p
class=
"help-block"
>
Popover maximum width
</p>
<p
class=
"help-block"
>
Popover maximum width
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@popover-border-color
</label>
<label>
@popover-border-color
</label>
<input
type=
"text"
placeholder=
"rgba(0,0,0,.2)"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"rgba(0,0,0,.2)"
>
<p
class=
"help-block"
>
Popover border color
</p>
<p
class=
"help-block"
>
Popover border color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@popover-fallback-border-color
</label>
<label>
@popover-fallback-border-color
</label>
<input
type=
"text"
placeholder=
"#ccc"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ccc"
>
<p
class=
"help-block"
>
Popover fallback border color
</p>
<p
class=
"help-block"
>
Popover fallback border color
</p>
</div>
</div>
</div>
</div>
<h2
id=
"variables-close"
>
Close button
</h2>
<h2
id=
"variables-close"
>
Close button
</h2>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<label>
@close-color
</label>
<label>
@close-color
</label>
<input
type=
"text"
placeholder=
"#000"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#000"
>
</div>
<div
class=
"col-lg-6"
>
<label>
@close-text-shadow
</label>
<label>
@close-text-shadow
</label>
<input
type=
"text"
placeholder=
"0 1px 0 #fff"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"0 1px 0 #fff"
>
</div>
</div>
<h2
id=
"variables-type"
>
Type
</h2>
<h2
id=
"variables-type"
>
Type
</h2>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@text-muted
</label>
<label>
@text-muted
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<p
class=
"help-block"
>
Text muted color
</p>
<p
class=
"help-block"
>
Text muted color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@abbr-border-color
</label>
<label>
@abbr-border-color
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<p
class=
"help-block"
>
Abbreviations and acronyms border color
</p>
<p
class=
"help-block"
>
Abbreviations and acronyms border color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@headings-small-color
</label>
<label>
@headings-small-color
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<p
class=
"help-block"
>
Headings small color
</p>
<p
class=
"help-block"
>
Headings small color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@blockquote-small-color
</label>
<label>
@blockquote-small-color
</label>
<input
type=
"text"
placeholder=
"@gray-light"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
>
<p
class=
"help-block"
>
Blockquote small color
</p>
<p
class=
"help-block"
>
Blockquote small color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@blockquote-border-color
</label>
<label>
@blockquote-border-color
</label>
<input
type=
"text"
placeholder=
"@gray-lighter"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-lighter"
>
<p
class=
"help-block"
>
Blockquote border color
</p>
<p
class=
"help-block"
>
Blockquote border color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@page-header-border-color
</label>
<label>
@page-header-border-color
</label>
<input
type=
"text"
placeholder=
"@gray-lighter"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-lighter"
>
<p
class=
"help-block"
>
Pag header border color
</p>
<p
class=
"help-block"
>
Pag header border color
</p>
</div>
</div>
</div>
</div>
...
@@ -1404,12 +1414,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1404,12 +1414,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@hr-border
</label>
<label>
@hr-border
</label>
<input
type=
"text"
placeholder=
"@gray-lighter"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-lighter"
>
<p
class=
"help-block"
>
Horizontal line color
</p>
<p
class=
"help-block"
>
Horizontal line color
</p>
</div>
</div>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<label>
@component-offset-horizontal
</label>
<label>
@component-offset-horizontal
</label>
<input
type=
"text"
placeholder=
"180px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"180px"
>
<p
class=
"help-block"
>
Horizontal offset for forms and lists
</p>
<p
class=
"help-block"
>
Horizontal offset for forms and lists
</p>
</div>
</div>
</div>
</div>
...
@@ -1421,7 +1431,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -1421,7 +1431,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
</div>
</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>
<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"
>
<div
class=
"bs-customize-download"
>
<a
class=
"btn btn-bs"
href=
"#"
onclick=
"_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);"
>
Customize and Download
</a>
<a
class=
"btn btn-b
lock btn-large btn-b
s"
href=
"#"
onclick=
"_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);"
>
Customize and Download
</a>
</div>
</div>
<div
class=
"bs-callout bs-callout-danger"
>
<div
class=
"bs-callout bs-callout-danger"
>
<h4>
What's included?
</h4>
<h4>
What's included?
</h4>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment