From b011daf67fbb3cde6c33b40a0347d7e1a8d183ad Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Mar 2012 19:36:55 -0700 Subject: finish adding remaining component variables to less docs page --- docs/less.html | 225 +++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 193 insertions(+), 32 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index de11c79ba..19b2b2235 100644 --- a/docs/less.html +++ b/docs/less.html @@ -139,12 +139,24 @@
-

Hyperlinks

+

Scaffolding and links

- - + + + + + + + + + + + + + + @@ -184,18 +196,69 @@

Typography

@linkColor#08c@bodyBackground@whitePage background color
@textColor@grayDarkDefault text color for entire body, headings, and more
@linkColor#08c Default link text color
+ + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + +
@sansFontFamily"Helvetica Neue", Helvetica, Arial, sans-serif
@serifFontFamilyGeorgia, "Times New Roman", Times, serif
@monoFontFamilyMenlo, Monaco, "Courier New", monospace
@baseFontSize 13px
@baseFontFamily"Helvetica Neue", Helvetica, Arial, sans-serif@sansFontFamily
@baseLineHeight 18px
@altFontFamily@serifFontFamily
@headingsFontFamilyinherit
@headingsFontWeightbold
@headingsColorinherit
+

Tables

+ + + + + + + + + + + + + + + + + +
@tableBackgroundtransparent
@tableBackgroundAccent#f9f9f9
@tableBackgroundHover#f5f5f5
@tableBorderddd
@@ -378,10 +441,68 @@ @placeholderText @grayLight - + + + @inputBackground + @white + + + @inputBorder + #ccc + + + @inputDisabledBackground + @grayLighter +

Form states and alerts

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@warningText#c09853
@warningBackground#f3edd2
@errorText#b94a48
@errorBackground#f2dede
@successText#468847
@successBackground#dff0d8
@infoText#3a87ad
@infoBackground#d9edf7
+
+

Navbar

@@ -400,6 +521,7 @@ + @@ -415,52 +537,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@grayDark
@navbarText @grayLight@white
@navbarLinkColorActive@navbarLinkColorHover
@navbarLinkBackgroundHovertransparent
@navbarLinkBackgroundActive@navbarBackground
@navbarSearchBackgroundlighten(@navbarBackground, 25%)
@navbarSearchBackgroundFocus@white
@navbarSearchBorderdarken(@navbarSearchBackground, 30%)
@navbarSearchPlaceholderColor#ccc
@navbarBrandColor@navbarLinkColor
-
-
-

Form states and alerts

+

Dropdowns

- - - + + - - - + + - - - + + - - - + + - - - + + + +
@warningText#c09853@dropdownBackground@white
@warningBackground#f3edd2@dropdownBorderrgba(0,0,0,.2)
@errorText#b94a48@dropdownLinkColor@grayDark
@errorBackground#f2dede@dropdownLinkColorHover@white
@successText#468847@dropdownLinkBackgroundHover@linkColor
+

Hero unit

+ + - - - + + + - - - + + + - - - + + +
@successBackground#dff0d8@heroUnitBackground@grayLighter
@infoText#3a87ad@heroUnitHeadingColorinherit
@infoBackground#d9edf7@heroUnitLeadColorinhereit
-- cgit v1.2.3