##// END OF EJS Templates
Modified css to look like a notebook-derived slideshow.
damianavila -
Show More
@@ -1,27 +1,37 b''
1 /* Overrides of notebook CSS for static HTML export
1 /* Overrides of notebook CSS for static HTML export
2
2
3 */
3 */
4
4
5 .reveal {
5 .reveal {
6 font-size: 20px;
6 font-size: 20px;
7 }
7 }
8 .reveal pre {
8 .reveal pre {
9 width: 100%;
9 width: 100%;
10 padding: 0.2em;
10 padding: 0.2em;
11 margin: 0px auto;
11 margin: 0px auto;
12 font-size: 0.8em;
12 font-family: monospace, sans-serif;
13 font-size: 60%;
13 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
14 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
14 }
15 }
16 .reveal section img {
17 border: 0px solid black;
18 box-shadow: 0 0 10px rgba(0, 0, 0, 0);
19 }
20 div.input_area {
21 padding: 0.2em;
22 }
23 div.code_cell {
24 background-color: transparent;
25 }
15 div.prompt {
26 div.prompt {
16 width: 11ex;
27 width: 11ex;
17 padding: 0.0em;
28 padding: 0.0em;
18 margin: 0px;
29 margin: 0px;
19 font-family: monospace;
30 font-family: monospace;
20 }
31 font-size: 60%;
21 div.output_subarea {
32 text-align: center;
22 padding: 0.0em 0.0em 0.0em 0.0em;
23 }
33 }
24 div.output_prompt {
34 div.output_prompt {
25 /* 5px right shift to account for margin in parent container */
35 /* 5px right shift to account for margin in parent container */
26 margin: 0 5px 0 -5px;
36 margin: 5px 5px 0 -5px;
27 }
37 }
General Comments 0
You need to be logged in to leave comments. Login now