summaryrefslogtreecommitdiff
path: root/advanced_python/rise.css
diff options
context:
space:
mode:
Diffstat (limited to 'advanced_python/rise.css')
-rw-r--r--advanced_python/rise.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/advanced_python/rise.css b/advanced_python/rise.css
new file mode 100644
index 0000000..11d733d
--- /dev/null
+++ b/advanced_python/rise.css
@@ -0,0 +1,21 @@
+/* Customizations for RISE slides
+ */
+
+/* Increase font size for the code cells.
+*/
+
+div.cell.code_cell {
+ font-size: 150%;
+}
+
+/*
+div.CodeMirror-lines {
+ font-size: 125%;
+}*/
+
+/* Tables were rendered out as tiny values
+ since the font-size was set to 12px somehow.
+*/
+.rendered_html table {
+ font-size: 100%
+}