source: ammosreader/doc/html/_static/css/adctheme.css@ 5547430

AmmosSource guix
Last change on this file since 5547430 was 5547430, checked in by Enrico Schwass <ennoausberlin@…>, 3 years ago

docs updated

  • Property mode set to 100644
File size: 15.3 KB
Line 
1s/**
2 * Sphinx stylesheet -- basic theme
3 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 */
5 h3 {
6 color:#000000;
7 font-size: 17px;
8 margin-bottom:0.5em;
9 margin-top:2em;
10 }
11/* -- main layout ----------------------------------------------------------- */
12
13div.clearer {
14 clear: both;
15}
16
17/* -- header ---------------------------------------------------------------- */
18
19#header #title {
20 background:#29334F url(../img/title_background.png) repeat-x scroll 0 0;
21 border-bottom:1px solid #B6B6B6;
22 height:25px;
23 overflow:hidden;
24}
25#headerButtons {
26 position: absolute;
27 list-style: none outside;
28 top: 26px;
29 left: 0px;
30 right: 0px;
31 margin: 0px;
32 padding: 0px;
33 border-top: 1px solid #2B334F;
34 border-bottom: 1px solid #EDEDED;
35 height: 20px;
36 font-size: 8pt;
37 overflow: hidden;
38 background-color: #D8D8D8;
39}
40
41#headerButtons li {
42 background-repeat:no-repeat;
43 display:inline;
44 margin-top:0;
45 padding:0;
46}
47
48.headerButton {
49 display: inline;
50 height:20px;
51}
52
53.headerButton a {
54 text-decoration: none;
55 float: right;
56 height: 20px;
57 padding: 4px 15px;
58 border-left: 1px solid #ACACAC;
59 font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
60 color: black;
61}
62.headerButton a:hover {
63 color: white;
64 background-color: #787878;
65
66}
67
68li#toc_button {
69 text-align:left;
70}
71
72li#toc_button .headerButton a {
73 width:198px;
74 padding-top: 4px;
75 font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
76 color: black;
77 float: left;
78 padding-left:15px;
79 border-right:1px solid #ACACAC;
80 background:transparent url(../img/triangle_open.png) no-repeat scroll 4px 6px;
81}
82
83li#toc_button .headerButton a:hover {
84 background-color: #787878;
85 color: white;
86}
87
88li#page_buttons {
89position:absolute;
90right:0;
91}
92
93#breadcrumbs {
94 color: black;
95 background-image:url(../img/breadcrumb_background.png);
96 border-top:1px solid #2B334F;
97 bottom:0;
98 font-size:10px;
99 height:15px;
100 left:0;
101 overflow:hidden;
102 padding:3px 10px 0;
103 position:absolute;
104 right:0;
105 white-space:nowrap;
106 z-index:901;
107}
108#breadcrumbs a {
109 color: black;
110 text-decoration: none;
111}
112#breadcrumbs a:hover {
113 text-decoration: underline;
114}
115#breadcrumbs img {
116 padding-left: 3px;
117 padding-bottom: 0em;
118}
119/* -- sidebar --------------------------------------------------------------- */
120#sphinxsidebar {
121 position: absolute;
122 top: 84px;
123 bottom: 19px;
124 left: 0px;
125 width: 229px;
126 background-color: #E4EBF7;
127 border-right: 1px solid #ACACAC;
128 border-top: 1px solid #2B334F;
129 overflow-x: hidden;
130 overflow-y: auto;
131 padding: 0px 0px 0px 0px;
132 font-size:11px;
133}
134
135div.sphinxsidebarwrapper {
136 padding: 10px 5px 0 10px;
137}
138
139div.sphinxsidebarwrapper p.caption {
140 display: none;
141}
142
143#sphinxsidebar li {
144 margin: 0px;
145 padding: 0px;
146 font-weight: normal;
147 margin: 0px 0px 7px 0px;
148 overflow: hidden;
149 text-overflow: ellipsis;
150 font-size: 11px;
151}
152
153#sphinxsidebar ul {
154 list-style: none;
155 margin: 0px 0px 0px 0px;
156 padding: 0px 5px 0px 5px;
157}
158
159#sphinxsidebar ul ul,
160#sphinxsidebar ul.want-points {
161 list-style: square;
162}
163
164#sphinxsidebar ul ul {
165 margin-top: 0;
166 margin-bottom: 0;
167}
168
169#sphinxsidebar form {
170 margin-top: 10px;
171}
172
173#sphinxsidebar input {
174 border: 1px solid #787878;
175 font-family: sans-serif;
176 font-size: 1em;
177}
178
179img {
180 border: 0;
181 padding-bottom: 1em;
182}
183
184#sphinxsidebar li.toctree-l1 a {
185 font-weight: bold;
186 color: #000;
187 text-decoration: none;
188}
189
190#sphinxsidebar li.toctree-l2 a {
191 font-weight: bold;
192 color: #4f4f4f;
193 text-decoration: none;
194}
195
196/* -- search page ----------------------------------------------------------- */
197
198ul.search {
199 margin: 10px 0 0 20px;
200 padding: 0;
201}
202
203ul.search li {
204 padding: 5px 0 5px 20px;
205 background-image: url(../img/file.png);
206 background-repeat: no-repeat;
207 background-position: 0 7px;
208}
209
210ul.search li a {
211 font-weight: bold;
212}
213
214ul.search li div.context {
215 color: #888;
216 margin: 2px 0 0 30px;
217 text-align: left;
218}
219
220ul.keywordmatches li.goodmatch a {
221 font-weight: bold;
222}
223#sphinxsidebar input.prettysearch {border:none;}
224#sphinxsidebar input.search-left {border:none;}
225input.searchbutton {
226 float: right;
227 text-decoration: none;
228 padding-left: 5px;
229 padding-right: 5px;
230 height: 24px;
231 background-color: #D8D8D8;
232}
233.search-wrapper {width: 100%; height: 25px;}
234.search-wrapper input.prettysearch { border: none; width:200px; height: 16px; background: url(../img/searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }
235.search-wrapper input.prettysearch { width: 184px; margin-left: 20px; margin-top: 0px; margin-right:-2px; margin-left:10px; padding-left: 10px }
236.search-wrapper input.search-left { display: block; position: absolute; width: 20px; height: 19px; background: url(../img/searchfield_leftcap.png) left top no-repeat; cursor: pointer; }
237.search-wrapper .search-right { display: block; position: relative; left: 204px; top: -19px; width: 10px; height: 19px; background: url(../img/searchfield_rightcap.png) right top no-repeat; }
238
239/* -- index page ------------------------------------------------------------ */
240
241table.contentstable {
242 width: 90%;
243}
244
245table.contentstable p.biglink {
246 line-height: 150%;
247}
248
249a.biglink {
250 font-size: 1.3em;
251}
252
253span.linkdescr {
254 font-style: italic;
255 padding-top: 5px;
256 font-size: 90%;
257}
258
259/* -- general index --------------------------------------------------------- */
260
261table.indextable td {
262 text-align: left;
263 vertical-align: top;
264}
265
266table.indextable dl, table.indextable dd {
267 margin-top: 0;
268 margin-bottom: 0;
269}
270
271table.indextable tr.pcap {
272 height: 10px;
273}
274
275table.indextable tr.cap {
276 margin-top: 10px;
277 background-color: #f2f2f2;
278}
279
280img.toggler {
281 margin-right: 3px;
282 margin-top: 3px;
283 cursor: pointer;
284}
285
286/* -- general body styles --------------------------------------------------- */
287.document {
288 border-top:1px solid #2B334F;
289 overflow:auto;
290 padding-left:2em;
291 padding-right:2em;
292 position:absolute;
293 z-index:1;
294 top:84px;
295 bottom:19px;
296 right:0;
297 left:230px;
298}
299
300a.headerlink {
301 visibility: hidden;
302}
303
304h1:hover > a.headerlink,
305h2:hover > a.headerlink,
306h3:hover > a.headerlink,
307h4:hover > a.headerlink,
308h5:hover > a.headerlink,
309h6:hover > a.headerlink,
310dt:hover > a.headerlink {
311 visibility: visible;
312}
313
314div.body p.caption {
315 text-align: inherit;
316}
317
318div.body td {
319 text-align: left;
320}
321
322div.body td.linenos {
323 text-align: left;
324 width: 25px;
325}
326
327.field-list ul {
328 padding-left: 1em;
329}
330
331.first {
332 margin-top: 0 !important;
333}
334
335p.rubric {
336 margin-top: 30px;
337 font-weight: bold;
338}
339
340/* -- sidebars -------------------------------------------------------------- */
341
342/*div.sidebar {
343 margin: 0 0 0.5em 1em;
344 border: 1px solid #ddb;
345 padding: 7px 7px 0 7px;
346 background-color: #ffe;
347 width: 40%;
348 float: right;
349}
350
351p.sidebar-title {
352 font-weight: bold;
353}
354*/
355/* -- topics ---------------------------------------------------------------- */
356
357div.topic {
358 border: 1px solid #ccc;
359 padding: 7px 7px 0 7px;
360 margin: 10px 0 10px 0;
361}
362
363p.topic-title {
364 font-size: 1.1em;
365 font-weight: bold;
366 margin-top: 10px;
367}
368
369/* -- admonitions ----------------------------------------------------------- */
370.admonition {
371 border: 1px solid #a1a5a9;
372 background-color: #f7f7f7;
373 margin: 20px;
374 padding: 0px 8px 7px 9px;
375 text-align: left;
376}
377.warning {
378 background-color: #E8E8E8;
379 border: 1px solid #111111;
380 margin: 20px;
381}
382.admonition p {
383 font: 12px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
384 margin-top: 7px;
385 margin-bottom: 0px;
386}
387
388div.admonition dt {
389 font-weight: bold;
390}
391
392div.admonition dl {
393 margin-bottom: 0;
394}
395
396p.admonition-title {
397 margin: 0px 10px 5px 0px;
398 font-weight: bold;
399 padding-top: 3px;
400}
401
402div.body p.centered {
403 text-align: center;
404 margin-top: 25px;
405}
406
407/* -- tables ---------------------------------------------------------------- */
408
409table.docutils {
410 border-collapse: collapse;
411 border-top: 1px solid #919699;
412 border-bottom: 1px solid #919699;
413 border-left: 1px solid #919699;
414 border-right: 1px solid #919699;
415 font-size:12px;
416 padding:8px;
417 text-align:left;
418 vertical-align:top;
419 width: 100%;
420}
421
422table.docutils td, table.docutils th {
423 padding: 8px;
424 font-size: 12px;
425 text-align: left;
426 vertical-align: top;
427 border-bottom: 1px solid #919699;
428}
429
430table.docutils th {
431 font-weight: bold;
432}
433
434table.docutils.field-list {
435 border-top: unset;
436 border-bottom: unset;
437 border-left: unset;
438 border-right: unset;
439}
440
441/* This alternates colors in up to six table rows (light blue for odd, white for even)*/
442.docutils tr {
443 background: #F0F5F9;
444}
445
446.docutils tr + tr {
447 background: #FFFFFF;
448}
449
450.docutils tr + tr + tr {
451 background: #F0F5F9;
452}
453
454.docutils tr + tr + tr + tr {
455 background: #FFFFFF;
456}
457
458.docutils tr + tr + tr +tr + tr {
459 background: #F0F5F9;
460}
461
462.docutils tr + tr + tr + tr + tr + tr {
463 background: #FFFFFF;
464}
465
466.docutils tr + tr + tr + tr + tr + tr + tr {
467 background: #F0F5F9;
468}
469
470table.footnote td, table.footnote th {
471 border: 0 !important;
472}
473
474th {
475 text-align: left;
476 padding-right: 5px;
477}
478
479/* -- image position -------------------------------------------------------- */
480div.figure.align-center {
481 vertical-align: middle;
482 text-align: center;
483}
484
485/* -- other body styles ----------------------------------------------------- */
486
487dl {
488 margin-bottom: 15px;
489}
490
491dd p {
492 margin-top: 0px;
493 font-size: 12px;
494}
495
496dd ul, dd table {
497 margin-bottom: 10px;
498}
499
500dd {
501 margin-top: 3px;
502 margin-bottom: 10px;
503 margin-left: 30px;
504 font-size: 12px;
505}
506
507dt:target, .highlight {
508 background-color: #fbe54e;
509}
510
511dl.glossary dt {
512 font-weight: bold;
513 font-size: 0.8em;
514}
515
516dl.glossary dd {
517 font-size:12px;
518}
519.field-list ul {
520 vertical-align: top;
521 margin: 0;
522 padding-bottom: 0;
523 list-style: none inside;
524}
525
526.field-list ul li {
527 margin-top: 0;
528}
529
530.field-list p {
531 margin: 0;
532}
533
534.refcount {
535 color: #060;
536}
537
538.optional {
539 font-size: 1.3em;
540}
541
542.versionmodified {
543 font-style: italic;
544}
545
546.system-message {
547 background-color: #fda;
548 padding: 5px;
549 border: 3px solid red;
550}
551
552.footnote:target {
553 background-color: #ffa
554}
555
556/* -- code displays --------------------------------------------------------- */
557
558pre {
559 overflow: auto;
560 background-color:#F1F5F9;
561 border:1px solid #C9D1D7;
562 border-spacing:0;
563 font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace;
564 font-size:11px;
565 padding: 10px;
566}
567
568td.linenos pre {
569 padding: 5px 0px;
570 border: 0;
571 background-color: transparent;
572 color: #aaa;
573}
574
575table.highlighttable {
576 margin-left: 0.5em;
577 width: 100%;
578}
579
580table.highlighttable td {
581 padding: 0 0.5em 0 0.5em;
582}
583
584tt {
585 font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace;
586
587}
588
589tt.descname {
590 background-color: transparent;
591 font-weight: bold;
592 font-size: 1em;
593}
594
595tt.descclassname {
596 background-color: transparent;
597}
598
599tt.xref, a tt {
600 background-color: transparent;
601 font-weight: bold;
602}
603
604h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
605 background-color: transparent;
606}
607
608/* -- module autodoc -------------------------------------------------------- */
609div.section dl.class {
610 padding-bottom: 5px;
611 border-left-width: 1px;
612 border-left-color: black;
613 border-left-style: solid;
614 padding-left: 5px;
615}
616
617/* -- math display ---------------------------------------------------------- */
618
619img.math {
620 vertical-align: middle;
621}
622
623div.body div.math p {
624 text-align: center;
625}
626
627span.eqno {
628 float: right;
629}
630
631/* -- printout stylesheet --------------------------------------------------- */
632
633@media print {
634 div.document,
635 div.documentwrapper,
636 div.bodywrapper {
637 margin: 0;
638 width: 100%;
639 }
640
641 div.sphinxsidebar,
642 div.related,
643 div.footer,
644 #top-link {
645 display: none;
646 }
647}
648
649body {
650 font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
651}
652
653dl.class dt {
654 padding: 3px;
655/* border-top: 2px solid #999;*/
656}
657
658em.property {
659 font-style: normal;
660}
661
662dl.class dd p {
663 margin-top: 6px;
664}
665
666dl.class dd dl.exception dt {
667 padding: 3px;
668 background-color: #FFD6D6;
669 border-top: none;
670}
671
672dl.class dd dl.method dt {
673 padding: 3px;
674 background-color: #e9e9e9;
675 border-top: none;
676
677}
678
679dl.function dt {
680 padding: 3px;
681 border-top: 2px solid #999;
682}
683
684ul {
685list-style-image:none;
686list-style-position:outside;
687list-style-type:square;
688margin:0 0 0 30px;
689padding:0 0 12px 6px;
690}
691#docstitle {
692 height: 36px;
693 background-image: url(../img/header_sm_mid.png);
694 left: 0;
695 top: 0;
696 position: absolute;
697 width: 100%;
698}
699#docstitle p {
700 padding:7px 0 0 45px;
701 margin: 0;
702 color: white;
703 text-shadow:0 1px 0 #787878;
704 background: transparent url(../img/documentation.png) no-repeat scroll 10px 3px;
705 height: 36px;
706 font-size: 15px;
707}
708#header {
709height:45px;
710left:0;
711position:absolute;
712right:0;
713top:36px;
714z-index:900;
715}
716
717#header h1 {
718font-size:11pt;
719text-align:center;
720margin:0;
721padding:5px 0 0 10px;
722text-shadow:0 1px 0 #D5D5D5;
723white-space:nowrap;
724}
725
726h1 {
727-x-system-font:none;
728color:#000000;
729font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
730font-size:30px;
731font-size-adjust:none;
732font-stretch:normal;
733font-style:normal;
734font-variant:normal;
735font-weight:bold;
736line-height:normal;
737margin-bottom:25px;
738margin-top:1em;
739}
740
741.footer {
742border-top:1px solid #DDDDDD;
743clear:both;
744padding-top:9px;
745width:100%;
746font-size:10px;
747text-align: center;
748}
749
750p {
751-x-system-font:none;
752font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
753font-size:12px;
754font-size-adjust:none;
755font-stretch:normal;
756font-style:normal;
757font-variant:normal;
758font-weight:normal;
759line-height:normal;
760margin-bottom:10px;
761margin-top:0;
762}
763
764h2 {
765border-bottom:1px solid #919699;
766color:#000000;
767font-size:24px;
768margin-top:2.5em;
769padding-bottom:2px;
770}
771
772a:link:hover {
773color:#093D92;
774text-decoration:underline;
775}
776
777a:link {
778color:#093D92;
779text-decoration:none;
780}
781
782
783ol {
784list-style-position:outside;
785list-style-type:decimal;
786margin:0 0 0 30px;
787padding:0 0 12px 6px;
788}
789li {
790margin-top:7px;
791font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
792font-size:12px;
793font-size-adjust:none;
794font-stretch:normal;
795font-style:normal;
796font-variant:normal;
797font-weight:normal;
798line-height:normal;
799}
800li p {
801margin-top:8px;
802}
803
804/* Partie pour la barre de la sélection de la documentation */
805
806#doc-versions {
807 position: fixed;
808 display: block;
809 padding: 0;
810 margin: 0;
811 bottom: 25px;
812 right: 5px;
813}
814
815#doc-versions:hover {
816 background: transparent url(../img/invisible.gif) repeat; /* IE7 hack */
817 border-radius: 3px;
818}
819
820#doc-versions li.other {
821 display: none;
822}
823
824#doc-versions li.other a {
825 display: block;
826 padding: 5px;
827}
828
829#doc-versions:hover li.other {
830 display: block;
831}
832
833#doc-versions li {
834 display: block;
835 float: left;
836 padding: 0;
837 margin: 0 0 0 7px;
838 background-color: #E4EBF7;
839 border: 2px #ACACAC solid;
840 border-radius: 3px;
841 color: #000000;
842}
843
844#doc-versions li.current {
845 background: #E4EBF7 url(../img/arrow-head-left.gif) 6px center no-repeat;
846 padding-left: 13px;
847}
848
849#doc-versions li.current span {
850 display: block;
851 padding: 5px;
852}
Note: See TracBrowser for help on using the repository browser.