Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132948 views
License: OTHER
1
body {
2
font-family: "Raleway";
3
}
4
a {
5
color: #CE5C00;
6
}
7
input,
8
button,
9
select,
10
textarea {
11
font-family: "Raleway";
12
}
13
pre {
14
font-size: 11px;
15
}
16
17
h1, h2, h3, h4, h5, h6 {
18
clear: left;
19
margin-top: 40px;
20
}
21
h1 {
22
font-size: 30px;
23
line-height: 36px;
24
}
25
h2 {
26
font-size: 24px;
27
line-height: 30px;
28
}
29
h3 {
30
font-size: 19px;
31
line-height: 21px;
32
}
33
h4 {
34
font-size: 17px;
35
line-height: 19px;
36
}
37
h5 {
38
font-size: 15px;
39
line-height: 17px;
40
}
41
h6 {
42
font-size: 13px;
43
line-height: 15px;
44
}
45
blockquote {
46
border-left: 0;
47
}
48
dt {
49
font-weight: normal;
50
margin-top: 15px
51
}
52
dd {
53
margin-left: 20px;
54
margin-top: 5px;
55
}
56
57
.logo {
58
float: left;
59
margin: 20px 0 20px 22px;
60
}
61
.logo img {
62
height: 70px;
63
}
64
65
.hero {
66
padding: 10px 25px;
67
}
68
69
.gallery-random {
70
float: right;
71
line-height: 180px;
72
}
73
.gallery-random img {
74
max-height: 180px;
75
}
76
77
.coins-sample {
78
padding: 5px;
79
}
80
81
.sidebar-box {
82
padding: 0;
83
}
84
.sidebar-box-heading {
85
padding-left: 15px;
86
}
87
88
#current {
89
font-weight: bold;
90
}
91
92
.headerlink {
93
margin-left: 10px;
94
color: #ddd;
95
display: none;
96
}
97
h1:hover .headerlink,
98
h2:hover .headerlink,
99
h3:hover .headerlink,
100
h4:hover .headerlink,
101
h5:hover .headerlink,
102
h6:hover .headerlink {
103
display: inline;
104
}
105
.headerlink:hover {
106
color: #CE5C00;
107
text-decoration: none;
108
}
109
110
.footer {
111
margin-top: 30px;
112
padding: 5px 10px;
113
color: #999;
114
}
115
.footer a {
116
color: #999;
117
text-decoration: underline;
118
}
119
120
.ohloh-use, .gplus-use {
121
float: left;
122
margin: 0 0 10px 15px;
123
}
124
125
/* Documentation */
126
127
/* general table settings */
128
table.docutils {
129
margin-bottom: 10px;
130
border-color: #ccc;
131
}
132
table.docutils td, table.docutils th {
133
padding: 5px;
134
border-color: #ccc;
135
text-align: left;
136
}
137
138
.toc ul ul {
139
font-size: 13px;
140
margin-right: -15px;
141
}
142
143
/* master content table */
144
.contentstable.docutils, .contentstable.docutils td {
145
border-color: transparent;
146
}
147
.contentstable.docutils .first {
148
font-weight: bold;
149
}
150
.contentstable.docutils .last {
151
padding-left: 10px;
152
}
153
154
.docutils .label, .docutils .badge {
155
background: transparent;
156
text-shadow: none;
157
font-size: 13px;
158
padding: 5px;
159
line-height: 20px;
160
color: #333;
161
}
162
163
/* module summary table */
164
.longtable.docutils {
165
font-size: 12px;
166
margin-bottom: 30px;
167
}
168
.longtable.docutils, .longtable.docutils td {
169
border-color: #ccc;
170
}
171
172
/* function and class description */
173
dl.class, dl.function, dl.method, dl.attribute {
174
border-top: 1px solid #ccc;
175
padding-top: 10px;
176
}
177
.descclassname {
178
color: #aaa;
179
font-weight: normal;
180
font-family: monospace;
181
}
182
.descname {
183
font-family: monospace;
184
}
185
dl.class em, dl.function em, dl.class big, dl.function big {
186
font-weight: normal;
187
font-family: monospace;
188
}
189
dl.class dd, dl.function dd {
190
padding: 10px;
191
}
192
.docutils.field-list th {
193
background-color: #eee;
194
padding: 10px;
195
text-align: left;
196
vertical-align: top;
197
width: 100px;
198
}
199
.docutils.field-list td {
200
padding: 10px 10px 10px 20px;
201
text-align: left;
202
vertical-align: top;
203
}
204
.docutils.field-list td blockquote p {
205
font-size: 13px;
206
line-height: 18px;
207
}
208
p.rubric {
209
font-weight: bold;
210
font-size: 19px;
211
margin: 15px 0 10px 0;
212
}
213
p.admonition-title {
214
font-weight: bold;
215
text-decoration: underline;
216
}
217
218
/* example gallery */
219
220
.gallery {
221
height: 200px;
222
}
223
224
.figure {
225
float: left;
226
margin: 1em;
227
}
228
229
.figure img {
230
display: block;
231
margin-left: auto;
232
margin-right: auto;
233
max-height: 150px;
234
max-width: 200px;
235
}
236
237
.figure .caption {
238
width: 200px;
239
text-align: center !important;
240
}
241
242
/* misc */
243
div.math {
244
text-align: center;
245
}
246
247