aboutsummaryrefslogtreecommitdiff
path: root/xreadthedocs
diff options
context:
space:
mode:
Diffstat (limited to 'xreadthedocs')
-rw-r--r--xreadthedocs/base.html6
-rw-r--r--xreadthedocs/css/theme_extra.css20
-rw-r--r--xreadthedocs/img/favicon.icobin1150 -> 0 bytes
3 files changed, 23 insertions, 3 deletions
diff --git a/xreadthedocs/base.html b/xreadthedocs/base.html
index 4fe9033..94a7302 100644
--- a/xreadthedocs/base.html
+++ b/xreadthedocs/base.html
@@ -45,9 +45,9 @@
{# SIDE NAV, TOGGLES ON MOBILE #}
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
- <div class="wy-side-nav-search">
+ <div class="logo">
<a class="site-title" href="{{ homepage_url }}">
- <span class="base0b">go</span><span class="base0c">crypt</span><span class="base0d">fs</span>
+ <img src="{{ base_url }}/img/gocryptfs-logo.paths-white.svg" alt="gocryptfs">
</a>
</div>
@@ -69,7 +69,7 @@
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a class="site-title" href="{{ homepage_url }}">
- <span class="base0b">go</span><span class="base0c">crypt</span><span class="base0d">fs</span>
+ <img src="{{ base_url }}/img/gocryptfs-logo.paths-white.svg" alt="gocryptfs">
</a>
</nav>
diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css
index 046cf33..24a4280 100644
--- a/xreadthedocs/css/theme_extra.css
+++ b/xreadthedocs/css/theme_extra.css
@@ -179,3 +179,23 @@ div.builtwith a {
bottom: -6px;
margin-right: 8px;
}
+
+div.logo {
+ text-align: center;
+ padding: 10px;
+}
+
+div.logo img {
+ width: 236px;
+}
+
+nav.wy-nav-top img {
+ height: auto;
+ width: auto;
+ background-color: transparent;
+ border-radius: 0;
+}
+
+nav.wy-nav-top i {
+ font-size: 60px;
+}
diff --git a/xreadthedocs/img/favicon.ico b/xreadthedocs/img/favicon.ico
deleted file mode 100644
index e85006a..0000000
--- a/xreadthedocs/img/favicon.ico
+++ /dev/null
Binary files differ