File tree Expand file tree Collapse file tree 3 files changed +45
-14
lines changed Expand file tree Collapse file tree 3 files changed +45
-14
lines changed Original file line number Diff line number Diff line change 32
32
{%- macro relbar(show_logo=True) %}
33
33
34
34
< div class ="related ">
35
- < h3 > {{ _('Navigation') }}</ h3 >
36
-
37
35
< ul >
38
- {%- if show_logo %}
39
- < li > < p > < a href ="{{ pathto('index') }} "> < img class ="logo " src ="{{ pathto('_static/' + logo, 1) }} " alt ="Logo "/> </ p > </ li >
40
- {%- endif %}
41
36
42
37
{#- for rellink in rellinks %}
43
38
< li class ="right " {% if loop.first %}style ="margin-right: 10px "{% endif %} > |
@@ -48,13 +43,13 @@ <h3>{{ _('Navigation') }}</h3>
48
43
< li class ="right "> | {{ githublink() }} </ li >
49
44
< li class ="right "> | < a href ="http://github.com/mongodb/docs " title ="Fork the documentation on GitHub to contribute. "> GitHub</ a > </ li >
50
45
< li class ="right "> < a href ="http://jira.mongodb.org/browse/DOCS " title ="Open a case in Jira to report a problem with the documentation. "> Jira</ a > </ li >
46
+ {%- if show_logo %}
47
+ < li > < p > < a href ="{{ pathto('index') }} "> < img class ="logo " src ="{{ pathto('_static/' + logo, 1) }} " alt ="Logo "/> </ p > </ li >
48
+ {%- endif %}
51
49
52
50
{%- block rootrellink %}
53
- < li > < a href ="{{ pathto(master_doc) }} "> {{ shorttitle|e }}</ a > ( < a href =" {{ pathto('genindex') }} " > index </ a > ) {{ reldelim1 }} </ li >
51
+ < li style =" display:none; " > < a href ="{{ pathto(master_doc) }} "> {{ shorttitle|e }}</ a > </ li >
54
52
{%- endblock %}
55
- {%- for parent in parents %}
56
- < li > < a href ="{{ parent.link|e }} " {% if loop.last %}{{ accesskey( "U") }}{% endif %}> {{ parent.title }}</ a > {{ reldelim1 }}</ li >
57
- {%- endfor %}
58
53
{%- block relbaritems %} {% endblock %}
59
54
</ ul >
60
55
</ div >
Original file line number Diff line number Diff line change 9
9
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
10
10
:license: BSD, see LICENSE for details.
11
11
#}
12
- < h3 > < a href ="{{ pathto(master_doc) }} "> {{ _('Contents ') }}</ a > </ h3 >
12
+ < h3 > < a href ="{{ pathto(master_doc) }} "> {{ _('MongoDB Manual ') }}</ a > </ h3 >
13
13
14
14
{{ toctree(maxdepth=-1) }}
15
15
16
+ < h3 style ="padding-bottom: 1em; "> < a href ="{{ pathto('genindex') }} "> {{ _('Index') }}</ a > </ h3 >
17
+
16
18
< div id ="searchbox " style ="display: none ">
17
19
< h3 > {{ _('Search') }}</ h3 >
18
20
< p class ="searchtip "> {{ _('Search < strong > this</ strong > manual.') }}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ div.documentwrapper {
29
29
}
30
30
31
31
div.bodywrapper {
32
- margin: 0 0 0 230px ;
32
+ margin: 0 0 0 280px ;
33
33
}
34
34
35
35
hr {
@@ -85,7 +85,7 @@ div.footer-nav div.related ul {
85
85
div.sphinxsidebar {
86
86
font-size: 0.72em;
87
87
line-height: 1.4em;
88
- width: 230px ;
88
+ width: 280px ;
89
89
}
90
90
91
91
div.sphinxsidebarwrapper{
@@ -297,11 +297,45 @@ div.viewcode-block:target {
297
297
p.first, p.last {
298
298
margin-bottom: 0 !important;
299
299
}
300
-
301
-
302
300
div.sphinxsidebar ul.current a.current {
303
301
font-weight: bold;
304
302
}
305
303
table.docutils td {
306
304
padding: 1px 8px 1em 5px;
307
305
}
306
+
307
+ div.sphinxsidebar li.toctree-l1 a.reference {
308
+ font-size: 1.2em;
309
+ color: #444;
310
+ line-height: 1.5em;
311
+ }
312
+ div.sphinxsidebar ul.current li.toctree-l1 a {
313
+ font-size: 1.2em;
314
+ color: #444;
315
+ line-height: 1.5em;
316
+ }
317
+ div.sphinxsidebar ul.current li.toctree-l2 a {
318
+ font-size: 1.1em;
319
+ color: #646464;
320
+ line-height: 1.5em;
321
+ }
322
+ div.sphinxsidebar ul.current li.toctree-l3 a {
323
+ font-size: 1.0em;
324
+ color: #848484;
325
+ line-height: 1.5em;
326
+ }
327
+ div.sphinxsidebar ul.current li.toctree-l4 a {
328
+ font-size: .9em;
329
+ color: #a3a3a3;
330
+ line-height: 1.5em;
331
+ }
332
+ div.sphinxsidebar ul.current li.toctree-l5 a {
333
+ font-size: .8em;
334
+ color: #9c9c9c;
335
+ line-height: 1.5em;
336
+ }
337
+ div.related li.right {
338
+ float: right;
339
+ margin-right: 5px;
340
+ margin-top: 40px;
341
+ }
You can’t perform that action at this time.
0 commit comments