impress/public/stylesheets/compiled/print.css

74 lines
2.9 KiB
CSS
Raw Normal View History

2010-05-15 16:34:13 -07:00
/* line 7, ../../../app/stylesheets/print.scss */
body.bp {
line-height: 1.5;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
color: black;
background: none;
font-size: 10pt;
}
2010-06-30 02:34:06 -07:00
/* line 52, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp .container {
background: none;
}
2010-06-30 02:34:06 -07:00
/* line 54, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp hr {
background: #cccccc;
color: #cccccc;
width: 100%;
height: 2px;
margin: 2em 0;
padding: 0;
border: none;
}
2010-06-30 02:34:06 -07:00
/* line 62, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp hr.space {
background: white;
color: white;
}
2010-06-30 02:34:06 -07:00
/* line 65, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
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;
}
2010-06-30 02:34:06 -07:00
/* line 67, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp code {
font-size: 0.9em;
font-family: "andale mono", "lucida console", monospace;
}
2010-06-30 02:34:06 -07:00
/* line 72, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp a img {
border: none;
}
2010-06-30 02:34:06 -07:00
/* line 75, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp a:link, body.bp a:visited {
background: transparent;
font-weight: 700;
text-decoration: underline;
}
2010-06-30 02:34:06 -07:00
/* line 79, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp p img.top {
margin-top: 0;
}
2010-06-30 02:34:06 -07:00
/* line 81, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp blockquote {
margin: 1.5em;
padding: 1em;
font-style: italic;
font-size: 0.9em;
}
2010-06-30 02:34:06 -07:00
/* line 86, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp .small {
font-size: 0.9em;
}
2010-06-30 02:34:06 -07:00
/* line 88, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp .large {
font-size: 1.1em;
}
2010-06-30 02:34:06 -07:00
/* line 90, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp .quiet {
color: #999999;
}
2010-06-30 02:34:06 -07:00
/* line 92, ../../../../../.rvm/gems/ruby-1.9.2-preview3@rails3beta4/gems/compass-0.10.2/frameworks/blueprint/stylesheets/blueprint/_print.scss */
2010-05-15 16:34:13 -07:00
body.bp .hide {
display: none;
}