[Commits] r725 - in sandbox/docsrc: . _static _templates

commits at geoext.org commits at geoext.org
Wed May 13 19:50:11 CEST 2009


Author: tschaub
Date: 2009-05-13 19:50:11 +0200 (Wed, 13 May 2009)
New Revision: 725

Removed:
   sandbox/docsrc/_static/file.png
Modified:
   sandbox/docsrc/_static/geoext.css
   sandbox/docsrc/_templates/layout.html
   sandbox/docsrc/conf.py
Log:
Update style.

Deleted: sandbox/docsrc/_static/file.png
===================================================================
(Binary files differ)

Modified: sandbox/docsrc/_static/geoext.css
===================================================================
--- sandbox/docsrc/_static/geoext.css	2009-05-13 17:49:53 UTC (rev 724)
+++ sandbox/docsrc/_static/geoext.css	2009-05-13 17:50:11 UTC (rev 725)
@@ -1,17 +1,44 @@
 /* override sphinxdocs style declarations */
+html {
+    /*background: url(chrome/html-bg.png) repeat-x;*/
+    margin: 0;
+    padding: 0;
+}
 body {
     border: none;
     background-color: white;
+    margin: 0;
+    padding: 0;
+    min-width: 900px;
 }
+h1, h2, h3, h4, h5, h6 {
+    color: #385F95;
+}
+div.related {
+    margin: 0 80px;
+    width: auto;
+}
+div.sphinxsidebar {
+    padding-right: 95px;
+}
+div.sphinxsidebar h3, div.sphinxsidebar h4 {
+    background: inherit;
+    border: none;
+    color: #385F95;
+    padding: 0;
+}
+div.sphinxsidebar h3 a {
+    color: inherit;
+}
+div.document {
+    margin: 0 80px;
+}
 div.footer {
     background: #4E7AB2 url(chrome/footer-bg.png) repeat-x;
     color: #d9d9d9;
     padding: 60px 0 35px;
     text-align: center;
 }
-html {
-    /*background: url(chrome/html-bg.png) repeat-x;*/
-}
 
 /* custom header */
 div.header {
@@ -20,6 +47,9 @@
     height: 120px;
     background: #97b7e1 url(chrome/header-bg.png) 0 0 repeat-x;
 }
+div.header div.wrap {
+    margin: 0 80px;
+}
 #logo {
     padding: 0;
 }
@@ -34,7 +64,7 @@
 #top-nav {
     position: absolute;
     bottom: 42px;
-    right: 0;
+    right: 90px;
     list-style: none;
     margin: 0;
 }

Modified: sandbox/docsrc/_templates/layout.html
===================================================================
--- sandbox/docsrc/_templates/layout.html	2009-05-13 17:49:53 UTC (rev 724)
+++ sandbox/docsrc/_templates/layout.html	2009-05-13 17:50:11 UTC (rev 725)
@@ -4,23 +4,15 @@
 {% endblock %}
 {%- block header %}
     <div class="header">
-        <h1 id="logo"><a href="{{ pathto('index') }}">GeoExt</a></h1>
-        <ul id="top-nav">
-            <li class="first"><a href="{{ pathto('index') }}">About</a></li>
-            <li><a href="{{ pathto('docs') }}">Documentation</a></li>
-            <li><a href="{{ pathto('examples/index') }}">Demos</a></li>
-            <li><a href="http://www.geoext.org/trac/geoext/">Development</a></li>
-            <li><a href="http://geoext.blogspot.com">Blog</a></li>
-        </ul>
+        <div class="wrap">
+            <h1 id="logo"><a href="{{ pathto('index') }}">GeoExt</a></h1>
+            <ul id="top-nav">
+                <li class="first"><a href="{{ pathto('docs') }}">Documentation</a></li>
+                <li><a href="{{ pathto('examples/index') }}">Demos</a></li>
+                <li><a href="{{ pathto('downloads') }}">Download</a></li>
+                <li><a href="http://www.geoext.org/trac/geoext/">Development</a></li>
+            </ul>
+        </div>
     </div>
 {% endblock %}
 
-{%- block footer %}
-    <div class="footer">
-    {%- if hasdoc('copyright') %}
-      {% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
-    {%- else %}
-      {% trans copyright=copyright|e %}&copy; Copyright {{ copyright }}.{% endtrans %}
-    {%- endif %}
-    </div>
-{%- endblock %}

Modified: sandbox/docsrc/conf.py
===================================================================
--- sandbox/docsrc/conf.py	2009-05-13 17:49:53 UTC (rev 724)
+++ sandbox/docsrc/conf.py	2009-05-13 17:50:11 UTC (rev 725)
@@ -47,7 +47,7 @@
 # The short X.Y version.
 version = 'Pre 1.0'
 # The full version, including alpha/beta/rc tags.
-release = '0.5'
+release = '0.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -162,6 +162,7 @@
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'GeoExtdoc'
 
+html_show_sphinx = False
 
 # -- Options for LaTeX output --------------------------------------------------
 



More information about the Commits mailing list