Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Project: UTMOST 2
Views: 1615
1
/*
2
* agogo.css_t
3
* ~~~~~~~~~~~
4
*
5
* Sphinx stylesheet -- agogo theme.
6
*
7
* :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
8
* :license: BSD, see LICENSE for details.
9
*
10
*/
11
12
* {
13
margin: 0px;
14
padding: 0px;
15
}
16
17
18
div.header-wrapper {
19
border-top: 0px solid #babdb6;
20
padding: 1em 1em 0;
21
min-height: 0px;
22
}
23
24
body {
25
font-family: "Verdana", Arial, sans-serif;
26
line-height: 1.4em;
27
color: black;
28
background-color: white;
29
}
30
31
32
/* Page layout */
33
34
div.header, div.content, div.footer {
35
max-width: 70em;
36
margin-left: auto;
37
margin-right: auto;
38
}
39
40
div.header-wrapper {
41
border-bottom: 0px solid #2e3436;
42
}
43
44
45
/* Default body styles */
46
a {
47
color: #ce5c00;
48
}
49
50
div.bodywrapper a, div.footer a {
51
text-decoration: underline;
52
}
53
54
.clearer {
55
clear: both;
56
}
57
58
.left {
59
float: left;
60
}
61
62
.right {
63
float: right;
64
}
65
66
.line-block {
67
display: block;
68
margin-top: 1em;
69
margin-bottom: 1em;
70
}
71
72
.line-block .line-block {
73
margin-top: 0;
74
margin-bottom: 0;
75
margin-left: 1.5em;
76
}
77
78
h1, h2, h3, h4 {
79
font-weight: normal;
80
color: #3465a4;
81
margin-bottom: .8em;
82
}
83
84
h1 {
85
color: #001873;
86
line-height: 1.1em;
87
text-align: left;
88
border-bottom: 1px solid #001873;
89
}
90
91
h2 {
92
padding-bottom: .5em;
93
}
94
95
a.headerlink {
96
visibility: hidden;
97
color: #dddddd;
98
padding-left: .3em;
99
}
100
101
h1:hover > a.headerlink,
102
h2:hover > a.headerlink,
103
h3:hover > a.headerlink,
104
h4:hover > a.headerlink,
105
h5:hover > a.headerlink,
106
h6:hover > a.headerlink,
107
dt:hover > a.headerlink {
108
visibility: visible;
109
}
110
111
img {
112
border: 0;
113
}
114
115
pre {
116
background-color: #EEE;
117
padding: 0.5em;
118
}
119
120
div.admonition {
121
margin-top: 10px;
122
margin-bottom: 10px;
123
padding: 2px 7px 1px 7px;
124
border-left: 0.2em solid black;
125
}
126
127
p.admonition-title {
128
margin: 0px 10px 5px 0px;
129
font-weight: bold;
130
}
131
132
dt:target, .highlighted {
133
background-color: #fbe54e;
134
}
135
136
/* Header */
137
138
div.header {}
139
140
div.header h1 {
141
font-family: "Trebuchet MS", Helvetica, sans-serif;
142
font-weight: normal;
143
font-size: 250%;
144
letter-spacing: .08em;
145
line-height: 70px;
146
margin-bottom: 0;
147
}
148
149
div.header h1 a {
150
color: white;
151
}
152
153
div.header h1 a:hover {
154
text-decoration: none;
155
}
156
157
div.header div.rel {
158
margin-top: 1em;
159
border-top: 1px solid #AAA;
160
border-bottom: 1px solid #AAA;
161
border-radius: 5px;
162
padding: 3px 1em;
163
}
164
165
div.header div.rel a {
166
color: #ce5c00;
167
letter-spacing: .05em;
168
font-weight: bold;
169
}
170
171
div.logo {}
172
173
img.logo {
174
border: 0;
175
}
176
177
178
/* Content */
179
div.content-wrapper {
180
background-color: white;
181
padding: 1em;
182
}
183
184
div.document {
185
max-width: 55em;
186
}
187
188
div.body {
189
padding-right: 2em;
190
text-align: justify;
191
}
192
193
div.document ul {
194
margin: 1.5em;
195
list-style-type: square;
196
}
197
198
div.document dd {
199
margin-left: 1.2em;
200
margin-top: .4em;
201
margin-bottom: 1em;
202
}
203
204
div.document .section {
205
margin-top: 1.7em;
206
}
207
div.document .section:first-child {
208
margin-top: 0px;
209
}
210
211
div.document div.highlight {
212
padding: 3px;
213
background-color: #eeeeec;
214
border-top: 2px solid #dddddd;
215
border-bottom: 2px solid #dddddd;
216
margin-top: .8em;
217
margin-bottom: .8em;
218
}
219
220
div.document h2 {
221
margin-top: .7em;
222
}
223
224
div.document p {
225
margin-bottom: .5em;
226
}
227
228
div.document li.toctree-l1 {
229
margin-bottom: 1em;
230
}
231
232
div.document .descname {
233
font-weight: bold;
234
}
235
236
div.document .docutils.literal {
237
background-color: #eeeeec;
238
padding: 1px;
239
}
240
241
div.document .docutils.xref.literal {
242
background-color: transparent;
243
padding: 0px;
244
}
245
246
div.document blockquote {
247
margin: 1em;
248
}
249
250
div.document ol {
251
margin: 1.5em;
252
}
253
254
255
/* Sidebar */
256
257
div.sphinxsidebar {
258
width: 14em;
259
padding: 0 1em;
260
float: right;
261
font-size: .93em;
262
background-color: white;
263
}
264
265
div.sphinxsidebar a, div.header a {
266
text-decoration: none;
267
}
268
269
div.sphinxsidebar a:hover, div.header a:hover {
270
text-decoration: underline;
271
}
272
273
div.sphinxsidebar h3 {
274
color: #2e3436;
275
text-transform: uppercase;
276
font-size: 130%;
277
letter-spacing: .1em;
278
margin-bottom: .4em;
279
}
280
281
div.sphinxsidebar h4 {
282
margin-bottom: 0;
283
font-weight: bold;
284
}
285
286
div.sphinxsidebar .tile {
287
border: 1px solid #D1DDE2;
288
border-radius: 10px;
289
background-color: #E1E8EC;
290
padding-left: 0.5em;
291
margin: 1em 0;
292
}
293
294
div.sphinxsidebar ul {
295
list-style-type: none;
296
}
297
298
div.sphinxsidebar li.toctree-l1 a {
299
display: block;
300
padding: 1px;
301
border: 1px solid #dddddd;
302
background-color: #eeeeec;
303
margin-bottom: .4em;
304
padding-left: 3px;
305
color: #2e3436;
306
}
307
308
div.sphinxsidebar li.toctree-l2 a {
309
background-color: transparent;
310
border: none;
311
margin-left: 1em;
312
border-bottom: 1px solid #dddddd;
313
}
314
315
div.sphinxsidebar li.toctree-l3 a {
316
background-color: transparent;
317
border: none;
318
margin-left: 2em;
319
border-bottom: 1px solid #dddddd;
320
}
321
322
div.sphinxsidebar li.toctree-l2:last-child a {
323
border-bottom: none;
324
}
325
326
div.sphinxsidebar li.toctree-l1.current a {
327
border-right: 5px solid #fcaf3e;
328
}
329
330
div.sphinxsidebar li.toctree-l1.current li.toctree-l2 a {
331
border-right: none;
332
}
333
334
div.sidebarblock {
335
padding-bottom: .4em;
336
border-bottom: 1px solid #AAA;
337
margin-bottom: .8em;
338
}
339
340
341
/* Footer */
342
343
div.footer-wrapper {
344
padding-top: 10px;
345
padding-bottom: 10px;
346
}
347
348
div.footer {
349
border-top: 2px solid #aaa;
350
text-align: right;
351
}
352
353
div.footer, div.footer a {
354
color: #888a85;
355
}
356
357
358
/* Styles copied from basic theme */
359
360
img.align-left, .figure.align-left, object.align-left {
361
clear: left;
362
float: left;
363
margin-right: 1em;
364
}
365
366
img.align-right, .figure.align-right, object.align-right {
367
clear: right;
368
float: right;
369
margin-left: 1em;
370
}
371
372
img.align-center, .figure.align-center, object.align-center {
373
display: block;
374
margin-left: auto;
375
margin-right: auto;
376
}
377
378
.align-left {
379
text-align: left;
380
}
381
382
.align-center {
383
clear: both;
384
text-align: center;
385
}
386
387
.align-right {
388
text-align: right;
389
}
390
391
/* -- search page ----------------------------------------------------------- */
392
393
ul.search {
394
margin: 10px 0 0 20px;
395
padding: 0;
396
}
397
398
ul.search li {
399
padding: 5px 0 5px 20px;
400
background-image: url(file.png);
401
background-repeat: no-repeat;
402
background-position: 0 7px;
403
}
404
405
ul.search li a {
406
font-weight: bold;
407
}
408
409
ul.search li div.context {
410
color: #888;
411
margin: 2px 0 0 30px;
412
text-align: left;
413
}
414
415
ul.keywordmatches li.goodmatch a {
416
font-weight: bold;
417
}
418
419
/* -- index page ------------------------------------------------------------ */
420
421
table.contentstable {
422
width: 90%;
423
}
424
425
table.contentstable p.biglink {
426
line-height: 150%;
427
}
428
429
a.biglink {
430
font-size: 1.3em;
431
}
432
433
span.linkdescr {
434
font-style: italic;
435
padding-top: 5px;
436
font-size: 90%;
437
}
438
439
/* -- general index --------------------------------------------------------- */
440
441
table.indextable td {
442
text-align: left;
443
vertical-align: top;
444
}
445
446
table.indextable dl, table.indextable dd {
447
margin-top: 0;
448
margin-bottom: 0;
449
}
450
451
table.indextable tr.pcap {
452
height: 10px;
453
}
454
455
table.indextable tr.cap {
456
margin-top: 10px;
457
background-color: #f2f2f2;
458
}
459
460
img.toggler {
461
margin-right: 3px;
462
margin-top: 3px;
463
cursor: pointer;
464
}
465
466
/* -- viewcode extension ---------------------------------------------------- */
467
468
.viewcode-link {
469
float: right;
470
}
471
472
.viewcode-back {
473
float: right;
474
font-family:: "Verdana", Arial, sans-serif;
475
}
476
477
div.viewcode-block:target {
478
margin: -1px -3px;
479
padding: 0 3px;
480
background-color: #f4debf;
481
border-top: 1px solid #ac9;
482
border-bottom: 1px solid #ac9;
483
}
484
485
/* ---- other customizations --- */
486
487
dl.docutils dt {
488
font-weight: bold;
489
font-size: larger;
490
}
491
492
.sagecell button {
493
background-color: white;
494
border: outset 2px;
495
padding: 0.1em 0.5em;
496
}
497
498
.sagecell button.sagecell_evalButton {
499
margin: 0.3em;
500
border-radius: 4px;
501
font-size: 120%;
502
}
503
504
.sagecell button:active {
505
border-style: inset;
506
}
507
508
.CodeMirror-scroll {
509
height: auto;
510
overflow-y: auto;
511
overflow-x: auto;
512
min-height: 12ex;
513
max-height: 45ex;
514
}
515
516
517
/*
518
Local Variables: ***
519
mode:css ***
520
End: ***
521
*/
522
523
524