forked from guziy/CMOS-python-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
112 lines (84 loc) · 1.52 KB
/
custom.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
div.logo img{
height: 60px;
margin-top: 60px;
display: inline-block;
margin-right: 10px;
}
.logo a img{
height: 60px;
margin-top: 60px;
display: inline-block;
margin-right: 10px;
}
.reveal{
font-size: 230%;
}
.prompt {
display: none;
}
/**
.inner_cell .input_area .highlight pre span{
font-size:150%;
line-height: 1.2;
}
*/
.inner_cell .input_area .highlight pre span {
font-size:150%;
line-height: 1.2;
}
div.text_cell_render.border-box-sizing.rendered_html span#authors{
color: gray;
font-size: 130%;
}
//Copied from: http://slideviewer.herokuapp.com/github/ellisonbg/talk-scipy2013/blob/master/FeaturesAndScope.ipynb#/43
.rendered_html {
font-family: "proxima-nova", helvetica;
font-size: 150%;
line-height: 1.3;
}
.rendered_html h1 {
margin: 0.25em 0em 0.5em;
color: #015C9C;
text-align: center;
line-height: 1.2;
page-break-before: always;
}
.rendered_html h2 {
margin: 1.1em 0em 0.5em;
color: #26465D;
line-height: 1.2;
}
.rendered_html h3 {
margin: 1.1em 0em 0.5em;
color: #002845;
line-height: 1.2;
}
.rendered_html li {
line-height: 1.5;
}
.CodeMirror-lines {
font-size: 120%;
}
.output_area {
font-size: 120%;
}
h1.bigtitle {
margin: 4cm 1cm 4cm 1cm;
font-size: 300%;
}
h3.point {
font-size: 200%;
text-align: center;
margin: 2em 0em 2em 0em;
#26465D
}
.logo {
margin: 20px 0 20px 0;
}
a.anchor-link {
display: none;
}
/**
h1.title {
font-size: 250%;
}*/