forked from aerogear/aerogear.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Bruno Oliveira
committed
Jul 3, 2012
0 parents
commit b0047a3
Showing
13 changed files
with
824 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.sass-cache |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
Awestruct::Extensions::Pipeline.new do | ||
# extension Awestruct::Extensions::Posts.new( '/news' ) | ||
# extension Awestruct::Extensions::Indexifier.new | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} |
Oops, something went wrong.