chriseppstein-compass 0.1.1 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Manifest +6 -3
- data/VERSION +1 -1
- data/compass.gemspec +3 -3
- data/examples/blueprint_default/stylesheets/ie.sass +1 -2
- data/examples/blueprint_default/stylesheets/print.sass +1 -2
- data/examples/blueprint_default/stylesheets/screen.sass +4 -5
- data/examples/blueprint_plugins/stylesheets/ie.sass +1 -2
- data/examples/blueprint_plugins/stylesheets/print.sass +1 -2
- data/examples/blueprint_plugins/stylesheets/screen.sass +6 -6
- data/examples/blueprint_scoped/stylesheets/ie.sass +1 -2
- data/examples/blueprint_scoped/stylesheets/print.sass +1 -2
- data/examples/blueprint_scoped/stylesheets/screen.sass +1 -2
- data/examples/blueprint_scoped_form/stylesheets/ie.sass +1 -2
- data/examples/blueprint_scoped_form/stylesheets/print.sass +1 -2
- data/examples/blueprint_scoped_form/stylesheets/screen.sass +7 -6
- data/examples/blueprint_semantic/stylesheets/ie.sass +1 -2
- data/examples/blueprint_semantic/stylesheets/liquid.sass +3 -3
- data/examples/blueprint_semantic/stylesheets/print.sass +1 -2
- data/examples/blueprint_semantic/stylesheets/screen.sass +5 -5
- data/frameworks/blueprint/stylesheets/blueprint/_ie.sass +36 -6
- data/frameworks/blueprint/stylesheets/blueprint/_print.sass +44 -31
- data/frameworks/blueprint/stylesheets/blueprint/_screen.sass +2 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass +25 -20
- data/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass +3 -3
- data/frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass +20 -24
- data/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass +52 -51
- data/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass +37 -34
- data/frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass +46 -49
- data/frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass +36 -19
- data/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass +24 -2
- data/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass +0 -2
- data/frameworks/blueprint/templates/project/ie.sass +1 -2
- data/frameworks/blueprint/templates/project/print.sass +1 -2
- data/frameworks/blueprint/templates/project/screen.sass +4 -5
- data/frameworks/compass/stylesheets/compass/utilities/_print.sass +24 -0
- data/test/compass_test.rb +7 -6
- data/test/fixtures/stylesheets/blueprint/css/typography.css +158 -0
- data/test/fixtures/stylesheets/{default → blueprint}/sass/ie.sass +1 -2
- data/test/fixtures/stylesheets/{default → blueprint}/sass/print.sass +1 -2
- data/test/fixtures/stylesheets/blueprint/sass/screen.sass +17 -0
- data/test/fixtures/stylesheets/blueprint/sass/typography.sass +3 -0
- metadata +8 -5
- data/test/fixtures/stylesheets/default/sass/screen.sass +0 -18
data/Manifest
CHANGED
@@ -73,6 +73,7 @@ frameworks/compass/stylesheets/compass/_utilities.sass
|
|
73
73
|
frameworks/compass/stylesheets/compass/utilities/_general.sass
|
74
74
|
frameworks/compass/stylesheets/compass/utilities/_links.sass
|
75
75
|
frameworks/compass/stylesheets/compass/utilities/_lists.sass
|
76
|
+
frameworks/compass/stylesheets/compass/utilities/_print.sass
|
76
77
|
frameworks/compass/stylesheets/compass/utilities/_tables.sass
|
77
78
|
frameworks/compass/stylesheets/compass/utilities/_text.sass
|
78
79
|
frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass
|
@@ -130,9 +131,11 @@ Manifest
|
|
130
131
|
Rakefile
|
131
132
|
README.markdown
|
132
133
|
test/compass_test.rb
|
133
|
-
test/fixtures/stylesheets/
|
134
|
-
test/fixtures/stylesheets/
|
135
|
-
test/fixtures/stylesheets/
|
134
|
+
test/fixtures/stylesheets/blueprint/css/typography.css
|
135
|
+
test/fixtures/stylesheets/blueprint/sass/ie.sass
|
136
|
+
test/fixtures/stylesheets/blueprint/sass/print.sass
|
137
|
+
test/fixtures/stylesheets/blueprint/sass/screen.sass
|
138
|
+
test/fixtures/stylesheets/blueprint/sass/typography.sass
|
136
139
|
test/fixtures/stylesheets/yui/css/mixins.css
|
137
140
|
test/fixtures/stylesheets/yui/sass/base.sass
|
138
141
|
test/fixtures/stylesheets/yui/sass/fonts.sass
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.3.0
|
data/compass.gemspec
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = %q{compass}
|
3
|
-
s.version = "0.
|
3
|
+
s.version = "0.3.0"
|
4
4
|
|
5
5
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
6
6
|
s.authors = ["Chris Eppstein"]
|
7
|
-
s.date = %q{2008-12-
|
7
|
+
s.date = %q{2008-12-06}
|
8
8
|
s.default_executable = %q{compass}
|
9
9
|
s.description = %q{Sass-Based CSS Meta-Framework. Semantic, Maintainable CSS.}
|
10
10
|
s.email = %q{chris@eppsteins.net}
|
11
11
|
s.executables = ["compass"]
|
12
12
|
s.extra_rdoc_files = ["bin/compass", "lib/compass/commands/base.rb", "lib/compass/commands/create_project.rb", "lib/compass/commands/install_rails.rb", "lib/compass/commands/print_version.rb", "lib/compass/commands/update_project.rb", "lib/compass/commands/watch_project.rb", "lib/compass/core_ext.rb", "lib/compass/exec.rb", "lib/compass/frameworks/blueprint.rb", "lib/compass/frameworks/compass.rb", "lib/compass/frameworks/yui.rb", "lib/compass/frameworks.rb", "lib/compass/merb.rb", "lib/compass/test_case.rb", "lib/compass/validate/COPYRIGHT.html", "lib/compass/validate/css-validator-javadoc.jar", "lib/compass/validate/css-validator.jar", "lib/compass/validate/jigsaw.jar", "lib/compass/validate/JIGSAW_COPYRIGHT", "lib/compass/validate/README.html", "lib/compass/validate/xerces.jar", "lib/compass/validate/XERCES_COPYING.txt", "lib/compass/validate.rb", "lib/compass/validator.rb", "lib/compass/version.rb", "lib/compass.rb", "lib/sass_extensions.rb", "README.markdown"]
|
13
|
-
s.files = ["bin/compass", "compass.gemspec", "examples/blueprint_default/index.html", "examples/blueprint_default/parts/elements.html", "examples/blueprint_default/parts/forms.html", "examples/blueprint_default/parts/grid.html", "examples/blueprint_default/parts/test-small.jpg", "examples/blueprint_default/parts/test.jpg", "examples/blueprint_default/parts/valid.png", "examples/blueprint_default/stylesheets/ie.sass", "examples/blueprint_default/stylesheets/images/grid.png", "examples/blueprint_default/stylesheets/print.sass", "examples/blueprint_default/stylesheets/screen.sass", "examples/blueprint_plugins/index.html", "examples/blueprint_plugins/parts/fancy_type.html", "examples/blueprint_plugins/parts/test-small.jpg", "examples/blueprint_plugins/parts/test.jpg", "examples/blueprint_plugins/parts/valid.png", "examples/blueprint_plugins/stylesheets/ie.sass", "examples/blueprint_plugins/stylesheets/images/grid.png", "examples/blueprint_plugins/stylesheets/print.sass", "examples/blueprint_plugins/stylesheets/screen.sass", "examples/blueprint_scoped/stylesheets/ie.sass", "examples/blueprint_scoped/stylesheets/print.sass", "examples/blueprint_scoped/stylesheets/screen.sass", "examples/blueprint_scoped_form/stylesheets/ie.sass", "examples/blueprint_scoped_form/stylesheets/print.sass", "examples/blueprint_scoped_form/stylesheets/screen.sass", "examples/blueprint_semantic/index.html", "examples/blueprint_semantic/parts/fancy_type.html", "examples/blueprint_semantic/parts/liquid.html", "examples/blueprint_semantic/parts/test-small.jpg", "examples/blueprint_semantic/parts/test.jpg", "examples/blueprint_semantic/parts/valid.png", "examples/blueprint_semantic/stylesheets/ie.sass", "examples/blueprint_semantic/stylesheets/images/grid.png", "examples/blueprint_semantic/stylesheets/liquid.sass", "examples/blueprint_semantic/stylesheets/print.sass", "examples/blueprint_semantic/stylesheets/screen.sass", "examples/compass/compass.html", "examples/compass/stylesheets/compass.sass", "examples/compass/stylesheets/images/blue_arrow.gif", "examples/compass/stylesheets/utilities.sass", "examples/compass/utilities.html.haml", "examples/yui/divisions.html.haml", "examples/yui/index.html.haml", "examples/yui/stylesheets/screen.sass", "examples/yui/sub_divisions.html.haml", "examples/yui/templates.html.haml", "examples/yui/test.jpg", "examples/yui/typography.html.haml", "frameworks/blueprint/lib/blueprint/constants.rb", "frameworks/blueprint/lib/blueprint/grid_builder.rb", "frameworks/blueprint/stylesheets/blueprint/_ie.sass", "frameworks/blueprint/stylesheets/blueprint/_print.sass", "frameworks/blueprint/stylesheets/blueprint/_screen.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_form.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass", "frameworks/blueprint/templates/project/grid.png", "frameworks/blueprint/templates/project/ie.sass", "frameworks/blueprint/templates/project/print.sass", "frameworks/blueprint/templates/project/screen.sass", "frameworks/compass/stylesheets/compass/_reset.sass", "frameworks/compass/stylesheets/compass/_utilities.sass", "frameworks/compass/stylesheets/compass/utilities/_general.sass", "frameworks/compass/stylesheets/compass/utilities/_links.sass", "frameworks/compass/stylesheets/compass/utilities/_lists.sass", "frameworks/compass/stylesheets/compass/utilities/_tables.sass", "frameworks/compass/stylesheets/compass/utilities/_text.sass", "frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass", "frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass", "frameworks/compass/stylesheets/compass/utilities/general/_reset.sass", "frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass", "frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass", "frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass", "frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass", "frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass", "frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass", "frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass", "frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass", "frameworks/compass/templates/project/grid.png", "frameworks/compass/templates/project/ie.sass", "frameworks/compass/templates/project/print.sass", "frameworks/compass/templates/project/screen.sass", "frameworks/yui/COPYRIGHT", "frameworks/yui/stylesheets/yui/_screen.sass", "frameworks/yui/stylesheets/yui/modules/_base.sass", "frameworks/yui/stylesheets/yui/modules/_fonts.sass", "frameworks/yui/stylesheets/yui/modules/_grids.sass", "frameworks/yui/templates/project/screen.sass", "lib/compass/commands/base.rb", "lib/compass/commands/create_project.rb", "lib/compass/commands/install_rails.rb", "lib/compass/commands/print_version.rb", "lib/compass/commands/update_project.rb", "lib/compass/commands/watch_project.rb", "lib/compass/core_ext.rb", "lib/compass/exec.rb", "lib/compass/frameworks/blueprint.rb", "lib/compass/frameworks/compass.rb", "lib/compass/frameworks/yui.rb", "lib/compass/frameworks.rb", "lib/compass/merb.rb", "lib/compass/test_case.rb", "lib/compass/validate/COPYRIGHT.html", "lib/compass/validate/css-validator-javadoc.jar", "lib/compass/validate/css-validator.jar", "lib/compass/validate/jigsaw.jar", "lib/compass/validate/JIGSAW_COPYRIGHT", "lib/compass/validate/README.html", "lib/compass/validate/xerces.jar", "lib/compass/validate/XERCES_COPYING.txt", "lib/compass/validate.rb", "lib/compass/validator.rb", "lib/compass/version.rb", "lib/compass.rb", "lib/sass_extensions.rb", "Manifest", "Rakefile", "README.markdown", "test/compass_test.rb", "test/fixtures/stylesheets/
|
13
|
+
s.files = ["bin/compass", "compass.gemspec", "examples/blueprint_default/index.html", "examples/blueprint_default/parts/elements.html", "examples/blueprint_default/parts/forms.html", "examples/blueprint_default/parts/grid.html", "examples/blueprint_default/parts/test-small.jpg", "examples/blueprint_default/parts/test.jpg", "examples/blueprint_default/parts/valid.png", "examples/blueprint_default/stylesheets/ie.sass", "examples/blueprint_default/stylesheets/images/grid.png", "examples/blueprint_default/stylesheets/print.sass", "examples/blueprint_default/stylesheets/screen.sass", "examples/blueprint_plugins/index.html", "examples/blueprint_plugins/parts/fancy_type.html", "examples/blueprint_plugins/parts/test-small.jpg", "examples/blueprint_plugins/parts/test.jpg", "examples/blueprint_plugins/parts/valid.png", "examples/blueprint_plugins/stylesheets/ie.sass", "examples/blueprint_plugins/stylesheets/images/grid.png", "examples/blueprint_plugins/stylesheets/print.sass", "examples/blueprint_plugins/stylesheets/screen.sass", "examples/blueprint_scoped/stylesheets/ie.sass", "examples/blueprint_scoped/stylesheets/print.sass", "examples/blueprint_scoped/stylesheets/screen.sass", "examples/blueprint_scoped_form/stylesheets/ie.sass", "examples/blueprint_scoped_form/stylesheets/print.sass", "examples/blueprint_scoped_form/stylesheets/screen.sass", "examples/blueprint_semantic/index.html", "examples/blueprint_semantic/parts/fancy_type.html", "examples/blueprint_semantic/parts/liquid.html", "examples/blueprint_semantic/parts/test-small.jpg", "examples/blueprint_semantic/parts/test.jpg", "examples/blueprint_semantic/parts/valid.png", "examples/blueprint_semantic/stylesheets/ie.sass", "examples/blueprint_semantic/stylesheets/images/grid.png", "examples/blueprint_semantic/stylesheets/liquid.sass", "examples/blueprint_semantic/stylesheets/print.sass", "examples/blueprint_semantic/stylesheets/screen.sass", "examples/compass/compass.html", "examples/compass/stylesheets/compass.sass", "examples/compass/stylesheets/images/blue_arrow.gif", "examples/compass/stylesheets/utilities.sass", "examples/compass/utilities.html.haml", "examples/yui/divisions.html.haml", "examples/yui/index.html.haml", "examples/yui/stylesheets/screen.sass", "examples/yui/sub_divisions.html.haml", "examples/yui/templates.html.haml", "examples/yui/test.jpg", "examples/yui/typography.html.haml", "frameworks/blueprint/lib/blueprint/constants.rb", "frameworks/blueprint/lib/blueprint/grid_builder.rb", "frameworks/blueprint/stylesheets/blueprint/_ie.sass", "frameworks/blueprint/stylesheets/blueprint/_print.sass", "frameworks/blueprint/stylesheets/blueprint/_screen.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_colors.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_fancy_type.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_form.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_liquid.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_scaffolding.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass", "frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass", "frameworks/blueprint/templates/project/grid.png", "frameworks/blueprint/templates/project/ie.sass", "frameworks/blueprint/templates/project/print.sass", "frameworks/blueprint/templates/project/screen.sass", "frameworks/compass/stylesheets/compass/_reset.sass", "frameworks/compass/stylesheets/compass/_utilities.sass", "frameworks/compass/stylesheets/compass/utilities/_general.sass", "frameworks/compass/stylesheets/compass/utilities/_links.sass", "frameworks/compass/stylesheets/compass/utilities/_lists.sass", "frameworks/compass/stylesheets/compass/utilities/_print.sass", "frameworks/compass/stylesheets/compass/utilities/_tables.sass", "frameworks/compass/stylesheets/compass/utilities/_text.sass", "frameworks/compass/stylesheets/compass/utilities/general/_clearfix.sass", "frameworks/compass/stylesheets/compass/utilities/general/_inline_block.sass", "frameworks/compass/stylesheets/compass/utilities/general/_reset.sass", "frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass", "frameworks/compass/stylesheets/compass/utilities/general/_tag_cloud.sass", "frameworks/compass/stylesheets/compass/utilities/links/_hover_link.sass", "frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass", "frameworks/compass/stylesheets/compass/utilities/links/_unstyled_link.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass", "frameworks/compass/stylesheets/compass/utilities/lists/_inline_list.sass", "frameworks/compass/stylesheets/compass/utilities/tables/_alternating_rows_and_columns.sass", "frameworks/compass/stylesheets/compass/utilities/text/_nowrap.sass", "frameworks/compass/stylesheets/compass/utilities/text/_replacement.sass", "frameworks/compass/templates/project/grid.png", "frameworks/compass/templates/project/ie.sass", "frameworks/compass/templates/project/print.sass", "frameworks/compass/templates/project/screen.sass", "frameworks/yui/COPYRIGHT", "frameworks/yui/stylesheets/yui/_screen.sass", "frameworks/yui/stylesheets/yui/modules/_base.sass", "frameworks/yui/stylesheets/yui/modules/_fonts.sass", "frameworks/yui/stylesheets/yui/modules/_grids.sass", "frameworks/yui/templates/project/screen.sass", "lib/compass/commands/base.rb", "lib/compass/commands/create_project.rb", "lib/compass/commands/install_rails.rb", "lib/compass/commands/print_version.rb", "lib/compass/commands/update_project.rb", "lib/compass/commands/watch_project.rb", "lib/compass/core_ext.rb", "lib/compass/exec.rb", "lib/compass/frameworks/blueprint.rb", "lib/compass/frameworks/compass.rb", "lib/compass/frameworks/yui.rb", "lib/compass/frameworks.rb", "lib/compass/merb.rb", "lib/compass/test_case.rb", "lib/compass/validate/COPYRIGHT.html", "lib/compass/validate/css-validator-javadoc.jar", "lib/compass/validate/css-validator.jar", "lib/compass/validate/jigsaw.jar", "lib/compass/validate/JIGSAW_COPYRIGHT", "lib/compass/validate/README.html", "lib/compass/validate/xerces.jar", "lib/compass/validate/XERCES_COPYING.txt", "lib/compass/validate.rb", "lib/compass/validator.rb", "lib/compass/version.rb", "lib/compass.rb", "lib/sass_extensions.rb", "Manifest", "Rakefile", "README.markdown", "test/compass_test.rb", "test/fixtures/stylesheets/blueprint/css/typography.css", "test/fixtures/stylesheets/blueprint/sass/ie.sass", "test/fixtures/stylesheets/blueprint/sass/print.sass", "test/fixtures/stylesheets/blueprint/sass/screen.sass", "test/fixtures/stylesheets/blueprint/sass/typography.sass", "test/fixtures/stylesheets/yui/css/mixins.css", "test/fixtures/stylesheets/yui/sass/base.sass", "test/fixtures/stylesheets/yui/sass/fonts.sass", "test/fixtures/stylesheets/yui/sass/grids.sass", "test/fixtures/stylesheets/yui/sass/mixins.sass", "test/sass_extensions_test.rb", "test/test_helper.rb", "VERSION"]
|
14
14
|
s.homepage = %q{http://github.com/chriseppstein/compass}
|
15
15
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Compass", "--main", "README.markdown"]
|
16
16
|
s.require_paths = ["lib"]
|
@@ -2,8 +2,7 @@
|
|
2
2
|
@import blueprint/modules/scaffolding.sass
|
3
3
|
@import compass/reset.sass
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
+blueprint-scaffolding
|
5
|
+
+blueprint
|
6
|
+
// Remove the scaffolding when you're ready to start doing visual design.
|
7
|
+
// Or leave it in if you're happy with how blueprint looks out-of-the-box
|
8
|
+
+blueprint-scaffolding
|
@@ -3,9 +3,9 @@
|
|
3
3
|
@import blueprint/modules/scaffolding.sass
|
4
4
|
@import compass/reset.sass
|
5
5
|
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
6
|
+
|
7
|
+
+blueprint
|
8
|
+
+fancy-type
|
9
|
+
// Remove the scaffolding when you're ready to start doing visual design.
|
10
|
+
// Or leave it in if you're happy with how blueprint looks out-of-the-box
|
11
|
+
+blueprint-scaffolding
|
@@ -1,9 +1,10 @@
|
|
1
1
|
@import blueprint/screen.sass
|
2
2
|
@import compass/reset.sass
|
3
3
|
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
4
|
+
+blueprint-grid
|
5
|
+
+blueprint-typography
|
6
|
+
+blueprint-utilities
|
7
|
+
+blueprint-debug
|
8
|
+
+blueprint-interaction
|
9
|
+
form.blueprint
|
10
|
+
+blueprint-form
|
@@ -3,17 +3,17 @@
|
|
3
3
|
@import blueprint/modules/scaffolding.sass
|
4
4
|
@import compass/reset.sass
|
5
5
|
|
6
|
-
.
|
7
|
-
+container
|
6
|
+
+blueprint-typography("body.blueprint")
|
8
7
|
|
9
8
|
body.blueprint
|
10
|
-
+blueprint-
|
11
|
-
|
12
|
-
+
|
9
|
+
+blueprint-scaffolding-body
|
10
|
+
.container
|
11
|
+
+container
|
13
12
|
hr
|
14
13
|
+colruler
|
15
14
|
hr.space
|
16
15
|
+colspacer
|
16
|
+
|
17
17
|
img#w3c
|
18
18
|
:margin-top 0
|
19
19
|
:padding-top 0
|
@@ -1,19 +1,49 @@
|
|
1
|
-
//
|
2
|
-
|
1
|
+
// The blueprint IE mixins should be mixed into a stylesheet that gets conditionally included
|
2
|
+
// into IE like so:
|
3
|
+
// <!--[if IE]><link rel="stylesheet" href="ie.css"
|
4
|
+
// type="text/css" media="screen, projection"><![endif]-->
|
5
|
+
|
6
|
+
// The +blueprint-ie mixin must be mixed into the top level of your stylesheet.
|
7
|
+
// However, you can customize the body selector if you wish to control the scope
|
8
|
+
// of this mixin. Examples:
|
9
|
+
// Apply to any page including the stylesheet:
|
10
|
+
// +blueprint-ie
|
11
|
+
// Scoped by a single presentational body class:
|
12
|
+
// +blueprint-ie("body.blueprint")
|
13
|
+
// Semantically:
|
14
|
+
// +blueprint-ie("body#page-1, body#page-2, body.a-special-page-type")
|
15
|
+
// Alternatively, you can use the +blueprint-ie-body and +blueprint-ie-defaults
|
16
|
+
// mixins to construct your own semantic style rules.
|
17
|
+
|
18
|
+
=blueprint-ie(!body_selector = "body")
|
19
|
+
#{!body_selector}
|
20
|
+
+blueprint-ie-body
|
21
|
+
@if !body_selector != "body"
|
22
|
+
+blueprint-ie-defaults
|
23
|
+
@if !body_selector == "body"
|
24
|
+
+blueprint-ie-defaults
|
25
|
+
|
26
|
+
=blueprint-ie-body
|
3
27
|
:text-align center
|
4
|
-
|
5
|
-
|
28
|
+
+blueprint-ie-hacks
|
29
|
+
|
30
|
+
=blueprint-ie-hacks
|
6
31
|
* html &
|
7
32
|
legend
|
8
33
|
:margin -18px -8px 16px 0
|
9
34
|
:padding 0
|
35
|
+
html>&
|
36
|
+
p code
|
37
|
+
:*white-space normal
|
38
|
+
|
39
|
+
=blueprint-ie-defaults
|
40
|
+
.container
|
41
|
+
:text-align left
|
10
42
|
ol
|
11
43
|
:margin-left 2em
|
12
44
|
sup
|
13
45
|
:vertical-align text-top
|
14
46
|
sub
|
15
47
|
:vertical-align text-bottom
|
16
|
-
html>& p code
|
17
|
-
:*white-space normal
|
18
48
|
hr
|
19
49
|
:margin -8px auto 11px
|
@@ -1,10 +1,40 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
1
|
+
@import modules/typography.sass
|
2
|
+
|
3
|
+
// The +blueprint-print mixin must be mixed into the top level of your stylesheet.
|
4
|
+
// However, you can customize the body selector if you wish to control the scope
|
5
|
+
// of this mixin. Examples:
|
6
|
+
// Apply to any page including the stylesheet:
|
7
|
+
// +blueprint-print
|
8
|
+
// Scoped by a single presentational body class:
|
9
|
+
// +blueprint-print("body.blueprint")
|
10
|
+
// Semantically:
|
11
|
+
// +blueprint-print("body#page-1, body#page-2, body.a-special-page-type")
|
12
|
+
// Alternatively, you can use the +blueprint-print-body and +blueprint-print-defaults
|
13
|
+
// mixins to construct your own semantic style rules.
|
14
|
+
|
15
|
+
=blueprint-print(!body_selector = "body")
|
16
|
+
#{!body_selector}
|
17
|
+
+blueprint-print-body
|
18
|
+
@if !body_selector != "body"
|
19
|
+
+blueprint-print-defaults
|
20
|
+
@if !body_selector == "body"
|
21
|
+
+blueprint-print-defaults
|
22
|
+
|
23
|
+
// This style is in blueprint, but I think it's annoying and it doesn't work in all browsers.
|
24
|
+
// Feel free to mix it into anchors where you want it.
|
25
|
+
=blueprint-show-link-urls
|
26
|
+
&:after
|
27
|
+
:content " (" attr(href) ") "
|
28
|
+
:font-size 90%
|
29
|
+
|
30
|
+
=blueprint-print-body
|
31
|
+
:line-height 1.5
|
32
|
+
:font-family= !blueprint_font_family
|
33
|
+
:color #000
|
34
|
+
:background none
|
35
|
+
:font-size 10pt
|
36
|
+
|
37
|
+
=blueprint-print-defaults
|
8
38
|
.container
|
9
39
|
:background none
|
10
40
|
hr
|
@@ -19,23 +49,22 @@
|
|
19
49
|
:background #fff
|
20
50
|
:color #fff
|
21
51
|
h1, h2, h3, h4, h5, h6
|
22
|
-
:font-family
|
52
|
+
:font-family= !blueprint_font_family
|
23
53
|
code
|
24
|
-
:font
|
54
|
+
:font
|
55
|
+
:size .9em
|
56
|
+
:family= !blueprint_fixed_font_family
|
25
57
|
img
|
26
58
|
:float left
|
27
59
|
:margin 1.5em 1.5em 1.5em 0
|
28
60
|
a
|
29
61
|
img
|
30
62
|
:border none
|
31
|
-
&:link
|
63
|
+
&:link,
|
64
|
+
&:visited
|
32
65
|
:background transparent
|
33
66
|
:font-weight 700
|
34
67
|
:text-decoration underline
|
35
|
-
/* This style is in blueprint, but I think it's annoying and it doesn't work in all browsers.
|
36
|
-
&:after
|
37
|
-
:content " (" attr(href) ") "
|
38
|
-
:font-size 90%
|
39
68
|
p img.top
|
40
69
|
:margin-top 0
|
41
70
|
blockquote
|
@@ -49,21 +78,5 @@
|
|
49
78
|
:font-size 1.1em
|
50
79
|
.quiet
|
51
80
|
:color #999
|
52
|
-
.hide
|
53
|
-
.noprint,
|
54
|
-
.no-print
|
81
|
+
.hide
|
55
82
|
:display none
|
56
|
-
address, blockquote, center, dir, div, dd, dl, dt, fieldset, form, frameset, h1, h2, h3, h4, h5, h6, hr, isindex, li, menu, noframes, noscript, ol, p, pre, table, tbody, td, tfoot, th, thead, tr, ul
|
57
|
-
&.print-only
|
58
|
-
:display block
|
59
|
-
a, abbr, acronym, b, basefont, bdo, big, br, cite, code, dfn, em, font, i, img, input, kbd, label, q, s, samp, select, small, span, strike, strong, sub, sup, textarea, tt, u, var
|
60
|
-
&.print-only
|
61
|
-
:display inline
|
62
|
-
a:visited
|
63
|
-
:background transparent
|
64
|
-
:font-weight 700
|
65
|
-
:text-decoration underline
|
66
|
-
/*
|
67
|
-
a:visited:after
|
68
|
-
:content " (" attr(href) ") "
|
69
|
-
:font-size 90%
|
@@ -6,9 +6,9 @@
|
|
6
6
|
@import modules/interaction.sass
|
7
7
|
@import modules/debug.sass
|
8
8
|
|
9
|
-
=blueprint
|
9
|
+
=blueprint(!body_selector = "body")
|
10
10
|
+blueprint-grid
|
11
|
-
+blueprint-typography
|
11
|
+
+blueprint-typography(!body_selector)
|
12
12
|
+blueprint-utilities
|
13
13
|
+blueprint-debug
|
14
14
|
+blueprint-interaction
|
@@ -1,25 +1,30 @@
|
|
1
|
-
!font_color
|
2
|
-
!quiet_color
|
3
|
-
!loud_color
|
1
|
+
!font_color ||= #333
|
2
|
+
!quiet_color ||= !font_color + #333
|
3
|
+
!loud_color ||= !font_color - #222
|
4
4
|
|
5
|
-
!header_color
|
5
|
+
!header_color ||= !font_color - #111
|
6
6
|
|
7
|
-
|
8
|
-
|
9
|
-
!
|
10
|
-
!
|
11
|
-
!
|
12
|
-
!link_active_color= !link_color + #c00
|
13
|
-
!link_visited_color= !link_color - #333
|
7
|
+
!link_color ||= #009
|
8
|
+
!link_hover_color ||= #000
|
9
|
+
!link_focus_color ||= !link_hover_color
|
10
|
+
!link_active_color ||= !link_color + #C00
|
11
|
+
!link_visited_color ||= !link_color - #333
|
14
12
|
|
15
|
-
!
|
16
|
-
!
|
17
|
-
!
|
13
|
+
!feedback_border_color ||= #DDD
|
14
|
+
!success_color ||= #264409
|
15
|
+
!success_bg_color ||= #E6EFC2
|
16
|
+
!success_border_color ||= #C6D880
|
18
17
|
|
19
|
-
!notice_color
|
20
|
-
!notice_bg_color
|
21
|
-
!notice_border_color
|
18
|
+
!notice_color ||= #514721
|
19
|
+
!notice_bg_color ||= #FFF6BF
|
20
|
+
!notice_border_color ||= #FFD324
|
22
21
|
|
23
|
-
!error_color
|
24
|
-
!error_bg_color
|
25
|
-
!error_border_color
|
22
|
+
!error_color ||= #8A1F11
|
23
|
+
!error_bg_color ||= #FBE3E4
|
24
|
+
!error_border_color ||= #FBC2C4
|
25
|
+
|
26
|
+
!highlight_color ||= #FF0
|
27
|
+
!added_color ||= #FFF
|
28
|
+
!added_bg_color ||= #060
|
29
|
+
!removed_color ||= #FFF
|
30
|
+
!removed_bg_color ||= #900
|
@@ -1,8 +1,8 @@
|
|
1
|
-
=showgrid(!image = images/grid.png)
|
1
|
+
=showgrid(!image = "images/grid.png")
|
2
2
|
:background= url(!image)
|
3
3
|
|
4
|
-
=blueprint-debug(!grid_image = images/grid.png)
|
5
|
-
// Use this class on any
|
4
|
+
=blueprint-debug(!grid_image = "images/grid.png")
|
5
|
+
// Use this class on any column or container to see the grid.
|
6
6
|
// TODO: prefix this with the project path.
|
7
7
|
.showgrid
|
8
8
|
+showgrid(!grid_image)
|