3421N/A/*
3421N/A * basic.css
3421N/A * ~~~~~~~~~
3421N/A *
3421N/A * Sphinx stylesheet -- basic theme.
3421N/A *
3421N/A * :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
3421N/A * :license: BSD, see LICENSE for details.
3421N/A *
3421N/A */
3421N/A
3421N/A/* -- main layout ----------------------------------------------------------- */
3421N/A
3421N/Adiv.clearer {
3421N/A clear: both;
3421N/A}
3421N/A
3421N/A/* -- relbar ---------------------------------------------------------------- */
3421N/A
3421N/Adiv.related {
3421N/A width: 100%;
3421N/A font-size: 90%;
3421N/A}
3421N/A
3421N/Adiv.related h3 {
3421N/A display: none;
3421N/A}
3421N/A
3421N/Adiv.related ul {
3421N/A margin: 0;
3421N/A padding: 0 0 0 10px;
3421N/A list-style: none;
3421N/A}
3421N/A
3421N/Adiv.related li {
3421N/A display: inline;
3421N/A}
3421N/A
3421N/Adiv.related li.right {
3421N/A float: right;
3421N/A margin-right: 5px;
3421N/A}
3421N/A
3421N/A/* -- sidebar --------------------------------------------------------------- */
3421N/A
3421N/Adiv.sphinxsidebarwrapper {
3421N/A padding: 10px 5px 0 10px;
3421N/A}
3421N/A
3421N/Adiv.sphinxsidebar {
3421N/A float: left;
3421N/A width: 230px;
3421N/A margin-left: -100%;
3421N/A font-size: 90%;
3421N/A}
3421N/A
3421N/Adiv.sphinxsidebar ul {
3421N/A list-style: none;
3421N/A}
3421N/A
3421N/Adiv.sphinxsidebar ul ul,
3421N/Adiv.sphinxsidebar ul.want-points {
3421N/A margin-left: 20px;
3421N/A list-style: square;
3421N/A}
3421N/A
3421N/Adiv.sphinxsidebar ul ul {
3421N/A margin-top: 0;
3421N/A margin-bottom: 0;
3421N/A}
3421N/A
3421N/Adiv.sphinxsidebar form {
3421N/A margin-top: 10px;
3421N/A}
3421N/A
3421N/Adiv.sphinxsidebar input {
3421N/A border: 1px solid #98dbcc;
3421N/A font-family: sans-serif;
3421N/A font-size: 1em;
3421N/A}
3421N/A
3421N/Adiv.sphinxsidebar #searchbox input[type="text"] {
3421N/A width: 170px;
3421N/A}
3421N/A
3421N/Adiv.sphinxsidebar #searchbox input[type="submit"] {
3421N/A width: 30px;
3421N/A}
3421N/A
3421N/Aimg {
3421N/A border: 0;
3421N/A max-width: 100%;
3421N/A}
3421N/A
3421N/A/* -- search page ----------------------------------------------------------- */
3421N/A
3421N/Aul.search {
3421N/A margin: 10px 0 0 20px;
3421N/A padding: 0;
3421N/A}
3421N/A
3421N/Aul.search li {
3421N/A padding: 5px 0 5px 20px;
3421N/A background-image: url(file.png);
3421N/A background-repeat: no-repeat;
3421N/A background-position: 0 7px;
3421N/A}
3421N/A
3421N/Aul.search li a {
3421N/A font-weight: bold;
3421N/A}
3421N/A
3421N/Aul.search li div.context {
3421N/A color: #888;
3421N/A margin: 2px 0 0 30px;
3421N/A text-align: left;
3421N/A}
3421N/A
3421N/Aul.keywordmatches li.goodmatch a {
3421N/A font-weight: bold;
3421N/A}
3421N/A
3421N/A/* -- index page ------------------------------------------------------------ */
3421N/A
3421N/Atable.contentstable {
3421N/A width: 90%;
3421N/A}
3421N/A
3421N/Atable.contentstable p.biglink {
3421N/A line-height: 150%;
3421N/A}
3421N/A
3421N/Aa.biglink {
3421N/A font-size: 1.3em;
3421N/A}
3421N/A
3421N/Aspan.linkdescr {
3421N/A font-style: italic;
3421N/A padding-top: 5px;
3421N/A font-size: 90%;
3421N/A}
3421N/A
3421N/A/* -- general index --------------------------------------------------------- */
3421N/A
3421N/Atable.indextable {
3421N/A width: 100%;
3421N/A}
3421N/A
3421N/Atable.indextable td {
3421N/A text-align: left;
3421N/A vertical-align: top;
3421N/A}
3421N/A
3421N/Atable.indextable dl, table.indextable dd {
3421N/A margin-top: 0;
3421N/A margin-bottom: 0;
3421N/A}
3421N/A
3421N/Atable.indextable tr.pcap {
3421N/A height: 10px;
3421N/A}
3421N/A
3421N/Atable.indextable tr.cap {
3421N/A margin-top: 10px;
3421N/A background-color: #f2f2f2;
3421N/A}
3421N/A
3421N/Aimg.toggler {
3421N/A margin-right: 3px;
3421N/A margin-top: 3px;
3421N/A cursor: pointer;
3421N/A}
3421N/A
3421N/Adiv.modindex-jumpbox {
3421N/A border-top: 1px solid #ddd;
3421N/A border-bottom: 1px solid #ddd;
3421N/A margin: 1em 0 1em 0;
3421N/A padding: 0.4em;
3421N/A}
3421N/A
3421N/Adiv.genindex-jumpbox {
3421N/A border-top: 1px solid #ddd;
3421N/A border-bottom: 1px solid #ddd;
3421N/A margin: 1em 0 1em 0;
3421N/A padding: 0.4em;
3421N/A}
3421N/A
3421N/A/* -- general body styles --------------------------------------------------- */
3421N/A
3421N/Aa.headerlink {
3421N/A visibility: hidden;
3421N/A}
3421N/A
3421N/Ah1:hover > a.headerlink,
3421N/Ah2:hover > a.headerlink,
3421N/Ah3:hover > a.headerlink,
3421N/Ah4:hover > a.headerlink,
3421N/Ah5:hover > a.headerlink,
3421N/Ah6:hover > a.headerlink,
3421N/Adt:hover > a.headerlink {
3421N/A visibility: visible;
3421N/A}
3421N/A
3421N/Adiv.body p.caption {
3421N/A text-align: inherit;
3421N/A}
3421N/A
3421N/Adiv.body td {
3421N/A text-align: left;
3421N/A}
3421N/A
3421N/A.field-list ul {
3421N/A padding-left: 1em;
3421N/A}
3421N/A
3421N/A.first {
3421N/A margin-top: 0 !important;
3421N/A}
3421N/A
3421N/Ap.rubric {
3421N/A margin-top: 30px;
3421N/A font-weight: bold;
3421N/A}
3421N/A
3421N/Aimg.align-left, .figure.align-left, object.align-left {
3421N/A clear: left;
3421N/A float: left;
3421N/A margin-right: 1em;
3421N/A}
3421N/A
3421N/Aimg.align-right, .figure.align-right, object.align-right {
3421N/A clear: right;
3421N/A float: right;
3421N/A margin-left: 1em;
3421N/A}
3421N/A
3421N/Aimg.align-center, .figure.align-center, object.align-center {
3421N/A display: block;
3421N/A margin-left: auto;
3421N/A margin-right: auto;
3421N/A}
3421N/A
3421N/A.align-left {
3421N/A text-align: left;
3421N/A}
3421N/A
3421N/A.align-center {
3421N/A text-align: center;
3421N/A}
3421N/A
3421N/A.align-right {
3421N/A text-align: right;
3421N/A}
3421N/A
3421N/A/* -- sidebars -------------------------------------------------------------- */
3421N/A
3421N/Adiv.sidebar {
3421N/A margin: 0 0 0.5em 1em;
3421N/A border: 1px solid #ddb;
3421N/A padding: 7px 7px 0 7px;
3421N/A background-color: #ffe;
3421N/A width: 40%;
3421N/A float: right;
3421N/A}
3421N/A
3421N/Ap.sidebar-title {
3421N/A font-weight: bold;
3421N/A}
3421N/A
3421N/A/* -- topics ---------------------------------------------------------------- */
3421N/A
3421N/Adiv.topic {
3421N/A border: 1px solid #ccc;
3421N/A padding: 7px 7px 0 7px;
3421N/A margin: 10px 0 10px 0;
3421N/A}
3421N/A
3421N/Ap.topic-title {
3421N/A font-size: 1.1em;
3421N/A font-weight: bold;
3421N/A margin-top: 10px;
3421N/A}
3421N/A
3421N/A/* -- admonitions ----------------------------------------------------------- */
3421N/A
3421N/Adiv.admonition {
3421N/A margin-top: 10px;
3421N/A margin-bottom: 10px;
3421N/A padding: 7px;
3421N/A}
3421N/A
3421N/Adiv.admonition dt {
3421N/A font-weight: bold;
3421N/A}
3421N/A
3421N/Adiv.admonition dl {
3421N/A margin-bottom: 0;
3421N/A}
3421N/A
3421N/Ap.admonition-title {
3421N/A margin: 0px 10px 5px 0px;
3421N/A font-weight: bold;
3421N/A}
3421N/A
3421N/Adiv.body p.centered {
3421N/A text-align: center;
3421N/A margin-top: 25px;
3421N/A}
3421N/A
3421N/A/* -- tables ---------------------------------------------------------------- */
3421N/A
3421N/Atable.docutils {
3421N/A border: 0;
3421N/A border-collapse: collapse;
3421N/A}
3421N/A
3421N/Atable.docutils td, table.docutils th {
3421N/A padding: 1px 8px 1px 5px;
3421N/A border-top: 0;
3421N/A border-left: 0;
3421N/A border-right: 0;
3421N/A border-bottom: 1px solid #aaa;
3421N/A}
3421N/A
3421N/Atable.field-list td, table.field-list th {
3421N/A border: 0 !important;
3421N/A}
3421N/A
3421N/Atable.footnote td, table.footnote th {
3421N/A border: 0 !important;
3421N/A}
3421N/A
3421N/Ath {
3421N/A text-align: left;
3421N/A padding-right: 5px;
3421N/A}
3421N/A
3421N/Atable.citation {
3421N/A border-left: solid 1px gray;
3421N/A margin-left: 1px;
3421N/A}
3421N/A
3421N/Atable.citation td {
3421N/A border-bottom: none;
3421N/A}
3421N/A
3421N/A/* -- other body styles ----------------------------------------------------- */
3421N/A
3421N/Aol.arabic {
3421N/A list-style: decimal;
3421N/A}
3421N/A
3421N/Aol.loweralpha {
3421N/A list-style: lower-alpha;
3421N/A}
3421N/A
3421N/Aol.upperalpha {
3421N/A list-style: upper-alpha;
3421N/A}
3421N/A
3421N/Aol.lowerroman {
3421N/A list-style: lower-roman;
3421N/A}
3421N/A
3421N/Aol.upperroman {
3421N/A list-style: upper-roman;
3421N/A}
3421N/A
3421N/Adl {
3421N/A margin-bottom: 15px;
3421N/A}
3421N/A
3421N/Add p {
3421N/A margin-top: 0px;
3421N/A}
3421N/A
3421N/Add ul, dd table {
3421N/A margin-bottom: 10px;
3421N/A}
3421N/A
3421N/Add {
3421N/A margin-top: 3px;
3421N/A margin-bottom: 10px;
3421N/A margin-left: 30px;
3421N/A}
3421N/A
3421N/Adt:target, .highlighted {
3421N/A background-color: #fbe54e;
3421N/A}
3421N/A
3421N/Adl.glossary dt {
3421N/A font-weight: bold;
3421N/A font-size: 1.1em;
3421N/A}
3421N/A
3421N/A.field-list ul {
3421N/A margin: 0;
3421N/A padding-left: 1em;
3421N/A}
3421N/A
3421N/A.field-list p {
3421N/A margin: 0;
3421N/A}
3421N/A
3421N/A.optional {
3421N/A font-size: 1.3em;
3421N/A}
3421N/A
3421N/A.versionmodified {
3421N/A font-style: italic;
3421N/A}
3421N/A
3421N/A.system-message {
3421N/A background-color: #fda;
3421N/A padding: 5px;
3421N/A border: 3px solid red;
3421N/A}
3421N/A
3421N/A.footnote:target {
3421N/A background-color: #ffa;
3421N/A}
3421N/A
3421N/A.line-block {
3421N/A display: block;
3421N/A margin-top: 1em;
3421N/A margin-bottom: 1em;
3421N/A}
3421N/A
3421N/A.line-block .line-block {
3421N/A margin-top: 0;
3421N/A margin-bottom: 0;
3421N/A margin-left: 1.5em;
3421N/A}
3421N/A
3421N/A.guilabel, .menuselection {
3421N/A font-family: sans-serif;
3421N/A}
3421N/A
3421N/A.accelerator {
3421N/A text-decoration: underline;
3421N/A}
3421N/A
3421N/A.classifier {
3421N/A font-style: oblique;
3421N/A}
3421N/A
3421N/Aabbr, acronym {
3421N/A border-bottom: dotted 1px;
3421N/A cursor: help;
3421N/A}
3421N/A
3421N/A/* -- code displays --------------------------------------------------------- */
3421N/A
3421N/Apre {
3421N/A overflow: auto;
3421N/A overflow-y: hidden; /* fixes display issues on Chrome browsers */
3421N/A}
3421N/A
3421N/Atd.linenos pre {
3421N/A padding: 5px 0px;
3421N/A border: 0;
3421N/A background-color: transparent;
3421N/A color: #aaa;
3421N/A}
3421N/A
3421N/Atable.highlighttable {
3421N/A margin-left: 0.5em;
3421N/A}
3421N/A
3421N/Atable.highlighttable td {
3421N/A padding: 0 0.5em 0 0.5em;
3421N/A}
3421N/A
3421N/Att.descname {
3421N/A background-color: transparent;
3421N/A font-weight: bold;
3421N/A font-size: 1.2em;
3421N/A}
3421N/A
3421N/Att.descclassname {
3421N/A background-color: transparent;
3421N/A}
3421N/A
3421N/Att.xref, a tt {
3421N/A background-color: transparent;
3421N/A font-weight: bold;
3421N/A}
3421N/A
3421N/Ah1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
3421N/A background-color: transparent;
3421N/A}
3421N/A
3421N/A.viewcode-link {
3421N/A float: right;
3421N/A}
3421N/A
3421N/A.viewcode-back {
3421N/A float: right;
3421N/A font-family: sans-serif;
3421N/A}
3421N/A
3421N/Adiv.viewcode-block:target {
3421N/A margin: -1px -10px;
3421N/A padding: 0 10px;
3421N/A}
3421N/A
3421N/A/* -- math display ---------------------------------------------------------- */
3421N/A
3421N/Aimg.math {
3421N/A vertical-align: middle;
3421N/A}
3421N/A
3421N/Adiv.body div.math p {
3421N/A text-align: center;
3421N/A}
3421N/A
3421N/Aspan.eqno {
3421N/A float: right;
3421N/A}
3421N/A
3421N/A/* -- printout stylesheet --------------------------------------------------- */
3421N/A
3421N/A@media print {
3421N/A div.document,
3421N/A div.documentwrapper,
3421N/A div.bodywrapper {
3421N/A margin: 0 !important;
3421N/A width: 100%;
3421N/A }
3421N/A
3421N/A div.sphinxsidebar,
3421N/A div.related,
3421N/A div.footer,
3421N/A #top-link {
3421N/A display: none;
3421N/A }
3421N/A}