Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
1
.rendered_html {
2
font-family: Georgia, serif;
3
font-size: 130%;
4
line-height: 1.5;
5
}
6
7
.input {
8
width: 930px;
9
}
10
11
.inner_cell {
12
width: 800px;
13
}
14
15
.code_cell {
16
width: 800px;
17
}
18
19
.CodeMirror-sizer {
20
}
21
22
hr {
23
border: 1px solid #DDD;
24
}
25
26
.rendered_html h1 {
27
margin: 0.25em 0em 0.5em;
28
font-family: sans-serif;
29
color: #015C9C;
30
text-align: center;
31
line-height: 1.2;
32
page-break-before: always;
33
}
34
35
.rendered_html h2 {
36
margin: 1.1em 0em 0.5em;
37
font-family: sans-serif;
38
color: #26465D;
39
line-height: 1.2;
40
}
41
42
.rendered_html h3 {
43
font-family: sans-serif;
44
margin: 1.1em 0em 0.5em;
45
color: #002845;
46
line-height: 1.2;
47
}
48
49
.rendered_html li {
50
line-height: 1.5;
51
}
52
53
.CodeMirror-lines {
54
font-size: 110%;
55
line-height: 1.4em;
56
font-family: DejaVu Sans Mono, Consolas, Ubuntu, monospace;
57
}
58
59
h1.bigtitle {
60
margin: 4cm 1cm 4cm 1cm;
61
font-size: 300%;
62
}
63
64
h3.point {
65
font-size: 200%;
66
text-align: center;
67
margin: 2em 0em 2em 0em;
68
#26465D
69
}
70
71
.logo {
72
margin: 20px 0 20px 0;
73
}
74
75
a.anchor-link {
76
display: none;
77
}
78
79
h1.title {
80
font-size: 250%;
81
}
82
83
.exercize {
84
color: #738;
85
}
86
87
h2 .exercize {
88
font-style: italic;
89
}
90
91