aboutsummaryrefslogtreecommitdiff
path: root/css/print
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-02-03 16:17:46 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-02-03 16:17:46 -0500
commit6b0fff3512e7ab9b1874cc33163c57869b909406 (patch)
tree3356557be465cfac86501ea16a0738e80ca05a2e /css/print
parent11fc906add845d8dd2b1d2ea1d902d8e12a65fb9 (diff)
downloadfreenode-live-2017-presentation-6b0fff3512e7ab9b1874cc33163c57869b909406.tar
freenode-live-2017-presentation-6b0fff3512e7ab9b1874cc33163c57869b909406.tar.gz
enable backgrounds images when printing to pdf (closes #271)
Diffstat (limited to 'css/print')
-rw-r--r--css/print/pdf.css29
1 files changed, 14 insertions, 15 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 2d93324..b90c3ab 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -2,16 +2,17 @@
by Rob Glazebrook of CSSnewbie.com
Last Updated: June 4, 2008
- Feel free (nay, compelled) to edit, append, and
+ Feel free (nay, compelled) to edit, append, and
manipulate this file as you see fit. */
/* SECTION 1: Set default width, margin, float, and
- background. This prevents elements from extending
+ background. This prevents elements from extending
beyond the edge of the printed page, and prevents
unnecessary background images from printing */
+
* {
- -webkit-print-color-adjust: exact;
+ -webkit-print-color-adjust: exact;
}
body {
@@ -19,24 +20,22 @@ body {
width: auto;
height: auto;
border: 0;
- margin: 0 5%;
padding: 0;
float: none !important;
overflow: visible;
- background-image: none !important;
}
html {
- width: auto;
- height: auto;
+ width: 100%;
+ height: 100%;
overflow: visible;
}
-/* SECTION 2: Remove any elements not needed in print.
+/* SECTION 2: Remove any elements not needed in print.
This would include navigation, ads, sidebars, etc. */
-.nestedarrow,
-.controls,
-.reveal .progress,
+.nestedarrow,
+.controls,
+.reveal .progress,
.reveal.overview,
.fork-reveal,
.share-reveal,
@@ -60,7 +59,7 @@ h1,h2,h3,h4,h5,h6 {
/* SECTION 5: Make hyperlinks more usable.
Ensure links are underlined, and consider appending
the URL to the end of the link for usability. */
-a:link,
+a:link,
a:visited {
font-weight: bold;
text-decoration: underline;
@@ -106,7 +105,7 @@ ul, ol, div, p {
}
.reveal .slides section {
- page-break-after: always !important;
+ page-break-after: always !important;
visibility: visible !important;
position: static !important;
@@ -137,12 +136,12 @@ ul, ol, div, p {
.reveal section.stack {
margin: 0px !important;
padding: 0px !important;
- page-break-after: avoid !important;
+ page-break-after: avoid !important;
}
.reveal section .fragment {
opacity: 1 !important;
visibility: visible !important;
-
+
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;