diff --git a/doc/autobuild.py b/doc/autobuild.py index 3b3757b24..b9046201e 100644 --- a/doc/autobuild.py +++ b/doc/autobuild.py @@ -83,9 +83,8 @@ packages.sort() # Create index api_index = \ -'''=================================================================== -API documentation for Kivy -=================================================================== +'''API documentation +================= .. toctree:: :maxdepth: 2 diff --git a/doc/sources/.static/background.png b/doc/sources/.static/background.png new file mode 100644 index 000000000..b724e46a9 Binary files /dev/null and b/doc/sources/.static/background.png differ diff --git a/doc/sources/.static/default.css b/doc/sources/.static/default.css index e9a3c8897..5be838dfd 100644 --- a/doc/sources/.static/default.css +++ b/doc/sources/.static/default.css @@ -5,6 +5,7 @@ body { font-family: sans-serif; font-size: 100%; + background: #ffffff url('background.png') top left repeat-y; background-color: #ffffff; color: #000; margin: 0; @@ -13,19 +14,21 @@ body { /* :::: LAYOUT :::: */ -div.related, -div.header, -div.documentwrapper { - width: 800px; - margin: 0px auto; +div.sphinxsidebar { + position: fixed; + top: 0px; + left: 0px; + width: 250px; + font-size: 14px; } -div.bodywrapper { - margin-top: 20px; +div.documentwrapper { + width: 800px; + margin-left: 250px; } div.body { - padding: 0 20px 30px 20px; + padding: 10px 20px 30px 30px; } div.sphinxsidebarwrapper { @@ -78,14 +81,9 @@ div.header { line-height: 80px; } -div.logo { - float: left; - height: 80px; - width: 75px; -} - -#searchbox { - float: right; +p.logo { + margin: 0px; + padding: 0px; } div.related { @@ -95,7 +93,7 @@ div.related { /* ::: TOC :::: */ div.sphinxsidebar h3 { font-family: 'Trebuchet MS', sans-serif; - color: white; + color: #727905; font-size: 1.4em; font-weight: normal; margin: 0; @@ -103,12 +101,12 @@ div.sphinxsidebar h3 { } div.sphinxsidebar h3 a { - color: white; + color: #727905; } div.sphinxsidebar h4 { font-family: 'Trebuchet MS', sans-serif; - color: white; + color: #727905; font-size: 1.3em; font-weight: normal; margin: 5px 0 0 0; @@ -116,7 +114,7 @@ div.sphinxsidebar h4 { } div.sphinxsidebar p { - color: white; + color: #727905; } div.sphinxsidebar p.topless { @@ -127,7 +125,7 @@ div.sphinxsidebar ul { margin: 10px; padding: 0; list-style: none; - color: white; + color: #727905; } div.sphinxsidebar ul ul, @@ -142,7 +140,7 @@ div.sphinxsidebar ul ul { } div.sphinxsidebar a { - color: #98dbcc; + color: #989e49; } div.sphinxsidebar form { diff --git a/doc/sources/.templates/layout.html b/doc/sources/.templates/layout.html index 502e3dd17..d41b288a5 100644 --- a/doc/sources/.templates/layout.html +++ b/doc/sources/.templates/layout.html @@ -79,48 +79,30 @@ {%- endif %} {%- endblock %} {%- block sidebartoc %} - {%- if display_toc %} -