reveal.js/css/print/paper.css in reveal-ck-0.1.2 vs reveal.js/css/print/paper.css in reveal-ck-0.1.3

- old
+ new

@@ -1,15 +1,15 @@ /* Default Print Stylesheet Template 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 */ body { background: #fff; font-size: 13pt; @@ -26,15 +26,15 @@ width: auto; height: auto; 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, .state-background { display: none !important; @@ -43,11 +43,11 @@ /* SECTION 3: Set body font face, size, and color. Consider using a serif font for readability. */ body, p, td, li, div, a { font-size: 16pt!important; font-family: Georgia, "Times New Roman", Times, serif !important; - color: #000; + color: #000; } /* SECTION 4: Set heading font face, sizes, and color. Diffrentiate your headings from your body text. Perhaps use a large sans-serif for distinction. */ @@ -69,18 +69,18 @@ h6 { font-size: 18pt !important; font-style: italic; } /* 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 { color: #000 !important; font-weight: bold; text-decoration: underline; } /* -.reveal a:link:after, +.reveal a:link:after, .reveal a:visited:after { content: " (" attr(href) ") "; color: #222 !important; font-size: 90%; } @@ -121,13 +121,13 @@ -webkit-perspective-origin: 50% 50%; /* there isn't a none/auto value but 50-50 is the default */ -moz-perspective-origin: 50% 50%; -ms-perspective-origin: 50% 50%; perspective-origin: 50% 50%; } -.reveal .slides>section, +.reveal .slides>section, .reveal .slides>section>section { - + visibility: visible !important; position: static !important; width: 90% !important; height: auto !important; display: block !important; @@ -150,23 +150,23 @@ -moz-transform: none !important; -ms-transform: none !important; transform: none !important; } .reveal section { - page-break-after: always !important; + page-break-after: always !important; display: block !important; } .reveal section .fragment { opacity: 1 !important; visibility: visible !important; - + -webkit-transform: none !important; -moz-transform: none !important; -ms-transform: none !important; transform: none !important; } .reveal section:last-of-type { - page-break-after: avoid !important; + page-break-after: avoid !important; } .reveal section img { display: block; margin: 15px 0px; background: rgba(255,255,255,1); \ No newline at end of file