Mercurial > hg > auditok
annotate doc/_static/css/custom_style.css @ 428:1baa80ec22c3
Update README
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Wed, 30 Oct 2024 10:47:56 +0100 |
parents | bd242e80455f |
children |
rev | line source |
---|---|
amine@387 | 1 div.wy-side-nav-search { |
amine@387 | 2 background-color: #000000; |
amine@387 | 3 } |
amine@387 | 4 |
amine@367 | 5 div.wy-side-nav-search .version { |
amine@367 | 6 color: #DDDDDD; |
amine@367 | 7 font-weight: bold; |
amine@367 | 8 } |
amine@367 | 9 |
amine@367 | 10 nav.wy-nav-top { |
amine@367 | 11 background: #343131; |
amine@367 | 12 } |
amine@367 | 13 |
amine@367 | 14 div.wy-nav-content { |
amine@367 | 15 max-width: 980px; |
amine@367 | 16 } |
amine@367 | 17 |
amine@367 | 18 span.caption-text { |
amine@367 | 19 color: #45ea77; |
amine@367 | 20 font-size: 1.1em; |
amine@367 | 21 font-family: Arial, Helvetica, sans-serif; |
amine@367 | 22 } |
amine@367 | 23 |
amine@367 | 24 .toctree-wrapper span.caption-text { |
amine@367 | 25 color: #e4188b; |
amine@367 | 26 font-size: 1.1em; |
amine@367 | 27 font-family: Arial, Helvetica, sans-serif; |
amine@367 | 28 } |
amine@367 | 29 |
amine@367 | 30 h1, h2 { |
amine@367 | 31 |
amine@367 | 32 font-family: Arial, Helvetica, sans-serif; |
amine@367 | 33 } |