Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | /** |
michael@0 | 2 | * Sphinx stylesheet -- basic theme |
michael@0 | 3 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
michael@0 | 4 | */ |
michael@0 | 5 | h3 { |
michael@0 | 6 | color:#000000; |
michael@0 | 7 | font-size: 17px; |
michael@0 | 8 | margin-bottom:0.5em; |
michael@0 | 9 | margin-top:2em; |
michael@0 | 10 | } |
michael@0 | 11 | /* -- main layout ----------------------------------------------------------- */ |
michael@0 | 12 | |
michael@0 | 13 | div.clearer { |
michael@0 | 14 | clear: both; |
michael@0 | 15 | } |
michael@0 | 16 | |
michael@0 | 17 | /* -- header ---------------------------------------------------------------- */ |
michael@0 | 18 | |
michael@0 | 19 | #header #title { |
michael@0 | 20 | background:#29334F url(title_background.png) repeat-x scroll 0 0; |
michael@0 | 21 | border-bottom:1px solid #B6B6B6; |
michael@0 | 22 | height:25px; |
michael@0 | 23 | overflow:hidden; |
michael@0 | 24 | } |
michael@0 | 25 | #headerButtons { |
michael@0 | 26 | position: absolute; |
michael@0 | 27 | list-style: none outside; |
michael@0 | 28 | top: 26px; |
michael@0 | 29 | left: 0px; |
michael@0 | 30 | right: 0px; |
michael@0 | 31 | margin: 0px; |
michael@0 | 32 | padding: 0px; |
michael@0 | 33 | border-top: 1px solid #2B334F; |
michael@0 | 34 | border-bottom: 1px solid #EDEDED; |
michael@0 | 35 | height: 20px; |
michael@0 | 36 | font-size: 8pt; |
michael@0 | 37 | overflow: hidden; |
michael@0 | 38 | background-color: #D8D8D8; |
michael@0 | 39 | } |
michael@0 | 40 | |
michael@0 | 41 | #headerButtons li { |
michael@0 | 42 | background-repeat:no-repeat; |
michael@0 | 43 | display:inline; |
michael@0 | 44 | margin-top:0; |
michael@0 | 45 | padding:0; |
michael@0 | 46 | } |
michael@0 | 47 | |
michael@0 | 48 | .headerButton { |
michael@0 | 49 | display: inline; |
michael@0 | 50 | height:20px; |
michael@0 | 51 | } |
michael@0 | 52 | |
michael@0 | 53 | .headerButton a { |
michael@0 | 54 | text-decoration: none; |
michael@0 | 55 | float: right; |
michael@0 | 56 | height: 20px; |
michael@0 | 57 | padding: 4px 15px; |
michael@0 | 58 | border-left: 1px solid #ACACAC; |
michael@0 | 59 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; |
michael@0 | 60 | color: black; |
michael@0 | 61 | } |
michael@0 | 62 | .headerButton a:hover { |
michael@0 | 63 | color: white; |
michael@0 | 64 | background-color: #787878; |
michael@0 | 65 | |
michael@0 | 66 | } |
michael@0 | 67 | |
michael@0 | 68 | li#toc_button { |
michael@0 | 69 | text-align:left; |
michael@0 | 70 | } |
michael@0 | 71 | |
michael@0 | 72 | li#toc_button .headerButton a { |
michael@0 | 73 | width:198px; |
michael@0 | 74 | padding-top: 4px; |
michael@0 | 75 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; |
michael@0 | 76 | color: black; |
michael@0 | 77 | float: left; |
michael@0 | 78 | padding-left:15px; |
michael@0 | 79 | border-right:1px solid #ACACAC; |
michael@0 | 80 | background:transparent url(triangle_open.png) no-repeat scroll 4px 6px; |
michael@0 | 81 | } |
michael@0 | 82 | |
michael@0 | 83 | li#toc_button .headerButton a:hover { |
michael@0 | 84 | background-color: #787878; |
michael@0 | 85 | color: white; |
michael@0 | 86 | } |
michael@0 | 87 | |
michael@0 | 88 | li#page_buttons { |
michael@0 | 89 | position:absolute; |
michael@0 | 90 | right:0; |
michael@0 | 91 | } |
michael@0 | 92 | |
michael@0 | 93 | #breadcrumbs { |
michael@0 | 94 | color: black; |
michael@0 | 95 | background-image:url(breadcrumb_background.png); |
michael@0 | 96 | border-top:1px solid #2B334F; |
michael@0 | 97 | bottom:0; |
michael@0 | 98 | font-size:10px; |
michael@0 | 99 | height:15px; |
michael@0 | 100 | left:0; |
michael@0 | 101 | overflow:hidden; |
michael@0 | 102 | padding:3px 10px 0; |
michael@0 | 103 | position:absolute; |
michael@0 | 104 | right:0; |
michael@0 | 105 | white-space:nowrap; |
michael@0 | 106 | z-index:901; |
michael@0 | 107 | } |
michael@0 | 108 | #breadcrumbs a { |
michael@0 | 109 | color: black; |
michael@0 | 110 | text-decoration: none; |
michael@0 | 111 | } |
michael@0 | 112 | #breadcrumbs a:hover { |
michael@0 | 113 | text-decoration: underline; |
michael@0 | 114 | } |
michael@0 | 115 | #breadcrumbs img { |
michael@0 | 116 | padding-left: 3px; |
michael@0 | 117 | } |
michael@0 | 118 | /* -- sidebar --------------------------------------------------------------- */ |
michael@0 | 119 | #sphinxsidebar { |
michael@0 | 120 | position: absolute; |
michael@0 | 121 | top: 84px; |
michael@0 | 122 | bottom: 19px; |
michael@0 | 123 | left: 0px; |
michael@0 | 124 | width: 229px; |
michael@0 | 125 | background-color: #E4EBF7; |
michael@0 | 126 | border-right: 1px solid #ACACAC; |
michael@0 | 127 | border-top: 1px solid #2B334F; |
michael@0 | 128 | overflow-x: hidden; |
michael@0 | 129 | overflow-y: auto; |
michael@0 | 130 | padding: 0px 0px 0px 0px; |
michael@0 | 131 | font-size:11px; |
michael@0 | 132 | } |
michael@0 | 133 | |
michael@0 | 134 | div.sphinxsidebarwrapper { |
michael@0 | 135 | padding: 10px 5px 0 10px; |
michael@0 | 136 | } |
michael@0 | 137 | |
michael@0 | 138 | #sphinxsidebar li { |
michael@0 | 139 | margin: 0px; |
michael@0 | 140 | padding: 0px; |
michael@0 | 141 | font-weight: normal; |
michael@0 | 142 | margin: 0px 0px 7px 0px; |
michael@0 | 143 | overflow: hidden; |
michael@0 | 144 | text-overflow: ellipsis; |
michael@0 | 145 | font-size: 11px; |
michael@0 | 146 | } |
michael@0 | 147 | |
michael@0 | 148 | #sphinxsidebar ul { |
michael@0 | 149 | list-style: none; |
michael@0 | 150 | margin: 0px 0px 0px 0px; |
michael@0 | 151 | padding: 0px 5px 0px 5px; |
michael@0 | 152 | } |
michael@0 | 153 | |
michael@0 | 154 | #sphinxsidebar ul ul, |
michael@0 | 155 | #sphinxsidebar ul.want-points { |
michael@0 | 156 | list-style: square; |
michael@0 | 157 | } |
michael@0 | 158 | |
michael@0 | 159 | #sphinxsidebar ul ul { |
michael@0 | 160 | margin-top: 0; |
michael@0 | 161 | margin-bottom: 0; |
michael@0 | 162 | } |
michael@0 | 163 | |
michael@0 | 164 | #sphinxsidebar form { |
michael@0 | 165 | margin-top: 10px; |
michael@0 | 166 | } |
michael@0 | 167 | |
michael@0 | 168 | #sphinxsidebar input { |
michael@0 | 169 | border: 1px solid #787878; |
michael@0 | 170 | font-family: sans-serif; |
michael@0 | 171 | font-size: 1em; |
michael@0 | 172 | } |
michael@0 | 173 | |
michael@0 | 174 | img { |
michael@0 | 175 | border: 0; |
michael@0 | 176 | } |
michael@0 | 177 | |
michael@0 | 178 | #sphinxsidebar li.toctree-l1 a { |
michael@0 | 179 | font-weight: bold; |
michael@0 | 180 | color: #000; |
michael@0 | 181 | text-decoration: none; |
michael@0 | 182 | } |
michael@0 | 183 | |
michael@0 | 184 | #sphinxsidebar li.toctree-l2 a { |
michael@0 | 185 | font-weight: bold; |
michael@0 | 186 | color: #4f4f4f; |
michael@0 | 187 | text-decoration: none; |
michael@0 | 188 | } |
michael@0 | 189 | |
michael@0 | 190 | /* -- search page ----------------------------------------------------------- */ |
michael@0 | 191 | |
michael@0 | 192 | ul.search { |
michael@0 | 193 | margin: 10px 0 0 20px; |
michael@0 | 194 | padding: 0; |
michael@0 | 195 | } |
michael@0 | 196 | |
michael@0 | 197 | ul.search li { |
michael@0 | 198 | padding: 5px 0 5px 20px; |
michael@0 | 199 | background-image: url(file.png); |
michael@0 | 200 | background-repeat: no-repeat; |
michael@0 | 201 | background-position: 0 7px; |
michael@0 | 202 | } |
michael@0 | 203 | |
michael@0 | 204 | ul.search li a { |
michael@0 | 205 | font-weight: bold; |
michael@0 | 206 | } |
michael@0 | 207 | |
michael@0 | 208 | ul.search li div.context { |
michael@0 | 209 | color: #888; |
michael@0 | 210 | margin: 2px 0 0 30px; |
michael@0 | 211 | text-align: left; |
michael@0 | 212 | } |
michael@0 | 213 | |
michael@0 | 214 | ul.keywordmatches li.goodmatch a { |
michael@0 | 215 | font-weight: bold; |
michael@0 | 216 | } |
michael@0 | 217 | #sphinxsidebar input.prettysearch {border:none;} |
michael@0 | 218 | input.searchbutton { |
michael@0 | 219 | float: right; |
michael@0 | 220 | } |
michael@0 | 221 | .search-wrapper {width: 100%; height: 25px;} |
michael@0 | 222 | .search-wrapper input.prettysearch { border: none; width:200px; height: 16px; background: url(searchfield_repeat.png) center top repeat-x; border: 0px; margin: 0; padding: 3px 0 0 0; font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; } |
michael@0 | 223 | .search-wrapper input.prettysearch { width: 184px; margin-left: 20px; *margin-top:-1px; *margin-right:-2px; *margin-left:10px; } |
michael@0 | 224 | .search-wrapper .search-left { display: block; position: absolute; width: 20px; height: 19px; background: url(searchfield_leftcap.png) left top no-repeat; } |
michael@0 | 225 | .search-wrapper .search-right { display: block; position: relative; left: 204px; top: -19px; width: 10px; height: 19px; background: url(searchfield_rightcap.png) right top no-repeat; } |
michael@0 | 226 | |
michael@0 | 227 | /* -- index page ------------------------------------------------------------ */ |
michael@0 | 228 | |
michael@0 | 229 | table.contentstable { |
michael@0 | 230 | width: 90%; |
michael@0 | 231 | } |
michael@0 | 232 | |
michael@0 | 233 | table.contentstable p.biglink { |
michael@0 | 234 | line-height: 150%; |
michael@0 | 235 | } |
michael@0 | 236 | |
michael@0 | 237 | a.biglink { |
michael@0 | 238 | font-size: 1.3em; |
michael@0 | 239 | } |
michael@0 | 240 | |
michael@0 | 241 | span.linkdescr { |
michael@0 | 242 | font-style: italic; |
michael@0 | 243 | padding-top: 5px; |
michael@0 | 244 | font-size: 90%; |
michael@0 | 245 | } |
michael@0 | 246 | |
michael@0 | 247 | /* -- general index --------------------------------------------------------- */ |
michael@0 | 248 | |
michael@0 | 249 | table.indextable td { |
michael@0 | 250 | text-align: left; |
michael@0 | 251 | vertical-align: top; |
michael@0 | 252 | } |
michael@0 | 253 | |
michael@0 | 254 | table.indextable dl, table.indextable dd { |
michael@0 | 255 | margin-top: 0; |
michael@0 | 256 | margin-bottom: 0; |
michael@0 | 257 | } |
michael@0 | 258 | |
michael@0 | 259 | table.indextable tr.pcap { |
michael@0 | 260 | height: 10px; |
michael@0 | 261 | } |
michael@0 | 262 | |
michael@0 | 263 | table.indextable tr.cap { |
michael@0 | 264 | margin-top: 10px; |
michael@0 | 265 | background-color: #f2f2f2; |
michael@0 | 266 | } |
michael@0 | 267 | |
michael@0 | 268 | img.toggler { |
michael@0 | 269 | margin-right: 3px; |
michael@0 | 270 | margin-top: 3px; |
michael@0 | 271 | cursor: pointer; |
michael@0 | 272 | } |
michael@0 | 273 | |
michael@0 | 274 | /* -- general body styles --------------------------------------------------- */ |
michael@0 | 275 | .document { |
michael@0 | 276 | border-top:1px solid #2B334F; |
michael@0 | 277 | overflow:auto; |
michael@0 | 278 | padding-left:2em; |
michael@0 | 279 | padding-right:2em; |
michael@0 | 280 | position:absolute; |
michael@0 | 281 | z-index:1; |
michael@0 | 282 | top:84px; |
michael@0 | 283 | bottom:19px; |
michael@0 | 284 | right:0; |
michael@0 | 285 | left:230px; |
michael@0 | 286 | } |
michael@0 | 287 | |
michael@0 | 288 | a.headerlink { |
michael@0 | 289 | visibility: hidden; |
michael@0 | 290 | } |
michael@0 | 291 | |
michael@0 | 292 | h1:hover > a.headerlink, |
michael@0 | 293 | h2:hover > a.headerlink, |
michael@0 | 294 | h3:hover > a.headerlink, |
michael@0 | 295 | h4:hover > a.headerlink, |
michael@0 | 296 | h5:hover > a.headerlink, |
michael@0 | 297 | h6:hover > a.headerlink, |
michael@0 | 298 | dt:hover > a.headerlink { |
michael@0 | 299 | visibility: visible; |
michael@0 | 300 | } |
michael@0 | 301 | |
michael@0 | 302 | div.body p.caption { |
michael@0 | 303 | text-align: inherit; |
michael@0 | 304 | } |
michael@0 | 305 | |
michael@0 | 306 | div.body td { |
michael@0 | 307 | text-align: left; |
michael@0 | 308 | } |
michael@0 | 309 | |
michael@0 | 310 | .field-list ul { |
michael@0 | 311 | padding-left: 1em; |
michael@0 | 312 | } |
michael@0 | 313 | |
michael@0 | 314 | .first { |
michael@0 | 315 | margin-top: 0 !important; |
michael@0 | 316 | } |
michael@0 | 317 | |
michael@0 | 318 | p.rubric { |
michael@0 | 319 | margin-top: 30px; |
michael@0 | 320 | font-weight: bold; |
michael@0 | 321 | } |
michael@0 | 322 | |
michael@0 | 323 | /* -- sidebars -------------------------------------------------------------- */ |
michael@0 | 324 | |
michael@0 | 325 | /*div.sidebar { |
michael@0 | 326 | margin: 0 0 0.5em 1em; |
michael@0 | 327 | border: 1px solid #ddb; |
michael@0 | 328 | padding: 7px 7px 0 7px; |
michael@0 | 329 | background-color: #ffe; |
michael@0 | 330 | width: 40%; |
michael@0 | 331 | float: right; |
michael@0 | 332 | } |
michael@0 | 333 | |
michael@0 | 334 | p.sidebar-title { |
michael@0 | 335 | font-weight: bold; |
michael@0 | 336 | } |
michael@0 | 337 | */ |
michael@0 | 338 | /* -- topics ---------------------------------------------------------------- */ |
michael@0 | 339 | |
michael@0 | 340 | div.topic { |
michael@0 | 341 | border: 1px solid #ccc; |
michael@0 | 342 | padding: 7px 7px 0 7px; |
michael@0 | 343 | margin: 10px 0 10px 0; |
michael@0 | 344 | } |
michael@0 | 345 | |
michael@0 | 346 | p.topic-title { |
michael@0 | 347 | font-size: 1.1em; |
michael@0 | 348 | font-weight: bold; |
michael@0 | 349 | margin-top: 10px; |
michael@0 | 350 | } |
michael@0 | 351 | |
michael@0 | 352 | /* -- admonitions ----------------------------------------------------------- */ |
michael@0 | 353 | .admonition { |
michael@0 | 354 | border: 1px solid #a1a5a9; |
michael@0 | 355 | background-color: #f7f7f7; |
michael@0 | 356 | margin: 20px; |
michael@0 | 357 | padding: 0px 8px 7px 9px; |
michael@0 | 358 | text-align: left; |
michael@0 | 359 | } |
michael@0 | 360 | .warning { |
michael@0 | 361 | background-color:#E8E8E8; |
michael@0 | 362 | border:1px solid #111111; |
michael@0 | 363 | margin:30px; |
michael@0 | 364 | } |
michael@0 | 365 | .admonition p { |
michael@0 | 366 | font: 12px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif; |
michael@0 | 367 | margin-top: 7px; |
michael@0 | 368 | margin-bottom: 0px; |
michael@0 | 369 | } |
michael@0 | 370 | |
michael@0 | 371 | div.admonition dt { |
michael@0 | 372 | font-weight: bold; |
michael@0 | 373 | } |
michael@0 | 374 | |
michael@0 | 375 | div.admonition dl { |
michael@0 | 376 | margin-bottom: 0; |
michael@0 | 377 | } |
michael@0 | 378 | |
michael@0 | 379 | p.admonition-title { |
michael@0 | 380 | margin: 0px 10px 5px 0px; |
michael@0 | 381 | font-weight: bold; |
michael@0 | 382 | padding-top: 3px; |
michael@0 | 383 | } |
michael@0 | 384 | |
michael@0 | 385 | div.body p.centered { |
michael@0 | 386 | text-align: center; |
michael@0 | 387 | margin-top: 25px; |
michael@0 | 388 | } |
michael@0 | 389 | |
michael@0 | 390 | /* -- tables ---------------------------------------------------------------- */ |
michael@0 | 391 | |
michael@0 | 392 | table.docutils { |
michael@0 | 393 | border-collapse: collapse; |
michael@0 | 394 | border-top: 1px solid #919699; |
michael@0 | 395 | border-left: 1px solid #919699; |
michael@0 | 396 | border-right: 1px solid #919699; |
michael@0 | 397 | font-size:12px; |
michael@0 | 398 | padding:8px; |
michael@0 | 399 | text-align:left; |
michael@0 | 400 | vertical-align:top; |
michael@0 | 401 | } |
michael@0 | 402 | |
michael@0 | 403 | table.docutils td, table.docutils th { |
michael@0 | 404 | padding: 8px; |
michael@0 | 405 | font-size: 12px; |
michael@0 | 406 | text-align: left; |
michael@0 | 407 | vertical-align: top; |
michael@0 | 408 | border-bottom: 1px solid #919699; |
michael@0 | 409 | } |
michael@0 | 410 | |
michael@0 | 411 | table.docutils th { |
michael@0 | 412 | font-weight: bold; |
michael@0 | 413 | } |
michael@0 | 414 | /* This alternates colors in up to six table rows (light blue for odd, white for even)*/ |
michael@0 | 415 | .docutils tr { |
michael@0 | 416 | background: #F0F5F9; |
michael@0 | 417 | } |
michael@0 | 418 | |
michael@0 | 419 | .docutils tr + tr { |
michael@0 | 420 | background: #FFFFFF; |
michael@0 | 421 | } |
michael@0 | 422 | |
michael@0 | 423 | .docutils tr + tr + tr { |
michael@0 | 424 | background: #F0F5F9; |
michael@0 | 425 | } |
michael@0 | 426 | |
michael@0 | 427 | .docutils tr + tr + tr + tr { |
michael@0 | 428 | background: #FFFFFF; |
michael@0 | 429 | } |
michael@0 | 430 | |
michael@0 | 431 | .docutils tr + tr + tr +tr + tr { |
michael@0 | 432 | background: #F0F5F9; |
michael@0 | 433 | } |
michael@0 | 434 | |
michael@0 | 435 | .docutils tr + tr + tr + tr + tr + tr { |
michael@0 | 436 | background: #FFFFFF; |
michael@0 | 437 | } |
michael@0 | 438 | |
michael@0 | 439 | .docutils tr + tr + tr + tr + tr + tr + tr { |
michael@0 | 440 | background: #F0F5F9; |
michael@0 | 441 | } |
michael@0 | 442 | |
michael@0 | 443 | table.footnote td, table.footnote th { |
michael@0 | 444 | border: 0 !important; |
michael@0 | 445 | } |
michael@0 | 446 | |
michael@0 | 447 | th { |
michael@0 | 448 | text-align: left; |
michael@0 | 449 | padding-right: 5px; |
michael@0 | 450 | } |
michael@0 | 451 | |
michael@0 | 452 | /* -- other body styles ----------------------------------------------------- */ |
michael@0 | 453 | |
michael@0 | 454 | dl { |
michael@0 | 455 | margin-bottom: 15px; |
michael@0 | 456 | } |
michael@0 | 457 | |
michael@0 | 458 | dd p { |
michael@0 | 459 | margin-top: 0px; |
michael@0 | 460 | font-size: 12px; |
michael@0 | 461 | } |
michael@0 | 462 | |
michael@0 | 463 | dd ul, dd table { |
michael@0 | 464 | margin-bottom: 10px; |
michael@0 | 465 | } |
michael@0 | 466 | |
michael@0 | 467 | dd { |
michael@0 | 468 | margin-top: 3px; |
michael@0 | 469 | margin-bottom: 10px; |
michael@0 | 470 | margin-left: 30px; |
michael@0 | 471 | font-size: 12px; |
michael@0 | 472 | } |
michael@0 | 473 | |
michael@0 | 474 | dt:target, .highlight { |
michael@0 | 475 | background-color: #fbe54e; |
michael@0 | 476 | } |
michael@0 | 477 | |
michael@0 | 478 | dl.glossary dt { |
michael@0 | 479 | font-weight: bold; |
michael@0 | 480 | font-size: 0.8em; |
michael@0 | 481 | } |
michael@0 | 482 | |
michael@0 | 483 | dl.glossary dd { |
michael@0 | 484 | font-size:12px; |
michael@0 | 485 | } |
michael@0 | 486 | .field-list ul { |
michael@0 | 487 | vertical-align: top; |
michael@0 | 488 | margin: 0; |
michael@0 | 489 | padding-bottom: 0; |
michael@0 | 490 | list-style: none inside; |
michael@0 | 491 | } |
michael@0 | 492 | |
michael@0 | 493 | .field-list ul li { |
michael@0 | 494 | margin-top: 0; |
michael@0 | 495 | } |
michael@0 | 496 | |
michael@0 | 497 | .field-list p { |
michael@0 | 498 | margin: 0; |
michael@0 | 499 | } |
michael@0 | 500 | |
michael@0 | 501 | .refcount { |
michael@0 | 502 | color: #060; |
michael@0 | 503 | } |
michael@0 | 504 | |
michael@0 | 505 | .optional { |
michael@0 | 506 | font-size: 1.3em; |
michael@0 | 507 | } |
michael@0 | 508 | |
michael@0 | 509 | .versionmodified { |
michael@0 | 510 | font-style: italic; |
michael@0 | 511 | } |
michael@0 | 512 | |
michael@0 | 513 | .system-message { |
michael@0 | 514 | background-color: #fda; |
michael@0 | 515 | padding: 5px; |
michael@0 | 516 | border: 3px solid red; |
michael@0 | 517 | } |
michael@0 | 518 | |
michael@0 | 519 | .footnote:target { |
michael@0 | 520 | background-color: #ffa |
michael@0 | 521 | } |
michael@0 | 522 | |
michael@0 | 523 | /* -- code displays --------------------------------------------------------- */ |
michael@0 | 524 | |
michael@0 | 525 | pre { |
michael@0 | 526 | overflow: auto; |
michael@0 | 527 | background-color:#F1F5F9; |
michael@0 | 528 | border:1px solid #C9D1D7; |
michael@0 | 529 | border-spacing:0; |
michael@0 | 530 | font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace; |
michael@0 | 531 | font-size:11px; |
michael@0 | 532 | padding: 10px; |
michael@0 | 533 | } |
michael@0 | 534 | |
michael@0 | 535 | td.linenos pre { |
michael@0 | 536 | padding: 5px 0px; |
michael@0 | 537 | border: 0; |
michael@0 | 538 | background-color: transparent; |
michael@0 | 539 | color: #aaa; |
michael@0 | 540 | } |
michael@0 | 541 | |
michael@0 | 542 | table.highlighttable { |
michael@0 | 543 | margin-left: 0.5em; |
michael@0 | 544 | } |
michael@0 | 545 | |
michael@0 | 546 | table.highlighttable td { |
michael@0 | 547 | padding: 0 0.5em 0 0.5em; |
michael@0 | 548 | } |
michael@0 | 549 | |
michael@0 | 550 | tt { |
michael@0 | 551 | font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace; |
michael@0 | 552 | |
michael@0 | 553 | } |
michael@0 | 554 | |
michael@0 | 555 | tt.descname { |
michael@0 | 556 | background-color: transparent; |
michael@0 | 557 | font-weight: bold; |
michael@0 | 558 | font-size: 1em; |
michael@0 | 559 | } |
michael@0 | 560 | |
michael@0 | 561 | tt.descclassname { |
michael@0 | 562 | background-color: transparent; |
michael@0 | 563 | } |
michael@0 | 564 | |
michael@0 | 565 | tt.xref, a tt { |
michael@0 | 566 | background-color: transparent; |
michael@0 | 567 | font-weight: bold; |
michael@0 | 568 | } |
michael@0 | 569 | |
michael@0 | 570 | h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { |
michael@0 | 571 | background-color: transparent; |
michael@0 | 572 | } |
michael@0 | 573 | |
michael@0 | 574 | /* -- math display ---------------------------------------------------------- */ |
michael@0 | 575 | |
michael@0 | 576 | img.math { |
michael@0 | 577 | vertical-align: middle; |
michael@0 | 578 | } |
michael@0 | 579 | |
michael@0 | 580 | div.body div.math p { |
michael@0 | 581 | text-align: center; |
michael@0 | 582 | } |
michael@0 | 583 | |
michael@0 | 584 | span.eqno { |
michael@0 | 585 | float: right; |
michael@0 | 586 | } |
michael@0 | 587 | |
michael@0 | 588 | /* -- printout stylesheet --------------------------------------------------- */ |
michael@0 | 589 | |
michael@0 | 590 | @media print { |
michael@0 | 591 | div.document, |
michael@0 | 592 | div.documentwrapper, |
michael@0 | 593 | div.bodywrapper { |
michael@0 | 594 | margin: 0; |
michael@0 | 595 | width: 100%; |
michael@0 | 596 | } |
michael@0 | 597 | |
michael@0 | 598 | div.sphinxsidebar, |
michael@0 | 599 | div.related, |
michael@0 | 600 | div.footer, |
michael@0 | 601 | #top-link { |
michael@0 | 602 | display: none; |
michael@0 | 603 | } |
michael@0 | 604 | } |
michael@0 | 605 | |
michael@0 | 606 | body { |
michael@0 | 607 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; |
michael@0 | 608 | } |
michael@0 | 609 | |
michael@0 | 610 | dl.class dt { |
michael@0 | 611 | padding: 3px; |
michael@0 | 612 | /* border-top: 2px solid #999;*/ |
michael@0 | 613 | } |
michael@0 | 614 | |
michael@0 | 615 | em.property { |
michael@0 | 616 | font-style: normal; |
michael@0 | 617 | } |
michael@0 | 618 | |
michael@0 | 619 | dl.class dd p { |
michael@0 | 620 | margin-top: 6px; |
michael@0 | 621 | } |
michael@0 | 622 | |
michael@0 | 623 | dl.class dd dl.exception dt { |
michael@0 | 624 | padding: 3px; |
michael@0 | 625 | background-color: #FFD6D6; |
michael@0 | 626 | border-top: none; |
michael@0 | 627 | } |
michael@0 | 628 | |
michael@0 | 629 | dl.class dd dl.method dt { |
michael@0 | 630 | padding: 3px; |
michael@0 | 631 | background-color: #e9e9e9; |
michael@0 | 632 | border-top: none; |
michael@0 | 633 | |
michael@0 | 634 | } |
michael@0 | 635 | |
michael@0 | 636 | dl.function dt { |
michael@0 | 637 | padding: 3px; |
michael@0 | 638 | border-top: 2px solid #999; |
michael@0 | 639 | } |
michael@0 | 640 | |
michael@0 | 641 | ul { |
michael@0 | 642 | list-style-image:none; |
michael@0 | 643 | list-style-position:outside; |
michael@0 | 644 | list-style-type:square; |
michael@0 | 645 | margin:0 0 0 30px; |
michael@0 | 646 | padding:0 0 12px 6px; |
michael@0 | 647 | } |
michael@0 | 648 | #docstitle { |
michael@0 | 649 | height: 36px; |
michael@0 | 650 | background-image: url(header_sm_mid.png); |
michael@0 | 651 | left: 0; |
michael@0 | 652 | top: 0; |
michael@0 | 653 | position: absolute; |
michael@0 | 654 | width: 100%; |
michael@0 | 655 | } |
michael@0 | 656 | #docstitle p { |
michael@0 | 657 | padding:7px 0 0 45px; |
michael@0 | 658 | margin: 0; |
michael@0 | 659 | color: white; |
michael@0 | 660 | text-shadow:0 1px 0 #787878; |
michael@0 | 661 | background: transparent url(documentation.png) no-repeat scroll 10px 3px; |
michael@0 | 662 | height: 36px; |
michael@0 | 663 | font-size: 15px; |
michael@0 | 664 | } |
michael@0 | 665 | #header { |
michael@0 | 666 | height:45px; |
michael@0 | 667 | left:0; |
michael@0 | 668 | position:absolute; |
michael@0 | 669 | right:0; |
michael@0 | 670 | top:36px; |
michael@0 | 671 | z-index:900; |
michael@0 | 672 | } |
michael@0 | 673 | |
michael@0 | 674 | #header h1 { |
michael@0 | 675 | font-size:10pt; |
michael@0 | 676 | margin:0; |
michael@0 | 677 | padding:5px 0 0 10px; |
michael@0 | 678 | text-shadow:0 1px 0 #D5D5D5; |
michael@0 | 679 | white-space:nowrap; |
michael@0 | 680 | } |
michael@0 | 681 | |
michael@0 | 682 | h1 { |
michael@0 | 683 | -x-system-font:none; |
michael@0 | 684 | color:#000000; |
michael@0 | 685 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; |
michael@0 | 686 | font-size:30px; |
michael@0 | 687 | font-size-adjust:none; |
michael@0 | 688 | font-stretch:normal; |
michael@0 | 689 | font-style:normal; |
michael@0 | 690 | font-variant:normal; |
michael@0 | 691 | font-weight:bold; |
michael@0 | 692 | line-height:normal; |
michael@0 | 693 | margin-bottom:25px; |
michael@0 | 694 | margin-top:1em; |
michael@0 | 695 | } |
michael@0 | 696 | |
michael@0 | 697 | .footer { |
michael@0 | 698 | border-top:1px solid #DDDDDD; |
michael@0 | 699 | clear:both; |
michael@0 | 700 | padding-top:9px; |
michael@0 | 701 | width:100%; |
michael@0 | 702 | font-size:10px; |
michael@0 | 703 | } |
michael@0 | 704 | |
michael@0 | 705 | p { |
michael@0 | 706 | -x-system-font:none; |
michael@0 | 707 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; |
michael@0 | 708 | font-size:12px; |
michael@0 | 709 | font-size-adjust:none; |
michael@0 | 710 | font-stretch:normal; |
michael@0 | 711 | font-style:normal; |
michael@0 | 712 | font-variant:normal; |
michael@0 | 713 | font-weight:normal; |
michael@0 | 714 | line-height:normal; |
michael@0 | 715 | margin-bottom:10px; |
michael@0 | 716 | margin-top:0; |
michael@0 | 717 | } |
michael@0 | 718 | |
michael@0 | 719 | h2 { |
michael@0 | 720 | border-bottom:1px solid #919699; |
michael@0 | 721 | color:#000000; |
michael@0 | 722 | font-size:24px; |
michael@0 | 723 | margin-top:2.5em; |
michael@0 | 724 | padding-bottom:2px; |
michael@0 | 725 | } |
michael@0 | 726 | |
michael@0 | 727 | a:link:hover { |
michael@0 | 728 | color:#093D92; |
michael@0 | 729 | text-decoration:underline; |
michael@0 | 730 | } |
michael@0 | 731 | |
michael@0 | 732 | a:link { |
michael@0 | 733 | color:#093D92; |
michael@0 | 734 | text-decoration:none; |
michael@0 | 735 | } |
michael@0 | 736 | |
michael@0 | 737 | |
michael@0 | 738 | ol { |
michael@0 | 739 | list-style-position:outside; |
michael@0 | 740 | list-style-type:decimal; |
michael@0 | 741 | margin:0 0 0 30px; |
michael@0 | 742 | padding:0 0 12px 6px; |
michael@0 | 743 | } |
michael@0 | 744 | li { |
michael@0 | 745 | margin-top:7px; |
michael@0 | 746 | font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; |
michael@0 | 747 | font-size:12px; |
michael@0 | 748 | font-size-adjust:none; |
michael@0 | 749 | font-stretch:normal; |
michael@0 | 750 | font-style:normal; |
michael@0 | 751 | font-variant:normal; |
michael@0 | 752 | font-weight:normal; |
michael@0 | 753 | line-height:normal; |
michael@0 | 754 | } |
michael@0 | 755 | li p { |
michael@0 | 756 | margin-top:8px; |
michael@0 | 757 | } |