diff --git a/en/_theme/doctrine/layout.html b/en/_theme/doctrine/layout.html deleted file mode 100644 index f3ca001cd..000000000 --- a/en/_theme/doctrine/layout.html +++ /dev/null @@ -1,253 +0,0 @@ -{%- block doctype -%} - -{%- 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() %} - -{%- endmacro %} - -{%- macro sidebar() %} - {%- if not embedded %}{% if not theme_nosidebar|tobool %} -
-
- {%- block sidebarlogo %} - {%- if logo %} - - {%- endif %} - {%- endblock %} - {%- block sidebartoc %} - {%- if display_toc %} -

{{ _('Table Of Contents') }}

- {{ toc }} - {%- endif %} - {%- endblock %} - {%- block sidebarrel %} - {%- if prev %} -

{{ _('Previous topic') }}

-

{{ prev.title }}

- {%- endif %} - {%- if next %} -

{{ _('Next topic') }}

-

{{ next.title }}

- {%- endif %} - {%- endblock %} - {%- block sidebarsourcelink %} - {%- if show_source and has_source and sourcename %} -

{{ _('This Page') }}

- - {%- endif %} - {%- endblock %} - {%- if customsidebar %} - {% include customsidebar %} - {%- endif %} - {%- block sidebarsearch %} - {%- if pagename != "search" %} - - - {%- endif %} - {%- endblock %} -
-
- {%- endif %}{% endif %} -{%- endmacro %} - - - - - {{ metatags }} - {%- if not embedded and docstitle %} - {%- set titlesuffix = " — "|safe + docstitle|e %} - {%- else %} - {%- set titlesuffix = "" %} - {%- endif %} - {{ title|striptags }}{{ titlesuffix }} - - - - - {%- if not embedded %} - - - - - - - - - - {%- if use_opensearch %} - - {%- endif %} - {%- if favicon %} - - {%- endif %} - {%- endif %} -{%- block linktags %} - {%- if hasdoc('about') %} - - {%- endif %} - {%- if hasdoc('genindex') %} - - {%- endif %} - {%- if hasdoc('search') %} - - {%- endif %} - {%- if hasdoc('copyright') %} - - {%- endif %} - - {%- if parents %} - - {%- endif %} - {%- if next %} - - {%- endif %} - {%- if prev %} - - {%- endif %} -{%- endblock %} -{%- block extrahead %} {% endblock %} - - -
- - - -
- {%- block header %}{% endblock %} - - {%- block relbar1 %}{{ relbar() }}{% endblock %} - - {%- block sidebar1 %} {# possible location for sidebar #} {% endblock %} - -
- {%- block document %} -
- {%- if not embedded %}{% if not theme_nosidebar|tobool %} -
- {%- endif %}{% endif %} -
- {% block body %} {% endblock %} -
- {%- if not embedded %}{% if not theme_nosidebar|tobool %} -
- {%- endif %}{% endif %} -
- {%- endblock %} - - {%- block sidebar2 %}{{ sidebar() }}{% endblock %} -
-
- - {%- block footer %} - - {%- endblock %} -
- -
-
-
- - -
- - - - - - diff --git a/en/_theme/doctrine/static/arrows.jpg b/en/_theme/doctrine/static/arrows.jpg deleted file mode 100644 index 9ea7fae81..000000000 Binary files a/en/_theme/doctrine/static/arrows.jpg and /dev/null differ diff --git a/en/_theme/doctrine/static/bg-gradient.jpg b/en/_theme/doctrine/static/bg-gradient.jpg deleted file mode 100644 index e48d841cb..000000000 Binary files a/en/_theme/doctrine/static/bg-gradient.jpg and /dev/null differ diff --git a/en/_theme/doctrine/static/bl-corner.gif b/en/_theme/doctrine/static/bl-corner.gif deleted file mode 100644 index f40f7fcc4..000000000 Binary files a/en/_theme/doctrine/static/bl-corner.gif and /dev/null differ diff --git a/en/_theme/doctrine/static/br-corner.gif b/en/_theme/doctrine/static/br-corner.gif deleted file mode 100644 index 8f7b940a4..000000000 Binary files a/en/_theme/doctrine/static/br-corner.gif and /dev/null differ diff --git a/en/_theme/doctrine/static/bullet_white.gif b/en/_theme/doctrine/static/bullet_white.gif deleted file mode 100644 index 672928800..000000000 Binary files a/en/_theme/doctrine/static/bullet_white.gif and /dev/null differ diff --git a/en/_theme/doctrine/static/caution.png b/en/_theme/doctrine/static/caution.png deleted file mode 100644 index e7df918f7..000000000 Binary files a/en/_theme/doctrine/static/caution.png and /dev/null differ diff --git a/en/_theme/doctrine/static/configurationblock.css b/en/_theme/doctrine/static/configurationblock.css deleted file mode 100644 index c1f987be7..000000000 --- a/en/_theme/doctrine/static/configurationblock.css +++ /dev/null @@ -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; -} diff --git a/en/_theme/doctrine/static/configurationblock.js b/en/_theme/doctrine/static/configurationblock.js deleted file mode 100644 index 0f708a1a8..000000000 --- a/en/_theme/doctrine/static/configurationblock.js +++ /dev/null @@ -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('' + str + '') - $(':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'); - }); -}); diff --git a/en/_theme/doctrine/static/default.css b/en/_theme/doctrine/static/default.css deleted file mode 100644 index a6d6bd3fd..000000000 --- a/en/_theme/doctrine/static/default.css +++ /dev/null @@ -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; -} diff --git a/en/_theme/doctrine/static/disk.gif b/en/_theme/doctrine/static/disk.gif deleted file mode 100644 index 1f31274f7..000000000 Binary files a/en/_theme/doctrine/static/disk.gif and /dev/null differ diff --git a/en/_theme/doctrine/static/layout.css b/en/_theme/doctrine/static/layout.css deleted file mode 100644 index d3e9b955c..000000000 --- a/en/_theme/doctrine/static/layout.css +++ /dev/null @@ -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; -} diff --git a/en/_theme/doctrine/static/logo.jpg b/en/_theme/doctrine/static/logo.jpg deleted file mode 100644 index 426fa81f4..000000000 Binary files a/en/_theme/doctrine/static/logo.jpg and /dev/null differ diff --git a/en/_theme/doctrine/static/note.png b/en/_theme/doctrine/static/note.png deleted file mode 100644 index a519f3546..000000000 Binary files a/en/_theme/doctrine/static/note.png and /dev/null differ diff --git a/en/_theme/doctrine/static/pygments.css b/en/_theme/doctrine/static/pygments.css deleted file mode 100644 index 1247614e5..000000000 --- a/en/_theme/doctrine/static/pygments.css +++ /dev/null @@ -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 */ \ No newline at end of file diff --git a/en/_theme/doctrine/static/servergrove.jpg b/en/_theme/doctrine/static/servergrove.jpg deleted file mode 100644 index 2e1f6703a..000000000 Binary files a/en/_theme/doctrine/static/servergrove.jpg and /dev/null differ diff --git a/en/_theme/doctrine/static/sidebox-foot.jpg b/en/_theme/doctrine/static/sidebox-foot.jpg deleted file mode 100644 index 34084e04c..000000000 Binary files a/en/_theme/doctrine/static/sidebox-foot.jpg and /dev/null differ diff --git a/en/_theme/doctrine/static/sidebox.jpg b/en/_theme/doctrine/static/sidebox.jpg deleted file mode 100644 index 4c6c4a420..000000000 Binary files a/en/_theme/doctrine/static/sidebox.jpg and /dev/null differ diff --git a/en/_theme/doctrine/static/tip.png b/en/_theme/doctrine/static/tip.png deleted file mode 100644 index f407993d1..000000000 Binary files a/en/_theme/doctrine/static/tip.png and /dev/null differ diff --git a/en/_theme/doctrine/static/ul-corner.jpg b/en/_theme/doctrine/static/ul-corner.jpg deleted file mode 100644 index d605110c3..000000000 Binary files a/en/_theme/doctrine/static/ul-corner.jpg and /dev/null differ diff --git a/en/_theme/doctrine/static/ur-corner.gif b/en/_theme/doctrine/static/ur-corner.gif deleted file mode 100644 index 60a332768..000000000 Binary files a/en/_theme/doctrine/static/ur-corner.gif and /dev/null differ diff --git a/en/_theme/doctrine/theme.conf b/en/_theme/doctrine/theme.conf deleted file mode 100644 index c2ee566c2..000000000 --- a/en/_theme/doctrine/theme.conf +++ /dev/null @@ -1,7 +0,0 @@ -[theme] -inherit = basic -stylesheet = default.css -pygments_style = sphinx - -[options] -nosidebar = false