| 
1 |  | -/**  | 
 | 1 | +/*  | 
2 | 2 |  * Alternate Sphinx design  | 
3 | 3 |  * Originally created by Armin Ronacher for Werkzeug, adapted by Georg Brandl.  | 
4 | 4 |  */  | 
5 | 5 | 
 
  | 
6 | 6 | body {  | 
7 |  | -    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif;  | 
 | 7 | +    font-family: "Raleway", "Helvetica Neue", Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif;  | 
8 | 8 |     font-size: 14px;  | 
9 | 9 |     letter-spacing: -0.01em;  | 
10 | 10 |     line-height: 150%;  | 
11 | 11 |     text-align: center;  | 
12 |  | -    /*background-color: #AFC1C4; */  | 
13 | 12 |     background-color: #BFD1D4;  | 
14 | 13 |     color: black;  | 
15 | 14 |     padding: 0;  | 
 | 
24 | 23 |     text-decoration: none;  | 
25 | 24 | }  | 
26 | 25 | 
 
  | 
 | 26 | +strong {  | 
 | 27 | +  font-weight: strong;  | 
 | 28 | +}  | 
 | 29 | + | 
27 | 30 | a:hover {  | 
28 | 31 |     color: #2491CF;  | 
29 | 32 | }  | 
 | 
103 | 106 | }  | 
104 | 107 | 
 
  | 
105 | 108 | dd p {  | 
106 |  | -    margin-top: 0px;  | 
 | 109 | +    margin-top: 1px;  | 
107 | 110 | }  | 
108 | 111 | 
 
  | 
109 | 112 | dd ul, dd table {  | 
@@ -251,7 +254,7 @@ div.sphinxsidebar ul ul {  | 
251 | 254 | }  | 
252 | 255 | 
 
  | 
253 | 256 | p {  | 
254 |  | -    margin: 0.8em 0 0.5em 0;  | 
 | 257 | +    margin: 0.8em 0 0.8em 0;  | 
255 | 258 | }  | 
256 | 259 | 
 
  | 
257 | 260 | p.rubric {  | 
@@ -518,24 +521,104 @@ table.docutils {  | 
518 | 521 | table.docutils tr:nth-child(even) {  | 
519 | 522 |     background-color: #F3F3FF;  | 
520 | 523 | }  | 
 | 524 | + | 
521 | 525 | table.docutils tr:nth-child(odd) {  | 
522 | 526 |     background-color: #FFFFEE;  | 
523 | 527 | }  | 
524 | 528 | 
 
  | 
525 |  | -table.docutils tr {  | 
526 |  | -    border-style: solid none solid none;  | 
527 |  | -    border-width: 1px 0 1px 0;  | 
528 |  | -    border-color: #AAAAAA;  | 
 | 529 | +/* module summary table */  | 
 | 530 | +.longtable.docutils {  | 
 | 531 | +    font-size: 12px;  | 
 | 532 | +    margin-bottom: 30px;  | 
 | 533 | +    background-color: #ccc;  | 
 | 534 | +}  | 
 | 535 | +.longtable.docutils, .longtable.docutils td {  | 
 | 536 | +    border-color: #ccc;  | 
 | 537 | +}  | 
 | 538 | + | 
 | 539 | +/* function and class description */  | 
 | 540 | +dl.class, dl.function, dl.method, dl.attribute {  | 
 | 541 | +    border-top: 1px solid #ccc;  | 
 | 542 | +    padding-top: 10px;  | 
 | 543 | +}  | 
 | 544 | +.descclassname {  | 
 | 545 | +    color: #aaa;  | 
 | 546 | +    font-weight: normal;  | 
 | 547 | +    font-family: monospace;  | 
529 | 548 | }  | 
 | 549 | +.descname {  | 
 | 550 | +    font-family: monospace;  | 
 | 551 | +}  | 
 | 552 | + | 
 | 553 | +/* module summary table */  | 
 | 554 | +.longtable.docutils {  | 
 | 555 | +    font-size: 12px;  | 
 | 556 | +    margin-bottom: 30px;  | 
 | 557 | +}  | 
 | 558 | +.longtable.docutils, .longtable.docutils td {  | 
 | 559 | +    border-color: #ccc;  | 
 | 560 | +}  | 
 | 561 | + | 
 | 562 | +/* function and class description */  | 
 | 563 | +dl.class, dl.function, dl.method, dl.attribute {  | 
 | 564 | +    border-top: 1px solid #ccc;  | 
 | 565 | +    padding-top: 10px;  | 
 | 566 | +}  | 
 | 567 | +.descclassname {  | 
 | 568 | +    color: #aaa;  | 
 | 569 | +    font-weight: normal;  | 
 | 570 | +    font-family: monospace;  | 
 | 571 | +}  | 
 | 572 | +.descname {  | 
 | 573 | +    font-family: monospace;  | 
 | 574 | +}  | 
 | 575 | + | 
530 | 576 | 
 
  | 
531 | 577 | table.docutils th {  | 
532 | 578 |     padding: 1px 8px 1px 5px;  | 
 | 579 | +    background-color: #eee;  | 
 | 580 | +    width: 100px;  | 
533 | 581 | }  | 
534 | 582 | 
 
  | 
535 | 583 | table.docutils td {  | 
536 | 584 |     border-width: 1px 0 1px 0;  | 
537 | 585 | }  | 
538 | 586 | 
 
  | 
 | 587 | + | 
 | 588 | +dl.class em, dl.function em, dl.class big, dl.function big {  | 
 | 589 | +    font-weight: normal;  | 
 | 590 | +    font-family: monospace;  | 
 | 591 | +}  | 
 | 592 | +dl.class dd, dl.function dd {  | 
 | 593 | +    padding: 10px;  | 
 | 594 | +}  | 
 | 595 | +.docutils.field-list th {  | 
 | 596 | +    background-color: #eee;  | 
 | 597 | +    padding: 10px;  | 
 | 598 | +    text-align: left;  | 
 | 599 | +    vertical-align: top;  | 
 | 600 | +    width: 120px;  | 
 | 601 | +}  | 
 | 602 | +.docutils.field-list td {  | 
 | 603 | +    padding: 10px 10px 10px 20px;  | 
 | 604 | +    text-align: left;  | 
 | 605 | +    vertical-align: top;  | 
 | 606 | +}  | 
 | 607 | +.docutils.field-list td blockquote p {  | 
 | 608 | +    font-size: 13px;  | 
 | 609 | +    line-height: 18px;  | 
 | 610 | +}  | 
 | 611 | +p.rubric {  | 
 | 612 | +    font-weight: bold;  | 
 | 613 | +    font-size: 19px;  | 
 | 614 | +    margin: 15px 0 10px 0;  | 
 | 615 | +}  | 
 | 616 | +p.admonition-title {  | 
 | 617 | +    font-weight: bold;  | 
 | 618 | +    text-decoration: underline;  | 
 | 619 | +}  | 
 | 620 | + | 
 | 621 | + | 
539 | 622 | #matplotlib-examples ul li{  | 
540 | 623 |   font-size: large;  | 
541 | 624 | }  | 
 | 
0 commit comments