-
Notifications
You must be signed in to change notification settings - Fork 5
/
bundle.css
59 lines (47 loc) · 1.05 KB
/
bundle.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* The #notebook selector is there to make sure the styles override the
* defaults through the cascade by being more specific */
body {
padding: 3em 6ex;
/* Positioning MUST be relative on any parents of the sections
* for the page-break directives to have any effect! */
position: relative !important;
zoom: 0.6;
}
body a[href]:after {
content: '';
}
div.MathJax_Display {
padding-top: 1ex;
}
/* The final section is excluded to prevent a final empty page
* from showing up */
section:not(:last-child) {
page-break-after: always;
}
#notebook div.output_stderr, #notebook div.prompt {
display: none;
}
#notebook .input_area, #notebook .output_area {
width: 85%;
margin: 0 auto;
}
#notebook .output_subarea {
margin: 0 auto;
overflow-x: hidden;
}
#notebook div.code_cell {
margin: 0;
}
#notebook div.text_cell_render {
font-size: 11pt;
}
#notebook div.text_cell_render h1 {
font-size: 33pt;
margin: 1ex 0 0 0;
}
#notebook div.text_cell.rendered .rendered_html {
overflow: hidden;
}
#notebook .highlight .err {
border: none;
}