aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/print/pdf.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/print/pdf.css')
-rw-r--r--css/print/pdf.css16
1 files changed, 15 insertions, 1 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index d278865..9094ef1 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -71,6 +71,11 @@ a:visited {
text-decoration: underline;
}
+.reveal pre code {
+ overflow: hidden !important;
+ font-family: monospace !important;
+}
+
/* SECTION 6: more reveal.js specific additions by @skypanther */
ul, ol, div, p {
@@ -82,6 +87,11 @@ ul, ol, div, p {
overflow: visible;
margin: auto;
}
+.reveal {
+ width: auto !important;
+ height: auto !important;
+ overflow: hidden !important;
+}
.reveal .slides {
position: static;
width: 100%;
@@ -122,7 +132,7 @@ ul, ol, div, p {
left: 0 !important;
top: 0 !important;
margin: 0 !important;
- padding: 2cm 1cm 0 1cm !important;
+ padding: 2cm 2cm 0 2cm !important;
box-sizing: border-box !important;
opacity: 1 !important;
@@ -144,6 +154,10 @@ ul, ol, div, p {
height: auto !important;
min-height: auto !important;
}
+.reveal .absolute-element {
+ margin-left: 2.2cm;
+ margin-top: 1.8cm;
+}
.reveal section .fragment {
opacity: 1 !important;
visibility: visible !important;