##// END OF EJS Templates
Fixed some css styling.
Fixed some css styling.

File last commit:

r9562:7e48ab8f
r9562:7e48ab8f
Show More
reveal_html.css
43 lines | 777 B | text/css | CssLexer
damianavila
Added ipython styling through a method inside the converter. Modified the template to adjust to the new method. Rewritten of some css slyling through reveal_html.css.
r8918 /* Overrides of notebook CSS for static HTML export
*/
.reveal {
font-size: 20px;
}
.reveal pre {
width: 100%;
damianavila
Fixed to work with new ipython css.
r9561 padding: 0.3em;
damianavila
Added ipython styling through a method inside the converter. Modified the template to adjust to the new method. Rewritten of some css slyling through reveal_html.css.
r8918 margin: 0px auto;
damianavila
Modified css to look like a notebook-derived slideshow.
r9392 font-family: monospace, sans-serif;
damianavila
Fixed to work with new ipython css.
r9561 font-size: 80%;
damianavila
Added ipython styling through a method inside the converter. Modified the template to adjust to the new method. Rewritten of some css slyling through reveal_html.css.
r8918 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
damianavila
Modified css to look like a notebook-derived slideshow.
r9392 .reveal section img {
border: 0px solid black;
box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
damianavila
Fixed some css styling.
r9562 .reveal .slides {
text-align: left;
}
damianavila
Modified css to look like a notebook-derived slideshow.
r9392 div.input_area {
damianavila
Fixed to work with new ipython css.
r9561 padding: 0.06em;
damianavila
Modified css to look like a notebook-derived slideshow.
r9392 }
div.code_cell {
background-color: transparent;
}
damianavila
Added ipython styling through a method inside the converter. Modified the template to adjust to the new method. Rewritten of some css slyling through reveal_html.css.
r8918 div.prompt {
width: 11ex;
damianavila
Fixed to work with new ipython css.
r9561 padding: 0.4em;
damianavila
Added ipython styling through a method inside the converter. Modified the template to adjust to the new method. Rewritten of some css slyling through reveal_html.css.
r8918 margin: 0px;
damianavila
Fixed to work with new ipython css.
r9561 font-family: monospace, sans-serif;
font-size: 80%;
text-align: right;
}
div.output_area pre {
font-family: monospace, sans-serif;
font-size: 80%;
damianavila
Added ipython styling through a method inside the converter. Modified the template to adjust to the new method. Rewritten of some css slyling through reveal_html.css.
r8918 }
div.output_prompt {
/* 5px right shift to account for margin in parent container */
damianavila
Modified css to look like a notebook-derived slideshow.
r9392 margin: 5px 5px 0 -5px;
damianavila
Fixed to work with new ipython css.
r9561 }