##// END OF EJS Templates
Fixed template to load simple.css and changed reveal.orig accordiingly.
damianavila -
Show More
@@ -6,7 +6,7 b''
6 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
6 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
7
7
8 <link rel="stylesheet" href="reveal/css/reveal.css">
8 <link rel="stylesheet" href="reveal/css/reveal.css">
9 <link rel="stylesheet" href="reveal/css/theme/default.css" id="theme">
9 <link rel="stylesheet" href="reveal/css/theme/simple.css" id="theme">
10
10
11 <!-- For syntax highlighting -->
11 <!-- For syntax highlighting -->
12 <link rel="stylesheet" href="reveal/lib/css/zenburn.css">
12 <link rel="stylesheet" href="reveal/lib/css/zenburn.css">
@@ -34,7 +34,7 b''
34 progress: true,
34 progress: true,
35 history: true,
35 history: true,
36
36
37 theme: Reveal.getQueryHash().theme || 'simple', // available themes are in /css/theme
37 theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
38 transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/none
38 transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/none
39
39
40 // Optional libraries used to extend on reveal.js
40 // Optional libraries used to extend on reveal.js
@@ -9,7 +9,7 b''
9 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
9 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
10
10
11 <link rel="stylesheet" href="reveal/css/reveal.css">
11 <link rel="stylesheet" href="reveal/css/reveal.css">
12 <link rel="stylesheet" href="reveal/css/theme/default.css" id="theme">
12 <link rel="stylesheet" href="reveal/css/theme/simple.css" id="theme">
13
13
14 <!-- For syntax highlighting -->
14 <!-- For syntax highlighting -->
15 <link rel="stylesheet" href="reveal/lib/css/zenburn.css">
15 <link rel="stylesheet" href="reveal/lib/css/zenburn.css">
@@ -674,21 +674,31 b' pre, code, kbd, samp { white-space: pre-wrap; }'
674 width: 100%;
674 width: 100%;
675 padding: 0.2em;
675 padding: 0.2em;
676 margin: 0px auto;
676 margin: 0px auto;
677 font-size: 0.8em;
677 font-family: monospace, sans-serif;
678 font-size: 60%;
678 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
679 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
679 }
680 }
681 .reveal section img {
682 border: 0px solid black;
683 box-shadow: 0 0 10px rgba(0, 0, 0, 0);
684 }
685 div.input_area {
686 padding: 0.2em;
687 }
688 div.code_cell {
689 background-color: transparent;
690 }
680 div.prompt {
691 div.prompt {
681 width: 11ex;
692 width: 11ex;
682 padding: 0.0em;
693 padding: 0.0em;
683 margin: 0px;
694 margin: 0px;
684 font-family: monospace;
695 font-family: monospace;
685 }
696 font-size: 60%;
686 div.output_subarea {
697 text-align: center;
687 padding: 0.0em 0.0em 0.0em 0.0em;
688 }
698 }
689 div.output_prompt {
699 div.output_prompt {
690 /* 5px right shift to account for margin in parent container */
700 /* 5px right shift to account for margin in parent container */
691 margin: 0 5px 0 -5px;
701 margin: 5px 5px 0 -5px;
692 }
702 }
693
703
694 </style>
704 </style>
@@ -3843,7 +3853,7 b' controls: true,'
3843 progress: true,
3853 progress: true,
3844 history: true,
3854 history: true,
3845
3855
3846 theme: Reveal.getQueryHash().theme || 'simple', // available themes are in /css/theme
3856 theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
3847 transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/none
3857 transition: Reveal.getQueryHash().transition || 'linear', // default/cube/page/concave/zoom/linear/none
3848
3858
3849 // Optional libraries used to extend on reveal.js
3859 // Optional libraries used to extend on reveal.js
General Comments 0
You need to be logged in to leave comments. Login now