2015-10-29 12:24:47 +00:00
|
|
|
/**
|
|
|
|
* This stylesheet is used to print reveal.js
|
|
|
|
* presentations to PDF.
|
|
|
|
*
|
|
|
|
* https://github.com/hakimel/reveal.js#pdf-export
|
|
|
|
*/
|
2013-02-03 21:17:46 +00:00
|
|
|
|
2012-08-04 19:45:13 +00:00
|
|
|
* {
|
2013-02-03 21:17:46 +00:00
|
|
|
-webkit-print-color-adjust: exact;
|
2012-08-04 19:45:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2013-06-09 14:12:50 +00:00
|
|
|
margin: 0 auto !important;
|
2012-08-04 19:45:13 +00:00
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
float: none !important;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
html {
|
2013-02-03 21:17:46 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2012-08-04 19:45:13 +00:00
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
2015-10-29 12:24:47 +00:00
|
|
|
/* Remove any elements not needed in print. */
|
2013-02-03 21:17:46 +00:00
|
|
|
.nestedarrow,
|
2014-05-20 10:09:49 +00:00
|
|
|
.reveal .controls,
|
2013-02-03 21:17:46 +00:00
|
|
|
.reveal .progress,
|
2014-05-20 10:09:49 +00:00
|
|
|
.reveal .playback,
|
2012-08-04 19:45:13 +00:00
|
|
|
.reveal.overview,
|
|
|
|
.fork-reveal,
|
|
|
|
.share-reveal,
|
|
|
|
.state-background {
|
2012-10-28 23:32:24 +00:00
|
|
|
display: none !important;
|
2012-08-04 19:45:13 +00:00
|
|
|
}
|
|
|
|
|
2015-10-29 12:24:47 +00:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2012-08-04 19:45:13 +00:00
|
|
|
text-shadow: 0 0 0 #000 !important;
|
|
|
|
}
|
|
|
|
|
2013-06-23 14:02:16 +00:00
|
|
|
.reveal pre code {
|
|
|
|
overflow: hidden !important;
|
2014-05-23 12:06:52 +00:00
|
|
|
font-family: Courier, 'Courier New', monospace !important;
|
2013-06-23 14:02:16 +00:00
|
|
|
}
|
|
|
|
|
2012-08-04 19:45:13 +00:00
|
|
|
ul, ol, div, p {
|
|
|
|
visibility: visible;
|
|
|
|
position: static;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
display: block;
|
|
|
|
overflow: visible;
|
|
|
|
margin: auto;
|
|
|
|
}
|
2013-06-22 02:02:06 +00:00
|
|
|
.reveal {
|
|
|
|
width: auto !important;
|
|
|
|
height: auto !important;
|
|
|
|
overflow: hidden !important;
|
|
|
|
}
|
2012-08-04 19:45:13 +00:00
|
|
|
.reveal .slides {
|
|
|
|
position: static;
|
2016-03-10 17:50:35 +00:00
|
|
|
width: 100% !important;
|
|
|
|
height: auto !important;
|
|
|
|
zoom: 1 !important;
|
2012-08-04 19:45:13 +00:00
|
|
|
|
|
|
|
left: auto;
|
|
|
|
top: auto;
|
2013-06-09 14:12:50 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
2012-08-04 19:45:13 +00:00
|
|
|
|
|
|
|
overflow: visible;
|
|
|
|
display: block;
|
|
|
|
|
2018-03-22 10:43:07 +00:00
|
|
|
perspective: none;
|
|
|
|
perspective-origin: 50% 50%;
|
2012-08-04 19:45:13 +00:00
|
|
|
}
|
2015-10-29 12:24:47 +00:00
|
|
|
|
2016-04-28 15:07:26 +00:00
|
|
|
.reveal .slides .pdf-page {
|
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
|
|
|
z-index: 1;
|
2017-04-04 11:37:01 +00:00
|
|
|
|
|
|
|
page-break-after: always;
|
2016-04-28 15:07:26 +00:00
|
|
|
}
|
|
|
|
|
2012-11-11 01:09:12 +00:00
|
|
|
.reveal .slides section {
|
2012-10-28 23:32:24 +00:00
|
|
|
visibility: visible !important;
|
|
|
|
display: block !important;
|
2017-04-04 11:37:01 +00:00
|
|
|
position: absolute !important;
|
2012-08-04 19:45:13 +00:00
|
|
|
|
2013-06-09 14:12:50 +00:00
|
|
|
margin: 0 !important;
|
2014-04-23 17:47:30 +00:00
|
|
|
padding: 0 !important;
|
2013-06-09 14:12:50 +00:00
|
|
|
box-sizing: border-box !important;
|
2014-04-29 11:30:56 +00:00
|
|
|
min-height: 1px;
|
2012-08-04 19:45:13 +00:00
|
|
|
|
2012-10-28 23:32:24 +00:00
|
|
|
opacity: 1 !important;
|
2012-08-04 19:45:13 +00:00
|
|
|
|
2018-03-22 10:43:07 +00:00
|
|
|
transform-style: flat !important;
|
|
|
|
transform: none !important;
|
2012-08-04 19:45:13 +00:00
|
|
|
}
|
2015-10-29 12:24:47 +00:00
|
|
|
|
2012-08-04 19:45:13 +00:00
|
|
|
.reveal section.stack {
|
2017-04-04 11:37:01 +00:00
|
|
|
position: relative !important;
|
2013-06-09 14:12:50 +00:00
|
|
|
margin: 0 !important;
|
|
|
|
padding: 0 !important;
|
2013-02-03 21:17:46 +00:00
|
|
|
page-break-after: avoid !important;
|
2013-06-09 14:12:50 +00:00
|
|
|
height: auto !important;
|
|
|
|
min-height: auto !important;
|
2012-08-04 19:45:13 +00:00
|
|
|
}
|
2015-10-29 12:24:47 +00:00
|
|
|
|
2014-04-23 17:47:30 +00:00
|
|
|
.reveal img {
|
|
|
|
box-shadow: none;
|
2013-06-22 13:47:29 +00:00
|
|
|
}
|
2015-10-29 12:24:47 +00:00
|
|
|
|
2014-04-23 17:47:30 +00:00
|
|
|
.reveal .roll {
|
|
|
|
overflow: visible;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Slide backgrounds are placed inside of their slide when exporting to PDF */
|
2017-01-24 14:27:27 +00:00
|
|
|
.reveal .slide-background {
|
2014-04-27 15:31:50 +00:00
|
|
|
display: block !important;
|
2013-06-09 14:12:50 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
2016-04-28 15:07:26 +00:00
|
|
|
height: 100%;
|
2017-01-24 13:48:36 +00:00
|
|
|
z-index: auto !important;
|
2013-06-09 14:12:50 +00:00
|
|
|
}
|
2014-04-03 08:51:27 +00:00
|
|
|
|
2015-09-10 07:16:58 +00:00
|
|
|
/* Display slide speaker notes when 'showNotes' is enabled */
|
2016-10-11 09:03:49 +00:00
|
|
|
.reveal.show-notes {
|
|
|
|
max-width: none;
|
|
|
|
max-height: none;
|
|
|
|
}
|
2015-09-10 07:30:57 +00:00
|
|
|
.reveal .speaker-notes-pdf {
|
2015-09-10 07:16:58 +00:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
2016-10-11 09:03:49 +00:00
|
|
|
height: auto;
|
2015-09-10 07:16:58 +00:00
|
|
|
max-height: none;
|
|
|
|
top: auto;
|
2016-05-26 07:57:19 +00:00
|
|
|
right: auto;
|
|
|
|
bottom: auto;
|
|
|
|
left: auto;
|
2015-09-10 08:35:25 +00:00
|
|
|
z-index: 100;
|
2015-09-10 07:16:58 +00:00
|
|
|
}
|
|
|
|
|
2016-05-26 07:57:19 +00:00
|
|
|
/* Layout option which makes notes appear on a separate page */
|
|
|
|
.reveal .speaker-notes-pdf[data-layout="separate-page"] {
|
|
|
|
position: relative;
|
|
|
|
color: inherit;
|
|
|
|
background-color: transparent;
|
|
|
|
padding: 20px;
|
|
|
|
page-break-after: always;
|
2017-05-19 09:21:40 +00:00
|
|
|
border: 0;
|
2016-05-26 07:57:19 +00:00
|
|
|
}
|
|
|
|
|
2015-10-29 10:59:26 +00:00
|
|
|
/* Display slide numbers when 'slideNumber' is enabled */
|
|
|
|
.reveal .slide-number-pdf {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|