Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Oliveira committed Jul 3, 2012
0 parents commit b0047a3
Show file tree
Hide file tree
Showing 13 changed files with 824 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.sass-cache
Empty file added _config/site.yml
Empty file.
6 changes: 6 additions & 0 deletions _ext/pipeline.rb
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

12 changes: 12 additions & 0 deletions _layouts/base.html.haml
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
109 changes: 109 additions & 0 deletions _site/stylesheets/ie.css
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;
}
73 changes: 73 additions & 0 deletions _site/stylesheets/print.css
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;
}
Loading

0 comments on commit b0047a3

Please sign in to comment.