cmlenz@2: html { background: #4b4d4d url(../style/bkgnd_pattern.png); margin: 0; cmlenz@2: padding: 1em 1em 3em; cmlenz@2: } cmlenz@2: body { background: #fff url(../style/vertbars.png) repeat-x; cmlenz@2: border: 1px solid #000; color: #000; margin: 1em 0; padding: 0 1em 1em; cmlenz@2: } cmlenz@2: body, th, td { cmlenz@2: font: normal small Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif; cmlenz@2: } cmlenz@2: h1, h2, h3, h4 { cmlenz@2: font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif; cmlenz@2: font-weight: bold; letter-spacing: -0.018em; cmlenz@2: } cmlenz@2: h1 { font-size: 19px; margin: 2em 0 .5em; } cmlenz@2: h2 { font-size: 16px; margin: 1.5em 0 .5em; } cmlenz@2: h3 { font-size: 14px; margin: 1.2em 0 .5em; } cmlenz@2: hr { border: none; border-top: 1px solid #ccb; margin: 2em 0; } cmlenz@2: p { margin: 0 0 1em; } cmlenz@2: :link, :visited { text-decoration: none; border-bottom: 1px dotted #bbb; cmlenz@2: color: #b00; cmlenz@2: } cmlenz@2: :link:hover, :visited:hover { background-color: #eee; color: #555; } cmlenz@2: cmlenz@2: table { border: none; border-collapse: collapse; } cmlenz@2: cmlenz@2: table.navbar { background: #000; color: #fff; margin: 2em 0 .33em; } cmlenz@2: table.navbar th { border: 1px solid #000; font-weight: bold; padding: 1px; } cmlenz@2: table.navbar :link, table.navbar :visited { border: none; color: #fff; } cmlenz@2: table.navbar :link:hover, table.navbar :visited:hover { background: none; cmlenz@2: text-decoration: underline overline; cmlenz@2: } cmlenz@2: table.navbar th.navbar-select { background: #fff; color: #000; } cmlenz@2: span.breadcrumbs { color: #666; font-size: 95%; } cmlenz@2: h1.epydoc { border: none; color: #666; cmlenz@2: font-size: x-large; margin: 1em 0 0; padding: 0; cmlenz@2: } cmlenz@2: pre.base-tree { color: #666; margin: 0; padding: 0; } cmlenz@2: pre.base-tree :link, pre.base-tree :visited { border: none; } cmlenz@2: pre.py-doctest, pre.variable, pre.rst-literal-block { background: #eee; cmlenz@2: border: 1px solid #e6e6e6; color: #000; margin: 1em; padding: .25em; cmlenz@2: overflow: auto; cmlenz@2: } cmlenz@2: pre.variable { margin: 0; } cmlenz@2: cmlenz@2: /* Summary tables */ cmlenz@2: cmlenz@2: table.summary { margin: .5em 0; } cmlenz@2: table.summary tr.table-header { background: #f7f7f0; } cmlenz@2: table.summary td.table-header { color: #666; font-weight: bold; } cmlenz@12: table.summary th.group-header { background: #f7f7f0; color: #666; cmlenz@12: font-size: 90%; font-weight: bold; text-align: left; cmlenz@12: } cmlenz@2: table.summary th, table.summary td { border: 1px solid #d7d7d7; } cmlenz@2: table.summary th th, table.summary td td { border: none; } cmlenz@2: table.summary td.summary table td { color: #666; font-size: 90%; } cmlenz@2: table.summary td.summary table br { display: none; } cmlenz@24: table.summary td.summary span.summary-type { font-family: monospace; cmlenz@24: font-size: 90%; cmlenz@24: } cmlenz@2: table.summary td.summary span.summary-type code { font-size: 110%; } cmlenz@2: p.indent-wrapped-lines { color: #999; font-size: 85%; margin: 0; cmlenz@2: padding: 0 0 0 7em; text-indent: -7em; cmlenz@2: } cmlenz@2: p.indent-wrapped-lines code { color: #999; font-size: 115%; } cmlenz@2: p.indent-wrapped-lines :link, p.indent-wrapped-lines :visited { border: none; } cmlenz@2: .summary-sig { display: block; font-family: monospace; font-size: 120%; cmlenz@2: margin-bottom: .5em; cmlenz@2: } cmlenz@2: .summary-sig-name { font-weight: bold; } cmlenz@2: .summary-sig-arg { color: #333; } cmlenz@2: .summary-sig :link, .summary-sig :visited { border: none; } cmlenz@2: .summary-name { font-family: monospace; font-weight: bold; } cmlenz@2: cmlenz@2: /* Details tables */ cmlenz@2: cmlenz@2: table.details { margin: 2em 0 0; } cmlenz@2: div table.details { margin-top: 0; } cmlenz@2: table.details tr.table-header { background: transparent; } cmlenz@2: table.details td.table-header { border-bottom: 1px solid #ccc; padding: 2em 0 0; } cmlenz@2: table.details span.table-header { cmlenz@2: font: bold 140% Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif; cmlenz@2: letter-spacing: -0.018em; cmlenz@2: } cmlenz@2: table.details th, table.details td { border: none; } cmlenz@2: table.details th th, table.details td td { border: none; } cmlenz@2: table.details td { padding-left: 2em; } cmlenz@2: table.details td td { padding-left: 0; } cmlenz@2: table.details h3.epydoc { margin-left: -2em; } cmlenz@2: table.details h3.epydoc .sig { color: #999; font-family: monospace; } cmlenz@2: table.details h3.epydoc .sig-name { color: #000; } cmlenz@2: table.details h3.epydoc .sig-arg { color: #666; } cmlenz@2: table.details h3.epydoc .sig-default { font-size: 95%; font-weight: normal; } cmlenz@2: table.details h3.epydoc .sig-default code { font-weight: normal; } cmlenz@2: table.details h3.epydoc .fname { color: #999; font-size: 90%; cmlenz@2: font-style: italic; font-weight: normal; line-height: 1.6em; cmlenz@2: } cmlenz@2: cmlenz@2: dl dt { color: #666; margin-top: 1em; } cmlenz@2: dl dd { margin: 0; padding-left: 2em; } cmlenz@2: dl.fields { margin: 1em 0; padding: 0; } cmlenz@2: dl.fields dt { color: #666; margin-top: 1em; } cmlenz@2: dl.fields dd ul { margin: 0; padding: 0; } cmlenz@2: div.fields { font-size: 90%; margin: 0 0 2em 2em; } cmlenz@2: div.fields p { margin-bottom: 0.5em; } cmlenz@2: cmlenz@2: table td.footer { color: #999; font-size: 85%; margin-top: 3em; cmlenz@2: padding: 0 3em 1em; position: absolute; width: 80%; } cmlenz@2: table td.footer :link, table td.footer :visited { border: none; color: #999; } cmlenz@2: table td.footer :link:hover, table td.footer :visited:hover { cmlenz@2: background: transparent; text-decoration: underline; cmlenz@2: } cmlenz@2: cmlenz@2: /* Syntax highlighting */ cmlenz@2: cmlenz@2: .py-prompt, .py-more, .variable-ellipsis, .variable-op { color: #999; } cmlenz@2: .variable-group { color: #666; font-weight: bold; } cmlenz@2: .py-string, .variable-string, .variable-quote { color: #093; } cmlenz@2: .py-comment { color: #06f; font-style: italic; } cmlenz@2: .py-keyword { color: #00f; } cmlenz@2: .py-output { background: #f6f6f0; color: #666; font-weight: bold; } cmlenz@2: cmlenz@2: /* Index */ cmlenz@2: cmlenz@2: table.link-index { background: #f6f6f0; border: none; margin-top: 1em; } cmlenz@2: table.link-index td.link-index { border: none; font-family: monospace; cmlenz@2: font-weight: bold; padding: .5em 1em; cmlenz@2: } cmlenz@2: table.link-index td table, table.link-index td td { border: none; } cmlenz@2: table.link-index .index-where { color: #999; cmlenz@2: font-family: Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif; cmlenz@2: font-size: 90%; font-weight: normal; line-height: 1.6em; cmlenz@2: } cmlenz@2: table.link-index .index-where :link, table.link-index .index-where :visited { cmlenz@2: border: none; color: #666; cmlenz@2: } cmlenz@2: h2.epydoc { color: #999; font-size: 200%; line-height: 10px; }