From b0047a38ca9ee0bb9c976ae0b84f0d4af9c99b1c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 3 Jul 2012 20:45:17 -0300 Subject: [PATCH] Initial commit --- .gitignore | 1 + _config/site.yml | 0 _ext/pipeline.rb | 6 + _layouts/base.html.haml | 12 + _site/stylesheets/ie.css | 109 +++++++ _site/stylesheets/print.css | 73 +++++ _site/stylesheets/screen.css | 535 ++++++++++++++++++++++++++++++++ images/grid.png | Bin 0 -> 206 bytes index.html.haml | 5 + stylesheets/ie.scss | 16 + stylesheets/partials/_base.scss | 10 + stylesheets/print.scss | 8 + stylesheets/screen.scss | 49 +++ 13 files changed, 824 insertions(+) create mode 100644 .gitignore create mode 100644 _config/site.yml create mode 100644 _ext/pipeline.rb create mode 100644 _layouts/base.html.haml create mode 100644 _site/stylesheets/ie.css create mode 100644 _site/stylesheets/print.css create mode 100644 _site/stylesheets/screen.css create mode 100644 images/grid.png create mode 100644 index.html.haml create mode 100644 stylesheets/ie.scss create mode 100644 stylesheets/partials/_base.scss create mode 100644 stylesheets/print.scss create mode 100644 stylesheets/screen.scss diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5df1b9b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.sass-cache diff --git a/_config/site.yml b/_config/site.yml new file mode 100644 index 00000000..e69de29b diff --git a/_ext/pipeline.rb b/_ext/pipeline.rb new file mode 100644 index 00000000..2ff4c694 --- /dev/null +++ b/_ext/pipeline.rb @@ -0,0 +1,6 @@ + +Awestruct::Extensions::Pipeline.new do + # extension Awestruct::Extensions::Posts.new( '/news' ) + # extension Awestruct::Extensions::Indexifier.new +end + diff --git a/_layouts/base.html.haml b/_layouts/base.html.haml new file mode 100644 index 00000000..b6224119 --- /dev/null +++ b/_layouts/base.html.haml @@ -0,0 +1,12 @@ +!!! +%html + %head + %title + An awesome site + %link{ :rel=>'stylesheet', :type=>'text/css', :href=>'/stylesheets/screen.css', :media=>'screen, projection' } + %link{ :rel=>'stylesheet', :type=>'text/css', :href=>'/stylesheets/print.css', :media=>'print' } + /[if lt IE 8] + %link{ :rel=>'stylesheet', :type=>'text/css', :href=>'/stylesheets/ie.css', :media=>'screen, projection' } + %body.bp + #container + ~ content diff --git a/_site/stylesheets/ie.css b/_site/stylesheets/ie.css new file mode 100644 index 00000000..36a4f1f1 --- /dev/null +++ b/_site/stylesheets/ie.css @@ -0,0 +1,109 @@ +/* line 7, ../../stylesheets/ie.scss */ +body.bp { + text-align: center; +} +/* line 44, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +* html body.bp legend { + margin: 0px -8px 16px 0; + padding: 0; +} +/* line 48, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +html > body.bp p code { + *white-space: normal; +} +/* line 60, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp .container { + text-align: left; +} +/* line 62, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp sup { + vertical-align: text-top; +} +/* line 64, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp sub { + vertical-align: text-bottom; +} +/* line 66, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp hr { + margin: -8px auto 11px; +} +/* line 68, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp img { + -ms-interpolation-mode: bicubic; +} +/* line 70, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp fieldset { + padding-top: 0; +} +/* line 72, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp legend { + margin-top: -0.2em; + margin-bottom: 1em; + margin-left: -0.5em; +} +/* line 76, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp fieldset, body.bp #IE8#HACK { + padding-top: 1.4em; +} +/* line 77, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp legend, body.bp #IE8#HACK { + margin-top: 0; + margin-bottom: 0; +} +/* line 78, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp textarea { + overflow: auto; +} +/* line 80, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp label { + position: relative; + top: -0.25em; +} +/* line 84, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp input.text { + margin: 0.5em 0; + background-color: white; + border: 1px solid #bbbbbb; +} +/* line 88, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp input.text:focus { + border: 1px solid #666666; +} +/* line 90, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp input.title { + margin: 0.5em 0; + background-color: white; + border: 1px solid #bbbbbb; +} +/* line 94, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp input.title:focus { + border: 1px solid #666666; +} +/* line 96, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp input.checkbox { + position: relative; + top: 0.25em; +} +/* line 99, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp input.radio { + position: relative; + top: 0.25em; +} +/* line 102, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp input.button { + position: relative; + top: 0.25em; +} +/* line 105, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp textarea { + margin: 0.5em 0; +} +/* line 107, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp select { + margin: 0.5em 0; +} +/* line 109, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_ie.scss */ +body.bp button { + position: relative; + top: 0.25em; +} diff --git a/_site/stylesheets/print.css b/_site/stylesheets/print.css new file mode 100644 index 00000000..94698b5c --- /dev/null +++ b/_site/stylesheets/print.css @@ -0,0 +1,73 @@ +/* line 7, ../../stylesheets/print.scss */ +body.bp { + line-height: 1.5; + font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; + color: black; + background: none; + font-size: 10pt; +} +/* line 45, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp .container { + background: none; +} +/* line 47, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp hr { + background: #cccccc; + color: #cccccc; + width: 100%; + height: 2px; + margin: 2em 0; + padding: 0; + border: none; +} +/* line 55, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp hr.space { + background: white; + color: white; +} +/* line 58, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp h1, body.bp h2, body.bp h3, body.bp h4, body.bp h5, body.bp h6 { + font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; +} +/* line 60, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp code { + font-size: 0.9em; + font-family: "andale mono", "lucida console", monospace; +} +/* line 65, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp a img { + border: none; +} +/* line 68, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp a:link, body.bp a:visited { + background: transparent; + font-weight: 700; + text-decoration: underline; +} +/* line 72, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp p img.top { + margin-top: 0; +} +/* line 74, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp blockquote { + margin: 1.5em; + padding: 1em; + font-style: italic; + font-size: 0.9em; +} +/* line 79, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp .small { + font-size: 0.9em; +} +/* line 81, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp .large { + font-size: 1.1em; +} +/* line 83, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp .quiet { + color: #999999; +} +/* line 85, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_print.scss */ +body.bp .hide { + display: none; +} diff --git a/_site/stylesheets/screen.css b/_site/stylesheets/screen.css new file mode 100644 index 00000000..59c9f18b --- /dev/null +++ b/_site/stylesheets/screen.css @@ -0,0 +1,535 @@ +/* line 4, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */ +html { + margin: 0; + padding: 0; + border: 0; +} + +/* line 18, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */ +.bp-reset-element, body, h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, blockquote, q, th, td, caption, table, +div, span, object, iframe, p, +pre, a, abbr, acronym, address, +code, del, dfn, em, img, +dl, dt, dd, ol, ul, li, fieldset, +form, label, legend, +caption, tbody, tfoot, thead, tr { + margin: 0; + padding: 0; + border: 0; + font-weight: inherit; + font-style: inherit; + font-size: 100%; + font-family: inherit; + vertical-align: baseline; +} + +/* line 20, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */ +article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { + display: block; +} + +/* line 21, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */ +blockquote, q { + quotes: "" ""; +} +/* line 67, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */ +blockquote:before, blockquote:after, q:before, q:after { + content: ""; +} + +/* line 22, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */ +th, td, caption { + float: none !important; + text-align: left; + font-weight: normal; + vertical-align: middle; +} + +/* line 23, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */ +table { + border-collapse: separate; + border-spacing: 0; + vertical-align: middle; +} + +/* line 24, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */ +a img { + border: none; +} + +/* line 20, ../../stylesheets/screen.scss */ +body.bp { + line-height: 1.5; + font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; + color: #333333; + font-size: 75%; +} +/* line 51, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp h1, body.bp h2, body.bp h3, body.bp h4, body.bp h5, body.bp h6 { + font-weight: normal; + color: #222222; +} +/* line 52, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp h1 img, body.bp h2 img, body.bp h3 img, body.bp h4 img, body.bp h5 img, body.bp h6 img { + margin: 0; +} +/* line 53, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp h1 { + font-size: 3em; + line-height: 1; + margin-bottom: 0.50em; +} +/* line 54, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp h2 { + font-size: 2em; + margin-bottom: 0.75em; +} +/* line 55, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp h3 { + font-size: 1.5em; + line-height: 1; + margin-bottom: 1.00em; +} +/* line 56, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp h4 { + font-size: 1.2em; + line-height: 1.25; + margin-bottom: 1.25em; +} +/* line 57, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp h5 { + font-size: 1em; + font-weight: bold; + margin-bottom: 1.50em; +} +/* line 58, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp h6 { + font-size: 1em; + font-weight: bold; +} +/* line 59, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp p { + margin: 0 0 1.5em; +} +/* line 60, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp p .left { + display: inline; + float: left; + margin: 1.5em 1.5em 1.5em 0; + padding: 0; +} +/* line 61, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp p .right { + display: inline; + float: right; + margin: 1.5em 0 1.5em 1.5em; + padding: 0; +} +/* line 62, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp a { + text-decoration: underline; + color: #0066cc; +} +/* line 18, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +body.bp a:visited { + color: #004c99; +} +/* line 21, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +body.bp a:focus { + color: #0099ff; +} +/* line 24, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +body.bp a:hover { + color: #0099ff; +} +/* line 27, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */ +body.bp a:active { + color: #bf00ff; +} +/* line 63, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp blockquote { + margin: 1.5em; + color: #666666; + font-style: italic; +} +/* line 64, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp strong, body.bp dfn { + font-weight: bold; +} +/* line 65, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp em, body.bp dfn { + font-style: italic; +} +/* line 66, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp sup, body.bp sub { + line-height: 0; +} +/* line 67, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp abbr, body.bp acronym { + border-bottom: 1px dotted #666666; +} +/* line 68, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp address { + margin: 0 0 1.5em; + font-style: italic; +} +/* line 69, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp del { + color: #666666; +} +/* line 70, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp pre { + margin: 1.5em 0; + white-space: pre; +} +/* line 71, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp pre, body.bp code, body.bp tt { + font: 1em "andale mono", "lucida console", monospace; + line-height: 1.5; +} +/* line 72, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp li ul, body.bp li ol { + margin: 0; +} +/* line 73, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp ul, body.bp ol { + margin: 0 1.5em 1.5em 0; + padding-left: 1.5em; +} +/* line 74, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp ul { + list-style-type: disc; +} +/* line 75, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp ol { + list-style-type: decimal; +} +/* line 76, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp dl { + margin: 0 0 1.5em 0; +} +/* line 77, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp dl dt { + font-weight: bold; +} +/* line 78, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp dd { + margin-left: 1.5em; +} +/* line 79, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp table { + margin-bottom: 1.4em; + width: 100%; +} +/* line 80, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp th { + font-weight: bold; +} +/* line 81, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp thead th { + background: #c3d9ff; +} +/* line 82, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp th, body.bp td, body.bp caption { + padding: 4px 10px 4px 5px; +} +/* line 85, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp table.striped tr:nth-child(even) td, +body.bp table tr.even td { + background: #e5ecf9; +} +/* line 86, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp tfoot { + font-style: italic; +} +/* line 87, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp caption { + background: #eeeeee; +} +/* line 88, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp .quiet { + color: #666666; +} +/* line 89, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_typography.scss */ +body.bp .loud { + color: #111111; +} +/* line 9, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */ +body.bp .clear { + clear: both; +} +/* line 12, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */ +body.bp .nowrap { + white-space: nowrap; +} +/* line 16, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */ +body.bp .clearfix { + overflow: hidden; + *zoom: 1; +} +/* line 18, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */ +body.bp .small { + font-size: 0.8em; + margin-bottom: 1.875em; + line-height: 1.875em; +} +/* line 22, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */ +body.bp .large { + font-size: 1.2em; + line-height: 2.5em; + margin-bottom: 1.25em; +} +/* line 26, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */ +body.bp .first { + margin-left: 0; + padding-left: 0; +} +/* line 29, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */ +body.bp .last { + margin-right: 0; + padding-right: 0; +} +/* line 32, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */ +body.bp .top { + margin-top: 0; + padding-top: 0; +} +/* line 35, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */ +body.bp .bottom { + margin-bottom: 0; + padding-bottom: 0; +} +/* line 25, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_debug.scss */ +body.bp .showgrid { + background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(5%, rgba(0, 0, 0, 0.5)), color-stop(5%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 0% 50%, 960 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(100, 100, 225, 0.25)), color-stop(3.125%, rgba(100, 100, 225, 0.25)), color-stop(3.125%, rgba(0, 0, 0, 0)), color-stop(4.167%, rgba(0, 0, 0, 0)), color-stop(4.167%, rgba(100, 100, 225, 0.25)), color-stop(7.292%, rgba(100, 100, 225, 0.25)), color-stop(7.292%, rgba(0, 0, 0, 0)), color-stop(8.333%, rgba(0, 0, 0, 0)), color-stop(8.333%, rgba(100, 100, 225, 0.25)), color-stop(11.458%, rgba(100, 100, 225, 0.25)), color-stop(11.458%, rgba(0, 0, 0, 0)), color-stop(12.5%, rgba(0, 0, 0, 0)), color-stop(12.5%, rgba(100, 100, 225, 0.25)), color-stop(15.625%, rgba(100, 100, 225, 0.25)), color-stop(15.625%, rgba(0, 0, 0, 0)), color-stop(16.667%, rgba(0, 0, 0, 0)), color-stop(16.667%, rgba(100, 100, 225, 0.25)), color-stop(19.792%, rgba(100, 100, 225, 0.25)), color-stop(19.792%, rgba(0, 0, 0, 0)), color-stop(20.833%, rgba(0, 0, 0, 0)), color-stop(20.833%, rgba(100, 100, 225, 0.25)), color-stop(23.958%, rgba(100, 100, 225, 0.25)), color-stop(23.958%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(100, 100, 225, 0.25)), color-stop(28.125%, rgba(100, 100, 225, 0.25)), color-stop(28.125%, rgba(0, 0, 0, 0)), color-stop(29.167%, rgba(0, 0, 0, 0)), color-stop(29.167%, rgba(100, 100, 225, 0.25)), color-stop(32.292%, rgba(100, 100, 225, 0.25)), color-stop(32.292%, rgba(0, 0, 0, 0)), color-stop(33.333%, rgba(0, 0, 0, 0)), color-stop(33.333%, rgba(100, 100, 225, 0.25)), color-stop(36.458%, rgba(100, 100, 225, 0.25)), color-stop(36.458%, rgba(0, 0, 0, 0)), color-stop(37.5%, rgba(0, 0, 0, 0)), color-stop(37.5%, rgba(100, 100, 225, 0.25)), color-stop(40.625%, rgba(100, 100, 225, 0.25)), color-stop(40.625%, rgba(0, 0, 0, 0)), color-stop(41.667%, rgba(0, 0, 0, 0)), color-stop(41.667%, rgba(100, 100, 225, 0.25)), color-stop(44.792%, rgba(100, 100, 225, 0.25)), color-stop(44.792%, rgba(0, 0, 0, 0)), color-stop(45.833%, rgba(0, 0, 0, 0)), color-stop(45.833%, rgba(100, 100, 225, 0.25)), color-stop(48.958%, rgba(100, 100, 225, 0.25)), color-stop(48.958%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(100, 100, 225, 0.25)), color-stop(53.125%, rgba(100, 100, 225, 0.25)), color-stop(53.125%, rgba(0, 0, 0, 0)), color-stop(54.167%, rgba(0, 0, 0, 0)), color-stop(54.167%, rgba(100, 100, 225, 0.25)), color-stop(57.292%, rgba(100, 100, 225, 0.25)), color-stop(57.292%, rgba(0, 0, 0, 0)), color-stop(58.333%, rgba(0, 0, 0, 0)), color-stop(58.333%, rgba(100, 100, 225, 0.25)), color-stop(61.458%, rgba(100, 100, 225, 0.25)), color-stop(61.458%, rgba(0, 0, 0, 0)), color-stop(62.5%, rgba(0, 0, 0, 0)), color-stop(62.5%, rgba(100, 100, 225, 0.25)), color-stop(65.625%, rgba(100, 100, 225, 0.25)), color-stop(65.625%, rgba(0, 0, 0, 0)), color-stop(66.667%, rgba(0, 0, 0, 0)), color-stop(66.667%, rgba(100, 100, 225, 0.25)), color-stop(69.792%, rgba(100, 100, 225, 0.25)), color-stop(69.792%, rgba(0, 0, 0, 0)), color-stop(70.833%, rgba(0, 0, 0, 0)), color-stop(70.833%, rgba(100, 100, 225, 0.25)), color-stop(73.958%, rgba(100, 100, 225, 0.25)), color-stop(73.958%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(100, 100, 225, 0.25)), color-stop(78.125%, rgba(100, 100, 225, 0.25)), color-stop(78.125%, rgba(0, 0, 0, 0)), color-stop(79.167%, rgba(0, 0, 0, 0)), color-stop(79.167%, rgba(100, 100, 225, 0.25)), color-stop(82.292%, rgba(100, 100, 225, 0.25)), color-stop(82.292%, rgba(0, 0, 0, 0)), color-stop(83.333%, rgba(0, 0, 0, 0)), color-stop(83.333%, rgba(100, 100, 225, 0.25)), color-stop(86.458%, rgba(100, 100, 225, 0.25)), color-stop(86.458%, rgba(0, 0, 0, 0)), color-stop(87.5%, rgba(0, 0, 0, 0)), color-stop(87.5%, rgba(100, 100, 225, 0.25)), color-stop(90.625%, rgba(100, 100, 225, 0.25)), color-stop(90.625%, rgba(0, 0, 0, 0)), color-stop(91.667%, rgba(0, 0, 0, 0)), color-stop(91.667%, rgba(100, 100, 225, 0.25)), color-stop(94.792%, rgba(100, 100, 225, 0.25)), color-stop(94.792%, rgba(0, 0, 0, 0)), color-stop(95.833%, rgba(0, 0, 0, 0)), color-stop(95.833%, rgba(100, 100, 225, 0.25)), color-stop(98.958%, rgba(100, 100, 225, 0.25)), color-stop(98.958%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0))); + background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px); + background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px); + background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), -o-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px); + background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px); + background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px); + -webkit-background-size: 100% 18px, auto; + -moz-background-size: 100% 18px, auto; + -o-background-size: 100% 18px, auto; + background-size: 100% 18px, auto; + background-position: left top; +} +/* line 4, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .feedback, body.bp .error, body.bp .alert, body.bp .notice, body.bp .success, body.bp .info { + padding: 0.8em; + margin-bottom: 1em; + border: 2px solid #dddddd; +} +/* line 5, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .error, body.bp .alert { + background: #fbe3e4; + color: #8a1f11; + border-color: #fbc2c4; +} +/* line 27, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .error a, body.bp .alert a { + color: #8a1f11; +} +/* line 7, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .notice { + background: #fff6bf; + color: #514721; + border-color: #ffd324; +} +/* line 36, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .notice a { + color: #514721; +} +/* line 8, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .success { + background: #e6efc2; + color: #264409; + border-color: #c6d880; +} +/* line 45, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .success a { + color: #264409; +} +/* line 9, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .info { + background: #d5edf8; + color: #205791; + border-color: #92cae4; +} +/* line 54, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .info a { + color: #205791; +} +/* line 10, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .hide { + display: none; +} +/* line 11, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .highlight { + background: yellow; +} +/* line 12, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .added { + background: #006600; + color: white; +} +/* line 13, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */ +body.bp .removed { + background: #990000; + color: white; +} + +/* line 18, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp label { + font-weight: bold; +} +/* line 19, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp fieldset { + padding: 1.4em; + margin: 0 0 1.5em 0; +} +/* line 20, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp legend { + font-weight: bold; + font-size: 1.2em; +} +/* line 26, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp input.text, form.bp input.title, form.bp input[type=email], form.bp input[type=text], form.bp input[type=password] { + margin: 0.5em 0; + background-color: white; + padding: 5px; +} +/* line 27, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp input.title { + font-size: 1.5em; +} +/* line 29, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp textarea { + margin: 0.5em 0; + padding: 5px; +} +/* line 30, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp select { + margin: 0.5em 0; +} +/* line 55, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp fieldset { + border: 1px solid #cccccc; +} +/* line 58, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp input.text, form.bp input.title, form.bp input[type=email], form.bp input[type=text], form.bp input[type=password], +form.bp textarea { + background-color: #fff; + border: 1px solid #bbbbbb; +} +/* line 61, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp input.text:focus, form.bp input.title:focus, form.bp input[type=email]:focus, form.bp input[type=text]:focus, form.bp input[type=password]:focus, +form.bp textarea:focus { + border-color: #666666; +} +/* line 65, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp select { + background-color: #fff; + border-width: 1px; + border-style: solid; +} +/* line 44, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp input.text, form.bp input.title, form.bp input[type=email], form.bp input[type=text], form.bp input[type=password] { + width: 300px; +} +/* line 46, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp textarea { + width: 390px; + height: 250px; +} +/* line 39, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */ +form.bp .box { + padding: 1.5em; + margin-bottom: 1.5em; + background: #e5ecf9; +} +/* line 42, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */ +form.bp .border { + padding-right: 4px; + margin-right: 5px; + border-right: 1px solid #dddddd; +} +/* line 45, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */ +form.bp .colborder { + padding-right: 24px; + margin-right: 25px; + border-right: 1px solid #dddddd; +} +/* line 47, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */ +form.bp hr { + background: #dddddd; + color: #dddddd; + clear: both; + float: none; + width: 100%; + height: 0.1em; + margin: 0 0 1.45em; + border: none; +} +/* line 49, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */ +form.bp hr.space { + background: #dddddd; + color: #dddddd; + clear: both; + float: none; + width: 100%; + height: 0.1em; + margin: 0 0 1.45em; + border: none; + background: white; + color: white; + visibility: hidden; +} +/* line 51, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */ +form.bp form.inline { + line-height: 3; +} +/* line 6, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_form.scss */ +form.bp form.inline p { + margin-bottom: 0; +} + +/* line 36, ../../stylesheets/screen.scss */ +body.two-col #container { + width: 950px; + margin: 0 auto; + overflow: hidden; + *zoom: 1; +} +/* line 38, ../../stylesheets/screen.scss */ +body.two-col #header, body.two-col #footer { + display: inline; + float: left; + margin-right: 10px; + width: 950px; +} +/* line 147, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_grid.scss */ +* html body.two-col #header, * html body.two-col #footer { + overflow-x: hidden; +} +/* line 40, ../../stylesheets/screen.scss */ +body.two-col #sidebar { + display: inline; + float: left; + margin-right: 10px; + width: 310px; +} +/* line 147, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_grid.scss */ +* html body.two-col #sidebar { + overflow-x: hidden; +} +/* line 44, ../../stylesheets/screen.scss */ +body.two-col #content { + display: inline; + float: left; + margin-right: 0; + width: 630px; +} +/* line 147, ../../../../.rvm/gems/ruby-1.9.3-p194@awestruct/gems/compass-0.12.1/frameworks/blueprint/stylesheets/blueprint/_grid.scss */ +* html body.two-col #content { + overflow-x: hidden; +} diff --git a/images/grid.png b/images/grid.png new file mode 100644 index 0000000000000000000000000000000000000000..129d4a29fbe92688aabed5638e0c4f73a7bca818 GIT binary patch literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^8bB<>!3HEX<>xE|QY^(zo*^7SP{WbZ0pxQQctjR6 zFmQbUVMeDlCNqG7G9|7NCBgY=CFO}lsSJ)O`AMk?Zka`?<@rU~#R|^B#xt(DF$2|k zc)B=-cyuP$eEj#lzKxOL5tEL~%H%~Gtu@#d^DPnSv6>KM@XEpK;0k6FVdQ&MBb@06Zo?vj6}9 literal 0 HcmV?d00001 diff --git a/index.html.haml b/index.html.haml new file mode 100644 index 00000000..65ecef56 --- /dev/null +++ b/index.html.haml @@ -0,0 +1,5 @@ +--- +layout: base +--- + +%h1 You're awestruct. diff --git a/stylesheets/ie.scss b/stylesheets/ie.scss new file mode 100644 index 00000000..53b1c8a6 --- /dev/null +++ b/stylesheets/ie.scss @@ -0,0 +1,16 @@ +@import "blueprint"; + +// To generate css equivalent to the blueprint css but with your configuration applied, uncomment: +// @include blueprint-ie + +//Recommended Blueprint configuration with scoping and semantic layout: +body.bp { + @include blueprint-ie(true); + // Note: Blueprint centers text to fix IE6 container centering. + // This means all your texts will be centered under all version of IE by default. + // If your container does not have the .container class, don't forget to restore + // the correct behavior to your main container (but not the body tag!) + // Example: + // .my-container + // text-align: left +} diff --git a/stylesheets/partials/_base.scss b/stylesheets/partials/_base.scss new file mode 100644 index 00000000..fb77f7b5 --- /dev/null +++ b/stylesheets/partials/_base.scss @@ -0,0 +1,10 @@ +// Here is where you can define your constants for your application and to configure the blueprint framework. +// Feel free to delete these if you want keep the defaults: + +$blueprint-grid-columns: 24; +$blueprint-container-size: 950px; +$blueprint-grid-margin: 10px; + +// Use this to calculate the width based on the total width. +// Or you can set $blueprint-grid-width to a fixed value and unset $blueprint-container-size -- it will be calculated for you. +$blueprint-grid-width: ($blueprint-container-size + $blueprint-grid-margin) / $blueprint-grid-columns - $blueprint-grid-margin; diff --git a/stylesheets/print.scss b/stylesheets/print.scss new file mode 100644 index 00000000..0c0e0d0a --- /dev/null +++ b/stylesheets/print.scss @@ -0,0 +1,8 @@ +@import "blueprint"; + +// To generate css equivalent to the blueprint css but with your configuration applied, uncomment: +// @include blueprint-print + +//Recommended Blueprint configuration with scoping and semantic layout: +body.bp { + @include blueprint-print(true); } diff --git a/stylesheets/screen.scss b/stylesheets/screen.scss new file mode 100644 index 00000000..bbd1ca40 --- /dev/null +++ b/stylesheets/screen.scss @@ -0,0 +1,49 @@ +// This import applies a global reset to any page that imports this stylesheet. +@import "blueprint/reset"; + +// To configure blueprint, edit the partials/base.sass file. +@import "partials/base"; + +// Import all the default blueprint modules so that we can access their mixins. +@import "blueprint"; + +// Import the non-default scaffolding module. +@import "blueprint/scaffolding"; + +// To generate css equivalent to the blueprint css but with your +// configuration applied, uncomment: +// @include blueprint + +// If you are doing a lot of stylesheet concatenation, it is suggested +// that you scope your blueprint styles, so that you can better control +// what pages use blueprint when stylesheets are concatenated together. +body.bp { + @include blueprint-typography(true); + @include blueprint-utilities; + @include blueprint-debug; + @include blueprint-interaction; + // Remove the scaffolding when you're ready to start doing visual design. + // Or leave it in if you're happy with how blueprint looks out-of-the-box +} + +form.bp { + @include blueprint-form; + // You'll probably want to remove the scaffolding once you start styling your site. + @include blueprint-scaffolding; } + +// Page layout can be done using mixins applied to your semantic classes and IDs: +body.two-col { + #container { + @include container; } + #header, #footer { + @include column($blueprint-grid-columns); } + #sidebar { + // One third of the grid columns, rounding down. With 24 cols, this is 8. + $sidebar-columns: floor($blueprint-grid-columns / 3); + @include column($sidebar-columns); } + #content { + // Two thirds of the grid columns, rounding up. + // With 24 cols, this is 16. + $content-columns: ceil(2 * $blueprint-grid-columns / 3); + // true means it's the last column in the row + @include column($content-columns, true); } }