include theme background in printed pdfs (#217), fix empty white pages in regular print (#215)

This commit is contained in:
Hakim El Hattab
2012-10-28 19:32:24 -04:00
parent 38aff9a37d
commit af2a8b053d
8 changed files with 61 additions and 55 deletions

View File

@ -23,6 +23,7 @@ body {
background: -o-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: -ms-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background-color: #f7f3de;
}
.reveal {

View File

@ -23,6 +23,7 @@ body {
background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background-color: #2b2b2b;
}
.reveal {

View File

@ -10,6 +10,7 @@
*********************************************/
body {
background: #f0f1eb;
background-color: #f0f1eb;
}
.reveal {

View File

@ -12,6 +12,7 @@
*********************************************/
body {
background: white;
background-color: white;
}
.reveal {

View File

@ -16,6 +16,7 @@ body {
background: -o-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
background: -ms-radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
background: radial-gradient(center, circle cover, #f7fbfc 0%, #add9e4 100%);
background-color: #f7fbfc;
}
.reveal {

View File

@ -6,6 +6,7 @@
body {
@include bodyBackground();
background-color: $backgroundColor;
}
.reveal {