Mercurial > trustbridge
changeset 1083:d6dc1144895b
(help-manual) some layout work. Added bsi and tb logo.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Thu, 11 Sep 2014 15:24:02 +0200 |
parents | a12e6172d82c |
children | b8fb6bf7f980 |
files | manuals/help-manual/_static/bsi-logo.png manuals/help-manual/_static/extra-style.css manuals/help-manual/_static/trustbridge-logo.png manuals/help-manual/_templates/layout.html manuals/help-manual/conf.py |
diffstat | 5 files changed, 36 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/manuals/help-manual/_static/extra-style.css Thu Sep 11 12:05:59 2014 +0200 +++ b/manuals/help-manual/_static/extra-style.css Thu Sep 11 15:24:02 2014 +0200 @@ -11,4 +11,20 @@ font-size: 1.1em; background-color: transparent; } - +#pageheader img { + float: left; + margin-right: 10px; +} +#pageheader h1 { + margin: 5px; + padding: 15px; +} +#breadcrumbs { + display: none; +} +.related.top #rellinks { + margin-top: -25px; +} +#pagefooter { + padding-bottom: 0 !important; +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/manuals/help-manual/_templates/layout.html Thu Sep 11 15:24:02 2014 +0200 @@ -0,0 +1,17 @@ +{% extends '!layout.html' %} + +{%- block header %} + {%- if theme_showheader|tobool %} + <header id="pageheader"> + <a href="{{ pathto(master_doc) }} "><img src="_static/trustbridge-logo.png"><h1>{{ docstitle }}</h1></a> + </header> + {%- endif %} +{%- endblock %} + + +{% block footer %} + <footer id="pagefooter"> + © 2014, BSI | TrustBridge {{version}}<br> + <img src="_static/bsi-logo.png"> + </footer> +{% endblock %}
--- a/manuals/help-manual/conf.py Thu Sep 11 12:05:59 2014 +0200 +++ b/manuals/help-manual/conf.py Thu Sep 11 15:24:02 2014 +0200 @@ -41,7 +41,7 @@ # General information about the project. project = u'TrustBridge-Hilfe' -copyright = u'2014, BSI' +#copyright = u'' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -111,7 +111,7 @@ html_title = 'TrustBridge-Hilfe' # A shorter title for the navigation bar. Default is the same as html_title. -html_short_title = 'Home' +#html_short_title = 'Home' # The name of an image file (relative to this directory) to place at the top # of the sidebar.