290
290
margin : 0.8em 0 0.8em 0 ;
291
291
}
292
292
293
- p .rubric {
294
- font-weight : bold;
295
- }
296
-
297
293
h1 {
298
294
margin : 0.5em 0em ;
299
295
padding-top : 0.5em ;
@@ -618,12 +614,51 @@ ul.keywordmatches li.goodmatch a {
618
614
table .docutils {
619
615
border-spacing : 2px ;
620
616
border-collapse : collapse;
621
- border-top-width : 1px ;
622
- border-right-width : 0px ;
623
- border-bottom-width : 1px ;
624
- border-left-width : 0px ;
617
+ border : 0px ;
618
+ }
619
+
620
+ table .docutils th {
621
+ border-width : 1px 0px ;
622
+ border-color : # 888 ;
623
+ background-color : # f0f0f0 ;
624
+ width : 100px ;
625
+ }
626
+
627
+ table .docutils td {
628
+ border-width : 1px 0px ;
629
+ border-color : # ccc ;
625
630
}
626
631
632
+ table .docutils tr : last-of-type td {
633
+ border-bottom-color : # 888 ;
634
+ }
635
+
636
+ /* Section titles within classes */
637
+ dl .class p .rubric {
638
+ font-size : 16px ;
639
+ }
640
+
641
+ /* Attribute tables */
642
+ dl .class p .rubric + table .docutils {
643
+ margin-left : 0px ;
644
+ margin-right : 0px ;
645
+ margin-bottom : 1.5em ;
646
+ border-top : 1px solid # 888 ;
647
+ border-bottom : 1px solid # 888 ;
648
+ }
649
+
650
+ dl .class p .rubric + table .docutils td {
651
+ padding-left : 0px ;
652
+ border-color : # ccc ;
653
+ }
654
+
655
+ dl .class p .rubric + table .docutils td : first-of-type > strong {
656
+ font-family : monospace;
657
+ font-size : 14px ;
658
+ font-weight : normal;
659
+ }
660
+
661
+
627
662
/* module summary table */
628
663
.longtable .docutils {
629
664
font-size : 12px ;
@@ -640,17 +675,29 @@ table.docutils {
640
675
/* tables inside parameter descriptions */
641
676
td .field-body table .property-table {
642
677
width : 100% ;
678
+ border-spacing : 2px ;
679
+ border-collapse : collapse;
680
+ border : 0px ;
643
681
}
644
682
645
683
td .field-body table .property-table th {
646
684
padding : 2px 10px ;
647
- border : 0 ;
685
+ border-width : 1px 0px ;
686
+ border-color : # 888 ;
687
+ background-color : # f0f0f0 ;
648
688
}
649
689
650
690
td .field-body table .property-table td {
651
691
padding : 2px 10px ;
692
+ border-width : 1px 0px ;
693
+ border-color : # ccc ;
652
694
}
653
695
696
+ td .field-body table .property-table tr : last-of-type td {
697
+ border-bottom-color : # 888 ;
698
+ }
699
+
700
+
654
701
/* function and class description */
655
702
.descclassname {
656
703
color : # aaa ;
@@ -661,18 +708,6 @@ td.field-body table.property-table td {
661
708
font-family : monospace;
662
709
}
663
710
664
-
665
- table .docutils th {
666
- padding : 1px 8px 1px 5px ;
667
- background-color : # eee ;
668
- width : 100px ;
669
- }
670
-
671
- table .docutils td {
672
- border-width : 1px 0 1px 0 ;
673
- }
674
-
675
-
676
711
/*** function and class description ***/
677
712
/* top-level definitions */
678
713
dl .class , dl .function {
@@ -728,29 +763,30 @@ dl.class > dd {
728
763
font-size : 14px ;
729
764
}
730
765
766
+ /* parameter section table */
731
767
table .docutils .field-list {
732
768
width : 100% ;
733
769
}
734
-
735
- .docutils .field-list th {
770
+ .docutils .field-list th .field-name {
736
771
background-color : # eee ;
737
772
padding : 10px ;
738
773
text-align : left;
739
774
vertical-align : top;
740
775
width : 125px ;
741
776
}
742
- .docutils .field-list td {
777
+ .docutils .field-list td . field-body {
743
778
padding : 10px 10px 10px 20px ;
744
779
text-align : left;
745
780
vertical-align : top;
746
781
}
747
- .docutils .field-list td blockquote p {
782
+ .docutils .field-list td . field-body blockquote p {
748
783
font-size : 13px ;
749
784
line-height : 18px ;
750
785
}
751
- .docutils .field-list td blockquote p ul li {
786
+ .docutils .field-list td . field-body blockquote p ul li {
752
787
font-size : 13px ;
753
788
}
789
+
754
790
p .rubric {
755
791
font-weight : bold;
756
792
font-size : 19px ;
0 commit comments