CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

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