File tree 1 file changed +26
-0
lines changed 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 89
89
max-width : 1000px ;
90
90
}
91
91
92
+ /* Format parameters section similar to sphinx_rtd_theme v4.x.x (not a grid) */
93
+ html .writer-html5 .rst-content dl .field-list {
94
+ display : initial;
95
+ }
96
+
97
+ /* Add a grey box around parameters similar to sphinx_rtd_theme v4.x.x) */
98
+ .rst-content dl : not (.docutils ) dl dt {
99
+ margin-bottom : 4px ;
100
+ border : none;
101
+ border-left : solid 3px # ccc ;
102
+ background : # f0f0f0 ;
103
+ color : # 555 ;
104
+ }
105
+
106
+ .rst-content dl : not (.docutils ) dt {
107
+ display : table;
108
+ margin : 6px 0 ;
109
+ font-size : 90% ;
110
+ line-height : normal;
111
+ background : # e7f2fa ;
112
+ color : # 2980B9 ;
113
+ border-top : solid 3px # 6ab0de ;
114
+ padding : 6px ;
115
+ position : relative;
116
+ }
117
+
92
118
/* Remove the padding from the Parameters table */
93
119
.rst-content table .field-list .field-name {
94
120
padding-left : 0px ;
You can’t perform that action at this time.
0 commit comments