Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Project: KOB1
Views: 16994/**1* This stylesheet is used to print reveal.js2* presentations to PDF.3*4* https://github.com/hakimel/reveal.js#pdf-export5*/67* {8-webkit-print-color-adjust: exact;9}1011body {12margin: 0 auto !important;13border: 0;14padding: 0;15float: none !important;16overflow: visible;17}1819html {20width: 100%;21height: 100%;22overflow: visible;23}2425/* Remove any elements not needed in print. */26.nestedarrow,27.reveal .controls,28.reveal .progress,29.reveal .playback,30.reveal.overview,31.fork-reveal,32.share-reveal,33.state-background {34display: none !important;35}3637h1, h2, h3, h4, h5, h6 {38text-shadow: 0 0 0 #000 !important;39}4041.reveal pre code {42overflow: hidden !important;43font-family: Courier, 'Courier New', monospace !important;44}4546ul, ol, div, p {47visibility: visible;48position: static;49width: auto;50height: auto;51display: block;52overflow: visible;53margin: auto;54}55.reveal {56width: auto !important;57height: auto !important;58overflow: hidden !important;59}60.reveal .slides {61position: static;62width: 100% !important;63height: auto !important;64zoom: 1 !important;6566left: auto;67top: auto;68margin: 0 !important;69padding: 0 !important;7071overflow: visible;72display: block;7374-webkit-perspective: none;75-moz-perspective: none;76-ms-perspective: none;77perspective: none;7879-webkit-perspective-origin: 50% 50%; /* there isn't a none/auto value but 50-50 is the default */80-moz-perspective-origin: 50% 50%;81-ms-perspective-origin: 50% 50%;82perspective-origin: 50% 50%;83}8485.reveal .slides .pdf-page {86position: relative;87overflow: hidden;88z-index: 1;8990page-break-after: always;91}9293.reveal .slides section {94visibility: visible !important;95display: block !important;96position: absolute !important;9798margin: 0 !important;99padding: 0 !important;100box-sizing: border-box !important;101min-height: 1px;102103opacity: 1 !important;104105-webkit-transform-style: flat !important;106-moz-transform-style: flat !important;107-ms-transform-style: flat !important;108transform-style: flat !important;109110-webkit-transform: none !important;111-moz-transform: none !important;112-ms-transform: none !important;113transform: none !important;114}115116.reveal section.stack {117position: relative !important;118margin: 0 !important;119padding: 0 !important;120page-break-after: avoid !important;121height: auto !important;122min-height: auto !important;123}124125.reveal img {126box-shadow: none;127}128129.reveal .roll {130overflow: visible;131line-height: 1em;132}133134/* Slide backgrounds are placed inside of their slide when exporting to PDF */135.reveal .slide-background {136display: block !important;137position: absolute;138top: 0;139left: 0;140width: 100%;141height: 100%;142z-index: auto !important;143}144145/* Display slide speaker notes when 'showNotes' is enabled */146.reveal.show-notes {147max-width: none;148max-height: none;149}150.reveal .speaker-notes-pdf {151display: block;152width: 100%;153height: auto;154max-height: none;155top: auto;156right: auto;157bottom: auto;158left: auto;159z-index: 100;160}161162/* Layout option which makes notes appear on a separate page */163.reveal .speaker-notes-pdf[data-layout="separate-page"] {164position: relative;165color: inherit;166background-color: transparent;167padding: 20px;168page-break-after: always;169border: 0;170}171172/* Display slide numbers when 'slideNumber' is enabled */173.reveal .slide-number-pdf {174display: block;175position: absolute;176font-size: 14px;177}178179180