diff --git a/manual/_templates/page.html b/manual/_templates/page.html index a6d1bfa..10af539 100644 --- a/manual/_templates/page.html +++ b/manual/_templates/page.html @@ -1,92 +1,92 @@ {% extends "!page.html" %} {% block body %} {{ super() }} {% if pagename == 'index' %} -

Contents

+

Contents

{{ _('Indices and tables:') }}

The design of this page has been lifted from the documentation of the MORSE project.

{% endif %} {% endblock %} diff --git a/manual/corlab/static/corlab.css b/manual/corlab/static/corlab.css new file mode 100644 index 0000000..3456cab --- /dev/null +++ b/manual/corlab/static/corlab.css @@ -0,0 +1,32 @@ +@import url("nature.css"); + +div.related { + background-color: #0068b4; +} + +div.related a { + color: #bcceed; +} + +table.contentstable p.biglink a { + font-size: 1.3em +} + +table.contentstable p.icon { + float: left; + margin-right: 8px; +} + +table.contentstable p.icon img { + width: 48px; + height: 48px; +} + +div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 { + background-color: #bcceed; +} + +a { + color: #0068b4; +} +