annotate doc/_static/css/custom_style.css @ 367:b4185dc7b574

Update sphinx config to use numpy convention and custom css style
author Amine Sehili <amine.sehili@gmail.com>
date Sun, 03 Jan 2021 18:46:40 +0100
parents
children edcc102fb33f
rev   line source
amine@367 1 div.wy-side-nav-search .version {
amine@367 2 color: #DDDDDD;
amine@367 3 font-weight: bold;
amine@367 4 }
amine@367 5
amine@367 6 nav.wy-nav-top {
amine@367 7 background: #343131;
amine@367 8 }
amine@367 9
amine@367 10 div.wy-nav-content {
amine@367 11 max-width: 980px;
amine@367 12 }
amine@367 13
amine@367 14 span.caption-text {
amine@367 15 color: #45ea77;
amine@367 16 font-size: 1.1em;
amine@367 17 font-family: Arial, Helvetica, sans-serif;
amine@367 18 }
amine@367 19
amine@367 20 .toctree-wrapper span.caption-text {
amine@367 21 color: #e4188b;
amine@367 22 font-size: 1.1em;
amine@367 23 font-family: Arial, Helvetica, sans-serif;
amine@367 24 }
amine@367 25
amine@367 26 h1, h2 {
amine@367 27
amine@367 28 font-family: Arial, Helvetica, sans-serif;
amine@367 29 }