[Checkins] SVN: zope-story-website/branches/ Removed obsolete branch (this was merged to trunk several weeks ago)
Brad Allen
brad at allendev.com
Sun May 17 20:54:04 EDT 2009
Log message for revision 100051:
Removed obsolete branch (this was merged to trunk several weeks ago)
Changed:
U zope-story-website/branches/test_theme/src/_themes/zopestory/layout.html
D zope-story-website/branches/test_theme/src/_themes/zopestory/static/basic.css
U zope-story-website/branches/test_theme/src/_themes/zopestory/static/default.css
D zope-story-website/branches/test_theme/src/_themes/zopestory/static/default.css_t
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-arc1-lft.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-arc1-rgt.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-he-frameworks.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-header-back.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-link-right.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-link-top.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-logo-topback.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-shadow-left.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-shadow-right.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-topback.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whatiszope-1.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whatiszope-2.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whoiszope-1.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whoiszope-2.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whyiszope-1.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whyiszope-2.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/Thumbs.db
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-1.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-2.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-3.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-4.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/button_highlight.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-1back.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-2back.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-3back.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-4back.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-grok.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-launchpad.png
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-plone.png
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-repoze.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-schooltool.png
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-sm-zope.gif
A zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-zope.gif
U zope-story-website/branches/test_theme/src/_themes/zopestory/theme.conf
U zope-story-website/branches/test_theme/src/index.rst
U zope-story-website/branches/test_theme/src/who_is_zope.rst
U zope-story-website/branches/test_theme/src/why_use_zope.rst
D zope-story-website/branches/what_who_why_zope/
-=-
Modified: zope-story-website/branches/test_theme/src/_themes/zopestory/layout.html
===================================================================
--- zope-story-website/branches/test_theme/src/_themes/zopestory/layout.html 2009-05-17 18:05:33 UTC (rev 100050)
+++ zope-story-website/branches/test_theme/src/_themes/zopestory/layout.html 2009-05-18 00:54:04 UTC (rev 100051)
@@ -1,199 +1,40 @@
-{%- 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 ' »' or reldelim1 %}
-{%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %}
-
-{%- 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 }}"
- {{ 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>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta name="generator" content="HTML Tidy for Mac OS X (vers 12 April 2005), see www.w3.org">
+ <meta http-equiv="Content-Language" content="en-us">
+ <title>The Zope Story</title>
+ <link rel="stylesheet" type="text/css" href="_static/default.css">
+</head>
+<body>
+ <div align="center">
+ <center>
+ <div class="holder">
+ <div class="topbar"></div>
+ <div class="menu-container">
+ <div class="logo-holder">
+ <img src="_static/images/logo-zope.gif" alt="Logo" width="225" height="82">
+ </div>
+ <div id="menu">
+ <ul>
+ <li class="current-page-item"><a href="index.html">What is Zope?</a></li>
+ <li><a href="who_is_zope.html">Who is Zope?</a></li>
+ <li><a href="why_zope.html">Why Zope?</a></li>
+ </ul>
+ <div class="brclear"></div>
+ </div>
+ <div class="brclear"></div>
+ </div>
+ {% block body %} {% endblock %}
+ </div>
+ <div class="brclear"></div>
+ </center>
</div>
-{%- endmacro %}
-
-{%- macro sidebarNULL() %}
-{%- endmacro %}
-
-{%- macro sidebar() %}
- {%- if not embedded %}{% if not theme_nosidebar|tobool %}
- <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 %}
- {%- block sidebartoc %}
- {%- if display_toc %}
- <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
- {{ toc }}
- {%- endif %}
- {%- endblock %}
- {%- block sidebarrel %}
- {%- if prev %}
- <h4>{{ _('Previous topic') }}</h4>
- <p class="topless"><a href="{{ prev.link|e }}"
- title="{{ _('previous chapter') }}">{{ prev.title }}</a></p>
- {%- endif %}
- {%- if next %}
- <h4>{{ _('Next topic') }}</h4>
- <p class="topless"><a href="{{ next.link|e }}"
- title="{{ _('next chapter') }}">{{ next.title }}</a></p>
- {%- endif %}
- {%- endblock %}
- {%- block sidebarsourcelink %}
- {%- if show_source and has_source and sourcename %}
- <h3>{{ _('This Page') }}</h3>
- <ul class="this-page-menu">
- <li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
- rel="nofollow">{{ _('Show Source') }}</a></li>
- </ul>
- {%- endif %}
- {%- endblock %}
- {%- if customsidebar %}
- {% include customsidebar %}
- {%- endif %}
- {%- block sidebarsearch %}
- {%- if pagename != "search" %}
- <div id="searchbox" style="display: none">
- <h3>{{ _('Quick search') }}</h3>
- <form class="search" action="{{ pathto('search') }}" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="{{ _('Go') }}" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- {{ _('Enter search terms or a module, class or function name.') }}
- </p>
- </div>
- <script type="text/javascript">$('#searchbox').show(0);</script>
- {%- endif %}
- {%- endblock %}
- </div>
- </div>
- {%- endif %}{% endif %}
-{%- endmacro %}
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- {{ metatags }}
- {%- if not embedded %}
- {%- set titlesuffix = " — "|safe + docstitle|e %}
- {%- else %}
- {%- set titlesuffix = "" %}
- {%- endif %}
- <title>{{ title|striptags }}{{ titlesuffix }}</title>
- <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
- <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
- {%- if not embedded %}
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '{{ pathto("", 1) }}',
- VERSION: '{{ release|e }}',
- COLLAPSE_MODINDEX: false,
- FILE_SUFFIX: '{{ 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 }}" href="{{ parents[-1].link|e }}" />
- {%- endif %}
- {%- if next %}
- <link rel="next" title="{{ next.title|striptags }}" href="{{ next.link|e }}" />
- {%- endif %}
- {%- if prev %}
- <link rel="prev" title="{{ prev.title|striptags }}" href="{{ prev.link|e }}" />
- {%- endif %}
-{%- endblock %}
-{%- block extrahead %} {% endblock %}
- </head>
- <body>
-{%- block header %}{% endblock %}
-
-{%- block relbar1 %}{{ relbar() }}{% endblock %}
-
-{%- block sidebar1 %} {# possible location for sidebar #} {% endblock %}
-
- <div class="document">
-{%- block document %}
- <div class="documentwrapper">
- {%- if not embedded %}{% if not theme_nosidebar|tobool %}
- <div class="bodywrapper">
- {%- endif %}{% endif %}
- <div class="body">
- {% block body %} {% endblock %}
- </div>
- {%- if not embedded %}{% if not theme_nosidebar|tobool %}
- </div>
- {%- endif %}{% endif %}
- </div>
-{%- endblock %}
-
-{%- block sidebar2 %}{{ sidebarNULL() }}{% endblock %}
- <div class="clearer"></div>
+ <div>
+
</div>
-
-{%- block relbar2 %}{{ relbar() }}{% endblock %}
-
-{%- block footer %}
<div class="footer">
- {%- if hasdoc('copyright') %}
- {% trans path=pathto('copyright'), copyright=copyright|e %}© <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
- {%- else %}
- {% trans copyright=copyright|e %}© Copyright {{ copyright }}.{% endtrans %}
- {%- 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 %}
+ © Copyright 2009, Zope Developers. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.1
</div>
-{%- endblock %}
- </body>
+</body>
</html>
Deleted: zope-story-website/branches/test_theme/src/_themes/zopestory/static/basic.css
===================================================================
--- zope-story-website/branches/test_theme/src/_themes/zopestory/static/basic.css 2009-05-17 18:05:33 UTC (rev 100050)
+++ zope-story-website/branches/test_theme/src/_themes/zopestory/static/basic.css 2009-05-18 00:54:04 UTC (rev 100051)
@@ -1,414 +0,0 @@
-/**
- * Sphinx stylesheet -- basic theme
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- */
-
-/* -- main layout ----------------------------------------------------------- */
-
-div.documentwrapper {
- float: left;
- width: 100%;
-}
-
-div.bodywrapper {
- margin: 0 0 0 230px;
-}
-
-div.clearer {
- clear: both;
-}
-
-/* -- relbar ---------------------------------------------------------------- */
-
-div.related {
- width: 100%;
- font-size: 90%;
-}
-
-div.related h3 {
- display: none;
-}
-
-div.related ul {
- margin: 0;
- padding: 0 0 0 10px;
- list-style: none;
-}
-
-div.related li {
- display: inline;
-}
-
-div.related li.right {
- float: right;
- margin-right: 5px;
-}
-
-/* -- sidebar --------------------------------------------------------------- */
-
-div.sphinxsidebarwrapper {
- padding: 10px 5px 0 10px;
-}
-
-div.sphinxsidebar {
- float: left;
- width: 230px;
- margin-left: -100%;
- font-size: 90%;
-}
-
-div.sphinxsidebar ul {
- list-style: none;
-}
-
-div.sphinxsidebar ul ul,
-div.sphinxsidebar ul.want-points {
- margin-left: 20px;
- list-style: square;
-}
-
-div.sphinxsidebar ul ul {
- margin-top: 0;
- margin-bottom: 0;
-}
-
-div.sphinxsidebar form {
- margin-top: 10px;
-}
-
-div.sphinxsidebar input {
- border: 1px solid #98dbcc;
- font-family: sans-serif;
- font-size: 1em;
-}
-
-img {
- border: 0;
-}
-
-/* -- search page ----------------------------------------------------------- */
-
-ul.search {
- margin: 10px 0 0 20px;
- padding: 0;
-}
-
-ul.search li {
- padding: 5px 0 5px 20px;
- background-image: url(file.png);
- background-repeat: no-repeat;
- background-position: 0 7px;
-}
-
-ul.search li a {
- font-weight: bold;
-}
-
-ul.search li div.context {
- color: #888;
- margin: 2px 0 0 30px;
- text-align: left;
-}
-
-ul.keywordmatches li.goodmatch a {
- font-weight: bold;
-}
-
-/* -- index page ------------------------------------------------------------ */
-
-table.contentstable {
- width: 90%;
-}
-
-table.contentstable p.biglink {
- line-height: 150%;
-}
-
-a.biglink {
- font-size: 1.3em;
-}
-
-span.linkdescr {
- font-style: italic;
- padding-top: 5px;
- font-size: 90%;
-}
-
-/* -- general index --------------------------------------------------------- */
-
-table.indextable td {
- text-align: left;
- vertical-align: top;
-}
-
-table.indextable dl, table.indextable dd {
- margin-top: 0;
- margin-bottom: 0;
-}
-
-table.indextable tr.pcap {
- height: 10px;
-}
-
-table.indextable tr.cap {
- margin-top: 10px;
- background-color: #f2f2f2;
-}
-
-img.toggler {
- margin-right: 3px;
- margin-top: 3px;
- cursor: pointer;
-}
-
-/* -- general body styles --------------------------------------------------- */
-
-a.headerlink {
- visibility: hidden;
-}
-
-h1:hover > a.headerlink,
-h2:hover > a.headerlink,
-h3:hover > a.headerlink,
-h4:hover > a.headerlink,
-h5:hover > a.headerlink,
-h6:hover > a.headerlink,
-dt:hover > a.headerlink {
- visibility: visible;
-}
-
-div.body p.caption {
- text-align: inherit;
-}
-
-div.body td {
- text-align: left;
-}
-
-.field-list ul {
- padding-left: 1em;
-}
-
-.first {
- margin-top: 0 !important;
-}
-
-p.rubric {
- margin-top: 30px;
- font-weight: bold;
-}
-
-/* -- sidebars -------------------------------------------------------------- */
-
-div.sidebar {
- margin: 0 0 0.5em 1em;
- border: 1px solid #ddb;
- padding: 7px 7px 0 7px;
- background-color: #ffe;
- width: 40%;
- float: right;
-}
-
-p.sidebar-title {
- font-weight: bold;
-}
-
-/* -- topics ---------------------------------------------------------------- */
-
-div.topic {
- border: 1px solid #ccc;
- padding: 7px 7px 0 7px;
- margin: 10px 0 10px 0;
-}
-
-p.topic-title {
- font-size: 1.1em;
- font-weight: bold;
- margin-top: 10px;
-}
-
-/* -- admonitions ----------------------------------------------------------- */
-
-div.admonition {
- margin-top: 10px;
- margin-bottom: 10px;
- padding: 7px;
-}
-
-div.admonition dt {
- font-weight: bold;
-}
-
-div.admonition dl {
- margin-bottom: 0;
-}
-
-p.admonition-title {
- margin: 0px 10px 5px 0px;
- font-weight: bold;
-}
-
-div.body p.centered {
- text-align: center;
- margin-top: 25px;
-}
-
-/* -- tables ---------------------------------------------------------------- */
-
-table.docutils {
- border: 0;
- border-collapse: collapse;
-}
-
-table.docutils td, table.docutils th {
- padding: 1px 8px 1px 0;
- border-top: 0;
- border-left: 0;
- border-right: 0;
- border-bottom: 1px solid #aaa;
-}
-
-table.field-list td, table.field-list th {
- border: 0 !important;
-}
-
-table.footnote td, table.footnote th {
- border: 0 !important;
-}
-
-th {
- text-align: left;
- padding-right: 5px;
-}
-
-/* -- other body styles ----------------------------------------------------- */
-
-dl {
- margin-bottom: 15px;
-}
-
-dd p {
- margin-top: 0px;
-}
-
-dd ul, dd table {
- margin-bottom: 10px;
-}
-
-dd {
- margin-top: 3px;
- margin-bottom: 10px;
- margin-left: 30px;
-}
-
-dt:target, .highlight {
- background-color: #fbe54e;
-}
-
-dl.glossary dt {
- font-weight: bold;
- font-size: 1.1em;
-}
-
-.field-list ul {
- margin: 0;
- padding-left: 1em;
-}
-
-.field-list p {
- margin: 0;
-}
-
-.refcount {
- color: #060;
-}
-
-.optional {
- font-size: 1.3em;
-}
-
-.versionmodified {
- font-style: italic;
-}
-
-.system-message {
- background-color: #fda;
- padding: 5px;
- border: 3px solid red;
-}
-
-.footnote:target {
- background-color: #ffa
-}
-
-/* -- code displays --------------------------------------------------------- */
-
-pre {
- overflow: auto;
-}
-
-td.linenos pre {
- padding: 5px 0px;
- border: 0;
- background-color: transparent;
- color: #aaa;
-}
-
-table.highlighttable {
- margin-left: 0.5em;
-}
-
-table.highlighttable td {
- padding: 0 0.5em 0 0.5em;
-}
-
-tt.descname {
- background-color: transparent;
- font-weight: bold;
- font-size: 1.2em;
-}
-
-tt.descclassname {
- background-color: transparent;
-}
-
-tt.xref, a tt {
- background-color: transparent;
- font-weight: bold;
-}
-
-h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
- background-color: transparent;
-}
-
-/* -- math display ---------------------------------------------------------- */
-
-img.math {
- vertical-align: middle;
-}
-
-div.math p {
- text-align: center;
-}
-
-span.eqno {
- float: right;
-}
-
-/* -- printout stylesheet --------------------------------------------------- */
-
- at media print {
- div.document,
- div.documentwrapper,
- div.bodywrapper {
- margin: 0;
- width: 100%;
- }
-
- div.sphinxsidebar,
- div.related,
- div.footer,
- #top-link {
- display: none;
- }
-}
Modified: zope-story-website/branches/test_theme/src/_themes/zopestory/static/default.css
===================================================================
--- zope-story-website/branches/test_theme/src/_themes/zopestory/static/default.css 2009-05-17 18:05:33 UTC (rev 100050)
+++ zope-story-website/branches/test_theme/src/_themes/zopestory/static/default.css 2009-05-18 00:54:04 UTC (rev 100051)
@@ -1,238 +1,455 @@
-/**
- * Sphinx stylesheet -- default theme
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- */
-
- at import url("basic.css");
-
-/* -- page layout ----------------------------------------------------------- */
-
-body {
- font-family: {{ theme_bodyfont }};
- font-size: 100%;
- background-color: {{ theme_footerbgcolor }};
- color: #000;
- margin: 0;
- padding: 0;
+body, td{
+ background-color: #F9F4E7;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ font-weight: normal;
+ margin: 0px auto 0px auto;
+ color: black;
}
-
-div.document {
- background-color: {{ theme_sidebarbgcolor }};
+.header{
+ background-image: url(_static/images/0-header-back.gif);
+ background-position: right;
+ background-repeat: no-repeat;
+ background-color: white;
}
-
-div.body {
- background-color: {{ theme_bgcolor }};
- color: {{ theme_textcolor }};
- padding: 0 20px 30px 20px;
+.footer {
+ background-color: white;
+ border-top-width: 3px;
+ border-top-style: solid;
+ border-top-color: #979797;
+ padding:10px 0 10px 0;
+ font-size: 11px;
+ color: #333333;
}
-{%- if theme_rightsidebar|tobool %}
-div.bodywrapper {
- margin: 0 230px 0 0;
+.whitebox, .tdcontent, .rgtpanel{
+ color: #3A270D;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ font-weight: normal;
}
-{%- endif %}
-div.bodywrapper {
- margin: 0 0 /* 230px */ 0 0;
+.whitebox{
+ background-color: white;
+ border: 1px solid #C7B493;
+ padding: 6px;
+ margin: 4px 0 4px 0;
}
-div.footer {
- color: {{ theme_footertextcolor }};
- width: 100%;
- padding: 9px 0 9px 0;
- text-align: center;
- font-size: 75%;
+.rgtpanel-he1{
+ background-image: url(_static/images/he-1back.gif);
+ background-repeat: repeat-x;
+ height: 45px;
+ padding: 10px;
+ color: white;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 18px;
+ font-weight: normal;
}
-
-div.footer a {
- color: {{ theme_footertextcolor }};
- text-decoration: underline;
+.rgtpanel-he2{
+ background-image: url(_static/images/he-2back.gif);
+ background-repeat: repeat-x;
+ height: 45px;
+ padding: 10px;
+ color: white;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 18px;
+ font-weight: normal;
}
-
-div.related {
- background-color: {{ theme_relbarbgcolor }};
- line-height: 30px;
- color: {{ theme_relbartextcolor }};
+.rgtpanel-he3{
+ background-image: url(_static/images/he-3back.gif);
+ background-repeat: repeat-x;
+ height: 45px;
+ padding: 10px;
+ color: white;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 18px;
+ font-weight: normal;
}
-
-div.related a {
- color: {{ theme_relbarlinkcolor }};
+.rgtpanel-he4{
+ background-image: url(_static/images/he-4back.gif);
+ background-repeat: repeat-x;
+ height: 45px;
+ padding: 10px;
+ color: white;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 18px;
+ font-weight: normal;
}
-div.sphinxsidebar {
- {%- if theme_stickysidebar|tobool %}
- top: 30px;
- margin: 0;
- position: fixed;
- overflow: auto;
- height: 100%;
- {%- endif %}
- {%- if theme_rightsidebar|tobool %}
- float: right;
- {%- if theme_stickysidebar|tobool %}
- right: 0;
- {%- endif %}
- {%- endif %}
+.headingone{
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-size: 20px;
+ font-weight: normal;
+ border-bottom: 4px solid #CC9900;
+ padding: 6px 0px 10px 6px;
+ color: #663300;
}
+/* top header styles starts from here */
+.page {
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-weight: normal;
+ font-size: 11px;
+ color: #6F737A;
+ text-decoration: none;
+ margin: 0px;
+ padding: 0px;
+ text-align: center;
+ background-color: #FFFFFF;
-{%- if theme_stickysidebar|tobool %}
-/* this is nice, but it it leads to hidden headings when jumping
- to an anchor */
-/*
-div.related {
- position: fixed;
}
-
-div.documentwrapper {
- margin-top: 30px;
+h1 {
+ padding: 0px;
+ margin: 0px;
+ font-size: 20px;
+ font-weight: bold;
+ color: #333333;
+ text-decoration: none;
}
-*/
-{%- endif %}
-div.sphinxsidebar h3 {
- font-family: {{ theme_headfont }};
- color: {{ theme_sidebartextcolor }};
- font-size: 1.4em;
- font-weight: normal;
- margin: 0;
- padding: 0;
+h4 {
+ padding: 2px;
+ margin: 0px;
+ font-size: 13px;
+ font-weight: normal;
+ letter-spacing: 0.5px;
+ color: #1C7CD0;
}
-
-div.sphinxsidebar h3 a {
- color: {{ theme_sidebartextcolor }};
+h4 a:link {
+ font-size: 13px;
+ text-decoration: none;
+ color: #1C7CD0;
}
-
-div.sphinxsidebar h4 {
- font-family: {{ theme_headfont }};
- color: {{ theme_sidebartextcolor }};
- font-size: 1.3em;
- font-weight: normal;
- margin: 5px 0 0 0;
- padding: 0;
+h4 a:visited {
+ font-size: 13px;
+ text-decoration: none;
+ color: #1C7CD0;
}
-
-div.sphinxsidebar p {
- color: {{ theme_sidebartextcolor }};
+h4 a:hover {
+ font-size: 13px;
+ text-decoration: underline;
+ color: #1C7CD0;
}
-
-div.sphinxsidebar p.topless {
- margin: 5px 10px 10px 10px;
+p {
+ font-size: 12px;
+ text-decoration: none;
+ color: #333333;
+ margin: 6px;
+ font-weight: normal;
+ line-height: 18px;
+ text-align: justify;
}
-
-div.sphinxsidebar ul {
- margin: 10px;
- padding: 0;
- color: {{ theme_sidebartextcolor }};
+p.text a {
+ text-decoration: underline;
+ color: #FF8A00;
}
-
-div.sphinxsidebar a {
- color: {{ theme_sidebarlinkcolor }};
+.subhead {
+ background-color: white;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-weight: bold;
+ font-size: 16px;
+ padding: 6px 0 6px 6px;
+ margin: 0px;
+ letter-spacing: 0.5px;
+ color: #996600;
+ border-bottom:3px solid #CC9933;
}
-
-div.sphinxsidebar input {
- border: 1px solid {{ theme_sidebarlinkcolor }};
- font-family: sans-serif;
- font-size: 1em;
+p.textbold-one {
+ background-color: white;
+ border-bottom: 1px solid #91CBF7;
+ color: #0075CD;
+ font-size: 14px;
+ font-weight: bold;
+ text-decoration: none;
+ margin: 0px;
+ padding: 8px;
}
-
-/* -- body styles ----------------------------------------------------------- */
-
-a {
- color: {{ theme_linkcolor }};
- text-decoration: none;
+p.textbold-two {
+ background-color: white;
+ border-bottom: 1px solid #C2C45B;
+ color: #7E8000;
+ font-size: 14px;
+ font-weight: bold;
+ text-decoration: none;
+ margin: 0px;
+ padding: 8px;
}
-
-a:hover {
- text-decoration: underline;
+p.textbold-three {
+background-color: white;
+ font-size: 13px;
+ text-decoration: none;
+ color: #743C00;
+ padding: 0px;
+ margin: 0px;
+ padding: 8px;
+ font-weight: bold;
+ border-bottom:1px solid #CF975A;
}
-
-div.body p, div.body dd, div.body li {
- text-align: justify;
- line-height: 130%;
+p.textbold-four {
+ background-color: white;
+ font-size: 13px;
+ text-decoration: none;
+ color: #993300;
+ padding: 0px;
+ margin: 0px;
+ padding: 8px;
+ font-weight: bold;
+ border-bottom:1px solid #CC6633;
}
-
-div.body h1,
-div.body h2,
-div.body h3,
-div.body h4,
-div.body h5,
-div.body h6 {
- font-family: {{ theme_headfont }};
- background-color: {{ theme_headbgcolor }};
- font-weight: normal;
- color: {{ theme_headtextcolor }};
- border-bottom: 1px solid #ccc;
- margin: 20px -20px 10px -20px;
- padding: 3px 0 3px 10px;
+p.textboldred {
+ font-size: 13px;
+ text-decoration: none;
+ color: #FF0000;
+ padding: 0px;
+ margin: 0px;
+ font-weight: bold;
}
-
-div.body h1 { margin-top: 0; font-size: 200%; }
-div.body h2 { font-size: 160%; }
-div.body h3 { font-size: 140%; }
-div.body h4 { font-size: 120%; }
-div.body h5 { font-size: 110%; }
-div.body h6 { font-size: 100%; }
-
-a.headerlink {
- color: {{ theme_headlinkcolor }};
- font-size: 0.8em;
- padding: 0 4px 0 4px;
- text-decoration: none;
+p.textsmall {
+ font-size: 11px;
+ text-decoration: none;
+ color: #333333;
+ padding: 0px;
+ margin: 0px;
+ font-weight: normal;
}
+p.blogdate {
+ font-size: 11px;
+ text-decoration: none;
+ color: #999999;
+ padding: 0px;
+ margin: 0px;
+ font-weight: normal;
+}
-a.headerlink:hover {
- background-color: {{ theme_headlinkcolor }};
- color: white;
+ul.one{
+ background-color: transparent;
+ list-style: url(_static/images/bullet-1.gif);
+ line-height: 18px;
}
+ul.two{
+ background-color: transparent;
+ list-style: url(_static/images/bullet-2.gif);
+ line-height: 18px;
+}
+ul.three{
+ background-color: transparent;
+ list-style: url(_static/images/bullet-3.gif);
+ line-height: 18px;
+}
+ul.four{
+ background-color: transparent;
+ list-style: url(_static/images/bullet-4.gif);
+ line-height: 18px;
+}
+.leftfloat {
+ float: left;
+}
+.rightfloat {
+ float: right;
+}
+.holder {
+ text-align: left;
+ padding: 0px;
+ margin-top: 0px;
+ margin-right: auto;
+ margin-bottom: 0px;
+ margin-left: auto;
+ width: 90%;
+}
+.topbar {
+ height: 11px;
+ background-image: url(_static/images/0-logo-topback.gif);
+ background-position: right;
+ font-size: 6px;
+}
-div.body p, div.body dd, div.body li {
- text-align: justify;
- line-height: 130%;
+.brclear {
+ clear: both;
}
-div.admonition p.admonition-title + p {
- display: inline;
+.menu-container {
+ background-image: url(_static/images/0-header-back.gif);
+ background-color: white;
+ background-position: right;
+ background-repeat: no-repeat;
+ border-bottom: 1px solid #C39839;
+ margin: 0px;
+ padding: 0px;
}
-div.note {
- background-color: #eee;
- border: 1px solid #ccc;
+.logo-holder {
+ float: left;
+ margin: 0px;
+ padding: 0px;
}
+/* Menu */
-div.seealso {
- background-color: #ffc;
- border: 1px solid #ff6;
+#menu {
+ margin: 0;
+ float: left;
+ padding: 25px 0px 0px 0px;
}
+#menu ul {
+ margin: 0;
+ padding: 0;
+ list-style: none;
+}
+#menu li {
+ display: inline;
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-weight: normal;
+}
+#menu a {
+ display: block;
+ float: left;
+ margin: 0px 0px 0px 0px;
+ padding: 0px;
+ text-decoration: none;
+ font-size: 13px;
+ font-weight: bold;
+ color: #666666;
+ height: 33px;
+ width: 149px;
+ text-align: center;
+ line-height: 28px;
+}
+#menu a:hover {
+ background: url(_static/images/button_highlight.gif);
+ background-repeat: no-repeat;
+ height: 33px;
+ width: 149px;
+ color: #FFFFFF;
+ text-decoration: none;
+}
+#menu .current-page-item {
+}
-div.topic {
- background-color: #eee;
+#menu .current-page-item a {
+ background: url(_static/images/button_highlight.gif);
+ background-repeat: no-repeat;
+ height: 33px;
+ width: 149px;
+ color: #FFFFFF;
+ text-decoration: none;
}
+/* Menu ends */
-div.warning {
- background-color: #ffe4e4;
- border: 1px solid #f66;
+.leftcontainer {
+ float: left;
+ width: 55%;
+ margin-right: 6px;
}
+leftcontainer.p {
+ font-size: 12px;
+ text-decoration: none;
+ color: #333333;
+ margin: 6px;
+ font-weight: normal;
+ line-height: 18px;
+ text-align: justify;
+}
-p.admonition-title {
- display: inline;
+.rightcontainer {
+ float: right;
+ width: 43%;
+ margin: 6px 0 6px 0;
+ padding: 6px;
+ background-color: #F0E9D6;
}
+.panel-one {
+ float:left;
+ width: 33%;
+ height: 850px;
+ margin: 6px 4px 6px 0;
+ background-color: #ECF3F5;
+}
+.panel-two {
+ float:left;
+ width: 33%;
+ height: 850px;
+ margin: 6px 0 6px 0;
+ background-color: #F5FAEA;
+}
+.panel-three {
+ float: right;
+ width: 33%;
+ height: 850px;
+ margin: 6px 0 6px 4px;
+ background-color: #EFEBE7;
+}
+.panel-four {
+ float: right;
+ width: 33%;
+ margin: 6px 0 6px 4px;
+ background-color: #FFFDEE;
+}
+.panel-five {
+ float: right;
+ width: 100%;
+ margin: 6px 0 6px 4px;
+ background-color: #FFFDEE;
+}
+.title {
+ border-bottom-width: 5px;
+ border-bottom-style: solid;
+ border-bottom-color: #6F737A;
+ padding-left: 10px;
+ padding-top: 10px;
+ padding-bottom:10px;
+ height: 26px;
+}
-p.admonition-title:after {
- content: ":";
+.subhead-new{
+ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+ font-weight: normal;
+ font-size: 18px;
+ padding: 6px 0 6px 6px;
+ margin: 0px;
+ letter-spacing: 0.5px;
+ color: #CC9933;
+ border-bottom:3px solid #CC9933;
}
-pre {
- padding: 5px;
- background-color: {{ theme_codebgcolor }};
- color: {{ theme_codetextcolor }};
- line-height: 120%;
- border: 1px solid #ac9;
- border-left: none;
- border-right: none;
+.contact {
+ margin: 0px;
+ padding: 0px;
}
-tt {
- background-color: #ecf0f3;
- padding: 0 1px 0 1px;
- font-size: 0.95em;
+.contact .title {
+ border-bottom-width: 5px;
+ border-bottom-style: solid;
+ border-bottom-color: #6F737A;
+ padding-left: 40px;
+ padding-top: 12px;
+ padding-bottom: 5px;
+ height: 26px;
}
+.contact .content {
+ padding: 0px;
+ margin: 0px 0px 10px;
+}
+.contact .tablecontent {
+ padding: 0px 0px 20px;
+ margin: 0px 0px 10px;
+ border-bottom-width: 1px;
+ border-bottom-style: solid;
+ border-bottom-color: #DEDEDE;
+}
+.subtitle {
+ border-bottom-width: 5px;
+ border-bottom-style: solid;
+ border-bottom-color: #6F737A;
+ padding-left: 0px;
+ padding-top: 12px;
+ padding-bottom: 5px;
+ height: 26px;
+}
+.project_content {
+ margin: 15px 0px;
+ padding: 0px;
+}
+.project_content .title {
+ margin: 0px;
+ padding: 5px 0px;
+}
+/* top header styles ends here */
\ No newline at end of file
Deleted: zope-story-website/branches/test_theme/src/_themes/zopestory/static/default.css_t
===================================================================
--- zope-story-website/branches/test_theme/src/_themes/zopestory/static/default.css_t 2009-05-17 18:05:33 UTC (rev 100050)
+++ zope-story-website/branches/test_theme/src/_themes/zopestory/static/default.css_t 2009-05-18 00:54:04 UTC (rev 100051)
@@ -1,234 +0,0 @@
-/**
- * Sphinx stylesheet -- default theme
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- */
-
- at import url("basic.css");
-
-/* -- page layout ----------------------------------------------------------- */
-
-body {
- font-family: {{ theme_bodyfont }};
- font-size: 100%;
- background-color: {{ theme_footerbgcolor }};
- color: #000;
- margin: 0;
- padding: 0;
-}
-
-div.document {
- background-color: {{ theme_sidebarbgcolor }};
-}
-
-div.body {
- background-color: {{ theme_bgcolor }};
- color: {{ theme_textcolor }};
- padding: 0 20px 30px 20px;
-}
-
-{%- if theme_rightsidebar|tobool %}
-div.bodywrapper {
- margin: 0 230px 0 0;
-}
-{%- endif %}
-
-div.footer {
- color: {{ theme_footertextcolor }};
- width: 100%;
- padding: 9px 0 9px 0;
- text-align: center;
- font-size: 75%;
-}
-
-div.footer a {
- color: {{ theme_footertextcolor }};
- text-decoration: underline;
-}
-
-div.related {
- background-color: {{ theme_relbarbgcolor }};
- line-height: 30px;
- color: {{ theme_relbartextcolor }};
-}
-
-div.related a {
- color: {{ theme_relbarlinkcolor }};
-}
-
-div.sphinxsidebar {
- {%- if theme_stickysidebar|tobool %}
- top: 30px;
- margin: 0;
- position: fixed;
- overflow: auto;
- height: 100%;
- {%- endif %}
- {%- if theme_rightsidebar|tobool %}
- float: right;
- {%- if theme_stickysidebar|tobool %}
- right: 0;
- {%- endif %}
- {%- endif %}
-}
-
-{%- if theme_stickysidebar|tobool %}
-/* this is nice, but it it leads to hidden headings when jumping
- to an anchor */
-/*
-div.related {
- position: fixed;
-}
-
-div.documentwrapper {
- margin-top: 30px;
-}
-*/
-{%- endif %}
-
-div.sphinxsidebar h3 {
- font-family: {{ theme_headfont }};
- color: {{ theme_sidebartextcolor }};
- font-size: 1.4em;
- font-weight: normal;
- margin: 0;
- padding: 0;
-}
-
-div.sphinxsidebar h3 a {
- color: {{ theme_sidebartextcolor }};
-}
-
-div.sphinxsidebar h4 {
- font-family: {{ theme_headfont }};
- color: {{ theme_sidebartextcolor }};
- font-size: 1.3em;
- font-weight: normal;
- margin: 5px 0 0 0;
- padding: 0;
-}
-
-div.sphinxsidebar p {
- color: {{ theme_sidebartextcolor }};
-}
-
-div.sphinxsidebar p.topless {
- margin: 5px 10px 10px 10px;
-}
-
-div.sphinxsidebar ul {
- margin: 10px;
- padding: 0;
- color: {{ theme_sidebartextcolor }};
-}
-
-div.sphinxsidebar a {
- color: {{ theme_sidebarlinkcolor }};
-}
-
-div.sphinxsidebar input {
- border: 1px solid {{ theme_sidebarlinkcolor }};
- font-family: sans-serif;
- font-size: 1em;
-}
-
-/* -- body styles ----------------------------------------------------------- */
-
-a {
- color: {{ theme_linkcolor }};
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-div.body p, div.body dd, div.body li {
- text-align: justify;
- line-height: 130%;
-}
-
-div.body h1,
-div.body h2,
-div.body h3,
-div.body h4,
-div.body h5,
-div.body h6 {
- font-family: {{ theme_headfont }};
- background-color: {{ theme_headbgcolor }};
- font-weight: normal;
- color: {{ theme_headtextcolor }};
- border-bottom: 1px solid #ccc;
- margin: 20px -20px 10px -20px;
- padding: 3px 0 3px 10px;
-}
-
-div.body h1 { margin-top: 0; font-size: 200%; }
-div.body h2 { font-size: 160%; }
-div.body h3 { font-size: 140%; }
-div.body h4 { font-size: 120%; }
-div.body h5 { font-size: 110%; }
-div.body h6 { font-size: 100%; }
-
-a.headerlink {
- color: {{ theme_headlinkcolor }};
- font-size: 0.8em;
- padding: 0 4px 0 4px;
- text-decoration: none;
-}
-
-a.headerlink:hover {
- background-color: {{ theme_headlinkcolor }};
- color: white;
-}
-
-div.body p, div.body dd, div.body li {
- text-align: justify;
- line-height: 130%;
-}
-
-div.admonition p.admonition-title + p {
- display: inline;
-}
-
-div.note {
- background-color: #eee;
- border: 1px solid #ccc;
-}
-
-div.seealso {
- background-color: #ffc;
- border: 1px solid #ff6;
-}
-
-div.topic {
- background-color: #eee;
-}
-
-div.warning {
- background-color: #ffe4e4;
- border: 1px solid #f66;
-}
-
-p.admonition-title {
- display: inline;
-}
-
-p.admonition-title:after {
- content: ":";
-}
-
-pre {
- padding: 5px;
- background-color: {{ theme_codebgcolor }};
- color: {{ theme_codetextcolor }};
- line-height: 120%;
- border: 1px solid #ac9;
- border-left: none;
- border-right: none;
-}
-
-tt {
- background-color: #ecf0f3;
- padding: 0 1px 0 1px;
- font-size: 0.95em;
-}
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-arc1-lft.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-arc1-lft.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-arc1-rgt.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-arc1-rgt.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-he-frameworks.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-he-frameworks.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-header-back.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-header-back.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-link-right.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-link-right.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-link-top.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-link-top.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-logo-topback.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-logo-topback.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-shadow-left.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-shadow-left.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-shadow-right.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-shadow-right.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-topback.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-topback.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whatiszope-1.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whatiszope-1.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whatiszope-2.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whatiszope-2.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whoiszope-1.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whoiszope-1.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whoiszope-2.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whoiszope-2.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whyiszope-1.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whyiszope-1.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whyiszope-2.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/0-whyiszope-2.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/Thumbs.db
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/Thumbs.db
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-1.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-1.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-2.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-2.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-3.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-3.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-4.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/bullet-4.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/button_highlight.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/button_highlight.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-1back.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-1back.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-2back.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-2back.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-3back.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-3back.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-4back.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/he-4back.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-grok.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-grok.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-launchpad.png
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-launchpad.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-plone.png
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-plone.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-repoze.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-repoze.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-schooltool.png
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-schooltool.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-sm-zope.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-sm-zope.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-zope.gif
===================================================================
(Binary files differ)
Property changes on: zope-story-website/branches/test_theme/src/_themes/zopestory/static/images/logo-zope.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: zope-story-website/branches/test_theme/src/_themes/zopestory/theme.conf
===================================================================
--- zope-story-website/branches/test_theme/src/_themes/zopestory/theme.conf 2009-05-17 18:05:33 UTC (rev 100050)
+++ zope-story-website/branches/test_theme/src/_themes/zopestory/theme.conf 2009-05-18 00:54:04 UTC (rev 100051)
@@ -7,22 +7,22 @@
rightsidebar = false
stickysidebar = false
-footerbgcolor = #11303d
-footertextcolor = #ffffff
-sidebarbgcolor = #1c4e63
-sidebartextcolor = #ffffff
-sidebarlinkcolor = #98dbcc
-relbarbgcolor = #133f52
-relbartextcolor = #ffffff
-relbarlinkcolor = #ffffff
-bgcolor = #ffffff
-textcolor = #000000
-headbgcolor = #f2f2f2
-headtextcolor = #20435c
-headlinkcolor = #c60f0f
-linkcolor = #355f7c
-codebgcolor = #eeffcc
-codetextcolor = #333333
-
-bodyfont = sans-serif
-headfont = 'Trebuchet MS', sans-serif
+# footerbgcolor = #11303d
+# footertextcolor = #ffffff
+# sidebarbgcolor = #1c4e63
+# sidebartextcolor = #ffffff
+# sidebarlinkcolor = #98dbcc
+# relbarbgcolor = #133f52
+# relbartextcolor = #ffffff
+# relbarlinkcolor = #ffffff
+# bgcolor = #ffffff
+# textcolor = #000000
+# headbgcolor = #f2f2f2
+# headtextcolor = #20435c
+# headlinkcolor = #c60f0f
+# linkcolor = #355f7c
+# codebgcolor = #eeffcc
+# codetextcolor = #333333
+#
+# bodyfont = sans-serif
+# headfont = 'Trebuchet MS', sans-serif
Modified: zope-story-website/branches/test_theme/src/index.rst
===================================================================
--- zope-story-website/branches/test_theme/src/index.rst 2009-05-17 18:05:33 UTC (rev 100050)
+++ zope-story-website/branches/test_theme/src/index.rst 2009-05-18 00:54:04 UTC (rev 100051)
@@ -1,23 +1,16 @@
-.. role:: header
-.. role:: zsection
.. container::
- :class: menuacross
+ :class: leftcontainer
- + `What is Zope? <index.html>`_
- + `Who is Zope? <who_is_zope.html>`_
- + `Why Zope? <why_use_zope.html>`_
-
-.. container::
- :class: LeftCol
-
.. rubric:: Zope is a Community
-
+ :class: textbold-four
+
Hundreds of companies and thousands of developers devoted to solutions to
the perennial problems of building complex, scalable web applications.
`More... <who_is_zope.html>`__
.. rubric:: Zope is Open Source
+ :class: textbold-four
All Zope libraries, toolkits, and applications managed by the `Zope
Foundation`_ are licensed under the OSS-Certified `Zope Public License`_.
@@ -25,12 +18,14 @@
proprietary product offerings.
.. rubric:: Zope is a Broad Software Technology
+ :class: textbold-four
The base `Zope Toolkit`_ powers web development frameworks, web
application servers, content management systems, and many other software
components.
.. rubric:: Zope is Mature
+ :class: textbold-four
Zope's robust technologies are born of 10 years of hard-won real world
experience in building production web applications for every level
@@ -38,12 +33,14 @@
and high traffic public web applications. `More... <why_use_zope.html>`__
.. rubric:: Zope is Python-based
+ :class: textbold-four
Zope is written in `Python`_, a highly-productive, object-oriented
programming language with a strong emphasis on clear, elegant,
manageable code.
.. rubric:: Zope is Secure
+ :class: textbold-four
The Zope Toolkit offers significant security advantages in the form of a
fine-grained and highly manageable infrastructure, including support for
@@ -53,12 +50,12 @@
.. container::
- :class: RightCol
+ :class: rightcontainer
.. container::
- :class: frameworks
+ :class: rgtpanel-he1
- :zsection:`Web Frameworks Built with Zope`
+ Web Frameworks Built with Zope
.. container::
:class: framework
@@ -93,7 +90,7 @@
.. container::
:class: applications
- :zsection:`A Few Example Applications Built with Zope`
+ A Few Example Applications Built with Zope
.. container::
:class: application
@@ -124,7 +121,7 @@
.. container::
:class: composeyourown
- :zsection:`Compose Your Own`
+ Compose Your Own
To compose your own application or framework from scratch, or see how
the packages within the Zope Toolkit can work for you, see more
@@ -147,6 +144,7 @@
<br clear="all" />
+.. |Zope Logo| image:: _static/images/logo-zope.gif :width:225 :height:82
.. |Grok| image:: _static/grok_logo.png
.. _`Grok`: http://grok.zope.org
Modified: zope-story-website/branches/test_theme/src/who_is_zope.rst
===================================================================
--- zope-story-website/branches/test_theme/src/who_is_zope.rst 2009-05-17 18:05:33 UTC (rev 100050)
+++ zope-story-website/branches/test_theme/src/who_is_zope.rst 2009-05-18 00:54:04 UTC (rev 100051)
@@ -1,6 +1,3 @@
-.. role:: header
-.. role:: zsection
-
.. container::
:class: menuacross
Modified: zope-story-website/branches/test_theme/src/why_use_zope.rst
===================================================================
--- zope-story-website/branches/test_theme/src/why_use_zope.rst 2009-05-17 18:05:33 UTC (rev 100050)
+++ zope-story-website/branches/test_theme/src/why_use_zope.rst 2009-05-18 00:54:04 UTC (rev 100051)
@@ -1,17 +1,3 @@
-.. role:: header
-.. role:: zsection
-
-.. container::
- :class: menuacross
-
- + `What is Zope? <index.html>`_
- + `Who is Zope? <who_is_zope.html>`_
- + `Why Zope? <why_use_zope.html>`_
-
-
-Why Use Zope?
-=============
-
Zope applications and libraries are suited for different purposes and
environments; but most share common advantages:
More information about the Checkins
mailing list