forked from godotengine/godot-docs
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
57 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,40 @@ | ||
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %} | ||
|
||
{% block breadcrumbs %} | ||
<li> | ||
<div style="font-size: 105%;font-weight: 600;"> | ||
{{ godot_docs_title | replace("%s", godot_version) }} | ||
</div> | ||
<ul class="wy-breadcrumbs"> | ||
{{ super() }} | ||
</ul> | ||
</li> | ||
{% endblock %} | ||
|
||
{% block breadcrumbs_aside %} | ||
{% if not meta or meta.get('github_url') != 'hide' %} | ||
{{ super() }} | ||
|
||
<style> | ||
.godot-edit-guidelines { | ||
font-size: 14px; | ||
float: right; | ||
clear: both; | ||
padding-top: 4px; | ||
} | ||
<li style="float: right; text-align: right;"> | ||
<ul> | ||
{{ super() }} | ||
</ul> | ||
|
||
@media screen and (max-width: 480px) { | ||
<style> | ||
.godot-edit-guidelines { | ||
display: none; | ||
font-size: 14px; | ||
float: right; | ||
clear: both; | ||
padding-top: 4px; | ||
} | ||
|
||
@media screen and (max-width: 480px) { | ||
.godot-edit-guidelines { | ||
display: none; | ||
} | ||
} | ||
} | ||
</style> | ||
<a class="godot-edit-guidelines" href="https://docs.godotengine.org/en/latest/contributing/documentation/index.html#writing-documentation"> | ||
Learn how to contribute! | ||
</a> | ||
</style> | ||
<a class="godot-edit-guidelines" href="https://docs.godotengine.org/en/latest/contributing/documentation/index.html#writing-documentation"> | ||
Learn how to contribute! | ||
</a> | ||
</li> | ||
{% endif %} | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters