Skip to content
Snippets Groups Projects
Commit fc4dec42 authored by Franck Pérignon's avatar Franck Pérignon
Browse files

Doc - Fix css, update config

parent 7435fc5c
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,32 @@ ...@@ -2,14 +2,32 @@
#sidebar { display: none; } #sidebar { display: none; }
} }
/* Background color for sidebar and navbar */
:root {
--menu-bg-color: #f1f6d0;
}
#sidebar { #sidebar {
padding-left: 10px; padding-left: 10px;
background-color: var(--menu-bg-color);
}
/* body { */
/* padding-top: 120px */
/* } */
.navbar-default {
background-color: var(--menu-bg-color);
border-color: var(--menu-bg-color);
} }
.navbar-header { /* To remove project name displayed under logo*/
color: #df691a; a.navbar-brand{
color: transparent!important;
} }
/* index gallery scrolled or not ...*/
.index-gallery { .index-gallery {
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden; overflow-y: hidden;
......
docs/sphinx/_static/logo_hysop_couleur.png

4.15 KiB | W: | H:

docs/sphinx/_static/logo_hysop_couleur.png

3.75 KiB | W: | H:

docs/sphinx/_static/logo_hysop_couleur.png
docs/sphinx/_static/logo_hysop_couleur.png
docs/sphinx/_static/logo_hysop_couleur.png
docs/sphinx/_static/logo_hysop_couleur.png
  • 2-up
  • Swipe
  • Onion skin
docs/sphinx/_static/logo_ljk_blanc2.png

6.11 KiB | W: | H:

docs/sphinx/_static/logo_ljk_blanc2.png

5.91 KiB | W: | H:

docs/sphinx/_static/logo_ljk_blanc2.png
docs/sphinx/_static/logo_ljk_blanc2.png
docs/sphinx/_static/logo_ljk_blanc2.png
docs/sphinx/_static/logo_ljk_blanc2.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
<h3>Links</h3> <h3>Links</h3>
<p><a class="reference external" href="https://gitlab.com/LJK/hysop" target="_top">HySoP on GitLab</a></p> <p><a class="reference external" href="https://gitlab.com/LJK/hysop" target="_top">HySoP on GitLab</a></p>
<p><a class="reference external" href="http://my.cdash.org/index.php?project=HySoP" target="_top">CDash</a></p> <p><a class="reference external" href="http://my.cdash.org/index.php?project=HySoP" target="_top">HySoP dashboard</a></p>
<p><a href="http://ljk.imag.fr/"><img src="{{ pathto('_static/logo_ljk_blanc2.png', 2) }}" " /></a></p> <p><a href="http://ljk.imag.fr/"><img src="{{ pathto('_static/logo_ljk_blanc2.png', 2) }}" " /></a></p>
...@@ -72,7 +72,7 @@ master_doc = 'index' ...@@ -72,7 +72,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'HySoP' project = u'HySoP'
copyright = u'2016, HySoP development team, Laboratoire Jean Kuntzmann.' copyright = u'2016, HySoP development team, Laboratoire Jean Kuntzmann'
author = u'HySoP development team' author = u'HySoP development team'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
...@@ -175,7 +175,7 @@ html_logo = "_static/logo_hysop_couleur.png" ...@@ -175,7 +175,7 @@ html_logo = "_static/logo_hysop_couleur.png"
# The name of an image file (within the static path) to use as favicon of the # The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large. # pixels large.
html_favicon = "_static/logo_hysop_favicon.ico" #html_favicon = "_static/logo_hysop_favicon.ico"
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
......
...@@ -9,7 +9,11 @@ HySoP software: hybrid simulation with particles ...@@ -9,7 +9,11 @@ HySoP software: hybrid simulation with particles
:hidden: :hidden:
:maxdepth: 3 :maxdepth: 3
documentation_index install_guide/index
getting_started/index
users_guide/index
examples/index
license license
contacts contacts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment