From b533e5d657f7dec7180e84e4a9607cea85509387 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 6 Apr 2009 13:55:07 +0200 Subject: Footer styles. --- docs/agogo/layout.html | 17 ++++++++++++++++- docs/agogo/static/agogo.css_t | 12 ++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/docs/agogo/layout.html b/docs/agogo/layout.html index 2baa193..2a6989c 100644 --- a/docs/agogo/layout.html +++ b/docs/agogo/layout.html @@ -208,10 +208,25 @@ {{ accesskey(rellink[2]) }}>{{ rellink[3] }} {%- if not loop.last %}{{ reldelim2 }}{% endif %} {%- endfor %} + {%- if show_source and has_source and sourcename %} +
+ {{ _('Show Source') }} + {%- endif %}
- + {%- if hasdoc('copyright') %} + {% trans path=pathto('copyright'), copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} + {%- else %} + {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %} + {%- endif %} + {%- if last_updated %} + {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %} + {%- endif %} + {%- if show_sphinx %}
+ {% trans sphinx_version=sphinx_version|e %}Created using Sphinx {{ sphinx_version }}.{% endtrans %} + {%- endif %}
diff --git a/docs/agogo/static/agogo.css_t b/docs/agogo/static/agogo.css_t index 65bee66..ef60a44 100644 --- a/docs/agogo/static/agogo.css_t +++ b/docs/agogo/static/agogo.css_t @@ -216,6 +216,18 @@ div.footer-wrapper { min-height: 80px; } +div.footer, div.footer a { + color: #888a85; +} + +div.footer .right { + text-align: right; +} + +div.footer .left { + text-transform: uppercase; +} + /* Styles copied form basic theme */ -- cgit v1.2.1