| 1 | |
| 2 | table { border:0px solid white; } |
| 3 | |
| 4 | /* Tables */ |
| 5 | table.help { margin-left: auto; margin-right: auto; background: #92cc47;} |
| 6 | th.summary, th.details, th.index |
| 7 | { font-family:"Trebuchet MS",sans-serif; font-weight:normal; |
| 8 | text-align: left; font-size:150%; margin-top:1em; margin-bottom:.2em; line-height:1.2em; margin-top:-.5em !important; margin-bottom:.6em; color:#487858; } |
| 9 | |
| 10 | |
| 11 | h1,h2,h3 { margin-top:.8em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; } |
| 12 | h1 { font-size:218%; margin-top:.6em; margin-bottom:.6em; color:#092e20; line-height:1.1em; } |
| 13 | h2 { font-size:150%; margin-top:1em; margin-bottom:.2em; line-height:1.2em; color:#092e20; } |
| 14 | #homepage h2 { font-size:140%; } |
| 15 | h3 { font-size:125%; font-weight:bold; margin-bottom:.2em; color:#487858; } |
| 16 | h4 { font-size:100%; font-weight:bold; margin-bottom:-3px; margin-top:1.2em; text-transform:uppercase; letter-spacing:1px; } |
| 17 | h5 { font-size:1em; font-weight:bold; margin-top:1.5em; margin-bottom:3px; } |
| 18 | |
| 19 | /* Table of contents */ |
| 20 | p.toc { margin:0; margin-left: 10px; padding: 0; } |
| 21 | h1.tocheading { text-align: center; margin-left: 0px;} |
| 22 | h2.tocheading {margin-left: 5px;} |
| 23 | |
| 24 | /* Base tree */ |
| 25 | pre.base-tree { font-size: 80%; margin: 0; } |
| 26 | |
| 27 | /* Summary Sections */ |
| 28 | p.varlist { padding: 0 0 0 0; text-indent: 0em; |
| 29 | margin: 0;} |
| 30 | .varlist-header { font-weight: bold; } |
| 31 | p.imports { padding: 0 0 0 3em; text-indent: -2.5em; } |
| 32 | .imports-header { font-weight: bold; } |
| 33 | |
| 34 | /* Details Sections */ |
| 35 | table.func-details { background: #e0ffb8; |
| 36 | padding: 0 1em 0 2em; margin: 0.4em 0 0 0; |
| 37 | border:1px solid #94da3a;} |
| 38 | h3.func-detail { margin: 0 0 1em 0; } |
| 39 | table.var-details { border-width: 0px; border-style: none; |
| 40 | padding: 0 1em 0 1em; margin: 0.4em 0 0 0; } |
| 41 | h3.var-details { margin: 0 0 1em 0; } |
| 42 | |
| 43 | /* Function signatures */ |
| 44 | .sig { font-weight: bold; } |
| 45 | |
| 46 | /* Doctest blocks */ |
| 47 | .py-prompt { font-weight: bold;} |
| 48 | pre.doctestblock { padding: .5em; margin: 1em; |
| 49 | border-width: 1px; border-style: solid; } |
| 50 | table pre.doctestblock |
| 51 | { padding: .5em; margin: 1em; |
| 52 | border-width: 1px; border-style: solid; } |
| 53 | |
| 54 | /* Variable values */ |
| 55 | pre.variable { padding: .5em; margin: 0; |
| 56 | border-width: 1px; border-style: solid; } |
| 57 | |
| 58 | /* Navigation bar */ |
| 59 | .nomargin { margin: 0; } |
| 60 | |
| 61 | /* This is used in <div> sections containing tables of private |
| 62 | values, to make them flow more seamlessly with the table that |
| 63 | comes before them. */ |
| 64 | .continue { border-top: 0; } |
| 65 | |
| 66 | |
| 67 | /* Source Code Listings */ |
| 68 | div.py-src { border:1px solid #94da3a; } |
| 69 | div.highlight-hdr { border-top: 2px solid #94da3a; border-bottom: 1px solid #94da3a; } |
| 70 | div.highlight { border-bottom: 1px solid #94da3a; } |
| 71 | .lineno { border-right: 2px solid; |
| 72 | padding-right: .2em; |
| 73 | font-style: italic; } |
| 74 | |
| 75 | /* Lists */ |
| 76 | ul { margin-top: 0; } |
| 77 | |
| 78 | .header { font-size: 85%; } |
| 79 | .breadcrumbs { font-size: 85%; font-weight: bold; } |
| 80 | .options { font-size: 70%; } |
| 81 | .rtype, .ptype, .vtype |
| 82 | { font-size: 85%; width: 2em;} |
| 83 | dt { font-weight: bold; } |
| 84 | .small { font-size: 85%; } |
| 85 | |
| 86 | h2 span.codelink { font-size: 58%; font-weight: normal; } |
| 87 | span.codelink { font-size: 85%; font-weight: normal; } |
| 88 | |
| 89 | /* Body color */ |
| 90 | |
| 91 | body { margin:0; padding:0px; background:#FFFFFF; color:#000000; } |
| 92 | body, th, td { font:12px/1.4em Verdana,sans-serif; } |
| 93 | |
| 94 | /* Tables */ |
| 95 | table.summary, table.details, table.index |
| 96 | { background: white; color: #000000; border:5px solid white;} |
| 97 | table.summary tr.summary, tr.details, tr.index, th.summery |
| 98 | { background: white; color: #FFFFFF; border:0px solid white; } |
| 99 | th.group { background: white; color: #234f32; text-align: left; font-style: normal; font-weight:bold; padding-left: 8px;} |
| 100 | table.summery tr td, table.details tr td { |
| 101 | padding-left: .4em; |
| 102 | } |
| 103 | /* Details Sections */ |
| 104 | /* table.func-details { background: #e8f0f8; color: #000000; */ |
| 105 | /* border-color: #c0d0d0; } */ |
| 106 | /* h3.func-detail { background: transparent; color: #000000; } */ |
| 107 | table.var-details { background: #E0FFB8; color: #000000; |
| 108 | border-color: #c0d0d0; border:1px solid #94da3a; } |
| 109 | h3.var-details { background: transparent; color: #000000; } |
| 110 | |
| 111 | /* Function signatures */ |
| 112 | .sig { background: transparent; color: #000000; } |
| 113 | .sig-name { background: transparent; color: #006080; } |
| 114 | .sig-arg, .sig-kwarg, .sig-vararg |
| 115 | { background: transparent; color: #008060; } |
| 116 | .sig-default { background: transparent; color: #602000; } |
| 117 | .summary-sig { background: transparent; color: #000000; } |
| 118 | .summary-sig-name { background: transparent; color: #204080; } |
| 119 | .summary-sig-arg, .summary-sig-kwarg, .summary-sig-vararg |
| 120 | { background: transparent; color: #008060; } |
| 121 | |
| 122 | /* Souce code listings & doctest blocks */ |
| 123 | .py-src { background: transparent; color: #000000; } |
| 124 | .py-prompt { background: transparent; color: #005050; } |
| 125 | .py-string { background: transparent; color: #006030; } |
| 126 | .py-comment { background: transparent; color: #003060; } |
| 127 | .py-keyword { background: transparent; color: #600000; } |
| 128 | .py-output { background: transparent; color: #404040; } |
| 129 | .py-name { background: transparent; color: #000000; } |
| 130 | .py-number { background: transparent; color: #005000; } |
| 131 | .py-def-name { background: transparent; color: #000060; |
| 132 | font-weight: bold; } |
| 133 | .py-base-class { background: transparent; color: #000060; } |
| 134 | .py-param { background: transparent; color: #000060; } |
| 135 | .py-docstring { background: transparent; color: #006030; } |
| 136 | .py-decorator { background: transparent; color: #804020; } |
| 137 | |
| 138 | pre.doctestblock { background: #f4faff; color: #000000; |
| 139 | border-color: #708890; } |
| 140 | table pre.doctestblock |
| 141 | { background: #dce4ec; color: #000000; |
| 142 | border-color: #708890; } |
| 143 | div.py-src { background: #E0FFB8; } |
| 144 | div.highlight-hdr { background: #c3ff76; } |
| 145 | div.highlight { background: #d0ff93; } |
| 146 | |
| 147 | |
| 148 | /* Variable values */ |
| 149 | pre.variable { background: #E0FFB8; color: #000000; |
| 150 | border:1px solid #94da3a;} |
| 151 | .variable-linewrap { background: transparent; color: #604000; } |
| 152 | .variable-ellipsis { background: transparent; color: #604000; } |
| 153 | .variable-quote { background: transparent; color: #604000; } |
| 154 | .re { background: transparent; color: #000000; } |
| 155 | .re-char { background: transparent; color: #006030; } |
| 156 | .re-op { background: transparent; color: #600000; } |
| 157 | .re-group { background: transparent; color: #003060; } |
| 158 | .re-ref { background: transparent; color: #404040; } |
| 159 | |
| 160 | /* Navigation bar */ |
| 161 | table.navbar { padding:0px 0px 0px 0px; margin:0; bottom:0; right:0; font-family:"Trebuchet MS",sans-serif; white-space:nowrap; } |
| 162 | th.navbar { padding:5px 5px 5px 0px; background:#092e20; } |
| 163 | th.navselect { padding:5px 5px 5px 0px; color:white; background:#234f32; } |
| 164 | /*th.navselect a:hover { padding:5px 5px 5px 0px; color:white; background:#234f32; } */ |
| 165 | table.navbar a { color: #ffc757; } |
| 166 | th.navbar:hover, th.navbar a:hover { color: white; background:#092e20; } |
| 167 | |
| 168 | a {text-decoration: none;} |
| 169 | a img {border: none;} |
| 170 | a:link, a:visited { color:#AB5603; } |
| 171 | a:hover { background-color:#E0FFB8; color:#234f32; text-decoration:none; } |
| 172 | |
| 173 | /* remove ugly borders */ |
| 174 | .summary, tr.summary, th.summary { border:0px solid white; } |
| 175 | table.details, table.details th, table.details td { border:0px solid white; } |
| 176 | table.summary tr, table.summary th, table.summary td{ border:0px solid white;} |
| 177 | |
| 178 | table.summary td { padding-left: 2em; } |
| 179 | table.summary tr.summary td { padding-left: 0px; } |
| 180 | |
| 181 | table.index, table.index td, table.index th { border:0px none white;} |
| 182 | table.index tr td { border-bottom:1px solid #CCCCCC;} |
| 183 | |
| 184 | /* table.summary tr td { padding-left: 10px } */ |
| 185 | |
| 186 | hr { color: #94da3a; border:1px solid #94da3a; } |
| 187 | |
| 188 | /* Misc. */ |
| 189 | .footer { font-size: 85%; background: #092e20; color: #234f32; min-height: 100%;} |
| 190 | td.footer a { color: #ffc757; } |
| 191 | td.footer a:hover { color: white; background:#092e20; } |