##// END OF EJS Templates
Fixed template to load simple.css and changed reveal.orig accordiingly.
Fixed template to load simple.css and changed reveal.orig accordiingly.

File last commit:

r9392:db1dcf18
r9398:dc0545b8
Show More
reveal_html.css
37 lines | 652 B | text/css | CssLexer
/* Overrides of notebook CSS for static HTML export
*/
.reveal {
font-size: 20px;
}
.reveal pre {
width: 100%;
padding: 0.2em;
margin: 0px auto;
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;
font-size: 60%;
text-align: center;
}
div.output_prompt {
/* 5px right shift to account for margin in parent container */
margin: 5px 5px 0 -5px;
}