Salome HOME
add doc/build for EZ direct html or pdf
[tools/sat.git] / doc / build / html / _static / alabaster.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53 @import url("basic.css");
54
55 /* -- page layout ----------------------------------------------------------- */
56
57 body {
58     font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
59     font-size: 0.9em;
60     background-color: #fff;
61     color: #000;
62     margin: 0;
63     padding: 0;
64 }
65
66
67 div.document {
68     width: 1000px;
69     margin: 30px auto 0 auto;
70 }
71
72 div.documentwrapper {
73     float: left;
74     width: 100%;
75 }
76
77 div.bodywrapper {
78     margin: 0 0 0 250px;
79 }
80
81 div.sphinxsidebar {
82     width: 250px;
83     font-size: 14px;
84     line-height: 1.5;
85 }
86
87 hr {
88     border: 1px solid #B1B4B6;
89 }
90
91 div.body {
92     background-color: #fff;
93     color: #3E4349;
94     padding: 0 30px 0 30px;
95 }
96
97 div.body > .section {
98     text-align: left;
99 }
100
101 div.footer {
102     width: 1000px;
103     margin: 20px auto 30px auto;
104     font-size: 14px;
105     color: #888;
106     text-align: right;
107 }
108
109 div.footer a {
110     color: #888;
111 }
112
113 p.caption {
114     font-family: inherit;
115     font-size: inherit;
116 }
117
118
119
120 div.sphinxsidebar a {
121     color: #444;
122     text-decoration: none;
123     border-bottom: 1px dotted #999;
124 }
125
126 div.sphinxsidebar a:hover {
127     border-bottom: 1px solid #999;
128 }
129
130 div.sphinxsidebarwrapper {
131     padding: 18px 10px;
132 }
133
134 div.sphinxsidebarwrapper p.logo {
135     padding: 0;
136     margin: -10px 0 0 0px;
137     text-align: center;
138 }
139
140 div.sphinxsidebarwrapper h1.logo {
141     margin-top: -10px;
142     text-align: center;
143     margin-bottom: 5px;
144     text-align: left;
145 }
146
147 div.sphinxsidebarwrapper h1.logo-name {
148     margin-top: 0px;
149 }
150
151 div.sphinxsidebarwrapper p.blurb {
152     margin-top: 0;
153     font-style: normal;
154 }
155
156 div.sphinxsidebar h3,
157 div.sphinxsidebar h4 {
158     font-family: 'Garamond', 'Georgia', serif;
159     color: #444;
160     font-size: 24px;
161     font-weight: normal;
162     margin: 0 0 5px 0;
163     padding: 0;
164 }
165
166 div.sphinxsidebar h4 {
167     font-size: 20px;
168 }
169
170 div.sphinxsidebar h3 a {
171     color: #444;
172 }
173
174 div.sphinxsidebar p.logo a,
175 div.sphinxsidebar h3 a,
176 div.sphinxsidebar p.logo a:hover,
177 div.sphinxsidebar h3 a:hover {
178     border: none;
179 }
180
181 div.sphinxsidebar p {
182     color: #555;
183     margin: 10px 0;
184 }
185
186 div.sphinxsidebar ul {
187     margin: 10px 0;
188     padding: 0;
189     color: #000;
190 }
191
192 div.sphinxsidebar ul li.toctree-l1 > a {
193     font-size: 120%;
194 }
195
196 div.sphinxsidebar ul li.toctree-l2 > a {
197     font-size: 110%;
198 }
199
200 div.sphinxsidebar input {
201     border: 1px solid #CCC;
202     font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
203     font-size: 1em;
204 }
205
206 div.sphinxsidebar hr {
207     border: none;
208     height: 1px;
209     color: #AAA;
210     background: #AAA;
211
212     text-align: left;
213     margin-left: 0;
214     width: 50%;
215 }
216
217 /* -- body styles ----------------------------------------------------------- */
218
219 a {
220     color: #004B6B;
221     text-decoration: underline;
222 }
223
224 a:hover {
225     color: #6D4100;
226     text-decoration: underline;
227 }
228
229 div.body h1,
230 div.body h2,
231 div.body h3,
232 div.body h4,
233 div.body h5,
234 div.body h6 {
235     font-family: 'Garamond', 'Georgia', serif;
236     font-weight: normal;
237     margin: 30px 0px 10px 0px;
238     padding: 0;
239 }
240
241 div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }
242 div.body h2 { font-size: 180%; }
243 div.body h3 { font-size: 150%; }
244 div.body h4 { font-size: 130%; }
245 div.body h5 { font-size: 100%; }
246 div.body h6 { font-size: 100%; }
247
248 a.headerlink {
249     color: #DDD;
250     padding: 0 4px;
251     text-decoration: none;
252 }
253
254 a.headerlink:hover {
255     color: #444;
256     background: #EAEAEA;
257 }
258
259 div.body p, div.body dd, div.body li {
260     line-height: 1.4em;
261 }
262
263 div.admonition {
264     margin: 20px 0px;
265     padding: 10px 30px;
266     background-color: #EEE;
267     border: 1px solid #CCC;
268 }
269
270 div.admonition tt.xref, div.admonition code.xref, div.admonition a tt {
271     background-color: #FBFBFB;
272     border-bottom: 1px solid #fafafa;
273 }
274
275 div.admonition p.admonition-title {
276     font-family: 'Garamond', 'Georgia', serif;
277     font-weight: normal;
278     font-size: 24px;
279     margin: 0 0 10px 0;
280     padding: 0;
281     line-height: 1;
282 }
283
284 div.admonition p.last {
285     margin-bottom: 0;
286 }
287
288 div.highlight {
289     background-color: #fff;
290 }
291
292 dt:target, .highlight {
293     background: #FAF3E8;
294 }
295
296 div.warning {
297     background-color: #FCC;
298     border: 1px solid #FAA;
299 }
300
301 div.danger {
302     background-color: #FCC;
303     border: 1px solid #FAA;
304     -moz-box-shadow: 2px 2px 4px #D52C2C;
305     -webkit-box-shadow: 2px 2px 4px #D52C2C;
306     box-shadow: 2px 2px 4px #D52C2C;
307 }
308
309 div.error {
310     background-color: #FCC;
311     border: 1px solid #FAA;
312     -moz-box-shadow: 2px 2px 4px #D52C2C;
313     -webkit-box-shadow: 2px 2px 4px #D52C2C;
314     box-shadow: 2px 2px 4px #D52C2C;
315 }
316
317 div.caution {
318     background-color: #FCC;
319     border: 1px solid #FAA;
320 }
321
322 div.attention {
323     background-color: #FCC;
324     border: 1px solid #FAA;
325 }
326
327 div.important {
328     background-color: #EEE;
329     border: 1px solid #CCC;
330 }
331
332 div.note {
333     background-color: #EEE;
334     border: 1px solid #CCC;
335 }
336
337 div.tip {
338     background-color: #EEE;
339     border: 1px solid #CCC;
340 }
341
342 div.hint {
343     background-color: #EEE;
344     border: 1px solid #CCC;
345 }
346
347 div.seealso {
348     background-color: #EEE;
349     border: 1px solid #CCC;
350 }
351
352 div.topic {
353     background-color: #EEE;
354 }
355
356 p.admonition-title {
357     display: inline;
358 }
359
360 p.admonition-title:after {
361     content: ":";
362 }
363
364 pre, tt, code {
365     font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
366     font-size: 0.8em;
367 }
368
369 .hll {
370     background-color: #FFC;
371     margin: 0 -12px;
372     padding: 0 12px;
373     display: block;
374 }
375
376 img.screenshot {
377 }
378
379 tt.descname, tt.descclassname, code.descname, code.descclassname {
380     font-size: 0.95em;
381 }
382
383 tt.descname, code.descname {
384     padding-right: 0.08em;
385 }
386
387 img.screenshot {
388     -moz-box-shadow: 2px 2px 4px #EEE;
389     -webkit-box-shadow: 2px 2px 4px #EEE;
390     box-shadow: 2px 2px 4px #EEE;
391 }
392
393 table.docutils {
394     border: 1px solid #888;
395     -moz-box-shadow: 2px 2px 4px #EEE;
396     -webkit-box-shadow: 2px 2px 4px #EEE;
397     box-shadow: 2px 2px 4px #EEE;
398 }
399
400 table.docutils td, table.docutils th {
401     border: 1px solid #888;
402     padding: 0.25em 0.7em;
403 }
404
405 table.field-list, table.footnote {
406     border: none;
407     -moz-box-shadow: none;
408     -webkit-box-shadow: none;
409     box-shadow: none;
410 }
411
412 table.footnote {
413     margin: 15px 0;
414     width: 100%;
415     border: 1px solid #EEE;
416     background: #FDFDFD;
417     font-size: 0.9em;
418 }
419
420 table.footnote + table.footnote {
421     margin-top: -15px;
422     border-top: none;
423 }
424
425 table.field-list th {
426     padding: 0 0.8em 0 0;
427 }
428
429 table.field-list td {
430     padding: 0;
431 }
432
433 table.field-list p {
434     margin-bottom: 0.8em;
435 }
436
437 /* Cloned from
438  * https://github.com/sphinx-doc/sphinx/commit/ef60dbfce09286b20b7385333d63a60321784e68
439  */
440 .field-name {
441     -moz-hyphens: manual;
442     -ms-hyphens: manual;
443     -webkit-hyphens: manual;
444     hyphens: manual;
445 }
446
447 table.footnote td.label {
448     width: .1px;
449     padding: 0.3em 0 0.3em 0.5em;
450 }
451
452 table.footnote td {
453     padding: 0.3em 0.5em;
454 }
455
456 dl {
457     margin: 0;
458     padding: 0;
459 }
460
461 dl dd {
462     margin-left: 30px;
463 }
464
465 blockquote {
466     margin: 0 0 0 30px;
467     padding: 0;
468 }
469
470 ul, ol {
471     /* Matches the 30px from the narrow-screen "li > ul" selector below */
472     margin: 10px 0 10px 30px;
473     padding: 0;
474 }
475
476 pre {
477     background: #fee;
478     padding: 7px 30px;
479     margin: 15px 0px;
480     line-height: 1.3em;
481 }
482
483 div.viewcode-block:target {
484     background: #ffd;
485 }
486
487 dl pre, blockquote pre, li pre {
488     margin-left: 0;
489     padding-left: 30px;
490 }
491
492 tt, code {
493     background-color: #ecf0f3;
494     color: #222;
495     /* padding: 1px 2px; */
496 }
497
498 tt.xref, code.xref, a tt {
499     background-color: #FBFBFB;
500     border-bottom: 1px solid #fff;
501 }
502
503 a.reference {
504     text-decoration: none;
505     border-bottom: 1px dotted #004B6B;
506 }
507
508 /* Don't put an underline on images */
509 a.image-reference, a.image-reference:hover {
510     border-bottom: none;
511 }
512
513 a.reference:hover {
514     border-bottom: 1px solid #6D4100;
515 }
516
517 a.footnote-reference {
518     text-decoration: none;
519     font-size: 0.7em;
520     vertical-align: top;
521     border-bottom: 1px dotted #004B6B;
522 }
523
524 a.footnote-reference:hover {
525     border-bottom: 1px solid #6D4100;
526 }
527
528 a:hover tt, a:hover code {
529     background: #EEE;
530 }
531
532
533 @media screen and (max-width: 870px) {
534
535     div.sphinxsidebar {
536         display: none;
537     }
538
539     div.document {
540        width: 100%;
541
542     }
543
544     div.documentwrapper {
545         margin-left: 0;
546         margin-top: 0;
547         margin-right: 0;
548         margin-bottom: 0;
549     }
550
551     div.bodywrapper {
552         margin-top: 0;
553         margin-right: 0;
554         margin-bottom: 0;
555         margin-left: 0;
556     }
557
558     ul {
559         margin-left: 0;
560     }
561
562         li > ul {
563         /* Matches the 30px from the "ul, ol" selector above */
564                 margin-left: 30px;
565         }
566
567     .document {
568         width: auto;
569     }
570
571     .footer {
572         width: auto;
573     }
574
575     .bodywrapper {
576         margin: 0;
577     }
578
579     .footer {
580         width: auto;
581     }
582
583     .github {
584         display: none;
585     }
586
587
588
589 }
590
591
592
593 @media screen and (max-width: 875px) {
594
595     body {
596         margin: 0;
597         padding: 20px 30px;
598     }
599
600     div.documentwrapper {
601         float: none;
602         background: #fff;
603     }
604
605     div.sphinxsidebar {
606         display: block;
607         float: none;
608         width: 102.5%;
609         margin: 50px -30px -20px -30px;
610         padding: 10px 20px;
611         background: #333;
612         color: #FFF;
613     }
614
615     div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
616     div.sphinxsidebar h3 a {
617         color: #fff;
618     }
619
620     div.sphinxsidebar a {
621         color: #AAA;
622     }
623
624     div.sphinxsidebar p.logo {
625         display: none;
626     }
627
628     div.document {
629         width: 100%;
630         margin: 0;
631     }
632
633     div.footer {
634         display: none;
635     }
636
637     div.bodywrapper {
638         margin: 0;
639     }
640
641     div.body {
642         min-height: 0;
643         padding: 0;
644     }
645
646     .rtd_doc_footer {
647         display: none;
648     }
649
650     .document {
651         width: auto;
652     }
653
654     .footer {
655         width: auto;
656     }
657
658     .footer {
659         width: auto;
660     }
661
662     .github {
663         display: none;
664     }
665 }
666
667
668 /* misc. */
669
670 .revsys-inline {
671     display: none!important;
672 }
673
674 /* Make nested-list/multi-paragraph items look better in Releases changelog
675  * pages. Without this, docutils' magical list fuckery causes inconsistent
676  * formatting between different release sub-lists.
677  */
678 div#changelog > div.section > ul > li > p:only-child {
679     margin-bottom: 0;
680 }
681
682 /* Hide fugly table cell borders in ..bibliography:: directive output */
683 table.docutils.citation, table.docutils.citation td, table.docutils.citation th {
684   border: none;
685   /* Below needed in some edge cases; if not applied, bottom shadows appear */
686   -moz-box-shadow: none;
687   -webkit-box-shadow: none;
688   box-shadow: none;
689 }