{% block content %} diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css index ccb384e..046cf33 100644 --- a/xreadthedocs/css/theme_extra.css +++ b/xreadthedocs/css/theme_extra.css @@ -124,3 +124,58 @@ code.cs, code.c { .wy-menu-vertical li ul.subnav ul.subnav{ padding-left: 1em; } + + +.wy-side-nav-search { + background-color: #343131 !important; +} + +.wy-nav-top { + background-color: #343131 !important; +} + +.wy-side-nav-search a { + margin-bottom: 0; +} + +a.site-title { + font-size: 200%; +} +/* Base16 Eighties Colorscheme by Chris Kempson (http://chriskempson.com) */ +/* CSS from https://github.com/htdvisser/hugo-base16-theme */ +.base00 { color: #2d2d2d; } +.base01 { color: #393939; } +.base02 { color: #515151; } +.base03 { color: #747369; } +.base04 { color: #a09f93; } +.base05 { color: #d3d0c8; } +.base06 { color: #e8e6df; } +.base07 { color: #f2f0ec; } +.base08 { color: #f2777a; } +.base09 { color: #f99157; } +.base0a { color: #ffcc66; } +.base0b { color: #99cc99; } +.base0c { color: #66cccc; } +.base0d { color: #6699cc; } +.base0e { color: #cc99cc; } +.base0f { color: #d27b53; } + + +div.builtwith a { + color: #aaa; +} + +.rst-versions .rst-current-version { + text-align: center; + padding-top: 0; +} + +.rst-versions .rst-current-version a { + margin-right: 10px; +} +.fa-github:before, .icon-github:before { + font-size: 30px; + position: relative; + bottom: -6px; + margin-right: 8px; +} diff --git a/xreadthedocs/footer.html b/xreadthedocs/footer.html index 9f707cd..45f1987 100644 --- a/xreadthedocs/footer.html +++ b/xreadthedocs/footer.html @@ -18,6 +18,7 @@

{{ copyright }}

{% endif %}
- - Built with MkDocs using a theme provided by Read the Docs. +
+ Built with MkDocs using a theme provided by Read the Docs. +
diff --git a/xreadthedocs/toc.html b/xreadthedocs/toc.html index 6cd2fc9..4accc1b 100644 --- a/xreadthedocs/toc.html +++ b/xreadthedocs/toc.html @@ -10,6 +10,7 @@ {% endif %} diff --git a/xreadthedocs/versions.html b/xreadthedocs/versions.html index 4e23b49..6a34ee8 100644 --- a/xreadthedocs/versions.html +++ b/xreadthedocs/versions.html @@ -1,15 +1,15 @@
- {% if repo_name == 'GitHub' %} - GitHub - {% elif repo_name == 'Bitbucket' %} - BitBucket - {% endif %} + gocryptfs + gocryptfs-website + +
-- cgit v1.2.3