From a0179322854a9d1e2b9363447c9884e40733d04f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 16 Nov 2011 23:58:36 -0800 Subject: start breaking down patterns.less into more distinct files, update docs for forms to use correct classes --- docs/less.html | 197 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 195 insertions(+), 2 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index fccd5b9a4..2d35eea26 100644 --- a/docs/less.html +++ b/docs/less.html @@ -95,15 +95,208 @@ +
+
+

Hyperlinks

+
+
+ + + + + + + + + + + + + + + + + + + + +
VariableValueUsage
@linkColor#0069d6Default link text color
@linkColorHoverdarken(@linkColor, 15)Default link text hover color
+
+
+ +
+
+

Grayscale colors

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@black#000Black
@grayDarklighten(@black, 25%)Dark gray
@graylighten(@black, 50%)Medium gray
@grayLightlighten(@black, 75%)Light gray
@grayLighterlighten(@black, 90%)Lighter gray
@white#fffWhite
+
+
+ +
+
+

Accent colors

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@blue#049CDB
@green#46a546
@red#9d261d
@yellow#ffc40d
@orange#f89406
@pink#c3325f
@purple#7a43b6
+
+
+ +
+
+

Grid system

+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
@gridColumns12
@gridColumnWidth60px
@gridGutterWidth20px
@siteWidth(@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1))
+
+
+ +
+
+

Typography

+
+
+ + + + + + + + + + + + + + + + + + +
@baseFontSize13px
@baseFontFamily"Helvetica Neue", Helvetica, Arial, sans-serif
@baseLineHeight18px
+
+
+ +
+
+

Visuals

+
+
+ + + + + + + + +
@primaryButtonColor@blue
+
+
-- cgit v1.2.3