Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ethen8181
GitHub Repository: ethen8181/machine-learning
Path: blob/master/notebook_format/custom1.css
1470 views
1
<style>
2
@import url('http://fonts.googleapis.com/css?family=Source+Code+Pro');
3
@import url('http://fonts.googleapis.com/css?family=Vollkorn');
4
@import url('http://fonts.googleapis.com/css?family=Arimo');
5
@import url('http://fonts.googleapis.com/css?family=Fira_sans');
6
7
div.cell {
8
width: 1000px;
9
margin-left: 0% !important;
10
margin-right: auto;
11
}
12
div.text_cell code {
13
background: transparent;
14
color: #000000;
15
font-weight: 600;
16
font-size: 12pt;
17
font-style: bold;
18
font-family: 'Source Code Pro', Consolas, monocco, monospace;
19
}
20
h1 {
21
font-family: 'Open sans',verdana,arial,sans-serif;
22
}
23
24
div.input_area {
25
background: #F6F6F9;
26
border: 1px solid #586e75;
27
}
28
29
.text_cell_render h1 {
30
font-weight: 200;
31
font-size: 30pt;
32
line-height: 100%;
33
color:#c76c0c;
34
margin-bottom: 0.5em;
35
margin-top: 1em;
36
display: block;
37
white-space: wrap;
38
text-align: left;
39
}
40
h2 {
41
font-family: 'Open sans',verdana,arial,sans-serif;
42
text-align: left;
43
}
44
.text_cell_render h2 {
45
font-weight: 200;
46
font-size: 16pt;
47
font-style: italic;
48
line-height: 100%;
49
color:#c76c0c;
50
margin-bottom: 0.5em;
51
margin-top: 1.5em;
52
display: block;
53
white-space: wrap;
54
text-align: left;
55
}
56
h3 {
57
font-family: 'Open sans',verdana,arial,sans-serif;
58
}
59
.text_cell_render h3 {
60
font-weight: 200;
61
font-size: 14pt;
62
line-height: 100%;
63
color:#d77c0c;
64
margin-bottom: 0.5em;
65
margin-top: 2em;
66
display: block;
67
white-space: wrap;
68
text-align: left;
69
}
70
h4 {
71
font-family: 'Open sans',verdana,arial,sans-serif;
72
}
73
.text_cell_render h4 {
74
font-weight: 100;
75
font-size: 14pt;
76
color:#d77c0c;
77
margin-bottom: 0.5em;
78
margin-top: 0.5em;
79
display: block;
80
white-space: nowrap;
81
}
82
h5 {
83
font-family: 'Open sans',verdana,arial,sans-serif;
84
}
85
.text_cell_render h5 {
86
font-weight: 200;
87
font-style: normal;
88
color: #1d3b84;
89
font-size: 16pt;
90
margin-bottom: 0em;
91
margin-top: 0.5em;
92
display: block;
93
white-space: nowrap;
94
}
95
div.text_cell_render{
96
font-family: 'Fira sans', verdana,arial,sans-serif;
97
line-height: 125%;
98
font-size: 115%;
99
text-align:justify;
100
text-justify:inter-word;
101
}
102
div.output_wrapper{
103
margin-top:0.2em;
104
margin-bottom:0.2em;
105
}
106
107
code{
108
font-size: 70%;
109
}
110
.rendered_html code{
111
background-color: transparent;
112
}
113
ul{
114
margin: 2em;
115
}
116
ul li{
117
padding-left: 0.5em;
118
margin-bottom: 0.5em;
119
margin-top: 0.5em;
120
}
121
ul li li{
122
padding-left: 0.2em;
123
margin-bottom: 0.2em;
124
margin-top: 0.2em;
125
}
126
ol{
127
margin: 2em;
128
}
129
ol li{
130
padding-left: 0.5em;
131
margin-bottom: 0.5em;
132
margin-top: 0.5em;
133
}
134
ul li{
135
padding-left: 0.5em;
136
margin-bottom: 0.5em;
137
margin-top: 0.2em;
138
}
139
a:link{
140
font-weight: bold;
141
color:#447adb;
142
}
143
a:visited{
144
font-weight: bold;
145
color: #1d3b84;
146
}
147
a:hover{
148
font-weight: bold;
149
color: #1d3b84;
150
}
151
a:focus{
152
font-weight: bold;
153
color:#447adb;
154
}
155
a:active{
156
font-weight: bold;
157
color:#447adb;
158
}
159
.rendered_html :link {
160
text-decoration: underline;
161
}
162
.rendered_html :hover {
163
text-decoration: none;
164
}
165
.rendered_html :visited {
166
text-decoration: none;
167
}
168
.rendered_html :focus {
169
text-decoration: none;
170
}
171
.rendered_html :active {
172
text-decoration: none;
173
}
174
.warning{
175
color: rgb( 240, 20, 20 )
176
}
177
hr {
178
color: #f3f3f3;
179
background-color: #f3f3f3;
180
height: 1px;
181
}
182
blockquote{
183
display:block;
184
background: #fcfcfc;
185
border-left: 5px solid #c76c0c;
186
font-family: 'Open sans',verdana,arial,sans-serif;
187
width:680px;
188
padding: 10px 10px 10px 10px;
189
text-align:justify;
190
text-justify:inter-word;
191
}
192
blockquote p {
193
margin-bottom: 0;
194
line-height: 125%;
195
font-size: 100%;
196
}
197
</style>
198
<script>
199
MathJax.Hub.Config({
200
TeX: {
201
extensions: ["AMSmath.js"]
202
},
203
tex2jax: {
204
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
205
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
206
},
207
displayAlign: 'center', // Change this to 'center' to center equations.
208
"HTML-CSS": {
209
scale:100,
210
availableFonts: [],
211
preferredFont:null,
212
webFont: "TeX",
213
styles: {'.MathJax_Display': {"margin": 4}}
214
}
215
});
216
</script>
217
218