From 3160bd872ee02567ae369ad1d940207523cd5a44 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 23 May 2013 21:34:32 -0700 Subject: rearrange customizer content --- docs/customize.html | 241 ++++++++++++++++++++++++---------------------------- 1 file changed, 110 insertions(+), 131 deletions(-) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index 62ed43a9b..6b3c627d0 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

-- cgit v1.2.3