summaryrefslogtreecommitdiffhomepage
path: root/css/print/pdf.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/print/pdf.css')
-rw-r--r--css/print/pdf.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 8c3234c..aa1f7fa 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -87,14 +87,14 @@ ul, ol, div, p {
position: relative;
overflow: hidden;
z-index: 1;
+
+ page-break-after: always;
}
.reveal .slides section {
- page-break-after: always !important;
-
visibility: visible !important;
display: block !important;
- position: relative !important;
+ position: absolute !important;
margin: 0 !important;
padding: 0 !important;
@@ -115,6 +115,7 @@ ul, ol, div, p {
}
.reveal section.stack {
+ position: relative !important;
margin: 0 !important;
padding: 0 !important;
page-break-after: avoid !important;
@@ -143,9 +144,14 @@ ul, ol, div, p {
}
/* Display slide speaker notes when 'showNotes' is enabled */
+.reveal.show-notes {
+ max-width: none;
+ max-height: none;
+}
.reveal .speaker-notes-pdf {
display: block;
width: 100%;
+ height: auto;
max-height: none;
top: auto;
right: auto;
@@ -161,6 +167,7 @@ ul, ol, div, p {
background-color: transparent;
padding: 20px;
page-break-after: always;
+ border: 0;
}
/* Display slide numbers when 'slideNumber' is enabled */