File tree Expand file tree Collapse file tree 5 files changed +40
-7
lines changed Expand file tree Collapse file tree 5 files changed +40
-7
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ use_absolute_urls: true
7
7
include_search : true
8
8
theme_center_lead : false
9
9
10
- theme : " readthedocs"
11
- # theme_dir: './theme/readthedocs'
10
+ # theme: "readthedocs"
11
+ theme_dir : ' ./theme/readthedocs'
12
12
# theme: slate
13
13
# theme: highlight.js
14
14
Original file line number Diff line number Diff line change 75
75
{% include "breadcrumbs.html" %}
76
76
< div role ="main ">
77
77
< div class ="section ">
78
- {{ content }}
78
+ {% block content %}
79
+ {{ content }}
80
+ {% endblock %}
79
81
</ div >
80
82
</ div >
81
83
{%- block footer %}
Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ pre code.example {
134
134
.wy-menu-vertical .toctree-l1 a {
135
135
color : # f6f8f7 ;
136
136
}
137
+ /*
138
+ * Jelastic correspondence
139
+ */
137
140
138
141
table , th , td , tr {
139
142
border : 2px solid grey;
@@ -152,3 +155,33 @@ th, td {
152
155
text-align : center;
153
156
font-size : 13px ;
154
157
}
158
+
159
+ /*
160
+ * Additions specific to the search functionality provided by MkDocs
161
+ */
162
+
163
+ # mkdocs-search-results article h3
164
+ {
165
+ margin-top : 23px ;
166
+ border-top : 1px solid # E1E4E5 ;
167
+ padding-top : 24px ;
168
+ }
169
+
170
+ # mkdocs-search-results article : first-child h3 {
171
+ border-top : none;
172
+ }
173
+
174
+ # mkdocs-search-query {
175
+ width : 100% ;
176
+ border-radius : 50px ;
177
+ padding : 6px 12px ;
178
+ border-color : # D1D4D5 ;
179
+ }
180
+
181
+ .wy-menu-vertical li ul {
182
+ display : inherit;
183
+ }
184
+
185
+ .wy-menu-vertical li ul .subnav ul .subnav {
186
+ padding-left : 1em ;
187
+ }
Original file line number Diff line number Diff line change 1
- {# disabled until implemented
2
1
< div role ="search ">
3
- < form id ="rtd-search-form " class ="wy-form " action ="" method ="get ">
2
+ < form id ="rtd-search-form " class ="wy-form " action ="{{ base_url }}/search.html " method ="get ">
4
3
< input type ="text " name ="q " placeholder ="Search docs " />
5
4
< input type ="hidden " name ="check_keywords " value ="yes " />
6
5
< input type ="hidden " name ="area " value ="default " />
7
6
</ form >
8
7
</ div >
9
- #}
Original file line number Diff line number Diff line change 26
26
27
27
</ div >
28
28
{% if previous_page %}< span > < a href ="{{ previous_page.url }} " style ="color: #fcfcfc; "> « Previous</ a > </ span > {% endif %}
29
- < span style ="margin-left: 15px "> < a href ="{{ next_page.url }} " style ="color: #fcfcfc "> Next »</ a > </ span >
29
+ {% if next_page %} < span style ="margin-left: 15px "> < a href ="{{ next_page.url }} " style ="color: #fcfcfc "> Next »</ a > </ span > {% endif %}
30
30
31
31
</ div >
You can’t perform that action at this time.
0 commit comments