From dc0545b83a3e42756d66e30a3fdb97c45ab7db96 2013-01-31 14:25:40 From: damianavila Date: 2013-01-31 14:25:40 Subject: [PATCH] Fixed template to load simple.css and changed reveal.orig accordiingly. --- diff --git a/templates/reveal_base.html b/templates/reveal_base.html index 64d60fd..d46b71e 100644 --- a/templates/reveal_base.html +++ b/templates/reveal_base.html @@ -6,7 +6,7 @@ - + @@ -34,7 +34,7 @@ progress: true, history: true, - theme: Reveal.getQueryHash().theme || 'simple', // available themes are in /css/theme + theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/none // Optional libraries used to extend on reveal.js diff --git a/tests/ipynbref/reveal.orig_slides.html b/tests/ipynbref/reveal.orig_slides.html index 52157e8..2446b37 100644 --- a/tests/ipynbref/reveal.orig_slides.html +++ b/tests/ipynbref/reveal.orig_slides.html @@ -9,7 +9,7 @@ - + @@ -674,21 +674,31 @@ pre, code, kbd, samp { white-space: pre-wrap; } width: 100%; padding: 0.2em; margin: 0px auto; -font-size: 0.8em; +font-family: monospace, sans-serif; +font-size: 60%; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); } +.reveal section img { +border: 0px solid black; +box-shadow: 0 0 10px rgba(0, 0, 0, 0); +} +div.input_area { +padding: 0.2em; +} +div.code_cell { +background-color: transparent; +} div.prompt { width: 11ex; padding: 0.0em; margin: 0px; font-family: monospace; -} -div.output_subarea { -padding: 0.0em 0.0em 0.0em 0.0em; +font-size: 60%; +text-align: center; } div.output_prompt { /* 5px right shift to account for margin in parent container */ - margin: 0 5px 0 -5px; + margin: 5px 5px 0 -5px; } @@ -3843,7 +3853,7 @@ controls: true, progress: true, history: true, -theme: Reveal.getQueryHash().theme || 'simple', // available themes are in /css/theme +theme: Reveal.getQueryHash().theme, // available themes are in /css/theme transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/none // Optional libraries used to extend on reveal.js