1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python/mock-1.0.0/html/_static/adctheme.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,757 @@ 1.4 +/** 1.5 + * Sphinx stylesheet -- basic theme 1.6 + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1.7 + */ 1.8 + h3 { 1.9 + color:#000000; 1.10 + font-size: 17px; 1.11 + margin-bottom:0.5em; 1.12 + margin-top:2em; 1.13 + } 1.14 +/* -- main layout ----------------------------------------------------------- */ 1.15 + 1.16 +div.clearer { 1.17 + clear: both; 1.18 +} 1.19 + 1.20 +/* -- header ---------------------------------------------------------------- */ 1.21 + 1.22 +#header #title { 1.23 + background:#29334F url(title_background.png) repeat-x scroll 0 0; 1.24 + border-bottom:1px solid #B6B6B6; 1.25 + height:25px; 1.26 + overflow:hidden; 1.27 +} 1.28 +#headerButtons { 1.29 + position: absolute; 1.30 + list-style: none outside; 1.31 + top: 26px; 1.32 + left: 0px; 1.33 + right: 0px; 1.34 + margin: 0px; 1.35 + padding: 0px; 1.36 + border-top: 1px solid #2B334F; 1.37 + border-bottom: 1px solid #EDEDED; 1.38 + height: 20px; 1.39 + font-size: 8pt; 1.40 + overflow: hidden; 1.41 + background-color: #D8D8D8; 1.42 +} 1.43 + 1.44 +#headerButtons li { 1.45 + background-repeat:no-repeat; 1.46 + display:inline; 1.47 + margin-top:0; 1.48 + padding:0; 1.49 +} 1.50 + 1.51 +.headerButton { 1.52 + display: inline; 1.53 + height:20px; 1.54 +} 1.55 + 1.56 +.headerButton a { 1.57 + text-decoration: none; 1.58 + float: right; 1.59 + height: 20px; 1.60 + padding: 4px 15px; 1.61 + border-left: 1px solid #ACACAC; 1.62 + font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; 1.63 + color: black; 1.64 +} 1.65 +.headerButton a:hover { 1.66 + color: white; 1.67 + background-color: #787878; 1.68 + 1.69 +} 1.70 + 1.71 +li#toc_button { 1.72 + text-align:left; 1.73 +} 1.74 + 1.75 +li#toc_button .headerButton a { 1.76 + width:198px; 1.77 + padding-top: 4px; 1.78 + font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; 1.79 + color: black; 1.80 + float: left; 1.81 + padding-left:15px; 1.82 + border-right:1px solid #ACACAC; 1.83 + background:transparent url(triangle_open.png) no-repeat scroll 4px 6px; 1.84 +} 1.85 + 1.86 +li#toc_button .headerButton a:hover { 1.87 + background-color: #787878; 1.88 + color: white; 1.89 +} 1.90 + 1.91 +li#page_buttons { 1.92 +position:absolute; 1.93 +right:0; 1.94 +} 1.95 + 1.96 +#breadcrumbs { 1.97 + color: black; 1.98 + background-image:url(breadcrumb_background.png); 1.99 + border-top:1px solid #2B334F; 1.100 + bottom:0; 1.101 + font-size:10px; 1.102 + height:15px; 1.103 + left:0; 1.104 + overflow:hidden; 1.105 + padding:3px 10px 0; 1.106 + position:absolute; 1.107 + right:0; 1.108 + white-space:nowrap; 1.109 + z-index:901; 1.110 +} 1.111 +#breadcrumbs a { 1.112 + color: black; 1.113 + text-decoration: none; 1.114 +} 1.115 +#breadcrumbs a:hover { 1.116 + text-decoration: underline; 1.117 +} 1.118 +#breadcrumbs img { 1.119 + padding-left: 3px; 1.120 +} 1.121 +/* -- sidebar --------------------------------------------------------------- */ 1.122 +#sphinxsidebar { 1.123 + position: absolute; 1.124 + top: 84px; 1.125 + bottom: 19px; 1.126 + left: 0px; 1.127 + width: 229px; 1.128 + background-color: #E4EBF7; 1.129 + border-right: 1px solid #ACACAC; 1.130 + border-top: 1px solid #2B334F; 1.131 + overflow-x: hidden; 1.132 + overflow-y: auto; 1.133 + padding: 0px 0px 0px 0px; 1.134 + font-size:11px; 1.135 +} 1.136 + 1.137 +div.sphinxsidebarwrapper { 1.138 + padding: 10px 5px 0 10px; 1.139 +} 1.140 + 1.141 +#sphinxsidebar li { 1.142 + margin: 0px; 1.143 + padding: 0px; 1.144 + font-weight: normal; 1.145 + margin: 0px 0px 7px 0px; 1.146 + overflow: hidden; 1.147 + text-overflow: ellipsis; 1.148 + font-size: 11px; 1.149 +} 1.150 + 1.151 +#sphinxsidebar ul { 1.152 + list-style: none; 1.153 + margin: 0px 0px 0px 0px; 1.154 + padding: 0px 5px 0px 5px; 1.155 +} 1.156 + 1.157 +#sphinxsidebar ul ul, 1.158 +#sphinxsidebar ul.want-points { 1.159 + list-style: square; 1.160 +} 1.161 + 1.162 +#sphinxsidebar ul ul { 1.163 + margin-top: 0; 1.164 + margin-bottom: 0; 1.165 +} 1.166 + 1.167 +#sphinxsidebar form { 1.168 + margin-top: 10px; 1.169 +} 1.170 + 1.171 +#sphinxsidebar input { 1.172 + border: 1px solid #787878; 1.173 + font-family: sans-serif; 1.174 + font-size: 1em; 1.175 +} 1.176 + 1.177 +img { 1.178 + border: 0; 1.179 +} 1.180 + 1.181 +#sphinxsidebar li.toctree-l1 a { 1.182 + font-weight: bold; 1.183 + color: #000; 1.184 + text-decoration: none; 1.185 +} 1.186 + 1.187 +#sphinxsidebar li.toctree-l2 a { 1.188 + font-weight: bold; 1.189 + color: #4f4f4f; 1.190 + text-decoration: none; 1.191 +} 1.192 + 1.193 +/* -- search page ----------------------------------------------------------- */ 1.194 + 1.195 +ul.search { 1.196 + margin: 10px 0 0 20px; 1.197 + padding: 0; 1.198 +} 1.199 + 1.200 +ul.search li { 1.201 + padding: 5px 0 5px 20px; 1.202 + background-image: url(file.png); 1.203 + background-repeat: no-repeat; 1.204 + background-position: 0 7px; 1.205 +} 1.206 + 1.207 +ul.search li a { 1.208 + font-weight: bold; 1.209 +} 1.210 + 1.211 +ul.search li div.context { 1.212 + color: #888; 1.213 + margin: 2px 0 0 30px; 1.214 + text-align: left; 1.215 +} 1.216 + 1.217 +ul.keywordmatches li.goodmatch a { 1.218 + font-weight: bold; 1.219 +} 1.220 +#sphinxsidebar input.prettysearch {border:none;} 1.221 +input.searchbutton { 1.222 + float: right; 1.223 +} 1.224 +.search-wrapper {width: 100%; height: 25px;} 1.225 +.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; } 1.226 +.search-wrapper input.prettysearch { width: 184px; margin-left: 20px; *margin-top:-1px; *margin-right:-2px; *margin-left:10px; } 1.227 +.search-wrapper .search-left { display: block; position: absolute; width: 20px; height: 19px; background: url(searchfield_leftcap.png) left top no-repeat; } 1.228 +.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; } 1.229 + 1.230 +/* -- index page ------------------------------------------------------------ */ 1.231 + 1.232 +table.contentstable { 1.233 + width: 90%; 1.234 +} 1.235 + 1.236 +table.contentstable p.biglink { 1.237 + line-height: 150%; 1.238 +} 1.239 + 1.240 +a.biglink { 1.241 + font-size: 1.3em; 1.242 +} 1.243 + 1.244 +span.linkdescr { 1.245 + font-style: italic; 1.246 + padding-top: 5px; 1.247 + font-size: 90%; 1.248 +} 1.249 + 1.250 +/* -- general index --------------------------------------------------------- */ 1.251 + 1.252 +table.indextable td { 1.253 + text-align: left; 1.254 + vertical-align: top; 1.255 +} 1.256 + 1.257 +table.indextable dl, table.indextable dd { 1.258 + margin-top: 0; 1.259 + margin-bottom: 0; 1.260 +} 1.261 + 1.262 +table.indextable tr.pcap { 1.263 + height: 10px; 1.264 +} 1.265 + 1.266 +table.indextable tr.cap { 1.267 + margin-top: 10px; 1.268 + background-color: #f2f2f2; 1.269 +} 1.270 + 1.271 +img.toggler { 1.272 + margin-right: 3px; 1.273 + margin-top: 3px; 1.274 + cursor: pointer; 1.275 +} 1.276 + 1.277 +/* -- general body styles --------------------------------------------------- */ 1.278 +.document { 1.279 + border-top:1px solid #2B334F; 1.280 + overflow:auto; 1.281 + padding-left:2em; 1.282 + padding-right:2em; 1.283 + position:absolute; 1.284 + z-index:1; 1.285 + top:84px; 1.286 + bottom:19px; 1.287 + right:0; 1.288 + left:230px; 1.289 +} 1.290 + 1.291 +a.headerlink { 1.292 + visibility: hidden; 1.293 +} 1.294 + 1.295 +h1:hover > a.headerlink, 1.296 +h2:hover > a.headerlink, 1.297 +h3:hover > a.headerlink, 1.298 +h4:hover > a.headerlink, 1.299 +h5:hover > a.headerlink, 1.300 +h6:hover > a.headerlink, 1.301 +dt:hover > a.headerlink { 1.302 + visibility: visible; 1.303 +} 1.304 + 1.305 +div.body p.caption { 1.306 + text-align: inherit; 1.307 +} 1.308 + 1.309 +div.body td { 1.310 + text-align: left; 1.311 +} 1.312 + 1.313 +.field-list ul { 1.314 + padding-left: 1em; 1.315 +} 1.316 + 1.317 +.first { 1.318 + margin-top: 0 !important; 1.319 +} 1.320 + 1.321 +p.rubric { 1.322 + margin-top: 30px; 1.323 + font-weight: bold; 1.324 +} 1.325 + 1.326 +/* -- sidebars -------------------------------------------------------------- */ 1.327 + 1.328 +/*div.sidebar { 1.329 + margin: 0 0 0.5em 1em; 1.330 + border: 1px solid #ddb; 1.331 + padding: 7px 7px 0 7px; 1.332 + background-color: #ffe; 1.333 + width: 40%; 1.334 + float: right; 1.335 +} 1.336 + 1.337 +p.sidebar-title { 1.338 + font-weight: bold; 1.339 +} 1.340 +*/ 1.341 +/* -- topics ---------------------------------------------------------------- */ 1.342 + 1.343 +div.topic { 1.344 + border: 1px solid #ccc; 1.345 + padding: 7px 7px 0 7px; 1.346 + margin: 10px 0 10px 0; 1.347 +} 1.348 + 1.349 +p.topic-title { 1.350 + font-size: 1.1em; 1.351 + font-weight: bold; 1.352 + margin-top: 10px; 1.353 +} 1.354 + 1.355 +/* -- admonitions ----------------------------------------------------------- */ 1.356 +.admonition { 1.357 + border: 1px solid #a1a5a9; 1.358 + background-color: #f7f7f7; 1.359 + margin: 20px; 1.360 + padding: 0px 8px 7px 9px; 1.361 + text-align: left; 1.362 +} 1.363 +.warning { 1.364 + background-color:#E8E8E8; 1.365 + border:1px solid #111111; 1.366 + margin:30px; 1.367 +} 1.368 +.admonition p { 1.369 + font: 12px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif; 1.370 + margin-top: 7px; 1.371 + margin-bottom: 0px; 1.372 +} 1.373 + 1.374 +div.admonition dt { 1.375 + font-weight: bold; 1.376 +} 1.377 + 1.378 +div.admonition dl { 1.379 + margin-bottom: 0; 1.380 +} 1.381 + 1.382 +p.admonition-title { 1.383 + margin: 0px 10px 5px 0px; 1.384 + font-weight: bold; 1.385 + padding-top: 3px; 1.386 +} 1.387 + 1.388 +div.body p.centered { 1.389 + text-align: center; 1.390 + margin-top: 25px; 1.391 +} 1.392 + 1.393 +/* -- tables ---------------------------------------------------------------- */ 1.394 + 1.395 +table.docutils { 1.396 + border-collapse: collapse; 1.397 + border-top: 1px solid #919699; 1.398 + border-left: 1px solid #919699; 1.399 + border-right: 1px solid #919699; 1.400 + font-size:12px; 1.401 + padding:8px; 1.402 + text-align:left; 1.403 + vertical-align:top; 1.404 +} 1.405 + 1.406 +table.docutils td, table.docutils th { 1.407 + padding: 8px; 1.408 + font-size: 12px; 1.409 + text-align: left; 1.410 + vertical-align: top; 1.411 + border-bottom: 1px solid #919699; 1.412 +} 1.413 + 1.414 +table.docutils th { 1.415 + font-weight: bold; 1.416 +} 1.417 +/* This alternates colors in up to six table rows (light blue for odd, white for even)*/ 1.418 +.docutils tr { 1.419 + background: #F0F5F9; 1.420 +} 1.421 + 1.422 +.docutils tr + tr { 1.423 + background: #FFFFFF; 1.424 +} 1.425 + 1.426 +.docutils tr + tr + tr { 1.427 + background: #F0F5F9; 1.428 +} 1.429 + 1.430 +.docutils tr + tr + tr + tr { 1.431 + background: #FFFFFF; 1.432 +} 1.433 + 1.434 +.docutils tr + tr + tr +tr + tr { 1.435 + background: #F0F5F9; 1.436 +} 1.437 + 1.438 +.docutils tr + tr + tr + tr + tr + tr { 1.439 + background: #FFFFFF; 1.440 +} 1.441 + 1.442 +.docutils tr + tr + tr + tr + tr + tr + tr { 1.443 + background: #F0F5F9; 1.444 +} 1.445 + 1.446 +table.footnote td, table.footnote th { 1.447 + border: 0 !important; 1.448 +} 1.449 + 1.450 +th { 1.451 + text-align: left; 1.452 + padding-right: 5px; 1.453 +} 1.454 + 1.455 +/* -- other body styles ----------------------------------------------------- */ 1.456 + 1.457 +dl { 1.458 + margin-bottom: 15px; 1.459 +} 1.460 + 1.461 +dd p { 1.462 + margin-top: 0px; 1.463 + font-size: 12px; 1.464 +} 1.465 + 1.466 +dd ul, dd table { 1.467 + margin-bottom: 10px; 1.468 +} 1.469 + 1.470 +dd { 1.471 + margin-top: 3px; 1.472 + margin-bottom: 10px; 1.473 + margin-left: 30px; 1.474 + font-size: 12px; 1.475 +} 1.476 + 1.477 +dt:target, .highlight { 1.478 + background-color: #fbe54e; 1.479 +} 1.480 + 1.481 +dl.glossary dt { 1.482 + font-weight: bold; 1.483 + font-size: 0.8em; 1.484 +} 1.485 + 1.486 +dl.glossary dd { 1.487 + font-size:12px; 1.488 +} 1.489 +.field-list ul { 1.490 + vertical-align: top; 1.491 + margin: 0; 1.492 + padding-bottom: 0; 1.493 + list-style: none inside; 1.494 +} 1.495 + 1.496 +.field-list ul li { 1.497 + margin-top: 0; 1.498 +} 1.499 + 1.500 +.field-list p { 1.501 + margin: 0; 1.502 +} 1.503 + 1.504 +.refcount { 1.505 + color: #060; 1.506 +} 1.507 + 1.508 +.optional { 1.509 + font-size: 1.3em; 1.510 +} 1.511 + 1.512 +.versionmodified { 1.513 + font-style: italic; 1.514 +} 1.515 + 1.516 +.system-message { 1.517 + background-color: #fda; 1.518 + padding: 5px; 1.519 + border: 3px solid red; 1.520 +} 1.521 + 1.522 +.footnote:target { 1.523 + background-color: #ffa 1.524 +} 1.525 + 1.526 +/* -- code displays --------------------------------------------------------- */ 1.527 + 1.528 +pre { 1.529 + overflow: auto; 1.530 + background-color:#F1F5F9; 1.531 + border:1px solid #C9D1D7; 1.532 + border-spacing:0; 1.533 + font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace; 1.534 + font-size:11px; 1.535 + padding: 10px; 1.536 +} 1.537 + 1.538 +td.linenos pre { 1.539 + padding: 5px 0px; 1.540 + border: 0; 1.541 + background-color: transparent; 1.542 + color: #aaa; 1.543 +} 1.544 + 1.545 +table.highlighttable { 1.546 + margin-left: 0.5em; 1.547 +} 1.548 + 1.549 +table.highlighttable td { 1.550 + padding: 0 0.5em 0 0.5em; 1.551 +} 1.552 + 1.553 +tt { 1.554 + font-family:"Bitstream Vera Sans Mono",Monaco,"Lucida Console",Courier,Consolas,monospace; 1.555 + 1.556 +} 1.557 + 1.558 +tt.descname { 1.559 + background-color: transparent; 1.560 + font-weight: bold; 1.561 + font-size: 1em; 1.562 +} 1.563 + 1.564 +tt.descclassname { 1.565 + background-color: transparent; 1.566 +} 1.567 + 1.568 +tt.xref, a tt { 1.569 + background-color: transparent; 1.570 + font-weight: bold; 1.571 +} 1.572 + 1.573 +h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { 1.574 + background-color: transparent; 1.575 +} 1.576 + 1.577 +/* -- math display ---------------------------------------------------------- */ 1.578 + 1.579 +img.math { 1.580 + vertical-align: middle; 1.581 +} 1.582 + 1.583 +div.body div.math p { 1.584 + text-align: center; 1.585 +} 1.586 + 1.587 +span.eqno { 1.588 + float: right; 1.589 +} 1.590 + 1.591 +/* -- printout stylesheet --------------------------------------------------- */ 1.592 + 1.593 +@media print { 1.594 + div.document, 1.595 + div.documentwrapper, 1.596 + div.bodywrapper { 1.597 + margin: 0; 1.598 + width: 100%; 1.599 + } 1.600 + 1.601 + div.sphinxsidebar, 1.602 + div.related, 1.603 + div.footer, 1.604 + #top-link { 1.605 + display: none; 1.606 + } 1.607 +} 1.608 + 1.609 +body { 1.610 + font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; 1.611 +} 1.612 + 1.613 +dl.class dt { 1.614 + padding: 3px; 1.615 +/* border-top: 2px solid #999;*/ 1.616 +} 1.617 + 1.618 +em.property { 1.619 + font-style: normal; 1.620 +} 1.621 + 1.622 +dl.class dd p { 1.623 + margin-top: 6px; 1.624 +} 1.625 + 1.626 +dl.class dd dl.exception dt { 1.627 + padding: 3px; 1.628 + background-color: #FFD6D6; 1.629 + border-top: none; 1.630 +} 1.631 + 1.632 +dl.class dd dl.method dt { 1.633 + padding: 3px; 1.634 + background-color: #e9e9e9; 1.635 + border-top: none; 1.636 + 1.637 +} 1.638 + 1.639 +dl.function dt { 1.640 + padding: 3px; 1.641 + border-top: 2px solid #999; 1.642 +} 1.643 + 1.644 +ul { 1.645 +list-style-image:none; 1.646 +list-style-position:outside; 1.647 +list-style-type:square; 1.648 +margin:0 0 0 30px; 1.649 +padding:0 0 12px 6px; 1.650 +} 1.651 +#docstitle { 1.652 + height: 36px; 1.653 + background-image: url(header_sm_mid.png); 1.654 + left: 0; 1.655 + top: 0; 1.656 + position: absolute; 1.657 + width: 100%; 1.658 +} 1.659 +#docstitle p { 1.660 + padding:7px 0 0 45px; 1.661 + margin: 0; 1.662 + color: white; 1.663 + text-shadow:0 1px 0 #787878; 1.664 + background: transparent url(documentation.png) no-repeat scroll 10px 3px; 1.665 + height: 36px; 1.666 + font-size: 15px; 1.667 +} 1.668 +#header { 1.669 +height:45px; 1.670 +left:0; 1.671 +position:absolute; 1.672 +right:0; 1.673 +top:36px; 1.674 +z-index:900; 1.675 +} 1.676 + 1.677 +#header h1 { 1.678 +font-size:10pt; 1.679 +margin:0; 1.680 +padding:5px 0 0 10px; 1.681 +text-shadow:0 1px 0 #D5D5D5; 1.682 +white-space:nowrap; 1.683 +} 1.684 + 1.685 +h1 { 1.686 +-x-system-font:none; 1.687 +color:#000000; 1.688 +font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; 1.689 +font-size:30px; 1.690 +font-size-adjust:none; 1.691 +font-stretch:normal; 1.692 +font-style:normal; 1.693 +font-variant:normal; 1.694 +font-weight:bold; 1.695 +line-height:normal; 1.696 +margin-bottom:25px; 1.697 +margin-top:1em; 1.698 +} 1.699 + 1.700 +.footer { 1.701 +border-top:1px solid #DDDDDD; 1.702 +clear:both; 1.703 +padding-top:9px; 1.704 +width:100%; 1.705 +font-size:10px; 1.706 +} 1.707 + 1.708 +p { 1.709 +-x-system-font:none; 1.710 +font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; 1.711 +font-size:12px; 1.712 +font-size-adjust:none; 1.713 +font-stretch:normal; 1.714 +font-style:normal; 1.715 +font-variant:normal; 1.716 +font-weight:normal; 1.717 +line-height:normal; 1.718 +margin-bottom:10px; 1.719 +margin-top:0; 1.720 +} 1.721 + 1.722 +h2 { 1.723 +border-bottom:1px solid #919699; 1.724 +color:#000000; 1.725 +font-size:24px; 1.726 +margin-top:2.5em; 1.727 +padding-bottom:2px; 1.728 +} 1.729 + 1.730 +a:link:hover { 1.731 +color:#093D92; 1.732 +text-decoration:underline; 1.733 +} 1.734 + 1.735 +a:link { 1.736 +color:#093D92; 1.737 +text-decoration:none; 1.738 +} 1.739 + 1.740 + 1.741 +ol { 1.742 +list-style-position:outside; 1.743 +list-style-type:decimal; 1.744 +margin:0 0 0 30px; 1.745 +padding:0 0 12px 6px; 1.746 +} 1.747 +li { 1.748 +margin-top:7px; 1.749 +font-family:'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; 1.750 +font-size:12px; 1.751 +font-size-adjust:none; 1.752 +font-stretch:normal; 1.753 +font-style:normal; 1.754 +font-variant:normal; 1.755 +font-weight:normal; 1.756 +line-height:normal; 1.757 +} 1.758 +li p { 1.759 +margin-top:8px; 1.760 +} 1.761 \ No newline at end of file