diff --git a/docs/_includes/nav-customize.html b/docs/_includes/nav-customize.html index 5a869659f6..38c96d5439 100644 --- a/docs/_includes/nav-customize.html +++ b/docs/_includes/nav-customize.html @@ -1,10 +1,5 @@
  • - LESS components - + LESS components
  • jQuery plugins @@ -12,24 +7,24 @@
  • LESS variables
  • diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 6f7254e821..305247251b 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -105,6 +105,14 @@ body { } .bs-customizer label { margin-top: 10px; + font-weight: 500; + color: #555; +} +.bs-customizer h4 { + margin-top: 15px; +} +.bs-customizer input[type="text"] { + background-color: #fafafa; } diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js index 9e75a8040a..30a7c0d6eb 100644 --- a/docs/assets/js/application.js +++ b/docs/assets/js/application.js @@ -69,7 +69,7 @@ $('.bs-docs-carousel-example').carousel() // javascript build logic - var inputsComponent = $("#components input") + var inputsComponent = $("#less input") , inputsPlugin = $("#plugins input") , inputsVariables = $("#variables input") diff --git a/docs/customize.html b/docs/customize.html index 62ed43a9b8..6b3c627d0c 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -8,18 +8,14 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
    -
    +
    -

    Choose which LESS files to compile into your custom build of Bootstrap.

    -
    -

    Read the documentation

    -

    Make an informed choice by first reading about CSS and Components in the docs.

    +

    LESS files

    +

    Choose which LESS files to compile into your custom build of Bootstrap. Not sure which files to use? Read through the CSS and Components pages in the docs

    -

    The basics

    +

    Basics

    Layout

    @@ -104,7 +100,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
    -

    Bootstrap features

    +

    Components

    Navigation

    @@ -271,16 +267,14 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
    + +
    -

    Choose which jQuery plugins should be included in your custom JavaScript files.

    -
    -

    Read the documentation

    -

    Make an informed choice by first reading about JavaScript in the docs.

    -
    +

    Choose which jQuery plugins should be included in your custom JavaScript files. Unsure what to include? Read the JavaScript page in the docs.

    Linked to components

    @@ -368,53 +362,57 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
    -
    + +

    Customize LESS variables to define colors, sizes and more inside your custom CSS stylesheets.

    -

    The basics

    + +

    Basics

    +

    Body background

    - - -

    Background color applied to <body>.

    +
    +
    + + +

    Background color applied to <body>.

    +
    +
    +

    Typography

    - -

    Default sans-serif fonts. Used almost anywhere in Bootstrap.

    + +

    Default sans-serif fonts.

    - +

    Default serif fonts.

    + + +

    Default monospace fonts for <code> and <pre>.

    - - -

    Default monospace fonts. Most prominently used for <code> and <pre>.

    -
    -
    -
    -
    +

    Used to globally set font-family in Bootstrap.

    -

    Will be used to calculate font sizes throughout Bootstrap.

    +

    Used to calculate font-size throughout Bootstrap.

    -

    Will be used to calculate line heights throughout Bootstrap. Default is ˜14/20.

    -
    -
    +

    Used to calculate line-height throughout Bootstrap.

    -

    Choose a separate font weight for headings.

    +

    Choose a separate font-weight for headings.

    -

    Choose a separate line height for headings.

    +

    Choose a separate line-height for headings.

    +

    Colors

    @@ -439,15 +437,16 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Define your preferred colors for standard text and links.

    -

    Color for all standard text.

    +

    Global color set on the body.

    -

    Link color for links in standard text.

    +

    Global link color for text.

    -

    Hovered link color. Leave this blank to compute using @link-color.

    +

    Automatically darken links on hover via color function.

    +

    Media queries breakpoints

    Define the breakpoints at which your layout will change, adapting to different screen sizes.

    @@ -464,7 +463,8 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
    -

    The grid

    + +

    Grid system

    Define your custom responsive grid.

    @@ -481,6 +481,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Point at which the navbar stops collapsing.

    +

    Components

    Define common padding and border radius sizes and more.

    @@ -509,11 +510,17 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
    +

    Active background color

    - - -

    Used for active or hovered items in places like navs or dropdowns.

    -

    Buttons

    +
    +
    + + +

    Used for active or hovered items in places like navs or dropdowns.

    +
    +
    + +

    Buttons

    For each of Bootstrap's buttons, define text, background and border color.

    @@ -563,7 +570,8 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
    -

    Form states and alerts

    + +

    Form states and alerts

    Define colors for form feedback states and, by default, alerts.

    @@ -599,7 +607,8 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
    -

    Alerts

    + +

    Alerts

    Define alert colors and border radius.

    Border radius

    @@ -638,10 +647,12 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
    -

    Navbar

    + +

    Navbar

    -

    The basics

    +

    Default navbar

    +

    Basics

    @@ -672,8 +683,8 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
    -

    Inverted variation

    -

    The basics

    +

    Inverted navbar

    +

    Basics

    @@ -702,28 +713,29 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
    -

    Tables

    + +

    Tables

    -
    +

    Default background color used for all tables.

    -
    -
    +

    Background color used for .table-striped.

    -
    +

    Background color used for .table-hover.

    + + +

    Border color for table and cell borders.

    - - -

    Border color for table and cell borders.

    -

    Forms

    + +

    Forms

    Background

    @@ -733,6 +745,11 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    <input disabled>background color

    + +

    Placeholder

    + + +

    Placeholder text color

    Border

    @@ -744,10 +761,8 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    <input>border radius

    - - -

    Placeholder text color

    -

    Dropdowns

    + +

    Dropdowns

    Background

    @@ -780,40 +795,30 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Dropdown divider top border color

    -
    -

    Dropdown divider bottom border color

    -

    Panels and wells

    -

    Panel background

    + +

    Panels and wells

    +

    Default panel styles

    -
    +

    Panel body background color

    -
    -

    Panel heading background color

    -
    -

    Panel footer background color

    -
    -

    Panel border

    -

    Panel border color

    -
    -

    Panel border radius

    @@ -821,94 +826,67 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Contextual panel colors

    -
    +
    +

    Primary

    Primary text color

    -
    -

    Primary border color

    -
    -

    Primary heading background color

    -
    -
    -
    -
    +

    Success

    Success text color

    -
    -

    Success border color

    -
    -

    Success heading background color

    +

    Info

    + + +

    Info text color

    + + +

    Info border color

    + + +

    Info heading background color

    -
    -
    -
    +
    +

    Warning

    Warning text color

    -
    -

    Warning border color

    -
    -

    Warning heading background color

    -
    -
    -
    -
    +

    Danger

    Danger text color

    -
    -

    Danger border color

    -
    -

    Danger heading background color

    -
    -
    - - -

    Info text color

    -
    -
    - - -

    Info border color

    -
    -
    - - -

    Info heading background color

    -
    -
    -

    Well background

    + +

    Wells

    -

    Jumbotron

    + +

    Jumbotron

    @@ -926,7 +904,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Jumbotron lead paragraph color

    -

    Modals

    +

    Modals

    @@ -944,7 +922,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Modal title line-height

    -

    List group

    +

    List group

    Background

    @@ -984,7 +962,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Text color of active list elements

    -

    Thumbnails

    +

    Thumbnails

    @@ -1003,7 +981,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Thumbnail border radius

    -

    Progress bars

    +

    Progress bars

    @@ -1038,7 +1016,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Info progress bar color

    -

    Pagination

    +

    Pagination

    @@ -1056,7 +1034,8 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Active background color

    -

    Labels

    + +

    Labels

    @@ -1075,7 +1054,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Danger label background color

    -

    Tooltips and popovers

    +

    Tooltips and popovers

    Tooltip styles

    @@ -1126,7 +1105,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

    Popover outer arrow color

    -

    Other

    +

    Other