-
Notifications
You must be signed in to change notification settings - Fork 0
/
ipython.css
executable file
·61 lines (48 loc) · 1.06 KB
/
ipython.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
60
61
<style>
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700,800,400italic&subset=latin-ext,latin);
@import url(http://fonts.googleapis.com/css?family=Anonymous+Pro:400,700,800,400italic&subset=latin-ext,latin);
.filename {
font-family: Titillium Web;
font-variant: small-caps;
letter-spacing: 0.1em;
}
b {
color: #cc0000;
}
em {
color:#0000cc;
}
ul {
list-style-type: square !important;
}
.rendered_html ul li {
font-size: 8px;
}
li span {
font-size: 14px;
}
/* tekst w markdown */
.rendered_html {
font-family: Titillium Web, serif;
}
.rendered_html p {
font-size: 16px;
text-align: justify;
text-decoration: none;
}
.rendered_html :link {
text-decoration: none;
}
.rendered_html :visited {
text-decoration: none;
}
/* tekst w code cell */
.code_cell {
font-family: Anonymous Pro, monospace;
font-size: 14px;
}
code, pre, .CodeMirror {
font-family: Anonymous Pro, monospace;
font-size: 14px;
}
</style>