BeamerReveal

 view release on metacpan or  search on metacpan

share/libs/revealjs/plugin/notes/jojo.html  view on Meta::CPAN

<!--
    NOTE: You need to build the notes plugin after making changes to this file.
  -->
<html lang="en">
  <head>
    <meta charset="utf-8">

    <title>reveal.js - Speaker View</title>

    <style>
      body {
	  font-family: Helvetica;
	  font-size: 18px;
      }

      #current-slide,
      #upcoming-slide {
	  overflow: hidden;
	  position: relative;
      }
      
      #speaker-controls {
	  padding: 6px;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  
      }

      #current-slide iframe,
      #upcoming-slide iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  transform-origin: top left;
	  border: 1px solid #ddd;
      }

      #current-slide .label,
      #upcoming-slide .label {
	  position: absolute;
	  top: 10px;
	  left: 10px;
	  z-index: 2;
      }

      #connection-status {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 20;
	  padding: 30% 20% 20% 20%;
	  font-size: 18px;
	  color: #222;
	  background: #fff;
	  text-align: center;
	  box-sizing: border-box;
	  line-height: 1.4;
      }

      .overlay-element {
	  height: 34px;
	  line-height: 34px;
	  padding: 0 10px;
	  text-shadow: none;



( run in 0.414 second using v1.01-cache-2.11-cpan-39bf76dae61 )