[Checkins] SVN: bluebream/website/main/ new style for the inner pages

Christophe Combelles ccomb at free.fr
Tue Jan 11 18:20:29 EST 2011


Log message for revision 119516:
  new style for the inner pages
  

Changed:
  A   bluebream/website/main/_templates/layout.html
  U   bluebream/website/main/blue/static/basic.css
  U   bluebream/website/main/blue/static/mainpage.css
  U   bluebream/website/main/blue/static/style.css
  U   bluebream/website/main/conf.py

-=-
Added: bluebream/website/main/_templates/layout.html
===================================================================
--- bluebream/website/main/_templates/layout.html	                        (rev 0)
+++ bluebream/website/main/_templates/layout.html	2011-01-11 23:20:28 UTC (rev 119516)
@@ -0,0 +1,215 @@
+{#
+    basic/layout.html
+    ~~~~~~~~~~~~~~~~~
+
+    Master layout template for Sphinx themes.
+
+    :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+#}
+{%- block doctype -%}
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+{%- endblock %}
+{%- set reldelim1 = reldelim1 is not defined and ' &raquo;' or reldelim1 %}
+{%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %}
+{%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and
+                         (sidebars != []) %}
+{%- set url_root = pathto('', 1) %}
+{%- if url_root == '#' %}{% set url_root = '' %}{% endif %}
+
+{%- macro relbar() %}
+    <div class="related">
+      <h3>{{ _('Navigation') }}</h3>
+      <ul>
+        {%- for rellink in rellinks %}
+        <li class="right" {% if loop.first %}style="margin-right: 10px"{% endif %}>
+          <a href="{{ pathto(rellink[0]) }}" title="{{ rellink[1]|striptags|e }}"
+             {{ accesskey(rellink[2]) }}>{{ rellink[3] }}</a>
+          {%- if not loop.first %}{{ reldelim2 }}{% endif %}</li>
+        {%- endfor %}
+        {%- block rootrellink %}
+        <li><a href="{{ pathto(master_doc) }}">{{ shorttitle|e }}</a>{{ reldelim1 }}</li>
+        {%- endblock %}
+        {%- for parent in parents %}
+          <li><a href="{{ parent.link|e }}" {% if loop.last %}{{ accesskey("U") }}{% endif %}>{{ parent.title }}</a>{{ reldelim1 }}</li>
+        {%- endfor %}
+        {%- block relbaritems %} {% endblock %}
+      </ul>
+    </div>
+{%- endmacro %}
+
+{%- macro sidebar() %}
+      {%- if render_sidebar %}
+      <div class="sphinxsidebar">
+        <div class="sphinxsidebarwrapper">
+          {%- block sidebarlogo %}
+          {%- if logo %}
+            <p class="logo"><a href="{{ pathto(master_doc) }}">
+              <img class="logo" src="{{ pathto('_static/' + logo, 1) }}" alt="Logo"/>
+            </a></p>
+          {%- endif %}
+          {%- endblock %}
+          {%- if sidebars != None %}
+            {#- new style sidebar: explicitly include/exclude templates #}
+            {%- for sidebartemplate in sidebars %}
+            {%- include sidebartemplate %}
+            {%- endfor %}
+          {%- else %}
+            {#- old style sidebars: using blocks -- should be deprecated #}
+            {%- block sidebartoc %}
+            {%- include "localtoc.html" %}
+            {%- endblock %}
+            {%- block sidebarrel %}
+            {%- include "relations.html" %}
+            {%- endblock %}
+            {%- block sidebarsourcelink %}
+            {%- include "sourcelink.html" %}
+            {%- endblock %}
+            {%- if customsidebar %}
+            {%- include customsidebar %}
+            {%- endif %}
+            {%- block sidebarsearch %}
+            {%- include "searchbox.html" %}
+            {%- endblock %}
+          {%- endif %}
+        </div>
+      </div>
+      {%- endif %}
+{%- endmacro %}
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
+    {{ metatags }}
+    {%- if not embedded and docstitle %}
+      {%- set titlesuffix = " &mdash; "|safe + docstitle|e %}
+    {%- else %}
+      {%- set titlesuffix = "" %}
+    {%- endif %}
+    {%- block htmltitle %}
+    <title>{{ title|striptags|e }}{{ titlesuffix }}</title>
+    {%- endblock %}
+    <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
+    <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
+    {%- for cssfile in css_files %}
+    <link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
+    {%- endfor %}
+    {%- if not embedded %}
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    '{{ url_root }}',
+        VERSION:     '{{ release|e }}',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}',
+        HAS_SOURCE:  {{ has_source|lower }}
+      };
+    </script>
+    {%- for scriptfile in script_files %}
+    <script type="text/javascript" src="{{ pathto(scriptfile, 1) }}"></script>
+    {%- endfor %}
+    {%- if use_opensearch %}
+    <link rel="search" type="application/opensearchdescription+xml"
+          title="{% trans docstitle=docstitle|e %}Search within {{ docstitle }}{% endtrans %}"
+          href="{{ pathto('_static/opensearch.xml', 1) }}"/>
+    {%- endif %}
+    {%- if favicon %}
+    <link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}"/>
+    {%- endif %}
+    {%- endif %}
+{%- block linktags %}
+    {%- if hasdoc('about') %}
+    <link rel="author" title="{{ _('About these documents') }}" href="{{ pathto('about') }}" />
+    {%- endif %}
+    {%- if hasdoc('genindex') %}
+    <link rel="index" title="{{ _('Index') }}" href="{{ pathto('genindex') }}" />
+    {%- endif %}
+    {%- if hasdoc('search') %}
+    <link rel="search" title="{{ _('Search') }}" href="{{ pathto('search') }}" />
+    {%- endif %}
+    {%- if hasdoc('copyright') %}
+    <link rel="copyright" title="{{ _('Copyright') }}" href="{{ pathto('copyright') }}" />
+    {%- endif %}
+    <link rel="top" title="{{ docstitle|e }}" href="{{ pathto('index') }}" />
+    {%- if parents %}
+    <link rel="up" title="{{ parents[-1].title|striptags|e }}" href="{{ parents[-1].link|e }}" />
+    {%- endif %}
+    {%- if next %}
+    <link rel="next" title="{{ next.title|striptags|e }}" href="{{ next.link|e }}" />
+    {%- endif %}
+    {%- if prev %}
+    <link rel="prev" title="{{ prev.title|striptags|e }}" href="{{ prev.link|e }}" />
+    {%- endif %}
+{%- endblock %}
+{%- block extrahead %} {% endblock %}
+  </head>
+  <body>
+
+  <div id="wrapper">
+<div id="tophead">
+<a href="..">
+<img src="{{ pathto('_static/', 1) }}img/bluebream.png" border="0px" alt="BlueBream"/>
+The Web Component Framework
+</a>
+</div>
+
+<div class="navbar">
+  <ul>
+    <li><a href="{{ pathto('about/index') }}">About</a></li>
+    <li><a href="{{ pathto('download') }}">Download</a></li>
+    <li><a href="{{ pathto('screencasts') }}">Screencasts</a></li>
+    <li><a href="{{ pathto('doc/1.0/index') }}">Documentation</a></li>
+    <li><a href="{{ pathto('support') }}">Support</a></li>
+    <li><a href="{{ pathto('community') }}">Contribute</a></li>
+    <li><a href="http://bluebream.posterous.com/">Blog</a></li>
+  </ul>
+</div>
+
+{%- block header %}{% endblock %}
+
+
+{%- block content %}
+  {%- block sidebar1 %} {# possible location for sidebar #} {% endblock %}
+
+    <div class="document">
+  {%- block document %}
+      <div class="documentwrapper">
+      {%- if render_sidebar %}
+        <div class="bodywrapper">
+      {%- endif %}
+          <div class="body">
+            {% block body %} {% endblock %}
+          </div>
+      {%- if render_sidebar %}
+        </div>
+      {%- endif %}
+      </div>
+  {%- endblock %}
+
+  {%- block sidebar2 %}{{ sidebar() }}{% endblock %}
+      <div class="clearer"></div>
+    </div>
+{%- endblock %}
+
+{%- block relbar2 %}{{ relbar() }}{% endblock %}
+
+{%- block footer %}
+    <div class="footer">
+    {%- if show_copyright %}
+      {%- 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 %}
+    {%- endif %}
+    {%- if last_updated %}
+      {% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
+    {%- endif %}
+    {%- if show_sphinx %}
+      {% trans sphinx_version=sphinx_version|e %}Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
+    {%- endif %}
+    </div>
+{%- endblock %}
+    </div>
+  </body>
+</html>

Modified: bluebream/website/main/blue/static/basic.css
===================================================================
--- bluebream/website/main/blue/static/basic.css	2011-01-11 19:56:10 UTC (rev 119515)
+++ bluebream/website/main/blue/static/basic.css	2011-01-11 23:20:28 UTC (rev 119516)
@@ -38,6 +38,7 @@
 /* -- sidebar --------------------------------------------------------------- */
 
 div.sphinxsidebarwrapper {
+    background-color: 216778;
     padding: 10px 5px 0 10px;
 }
 

Modified: bluebream/website/main/blue/static/mainpage.css
===================================================================
--- bluebream/website/main/blue/static/mainpage.css	2011-01-11 19:56:10 UTC (rev 119515)
+++ bluebream/website/main/blue/static/mainpage.css	2011-01-11 23:20:28 UTC (rev 119516)
@@ -38,7 +38,6 @@
 margin-top: 0;
 }
 .navbar {
-
 background: black;
 margin-left: solid -50px black;
 }

Modified: bluebream/website/main/blue/static/style.css
===================================================================
--- bluebream/website/main/blue/static/style.css	2011-01-11 19:56:10 UTC (rev 119515)
+++ bluebream/website/main/blue/static/style.css	2011-01-11 23:20:28 UTC (rev 119516)
@@ -10,14 +10,14 @@
 body {
     font-family: sans-serif;
     font-size: 100%;
-    background-color: #11303d;
+    background-color: #1C363E;
     color: #000;
     margin: 0;
     padding: 0;
 }
 
 div.document {
-    background-color: #1c4e63;
+    background-color: white;
 }
 
 div.documentwrapper {
@@ -49,7 +49,7 @@
 }
 
 div.related {
-    background-color: #133f52;
+    background-color: #2C89A0;
     line-height: 30px;
     color: #ffffff;
 }
@@ -59,6 +59,7 @@
 }
 
 div.sphinxsidebar {
+    background-color: 216778;
 }
 
 div.sphinxsidebar h3 {
@@ -138,7 +139,7 @@
     padding: 3px 0 3px 10px;
 }
 
-div.body h1 { margin-top: 0; font-size: 200%; }
+div.body h1 { margin-top: 0; font-size: 200%; background-color: #2C89A0; color: white;}
 div.body h2 { font-size: 160%; }
 div.body h3 { font-size: 140%; }
 div.body h4 { font-size: 120%; }
@@ -216,3 +217,49 @@
 .note tt {
     background: #d6d6d6;
 }
+
+div#tophead {
+color: #555;
+width: 100%;
+padding: 0.5em;
+background: white;
+font-size: 150%;
+font-weight: bold;
+color: #2C89A0;
+text-shadow: 2px 2px 2px #BBB;
+}
+div#tophead img {
+margin-right: 2em;
+}
+div#tophead a {
+color: #2C89A0;
+text-shadow: 2px 2px 2px #BBB;
+
+}
+.navbar {
+background: black;
+margin-left: solid -50px black;
+}
+.navbar ul {
+margin: 0;
+padding: 0;
+border: 0;
+}
+.navbar li {
+display: inline-block;
+padding: 7px;
+margin: 0;
+margin:1px 0px;
+}
+.navbar li a {
+color: white;
+font-weight:bold;
+}
+#wrapper {
+width: 958px;
+margin-left: auto;
+margin-right: auto;
+padding: 1em;
+padding-top: 0.5em;
+background: white;
+}

Modified: bluebream/website/main/conf.py
===================================================================
--- bluebream/website/main/conf.py	2011-01-11 19:56:10 UTC (rev 119515)
+++ bluebream/website/main/conf.py	2011-01-11 23:20:28 UTC (rev 119516)
@@ -96,7 +96,7 @@
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
 # documentation.
-#html_theme_options = {}
+html_theme_options = {"nosidebar": "true"}
 
 # Add any paths that contain custom themes here, relative to this directory.
 html_theme_path = ['.']
@@ -110,7 +110,7 @@
 
 # The name of an image file (relative to this directory) to place at the top
 # of the sidebar.
-#html_logo = None
+#html_logo = '_static/img/logo2.png'
 
 # The name of an image file (within the static path) to use as favicon of the
 # docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32



More information about the checkins mailing list