##// END OF EJS Templates
Fixed to work with new ipython css.
Fixed to work with new ipython css.

File last commit:

r9561:9d59d16d
r9561:9d59d16d
Show More
reveal_html.css
40 lines | 739 B | text/css | CssLexer
/* Overrides of notebook CSS for static HTML export
*/
.reveal {
font-size: 20px;
}
.reveal pre {
width: 100%;
padding: 0.3em;
margin: 0px auto;
font-family: monospace, sans-serif;
font-size: 80%;
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.06em;
}
div.code_cell {
background-color: transparent;
}
div.prompt {
width: 11ex;
padding: 0.4em;
margin: 0px;
font-family: monospace, sans-serif;
font-size: 80%;
text-align: right;
}
div.output_area pre {
font-family: monospace, sans-serif;
font-size: 80%;
}
div.output_prompt {
/* 5px right shift to account for margin in parent container */
margin: 5px 5px 0 -5px;
}