From ec1deb7b1aa4e3281c26c53ebae087249c9d9cc1 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Wed, 26 Sep 2012 08:45:12 +0200 Subject: [PATCH] Various style fixed and improved non-javascript performance. --- sphinx/_static/neurodebian.css | 36 +++++++++- sphinx/_templates/layout.html | 11 ++- sphinx/faq.rst | 14 ++-- sphinx/index.rst | 23 ++++-- sphinx/projects.rst | 16 +++-- sphinx/vm.rst | 128 +++++++++++---------------------- 6 files changed, 113 insertions(+), 115 deletions(-) diff --git a/sphinx/_static/neurodebian.css b/sphinx/_static/neurodebian.css index 504775c..e9e796c 100644 --- a/sphinx/_static/neurodebian.css +++ b/sphinx/_static/neurodebian.css @@ -218,6 +218,10 @@ ul.search li div.context { text-align: left; } +ul.simple { + margin-bottom: 1em; +} + ul.keywordmatches li.goodmatch a { font-weight: bold; } @@ -552,6 +556,11 @@ dd { color: #060; } +dt { + font-weight: bold; + margin-top: 1em; +} + dt:target, .highlight { background-color: #fbe54e; @@ -830,13 +839,20 @@ div#randomquote blockquote.epigraph { border: 0px } +#troubleshooting dt, div#frequently-asked-questions dt { font-weight: bold; margin-top: 1em; + margin-left: 1em; cursor: pointer; + display: list-item; + list-style-image:url(neurodebian_bullet.png); } -dt:after { content: "\203A\203A"; padding-left: .25em;} +div#frequently-asked-questions dt:after { + content: "\203A\203A"; + padding-left: .25em; +} div#sitemap ul { float: left; @@ -849,10 +865,24 @@ div#sitemap ul { font-size: 70%; } -.linkmore:before { +.nojavascriptinstructions { + font-size: 70%; +} + +.expandinstructions { + font-size: 70%; + display: none; +} + +.linkmore:before, +.nojavascriptinstructions:before, +.expandinstructions:before { content: "[" } -.linkmore:after { +.linkmore:after, +.nojavascriptinstructions:after, +.expandinstructions:after { content: "]" } + diff --git a/sphinx/_templates/layout.html b/sphinx/_templates/layout.html index d730aa9..2d9b411 100644 --- a/sphinx/_templates/layout.html +++ b/sphinx/_templates/layout.html @@ -29,7 +29,7 @@ {{ super() }} {% endblock %}
  • -
  • . + + {% endblock %} diff --git a/sphinx/faq.rst b/sphinx/faq.rst index b91027c..1249930 100644 --- a/sphinx/faq.rst +++ b/sphinx/faq.rst @@ -8,6 +8,10 @@ Frequently Asked Questions ************************** +.. raw:: html + +
    Click on an item to expand it
    + Why NeuroDebian? In the course of our own research endeavors |we| have joined forces to develop `PyMVPA -- a Python framework for multivariate pattern analysis of @@ -169,13 +173,3 @@ How can I cite NeuroDebian? .. include:: link_names.txt .. include:: substitutions.txt - -.. raw:: html - - - diff --git a/sphinx/index.rst b/sphinx/index.rst index ca431c9..8c02827 100644 --- a/sphinx/index.rst +++ b/sphinx/index.rst @@ -50,7 +50,13 @@ download server close to you: .. raw:: html -