Remove _theme
@ -1,253 +0,0 @@
|
||||
{%- 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 %}
|
||||
{%- 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 }}"
|
||||
{{ accesskey(rellink[2]) }}>{{ rellink[3] }}</a>
|
||||
{%- if not loop.first %}{{ reldelim2 }}{% endif %}</li>
|
||||
{%- endfor %}
|
||||
{%- block rootrellink %}
|
||||
<li><a href="http://www.doctrine-project.org">Doctrine Homepage</a> »</li>
|
||||
<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 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 and docstitle %}
|
||||
{%- 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" />
|
||||
<link rel="stylesheet" href="{{ pathto('_static/layout.css', 1) }}" type="text/css" />
|
||||
<link rel="stylesheet" href="{{ pathto('_static/configurationblock.css', 1) }}" type="text/css" />
|
||||
{%- if not embedded %}
|
||||
<script type="text/javascript">
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: '{{ url_root }}',
|
||||
VERSION: '{{ release|e }}',
|
||||
COLLAPSE_MODINDEX: false,
|
||||
FILE_SUFFIX: '{{ file_suffix }}',
|
||||
HAS_SOURCE: {{ has_source|lower }}
|
||||
};
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" src="../_static/jquery.js"></script>
|
||||
<script type="text/javascript" src="../_static/configurationblock.js"></script>
|
||||
<script type="text/javascript" src="../_static/underscore.js"></script>
|
||||
<script type="text/javascript" src="../_static/configurationblock.js"></script>
|
||||
<script type="text/javascript" src="../_static/doctools.js"></script>
|
||||
<script type="text/javascript" src="../_static/configurationblock.js"></script>
|
||||
|
||||
{%- 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>
|
||||
<div id="wrapper">
|
||||
<div id="header">
|
||||
<h1 id="h1title">Documentation</h1>
|
||||
<div id="logo">
|
||||
<a href="/">Doctrine - PHP Database Libraries</a> </div>
|
||||
</div>
|
||||
|
||||
<div id="nav" class="cls">
|
||||
<div class="tl cls">
|
||||
<ul>
|
||||
<li><a target="_top" href="/">home</a></li>
|
||||
<li><a class="" target="_top" href="http://www.doctrine-project.org/about">about</a></li>
|
||||
<li><a class="" target="_top" href="http://www.doctrine-project.org/projects">projects</a></li>
|
||||
<li><a class="" target="_top" href="http://www.doctrine-project.org/projects/orm">orm</a></li>
|
||||
<li><a class="" target="_top" href="http://www.doctrine-project.org/projects/dbal">dbal</a></li>
|
||||
<li><a class="" target="_top" href="http://www.doctrine-project.org/blog">blog</a></li>
|
||||
<li><a class="" target="_top" href="http://www.doctrine-project.org/jira">development</a></li>
|
||||
<li><a class="" target="_top" href="http://www.doctrine-project.org/contribute">contribute</a></li>
|
||||
<li><a class="" target="_top" href="http://www.doctrine-project.org/community">community</a></li>
|
||||
<li><a class="" target="_top" href="http://wiki.doctrine-project.org">wiki</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content" class="cls">
|
||||
{%- 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 %}{{ sidebar() }}{% endblock %}
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
|
||||
{%- 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 %}
|
||||
</div>
|
||||
{%- endblock %}
|
||||
</div>
|
||||
|
||||
<div id="bot-rcnr">
|
||||
<div class="tl"><!-- corner --></div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<br/>
|
||||
<a target="_BLANK" href="http://www.servergrove.com"><img src="http://www.doctrine-project.org/images/servergrove.jpg" /></a> <br/><br/>
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||||
<input type="hidden" name="cmd" value="_s-xclick" />
|
||||
<input type="hidden" name="hosted_button_id" value="BAE2E3XANQ77Y" />
|
||||
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" />
|
||||
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
_uacct = "UA-288343-7";
|
||||
urchinTracker();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 108 B |
Before Width: | Height: | Size: 105 B |
Before Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 2.1 KiB |
@ -1,97 +0,0 @@
|
||||
div.configuration-block ul.simple
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
div.configuration-block ul.simple li
|
||||
{
|
||||
margin: 0 !important;
|
||||
margin-right: 5px !important;
|
||||
display: inline;
|
||||
margin-left: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
div.configuration-block em
|
||||
{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
div.configuration-block li
|
||||
{
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
div.configuration-block em
|
||||
{
|
||||
font-style: normal;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
div.jsactive
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.jsactive ul
|
||||
{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
div.jsactive li
|
||||
{
|
||||
float: left;
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
|
||||
background-color: #ddd;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
div.jsactive .selected
|
||||
{
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
div.jsactive .selected a
|
||||
{
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div.jsactive .selected a:hover
|
||||
{
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.jsactive a
|
||||
{
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div.jsactive a:hover
|
||||
{
|
||||
color: #000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.jsactive div
|
||||
{
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
div.jsactive div div
|
||||
{
|
||||
position: static;
|
||||
}
|
||||
|
||||
div.jsactive pre
|
||||
{
|
||||
margin: 0;
|
||||
}
|
@ -1,34 +0,0 @@
|
||||
$(document).ready(function(){
|
||||
$('div.configuration-block [class^=highlight-]').hide();
|
||||
$('div.configuration-block [class^=highlight-]').width($('div.configuration-block').width());
|
||||
|
||||
$('div.configuration-block').addClass('jsactive');
|
||||
$('div.configuration-block').addClass('clearfix');
|
||||
|
||||
$('div.configuration-block').each(function (){
|
||||
var el = $('[class^=highlight-]:first', $(this));
|
||||
el.show();
|
||||
el.parents('ul').height(el.height() + 40);
|
||||
});
|
||||
|
||||
// Global
|
||||
$('div.configuration-block li').each(function(){
|
||||
var str = $(':first', $(this)).html();
|
||||
$(':first ', $(this)).html('');
|
||||
$(':first ', $(this)).append('<a href="#">' + str + '</a>')
|
||||
$(':first', $(this)).bind('click', function(){
|
||||
$('[class^=highlight-]', $(this).parents('ul')).hide();
|
||||
$('li', $(this).parents('ul')).removeClass('selected');
|
||||
$(this).parent().addClass('selected');
|
||||
|
||||
var block = $('[class^=highlight-]', $(this).parent('li'));
|
||||
block.show();
|
||||
block.parents('ul').height(block.height() + 40);
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
$('div.configuration-block').each(function (){
|
||||
$('li:first', $(this)).addClass('selected');
|
||||
});
|
||||
});
|
@ -1,974 +0,0 @@
|
||||
/*
|
||||
* default.css_t
|
||||
* ~~~~~~~~~~~~~
|
||||
*
|
||||
* Sphinx stylesheet -- default theme.
|
||||
*
|
||||
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
|
||||
* :license: BSD, see LICENSE for details.
|
||||
*
|
||||
*/
|
||||
|
||||
@import url("basic.css");
|
||||
|
||||
div.sphinxsidebar {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button { margin:0; padding:0; }
|
||||
ul,li { list-style-type:none; }
|
||||
select { min-width: 1.5em;}
|
||||
select > option { padding: 0 2px 0 3px; }
|
||||
form { margin: 0; padding: 0; }
|
||||
img { border: 0; }
|
||||
hr { clear:both; display: none; }
|
||||
label { display: none; }
|
||||
fieldset { border: 0; }
|
||||
q:before,q:after { content:''; }
|
||||
abbr,acronym { border:0; }
|
||||
|
||||
.reset div,
|
||||
.reset dl,
|
||||
.reset dt,
|
||||
.reset dd,
|
||||
.reset ul,
|
||||
.reset ol,
|
||||
.reset li,
|
||||
.reset h1,
|
||||
.reset h2,
|
||||
.reset h3,
|
||||
.reset h4,
|
||||
.reset h5,
|
||||
.reset h6,
|
||||
.reset pre,
|
||||
.reset code,
|
||||
.reset form,
|
||||
.reset fieldset,
|
||||
.reset legend,
|
||||
.reset input,
|
||||
.reset textarea,
|
||||
.reset p,
|
||||
.reset blockquote,
|
||||
.reset th,
|
||||
.reset td{margin:0 !important;padding:0 !important;}
|
||||
.reset table{border-collapse:collapse !important;border-spacing:0 !important;}
|
||||
.reset fieldset,.reset img{border:0 !important;}
|
||||
.reset address,
|
||||
.reset caption,
|
||||
.reset cite,
|
||||
.reset code,
|
||||
.reset dfn,
|
||||
.reset em,
|
||||
.reset strong,
|
||||
.reset th,
|
||||
.reset var{font-style:normal !important;font-weight:normal !important;}
|
||||
.reset li{list-style:none !important;}
|
||||
.reset caption,.reset th{text-align:left !important;}
|
||||
.reset h1,.reset h2,.reset h3,.reset h4,.reset h5,.reset h6{font-size:100% !important;font-weight:normal !important;}
|
||||
.reset q:before,.reset q:after{content:'' !important;}
|
||||
.reset abbr,.reset acronym {border:0 !important;font-variant:normal !important;}
|
||||
/* to preserve line-height and selector appearance */
|
||||
.reset sup {vertical-align:text-top !important;}
|
||||
.reset sub {vertical-align:text-bottom !important;}
|
||||
.reset input,.reset textarea,.reset select{font-family:inherit !important;font-size:inherit !important;font-weight:inherit !important;}
|
||||
/*to enable resizing for IE*/
|
||||
.reset input,.reset textarea,.reset select{*font-size:100% !important;}
|
||||
/*because legend doesn't inherit in IE */
|
||||
.reset legend{color:#000 !important;}
|
||||
|
||||
/* -- page layout ----------------------------------------------------------- */
|
||||
|
||||
div.document {
|
||||
margin-right: 30px;
|
||||
font-size: 12pt;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
div.documentwrapper {
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.bodywrapper {
|
||||
margin: 0 0 0 300px;
|
||||
}
|
||||
|
||||
div.body {
|
||||
background-color: #ffffff;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
div.body ul {
|
||||
margin-left: 30px
|
||||
}
|
||||
|
||||
div.body ul, div.body ul li {
|
||||
list-style-type: square;
|
||||
}
|
||||
|
||||
div.footer {
|
||||
color: #ffffff;
|
||||
width: 100%;
|
||||
padding: 9px 0 9px 0;
|
||||
text-align: center;
|
||||
font-size: 75%;
|
||||
}
|
||||
|
||||
div.footer a {
|
||||
color: #ffffff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.related {
|
||||
background-color: #ffc;
|
||||
width: 100%;
|
||||
font-size: 90%;
|
||||
margin-top: -40px;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
div.related h3 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.related ul {
|
||||
margin: 0;
|
||||
padding: 0 0 0 10px;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
div.related li {
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.related li.right {
|
||||
float: right;
|
||||
margin-right: 5px !important;
|
||||
margin-left: 5px !important;
|
||||
}
|
||||
div.sphinxsidebar {
|
||||
background: #f2f2f2;
|
||||
}
|
||||
|
||||
div.sphinxsidebar h3 {
|
||||
font-family: 'Trebuchet MS', sans-serif;
|
||||
color: #000000;
|
||||
font-size: 1.4em;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
div.sphinxsidebar h3 a {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
div.sphinxsidebar h4 {
|
||||
font-family: 'Trebuchet MS', sans-serif;
|
||||
color: #000000;
|
||||
font-size: 1.3em;
|
||||
font-weight: normal;
|
||||
margin: 5px 0 0 0;
|
||||
padding: 0;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
|
||||
div.sphinxsidebar p {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
div.sphinxsidebar p.topless {
|
||||
margin: 5px 10px 10px 10px;
|
||||
}
|
||||
|
||||
div.sphinxsidebar ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
div.sphinxsidebar ul li {
|
||||
margin-left: 5px !important;
|
||||
}
|
||||
|
||||
div.sphinxsidebar a {
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.sphinxsidebar input {
|
||||
border: 1px solid #98dbcc;
|
||||
font-family: sans-serif;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* -- hyperlink styles ------------------------------------------------------ */
|
||||
|
||||
a {
|
||||
color: #355f7c;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: #355f7c;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* -- body styles ----------------------------------------------------------- */
|
||||
|
||||
div.body h1,
|
||||
div.body h2,
|
||||
div.body h3,
|
||||
div.body h4,
|
||||
div.body h5,
|
||||
div.body h6 {
|
||||
font-family: 'Trebuchet MS', sans-serif;
|
||||
background-color: #f2f2f2;
|
||||
font-weight: normal;
|
||||
color: #20435c;
|
||||
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: #c60f0f;
|
||||
font-size: 0.8em;
|
||||
padding: 0 4px 0 4px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a.headerlink:hover {
|
||||
background-color: #c60f0f;
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.body p, div.body dd, div.body li {
|
||||
/*text-align: justify;*/
|
||||
}
|
||||
#content div.body p {
|
||||
font-size: 100%;
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
div.highlight {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
div.highlight pre {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
div.admonition p.admonition-title + p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div.admonition p {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.admonition pre {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
div.admonition ul, div.admonition ol {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
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: #eeffcc;
|
||||
color: #333333;
|
||||
line-height: 120%;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
tt {
|
||||
background-color: #ecf0f3;
|
||||
padding: 0 1px 0 1px;
|
||||
/*font-size: 1.4em;*/
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #ede;
|
||||
}
|
||||
|
||||
.warning tt {
|
||||
background: #efc2c2;
|
||||
}
|
||||
|
||||
.note tt {
|
||||
background: #d6d6d6;
|
||||
}
|
||||
|
||||
.viewcode-back {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
div.viewcode-block:target {
|
||||
background-color: #f4debf;
|
||||
border-top: 1px solid #ac9;
|
||||
border-bottom: 1px solid #ac9;
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.js_active
|
||||
{
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
background: url(/images/btn-open.png) no-repeat 550px center;
|
||||
}
|
||||
|
||||
ul.error_list
|
||||
{
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
color: #f22;
|
||||
}
|
||||
|
||||
ul.error_list li
|
||||
{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
pre
|
||||
{
|
||||
padding: 0.7em;
|
||||
background-color: #000;
|
||||
line-height: 1.3em !important;
|
||||
font-size: 100%;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
pre code
|
||||
{
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
pre.command-line
|
||||
{
|
||||
background-color: #333;
|
||||
color: #eee;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
pre.command-line code
|
||||
{
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
blockquote
|
||||
{
|
||||
padding: 2px 20px 5px 45px;
|
||||
margin: 15px 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
div.admonition
|
||||
{
|
||||
padding: 2px 20px 5px 45px;
|
||||
background-color: #fff;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
div.note
|
||||
{
|
||||
background: #fff url(note.png) no-repeat -5px -5px;
|
||||
}
|
||||
|
||||
div.caution
|
||||
{
|
||||
background: #fff url(caution.png) no-repeat -5px -5px;
|
||||
}
|
||||
|
||||
div.warning
|
||||
{
|
||||
background: #fff url(caution.png) no-repeat -5px -5px;
|
||||
}
|
||||
|
||||
div.tip
|
||||
{
|
||||
background: #fff url(tip.png) no-repeat -5px -5px;
|
||||
}
|
||||
|
||||
div.seealso
|
||||
{
|
||||
background: #fff url(tip.png) no-repeat -5px -5px;
|
||||
}
|
||||
|
||||
/* Note/Caution/Tip Boxes */
|
||||
|
||||
/* Note */
|
||||
|
||||
div.note {
|
||||
padding: 5px 20px 5px 45px;
|
||||
margin: 10px 0;
|
||||
background: #ffd url(note.png) no-repeat 5px 10px;
|
||||
}
|
||||
|
||||
/* Caution */
|
||||
|
||||
div.caution, div.warning {
|
||||
padding: 5px 20px 5px 45px;
|
||||
margin: 10px 0;
|
||||
background: #ffd url(caution.png) no-repeat 5px 10px;
|
||||
}
|
||||
|
||||
/* Tip */
|
||||
|
||||
div.tip {
|
||||
padding: 5px 20px 5px 45px;
|
||||
margin: 10px 0;
|
||||
background: #ffd url(tip.png) no-repeat 5px 10px;
|
||||
}
|
||||
|
||||
/* Sidebar */
|
||||
|
||||
div.seealso {
|
||||
margin: 10px 0;
|
||||
padding: 10px;
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
div.seealso ul {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
div.seealso p.title {
|
||||
margin: -20px;
|
||||
margin-bottom: 10px !important;
|
||||
padding: 10px !important;
|
||||
background: #aaa;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Shared Styles */
|
||||
div.note, div.caution, div.tip, div.seealso, div.warning {
|
||||
overflow/**/: auto;
|
||||
margin-left: 30px;
|
||||
font-weight: normal;
|
||||
min-height: 40px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
div.note p, div.caution p, div.tip p, div.seealso p, div.warning p {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.admonition-title
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
blockquote.quote
|
||||
{
|
||||
background: #D7CABA;
|
||||
}
|
||||
|
||||
blockquote.sidebar
|
||||
{
|
||||
padding: 10px;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
blockquote.sidebar p.title
|
||||
{
|
||||
margin: -10px;
|
||||
margin-bottom: 10px;
|
||||
padding: 10px;
|
||||
background: #ddd;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.navigation
|
||||
{
|
||||
font-family: Arial, sans-serif;
|
||||
padding: 10px 15px;
|
||||
font-size: 0.9em;
|
||||
text-align:center;
|
||||
background-color: #e3e3e3;
|
||||
border: 1px solid #e3e3e3;
|
||||
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
|
||||
}
|
||||
|
||||
.navigation a
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navigation a:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.navigation .separator
|
||||
{
|
||||
padding: 0 10px;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.feedback p
|
||||
{
|
||||
font-family: Arial, sans-serif;
|
||||
color: #858585;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.feedback h3
|
||||
{
|
||||
border-top: 1px solid #ddd;
|
||||
font-family: Georgia, "Times New Roman", serif;
|
||||
margin-top: 10px;
|
||||
padding-top: 20px;
|
||||
color: #858585;
|
||||
}
|
||||
|
||||
.toc
|
||||
{
|
||||
margin-top: 10px;
|
||||
padding: 10px;
|
||||
background-color: #f1f1f1;
|
||||
border: 1px solid #e3e3e3;
|
||||
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
.toc h2
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pages
|
||||
{
|
||||
padding: 10px 0 0 0;
|
||||
}
|
||||
|
||||
.pages ul.inline
|
||||
{
|
||||
display: inline;
|
||||
padding: 5px 0 0 0;
|
||||
}
|
||||
|
||||
.pages .inline li
|
||||
{
|
||||
display: inline;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
#quick-tour ul.simple
|
||||
{
|
||||
padding: 5px 0 0 0;
|
||||
}
|
||||
|
||||
#quick-tour ul.simple li
|
||||
{
|
||||
margin: 0;
|
||||
margin-right: 5px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.toc a
|
||||
{
|
||||
text-decoration: none;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.toc a:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.bd .content .toc li
|
||||
{
|
||||
padding: 2px;
|
||||
list-style: square;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.bd .content .toc li.current
|
||||
{
|
||||
font-weight: bold;
|
||||
background-color: #e3e3e3;
|
||||
}
|
||||
|
||||
.bd .content .toc ul.inline
|
||||
{
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.bd .content .toc .inline li
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.bd .content .toc li.separator
|
||||
{
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
#release_info
|
||||
{
|
||||
background-color: #e3e3e3;
|
||||
border: 1px solid #e3e3e3;
|
||||
margin-bottom: 15px;
|
||||
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
|
||||
width: 290px;
|
||||
}
|
||||
|
||||
#license
|
||||
{
|
||||
margin-top: 40px;
|
||||
line-height: 1.2em;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
#license img
|
||||
{
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
table.docutils
|
||||
{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
table.docutils th
|
||||
{
|
||||
font-weight:bold;
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
table.docutils td, table.docutils th
|
||||
{
|
||||
padding: 4px 6px;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #ddd;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.menu
|
||||
{
|
||||
float: right;
|
||||
width: 300px;
|
||||
margin: 15px;
|
||||
font-size: 0.7em;
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
#searchform
|
||||
{
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#search
|
||||
{
|
||||
-webkit-appearance: searchfield;
|
||||
}
|
||||
|
||||
span.pre
|
||||
{
|
||||
font-size: 85%;
|
||||
}
|
||||
|
||||
.bd .content .navigation li
|
||||
{
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
a.headerlink
|
||||
{
|
||||
padding: 2px;
|
||||
color: #ddd;
|
||||
text-decoration: none;
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
a.reference em, a.internal em
|
||||
{
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
#guides ul ul, #contributing ul ul
|
||||
{
|
||||
display: inline;
|
||||
padding: 5px 0 0 0;
|
||||
}
|
||||
|
||||
#guides ul ul li, #contributing ul ul li
|
||||
{
|
||||
display: inline;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.sidebarbox
|
||||
{
|
||||
margin-top: 10px;
|
||||
padding: 10px;
|
||||
background-color: #f1f1f1;
|
||||
border: 1px solid #e3e3e3;
|
||||
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
.sidebarbox h2
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.sidebarbox h3
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
#searchbox h3 a.nolink
|
||||
{
|
||||
padding: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#searchbox h3 a.nolink:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.breadcrumb h3
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bd .content div.breadcrumb ul
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.bd .content div.breadcrumb li
|
||||
{
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 0.9em;
|
||||
}
|
||||
|
||||
.bd .content div.breadcrumb li a
|
||||
{
|
||||
color: #777;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.bd .content div.breadcrumb li a:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.p-Indicator
|
||||
{
|
||||
color: #FF8400;
|
||||
}
|
||||
|
||||
.bd .content ul.search li
|
||||
{
|
||||
margin-left: 0;
|
||||
padding: 5px 0 5px 20px;
|
||||
background-image: url(file.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 0 7px;
|
||||
}
|
||||
|
||||
div.genindex-jumpbox
|
||||
{
|
||||
font-size: 85%;
|
||||
border: 0;
|
||||
margin: 1em 0 1em 0;
|
||||
padding: 0.4em;
|
||||
}
|
||||
|
||||
div.genindex-jumpbox
|
||||
{
|
||||
color: #999;
|
||||
}
|
||||
|
||||
div.genindex-jumpbox strong
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
div.genindex-jumpbox a
|
||||
{
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
h2#A, h2#B, h2#C, h2#D, h2#E, h2#F, h2#G, h2#H, h2#I, h2#J, h2#K, h2#L, h2#M, h2#N, h2#O,
|
||||
h2#P, h2#Q, h2#R, h2#S, h2#T, h2#U, h2#V, h2#W, h2#X, h2#Y, h2#Z
|
||||
{
|
||||
background-color: #eee;
|
||||
border-bottom: 1px solid #aaa;
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
margin: 20px 0;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.indextable a, div.genindex-jumpbox a
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.indextable a:hover, div.genindex-jumpbox a:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.configuration-block em
|
||||
{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.bd .content div.configuration-block li
|
||||
{
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.bd .content div.configuration-block em
|
||||
{
|
||||
font-style: normal;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
div.jsactive
|
||||
{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bd .content div.jsactive ul
|
||||
{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.bd .content div.jsactive li
|
||||
{
|
||||
float: left;
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
|
||||
background-color: #ddd;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.bd .content div.jsactive .selected
|
||||
{
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
.bd .content div.jsactive .selected a
|
||||
{
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.bd .content div.jsactive .selected a:hover
|
||||
{
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.bd .content div.jsactive a
|
||||
{
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.bd .content div.jsactive a:hover
|
||||
{
|
||||
color: #000;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div.jsactive div
|
||||
{
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
div.jsactive div div
|
||||
{
|
||||
position: static;
|
||||
}
|
||||
|
||||
div.jsactive pre
|
||||
{
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.highlight
|
||||
{
|
||||
overflow: auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
Before Width: | Height: | Size: 426 B |
@ -1,485 +0,0 @@
|
||||
.clr { clear:both; }
|
||||
.cls{zoom:1;}
|
||||
.cls:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
|
||||
.clr15 { height:15px; clear:both; }
|
||||
.clr20 { height:20px; clear:both; }
|
||||
|
||||
/*fonts.css*/
|
||||
body { font:13px/1.231 "Lucida Grande",verdana,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
|
||||
body { background: #010410 url(bg-gradient.jpg) repeat-x top left; }
|
||||
|
||||
button, label { cursor:default; cursor:pointer; zoom:1; display:block; }
|
||||
/* for images */
|
||||
.left { float:left; margin:5px 20px 5px 0; }
|
||||
.right{ float:right; margin:5px 0 5px 20px; }
|
||||
|
||||
em { font-weight:bold !important; }
|
||||
|
||||
a:link, a:visited, a:active { text-decoration:none; color:#3370C9; outline:none; border:0; }
|
||||
a:hover { color: #00508c; text-decoration:underline; border:0; }
|
||||
|
||||
/* selection color */
|
||||
::-moz-selection{ background: #2E6BC8; color: #fff; }
|
||||
::selection { background: #2E6BC8; color: #fff; }
|
||||
|
||||
/* layout */
|
||||
#wrapper { width: 96%; min-width: 1000px; margin-left: auto; margin-right: auto; position: relative; }
|
||||
#header { position:relative; background: transparent url(arrows.jpg) no-repeat top right;}
|
||||
#header h1#h1title { margin: 0; padding: 0; color: #fff; position: absolute; top: 50px; right: 20px; font-weight:bold; font-size:153.9%; text-shadow: #4E89D5 1px 1px 1px; }
|
||||
#header h1#h1title a { color: #fff; }
|
||||
|
||||
#logo a{ width:427px; height:88px; background:transparent url(logo.jpg) no-repeat top left; display:block; overflow:hidden; text-indent:-999em; }
|
||||
|
||||
#nav { text-align:right; position:relative; background:#2e6bc8 url(ur-corner.gif) no-repeat top right;}
|
||||
#nav .tl { background:transparent url(ul-corner.jpg) no-repeat top left; text-align:right; }
|
||||
#nav .tl a { text-decoration:none; }
|
||||
#nav ul { padding: 0; margin: 0; padding-top:10px; float:right; padding-bottom:10px; margin-right:15px; }
|
||||
#nav ul li { padding: 0; margin: 0; display:inline; font:bold 108% "Helvetica Neue", arial, sans-serif; line-height:131%; }
|
||||
#nav ul li a:link,
|
||||
#nav ul li a:visited { color:#fff; padding:7px 10px 10px; text-shadow: #000 0px 0px 3px; }
|
||||
#nav ul li a:hover { border-top: 4px solid #fff; text-shadow: #fff 0px 0px 3px; }
|
||||
#nav ul li a.current { border-top: 4px solid #fff; }
|
||||
|
||||
/* Content */
|
||||
|
||||
#content { width: 100%; margin-left: auto; margin-right: auto; position:relative; background:#fff; padding:30px 0 0; color: #495a7e; font:normal 100% "Lucida Grande", verdana, sans-serif; }
|
||||
#content h1 { margin:10px 0 20px 30px; font-weight:bold; font-size:153.9%; }
|
||||
#content h2 { margin:25px 0 15px 30px; font-weight:bold; font-size:140.0%; }
|
||||
#content h3 { margin:10px 0 20px 30px; font-weight:bold; font-size:130.0%; }
|
||||
#content h4 { margin:10px 0 20px 30px; font-weight:bold; font-size:120.0%; }
|
||||
#content h5 { margin:10px 0 20px 30px; font-weight:bold; font-size:110.0%; }
|
||||
#content ul li { margin:10px 0 0 30px; }
|
||||
#content ul { margin-bottom: 10px; }
|
||||
#content p { margin:0 30px 15px 30px; font-size:93%; line-height:182%; }
|
||||
#content dl { margin:0 30px 15px 30px; }
|
||||
|
||||
#content .section a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Blue Sidebar Box */
|
||||
#sidebar { margin-left: 30px; margin-bottom: 10px; }
|
||||
#sidebar, .blue_box { color: white; margin-right: 30px; width:262px; float:right; }
|
||||
#sidebar, .blue_box { background: #0d418f; }
|
||||
#sidebar a, .blue_box a { color: #fff; }
|
||||
#sidebar .bd, .blue_box .bd { min-height: 300px; width:262px; background: transparent url(sidebox.jpg) no-repeat top right; padding:0 0 15px; }
|
||||
#sidebar .bd h2, .blue_box .bd h2 { margin:0; padding: 15px 20px; font: 138.5% "Lucida Grande", verdana, sans-serif; color:#fff; text-shadow: #000 0px 0px 3px; }
|
||||
#sidebar .bd h3, .blue_box .bd h3 { margin:0; padding: 15px 20px; font: 110.5% "Lucida Grande", verdana, sans-serif; color:#fff; text-shadow: #000 0px 0px 3px; }
|
||||
#sidebar .bd ul { margin-left: 5px; }
|
||||
#sidebar .bd ul li { list-style-type: none; margin: 0 0 0 16px; background: transparent url(bullet_white.gif) no-repeat center left; padding: 3px 15px 3px 20px; font: 93% "Lucida Grande", verdana, sans-serif; color:#fff; }
|
||||
#sidebar .bd ul.tree li { margin: 0 0 0 8px; }
|
||||
#sidebar .ft, .blue_box .ft { width:262px; height:5px; float:right; background: transparent url(sidebox-foot.jpg) no-repeat bottom center; }
|
||||
|
||||
/* Bottom Rounded Corner */
|
||||
|
||||
#bot-rcnr { width: 100%; margin-left: auto; margin-right: auto; height:14px; position:relative; background:#fff url(br-corner.gif) no-repeat bottom right; }
|
||||
#bot-rcnr .tl { width:12px; height:14px; background: transparent url(bl-corner.gif) no-repeat bottom left; }
|
||||
|
||||
/* Footer */
|
||||
|
||||
#footer p { padding:12px 0; text-align:center; font: 85% "Helvetica Neue", verdana, sans-serif; color: white; }
|
||||
#footer { text-align: center; margin-bottom: 20px; color: white; }
|
||||
|
||||
#content em { color:#F06419; font-style:normal; }
|
||||
|
||||
/* Misc. Classes */
|
||||
|
||||
.perfect-overflow {
|
||||
overflow/**/: auto;
|
||||
margin-right: 30px;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.perfect-overflow-right {
|
||||
overflow/**/: auto;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.form {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.form fieldset legend {
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.form fieldset .form-row {
|
||||
padding: 10px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
background: #f5f5f5;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.form fieldset .form-row label {
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.form fieldset .form-row .form_error, .form fieldset .form-row .error_list {
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Top 1 and 2 Slots */
|
||||
/* Yellow and grey slots */
|
||||
|
||||
#top1 ul, #top2 ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
#top1 ul li, #top2 ul li {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-left: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#top1 .content {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
#top2 .content {
|
||||
padding: 3px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#top1 {
|
||||
background: #F8FFBC;
|
||||
height: 35px;
|
||||
color: #333333;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#top2 {
|
||||
background: #e0e0e0;
|
||||
height: 25px;
|
||||
border-top: 1px solid #d0d0d0;
|
||||
border-bottom: 1px solid #d0d0d0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#top1_left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#top1_right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
/* Breadcrumbs */
|
||||
|
||||
#breadcrumb_trail {
|
||||
position: absolute;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-left: 30px;
|
||||
padding-top: 6px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#breadcrumb_trail li {
|
||||
list-style-type: none;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
text-indent: 20px;
|
||||
margin-right: 15px !important;
|
||||
float: left;
|
||||
background: url(../sf/sf_admin/images/next.png) no-repeat 0px -2px;
|
||||
line-height: 12px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#breadcrumb_trail li a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
/* Random Colors */
|
||||
|
||||
.yellow {
|
||||
background: #F8FFBC !important;
|
||||
}
|
||||
|
||||
.light-blue {
|
||||
background: #f4f9fc !important;
|
||||
}
|
||||
|
||||
.grey {
|
||||
background: #f5f5f5 !important;
|
||||
}
|
||||
|
||||
.green {
|
||||
background: #f4fff2 !important;
|
||||
}
|
||||
|
||||
.orange {
|
||||
background: #fdf9f1 !important;
|
||||
}
|
||||
|
||||
/* FEATURES */
|
||||
|
||||
/* Latest Build Link */
|
||||
|
||||
#latest-build {
|
||||
color: #3370C9;
|
||||
font: bold 93% "Lucida Grande", verdana, sans-serif;
|
||||
text-align: left;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
#latest-build a {
|
||||
padding:10px 0 10px 25px;
|
||||
background: transparent url(disk.gif) no-repeat left .7em;
|
||||
}
|
||||
|
||||
/* Frequently Asked Questions */
|
||||
|
||||
#faq #index { margin-left: 30px; margin-right: 30px; }
|
||||
#faq #index li { margin-left: 65px; list-style-type: square; }
|
||||
#faq #list li { background: #F5F5F5; padding: 0px; margin-right: 30px; }
|
||||
|
||||
/* Change Log */
|
||||
|
||||
.changelog ul { margin-left: 14px; }
|
||||
.changelog ul li { list-style-type: square; line-height: 18px; }
|
||||
.changelog hr { border: 1px solid black; }
|
||||
|
||||
/* Donate */
|
||||
|
||||
#donate { margin-left: 30px; margin-right: 30px; padding: 10px; }
|
||||
.donate { text-align: center; padding-bottom: 10px; padding-top: 10px; }
|
||||
|
||||
/* Community */
|
||||
|
||||
.community-box {
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Comments */
|
||||
|
||||
div.comment_row .body { margin:12px 10px 10px; }
|
||||
div.comment_row h3 { margin:10px 10px 15px; }
|
||||
div.comment_row { margin-right: 30px; padding: 8px; margin: 0 30px 15px 30px; background: #f8ffbc; }
|
||||
div.comment_row ul { margin-left: 20px; }
|
||||
div.comment_row ul li { list-style-type: square; text-indent: 0; }
|
||||
|
||||
.stability_color_alpha {
|
||||
color: #990000;
|
||||
}
|
||||
|
||||
.stability_color_beta {
|
||||
color: #CC6600;
|
||||
}
|
||||
|
||||
.stability_color_rc {
|
||||
color: #00CC00;
|
||||
}
|
||||
|
||||
.stability_color_stable {
|
||||
color: #32CD32;
|
||||
}
|
||||
|
||||
.rounded_corners {
|
||||
-moz-border-radius : 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius : 5px;
|
||||
}
|
||||
|
||||
ul.error_list {
|
||||
margin: 0;
|
||||
margin-bottom: 7px;
|
||||
color: #d33;
|
||||
border: none;
|
||||
background-color: #f33;
|
||||
}
|
||||
|
||||
ul.error_list li {
|
||||
padding: 4px;
|
||||
padding-left: 25px;
|
||||
list-style: none;
|
||||
color: #fff;
|
||||
background: url(../images/error.png) no-repeat 4px 4px;
|
||||
}
|
||||
|
||||
.notice {
|
||||
margin: 4px 0;
|
||||
padding: 4px 4px 4px 30px;
|
||||
background: url(../sf/sf_admin/images/tick.png) no-repeat 10px 4px;
|
||||
}
|
||||
|
||||
.error {
|
||||
margin: 4px 0;
|
||||
padding: 4px 4px 4px 30px;
|
||||
background: url(../sf/sf_admin/images/error.png) no-repeat 10px 4px;
|
||||
background-color: #f33;
|
||||
color: red;
|
||||
}
|
||||
|
||||
.notice, .error {
|
||||
background-color: #ffc;
|
||||
margin-bottom: 10px;
|
||||
border: 1px solid #ddd;
|
||||
font-weight: bold;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
overflow/**/: auto;
|
||||
}
|
||||
|
||||
.doctrine_table {
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
border-collapse: collapse;
|
||||
width: 648px;
|
||||
margin-bottom: 10px;
|
||||
-moz-border-radius : 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius : 5px;
|
||||
background-color: #2e6bc8;
|
||||
}
|
||||
|
||||
.doctrine_table tbody tr {
|
||||
border-bottom: 1px dotted #ccc;
|
||||
}
|
||||
|
||||
.doctrine_table tbody tr td {
|
||||
padding: 5px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.doctrine_table tbody tr th {
|
||||
background-color: white;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.doctrine_table tbody tr th label {
|
||||
margin-left: 5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.doctrine_table tbody tr .title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.doctrine_table tbody tr .author {
|
||||
white-space: nowrap;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.doctrine_table tbody tr .description {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.doctrine_table tbody tr .download {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.doctrine_table thead tr th {
|
||||
padding: 8px;
|
||||
color: #ffffff;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.doctrine_table tfoot tr th {
|
||||
padding: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.checkbox_list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.checkbox_list li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.checkbox_list li label {
|
||||
margin-right: 25px;
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.checkbox_list li input {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#help {
|
||||
clear: both;
|
||||
padding: 10px;
|
||||
background: #fdf9f1;
|
||||
overflow/**/: auto;
|
||||
margin-right: 30px;
|
||||
margin-left: 30px;
|
||||
color: #000;
|
||||
border: 1px solid #ccc;
|
||||
margin-top: 30px;
|
||||
-moz-border-radius : 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius : 5px;
|
||||
background-color: #ffc;
|
||||
}
|
||||
|
||||
#help a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#help h3 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-bottom: 15px;
|
||||
font-size: 16px;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#projects_menu {
|
||||
background: #fff;
|
||||
height: 36px;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
#projects_menu ul li {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#projects_menu ul li:hover {
|
||||
background: #333;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
input.download-button {
|
||||
padding: 10px;
|
||||
border: 1px solid #eee;
|
||||
background: #ffc;
|
||||
margin-left: 30px;
|
||||
-moz-border-radius : 5px;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius : 5px;
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
color: #333;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
input.download-button:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
Before Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 1.3 KiB |
@ -1,70 +0,0 @@
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #000000; }
|
||||
.highlight .c { color: #B729D9; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
|
||||
.highlight .g { color: #ffffff } /* Generic */
|
||||
.highlight .k { color: #FF8400 } /* Keyword */
|
||||
.highlight .l { color: #ffffff } /* Literal */
|
||||
.highlight .n { color: #ffffff } /* Name */
|
||||
.highlight .o { color: #E0882F } /* Operator */
|
||||
.highlight .x { color: #ffffff } /* Other */
|
||||
.highlight .p { color: #999999 } /* Punctuation */
|
||||
.highlight .cm { color: #B729D9; font-style: italic } /* Comment.Multiline */
|
||||
.highlight .cp { color: #a0a0a0 } /* Comment.Preproc */
|
||||
.highlight .c1 { color: #B729D9; font-style: italic } /* Comment.Single */
|
||||
.highlight .cs { color: #B729D9; font-style: italic } /* Comment.Special */
|
||||
.highlight .gd { color: #a40000 } /* Generic.Deleted */
|
||||
.highlight .ge { color: #ffffff; font-style: italic } /* Generic.Emph */
|
||||
.highlight .gr { color: #ef2929 } /* Generic.Error */
|
||||
.highlight .gh { color: #000080 } /* Generic.Heading */
|
||||
.highlight .gi { color: #00A000 } /* Generic.Inserted */
|
||||
.highlight .go { color: #808080 } /* Generic.Output */
|
||||
.highlight .gp { color: #745334 } /* Generic.Prompt */
|
||||
.highlight .gs { color: #ffffff; font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
|
||||
.highlight .kc { color: #004461 } /* Keyword.Constant */
|
||||
.highlight .kd { color: #004461 } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #004461 } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #004461 } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #004461 } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #004461 } /* Keyword.Type */
|
||||
.highlight .ld { color: #ffffff } /* Literal.Date */
|
||||
.highlight .m { color: #1299DA } /* Literal.Number */
|
||||
.highlight .s { color: #56DB3A } /* Literal.String */
|
||||
.highlight .na { color: #ffffff } /* Name.Attribute */
|
||||
.highlight .nb { color: #ffffff } /* Name.Builtin */
|
||||
.highlight .nc { color: #ffffff } /* Name.Class */
|
||||
.highlight .no { color: #ffffff } /* Name.Constant */
|
||||
.highlight .nd { color: #808080 } /* Name.Decorator */
|
||||
.highlight .ni { color: #ce5c00 } /* Name.Entity */
|
||||
.highlight .ne { color: #cc0000 } /* Name.Exception */
|
||||
.highlight .nf { color: #ffffff } /* Name.Function */
|
||||
.highlight .nl { color: #f57900 } /* Name.Label */
|
||||
.highlight .nn { color: #ffffff } /* Name.Namespace */
|
||||
.highlight .nx { color: #ffffff } /* Name.Other */
|
||||
.highlight .py { color: #ffffff } /* Name.Property */
|
||||
.highlight .nt { color: #cccccc } /* Name.Tag */
|
||||
.highlight .nv { color: #ffffff } /* Name.Variable */
|
||||
.highlight .ow { color: #E0882F } /* Operator.Word */
|
||||
.highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
|
||||
.highlight .mf { color: #1299DA } /* Literal.Number.Float */
|
||||
.highlight .mh { color: #1299DA } /* Literal.Number.Hex */
|
||||
.highlight .mi { color: #1299DA } /* Literal.Number.Integer */
|
||||
.highlight .mo { color: #1299DA } /* Literal.Number.Oct */
|
||||
.highlight .sb { color: #56DB3A } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #56DB3A } /* Literal.String.Char */
|
||||
.highlight .sd { color: #B729D9; font-style: italic } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #56DB3A } /* Literal.String.Double */
|
||||
.highlight .se { color: #56DB3A } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #56DB3A } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #56DB3A } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #56DB3A } /* Literal.String.Other */
|
||||
.highlight .sr { color: #56DB3A } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #56DB3A } /* Literal.String.Single */
|
||||
.highlight .ss { color: #56DB3A } /* Literal.String.Symbol */
|
||||
.highlight .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
|
||||
.highlight .vc { color: #ffffff } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #ffffff } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #ffffff } /* Name.Variable.Instance */
|
||||
.highlight .il { color: #1299DA } /* Literal.Number.Integer.Long */
|
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 437 B |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 589 B |
Before Width: | Height: | Size: 116 B |
@ -1,7 +0,0 @@
|
||||
[theme]
|
||||
inherit = basic
|
||||
stylesheet = default.css
|
||||
pygments_style = sphinx
|
||||
|
||||
[options]
|
||||
nosidebar = false
|