From edb733ebc7db2d76bdac2611cbd83c5ae36f4fee Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 8 May 2013 21:56:08 -0700 Subject: Super massive docs overhaul * Bring back the navbar up top * Pull the docs content back into separate pages because a 6.6k line docs file is just crazy * Recenter the page content and bring back affixed side nav (needs work) --- docs/customize.html | 644 ++++++++++++++++++++++++++-------------------------- 1 file changed, 320 insertions(+), 324 deletions(-) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index 710875b72..1269d2532 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -1,11 +1,11 @@ --- -layout: default +layout: customize title: Customize and download +slug: customize ---
-
Customize and download
-
-
- -
-
- -
-
-

Scaffolding

- - - - - -

Base CSS

- - - - - - - -
-
-

Components

- - - - - - - - - - - -

JS Components

- - - - - - -
-
-

Miscellaneous

- - - - -

Responsive

- - - - - -
-
-
+ + +
+ +
+
+

Scaffolding

+ + + + + +

Base CSS

+ + + + + + + +
+
+

Components

+ + + + + + + + + + + +

JS Components

+ + + + + + +
+
+

Miscellaneous

+ + + + +

Responsive

+ + + + + +
+
+
-
- -
-
- - - - - - - -
-
- - - - - - -
-
-

Heads up!

-

All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of jQuery to be included.

-
-
-
+
+ +
+
+ + + + + + + +
+
+ + + + + + +
+
+

Heads up!

+

All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of jQuery to be included.

+
+
+
-
- -
-
-

Scaffolding

- - - - +
+ +
+
+

Scaffolding

+ + + + -

Links

- - - - +

Links

+ + + + -

Grid system

- - - - - - - - - - - - - - +

Grid system

+ + + + + + + + + + + + + + -
-
+
+
-

Typography

- - - - - - +

Typography

+ + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + - - - - - - + + + + + + -

Tables

- - - - - - - - +

Tables

+ + + + + + + + -

Forms

- - - - - - - - - - - - - - - - +

Forms

+ + + + + + + + + + + + + + + + -
-
+
+
-

Form states & alerts

- - - - - - - - - - - - - - - - +

Form states & alerts

+ + + + + + + + + + + + + + + + -

Navbar

- - - - - - - - - - - - - - - - - - - - - - - - - - - - +

Navbar

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + -

Dropdowns

- - - - - - - - - - -
-
-
+

Dropdowns

+ + + + + + + + + + +
+
+
-
- -
- Customize and Download -

What's included?

-

Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.

-
-
-
- - -
+
+ +
+ Customize and Download +

What's included?

+

Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience.

+
+
+ -- cgit v1.2.3 From d4546cbcc2f3a5cae79a69e4857d52d6e947a833 Mon Sep 17 00:00:00 2001 From: Robert Burns Date: Sun, 12 May 2013 22:04:22 -0400 Subject: Fix buttons within examples --- docs/customize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index 1269d2532..5d4edcf79 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -19,7 +19,7 @@ slug: customize
- +

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

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

All checked plugins will be compiled into a single file, bootstrap.js. All plugins require the latest version of jQuery to be included.

- - + +

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

-- cgit v1.2.3 From a3cba92edd6f778c061ff40dc34a5e939342d31c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 22 May 2013 23:45:12 -0700 Subject: rejigger the customizer layout --- docs/customize.html | 167 ++++++++++++++++++++++++++-------------------------- 1 file changed, 82 insertions(+), 85 deletions(-) (limited to 'docs/customize.html') diff --git a/docs/customize.html b/docs/customize.html index e6139f23a..62ed43a9b 100644 --- a/docs/customize.html +++ b/docs/customize.html @@ -13,31 +13,32 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge

LESS components

-

Choose which LESS files should be compiled into your custom stylesheets.

+

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.

+

The basics

-
+

Layout

@@ -47,79 +48,76 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
-
-

Utility classes

+
+

Global CSS

-
-
-

Standard element styles

-
-
+
+
+

Utility classes

-
-
+

Bootstrap features

-
+

Navigation

@@ -141,75 +139,76 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
-
-

Additional information

+
+

Content blocks

+
+
+

Behavioral (requires JS)

-
-
-
-
-

Content blocks

-
+
+ +
+

Media

-
-
-
-

Other

+
+

Miscellaneous

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

Body background

-

Background color applied to <body>.

+

Background color applied to <body>.

Typography

-- cgit v1.2.3 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