From 291a23aa4fc62e7593d4471af2b438aa1017a86a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 11 Sep 2013 21:14:10 -0700 Subject: Massive customizer audit and overhaul MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I probably missed a few things and screwed up a few others, but this takes the place of much of #9910. I haven't added many variables—that should be reserved for v3.1—but I have rejiggered the layout, added missing ones, corrected wrong values, etc. /cc @cvrebert @juthilo @saas786 --- customize.html | 791 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 524 insertions(+), 267 deletions(-) (limited to 'customize.html') diff --git a/customize.html b/customize.html index da8d9d4c4..44a748caf 100644 --- a/customize.html +++ b/customize.html @@ -347,18 +347,51 @@ base_url: "../"

Basics

-

Body background

+ +

Color system

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

Body scaffolding

+
+
-

Background color applied to <body>.

+

Background color for <body>.

+ + +

Global text color on <body>.

+
+
+ + +

Global textual link color

+ + +

Link hover color set via darken() function

+

Typography

+

Generic font variables

Default sans-serif fonts.

@@ -368,27 +401,27 @@ base_url: "../"

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

-
-
+ +

Base type styes

-

Used to globally set font-family in Bootstrap.

-

Used to calculate font-size throughout Bootstrap.

-

Used to calculate line-height throughout Bootstrap.

+ + + +
+

Heading font sizes

-
-
@@ -398,25 +431,8 @@ base_url: "../"
-

Code blocks

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

Headings

+

Headings

@@ -432,80 +448,66 @@ base_url: "../"
-

Colors

+ +

Code blocks

-

Define custom colors used in several contexts.

- - -

Used for primary buttons, panels and more.

- - -

Used to indicate success.

- - -

Used to indicate a warning.

- - -

Used to indicate danger.

- - -

Used to indicate informational content.

+ + + +
-

Define your preferred colors for standard text and links.

- - -

Global color set on the body.

- - -

Global link color for text.

- - -

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.

-
+
+
+
-
+
+
+
-

Container sizes

-

Define the maximum width of .container for different screen sizes.

+

Layout and grid system

- +

For @screen-sm-min and up.

- +

For @screen-md-min and up.

- +

For @screen-lg-min and up.

-

Grid system

-

Define your custom responsive grid.