1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python/mock-1.0.0/html/_static/basic.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,540 @@ 1.4 +/* 1.5 + * basic.css 1.6 + * ~~~~~~~~~ 1.7 + * 1.8 + * Sphinx stylesheet -- basic theme. 1.9 + * 1.10 + * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. 1.11 + * :license: BSD, see LICENSE for details. 1.12 + * 1.13 + */ 1.14 + 1.15 +/* -- main layout ----------------------------------------------------------- */ 1.16 + 1.17 +div.clearer { 1.18 + clear: both; 1.19 +} 1.20 + 1.21 +/* -- relbar ---------------------------------------------------------------- */ 1.22 + 1.23 +div.related { 1.24 + width: 100%; 1.25 + font-size: 90%; 1.26 +} 1.27 + 1.28 +div.related h3 { 1.29 + display: none; 1.30 +} 1.31 + 1.32 +div.related ul { 1.33 + margin: 0; 1.34 + padding: 0 0 0 10px; 1.35 + list-style: none; 1.36 +} 1.37 + 1.38 +div.related li { 1.39 + display: inline; 1.40 +} 1.41 + 1.42 +div.related li.right { 1.43 + float: right; 1.44 + margin-right: 5px; 1.45 +} 1.46 + 1.47 +/* -- sidebar --------------------------------------------------------------- */ 1.48 + 1.49 +div.sphinxsidebarwrapper { 1.50 + padding: 10px 5px 0 10px; 1.51 +} 1.52 + 1.53 +div.sphinxsidebar { 1.54 + float: left; 1.55 + width: 230px; 1.56 + margin-left: -100%; 1.57 + font-size: 90%; 1.58 +} 1.59 + 1.60 +div.sphinxsidebar ul { 1.61 + list-style: none; 1.62 +} 1.63 + 1.64 +div.sphinxsidebar ul ul, 1.65 +div.sphinxsidebar ul.want-points { 1.66 + margin-left: 20px; 1.67 + list-style: square; 1.68 +} 1.69 + 1.70 +div.sphinxsidebar ul ul { 1.71 + margin-top: 0; 1.72 + margin-bottom: 0; 1.73 +} 1.74 + 1.75 +div.sphinxsidebar form { 1.76 + margin-top: 10px; 1.77 +} 1.78 + 1.79 +div.sphinxsidebar input { 1.80 + border: 1px solid #98dbcc; 1.81 + font-family: sans-serif; 1.82 + font-size: 1em; 1.83 +} 1.84 + 1.85 +div.sphinxsidebar #searchbox input[type="text"] { 1.86 + width: 170px; 1.87 +} 1.88 + 1.89 +div.sphinxsidebar #searchbox input[type="submit"] { 1.90 + width: 30px; 1.91 +} 1.92 + 1.93 +img { 1.94 + border: 0; 1.95 +} 1.96 + 1.97 +/* -- search page ----------------------------------------------------------- */ 1.98 + 1.99 +ul.search { 1.100 + margin: 10px 0 0 20px; 1.101 + padding: 0; 1.102 +} 1.103 + 1.104 +ul.search li { 1.105 + padding: 5px 0 5px 20px; 1.106 + background-image: url(file.png); 1.107 + background-repeat: no-repeat; 1.108 + background-position: 0 7px; 1.109 +} 1.110 + 1.111 +ul.search li a { 1.112 + font-weight: bold; 1.113 +} 1.114 + 1.115 +ul.search li div.context { 1.116 + color: #888; 1.117 + margin: 2px 0 0 30px; 1.118 + text-align: left; 1.119 +} 1.120 + 1.121 +ul.keywordmatches li.goodmatch a { 1.122 + font-weight: bold; 1.123 +} 1.124 + 1.125 +/* -- index page ------------------------------------------------------------ */ 1.126 + 1.127 +table.contentstable { 1.128 + width: 90%; 1.129 +} 1.130 + 1.131 +table.contentstable p.biglink { 1.132 + line-height: 150%; 1.133 +} 1.134 + 1.135 +a.biglink { 1.136 + font-size: 1.3em; 1.137 +} 1.138 + 1.139 +span.linkdescr { 1.140 + font-style: italic; 1.141 + padding-top: 5px; 1.142 + font-size: 90%; 1.143 +} 1.144 + 1.145 +/* -- general index --------------------------------------------------------- */ 1.146 + 1.147 +table.indextable { 1.148 + width: 100%; 1.149 +} 1.150 + 1.151 +table.indextable td { 1.152 + text-align: left; 1.153 + vertical-align: top; 1.154 +} 1.155 + 1.156 +table.indextable dl, table.indextable dd { 1.157 + margin-top: 0; 1.158 + margin-bottom: 0; 1.159 +} 1.160 + 1.161 +table.indextable tr.pcap { 1.162 + height: 10px; 1.163 +} 1.164 + 1.165 +table.indextable tr.cap { 1.166 + margin-top: 10px; 1.167 + background-color: #f2f2f2; 1.168 +} 1.169 + 1.170 +img.toggler { 1.171 + margin-right: 3px; 1.172 + margin-top: 3px; 1.173 + cursor: pointer; 1.174 +} 1.175 + 1.176 +div.modindex-jumpbox { 1.177 + border-top: 1px solid #ddd; 1.178 + border-bottom: 1px solid #ddd; 1.179 + margin: 1em 0 1em 0; 1.180 + padding: 0.4em; 1.181 +} 1.182 + 1.183 +div.genindex-jumpbox { 1.184 + border-top: 1px solid #ddd; 1.185 + border-bottom: 1px solid #ddd; 1.186 + margin: 1em 0 1em 0; 1.187 + padding: 0.4em; 1.188 +} 1.189 + 1.190 +/* -- general body styles --------------------------------------------------- */ 1.191 + 1.192 +a.headerlink { 1.193 + visibility: hidden; 1.194 +} 1.195 + 1.196 +h1:hover > a.headerlink, 1.197 +h2:hover > a.headerlink, 1.198 +h3:hover > a.headerlink, 1.199 +h4:hover > a.headerlink, 1.200 +h5:hover > a.headerlink, 1.201 +h6:hover > a.headerlink, 1.202 +dt:hover > a.headerlink { 1.203 + visibility: visible; 1.204 +} 1.205 + 1.206 +div.body p.caption { 1.207 + text-align: inherit; 1.208 +} 1.209 + 1.210 +div.body td { 1.211 + text-align: left; 1.212 +} 1.213 + 1.214 +.field-list ul { 1.215 + padding-left: 1em; 1.216 +} 1.217 + 1.218 +.first { 1.219 + margin-top: 0 !important; 1.220 +} 1.221 + 1.222 +p.rubric { 1.223 + margin-top: 30px; 1.224 + font-weight: bold; 1.225 +} 1.226 + 1.227 +img.align-left, .figure.align-left, object.align-left { 1.228 + clear: left; 1.229 + float: left; 1.230 + margin-right: 1em; 1.231 +} 1.232 + 1.233 +img.align-right, .figure.align-right, object.align-right { 1.234 + clear: right; 1.235 + float: right; 1.236 + margin-left: 1em; 1.237 +} 1.238 + 1.239 +img.align-center, .figure.align-center, object.align-center { 1.240 + display: block; 1.241 + margin-left: auto; 1.242 + margin-right: auto; 1.243 +} 1.244 + 1.245 +.align-left { 1.246 + text-align: left; 1.247 +} 1.248 + 1.249 +.align-center { 1.250 + text-align: center; 1.251 +} 1.252 + 1.253 +.align-right { 1.254 + text-align: right; 1.255 +} 1.256 + 1.257 +/* -- sidebars -------------------------------------------------------------- */ 1.258 + 1.259 +div.sidebar { 1.260 + margin: 0 0 0.5em 1em; 1.261 + border: 1px solid #ddb; 1.262 + padding: 7px 7px 0 7px; 1.263 + background-color: #ffe; 1.264 + width: 40%; 1.265 + float: right; 1.266 +} 1.267 + 1.268 +p.sidebar-title { 1.269 + font-weight: bold; 1.270 +} 1.271 + 1.272 +/* -- topics ---------------------------------------------------------------- */ 1.273 + 1.274 +div.topic { 1.275 + border: 1px solid #ccc; 1.276 + padding: 7px 7px 0 7px; 1.277 + margin: 10px 0 10px 0; 1.278 +} 1.279 + 1.280 +p.topic-title { 1.281 + font-size: 1.1em; 1.282 + font-weight: bold; 1.283 + margin-top: 10px; 1.284 +} 1.285 + 1.286 +/* -- admonitions ----------------------------------------------------------- */ 1.287 + 1.288 +div.admonition { 1.289 + margin-top: 10px; 1.290 + margin-bottom: 10px; 1.291 + padding: 7px; 1.292 +} 1.293 + 1.294 +div.admonition dt { 1.295 + font-weight: bold; 1.296 +} 1.297 + 1.298 +div.admonition dl { 1.299 + margin-bottom: 0; 1.300 +} 1.301 + 1.302 +p.admonition-title { 1.303 + margin: 0px 10px 5px 0px; 1.304 + font-weight: bold; 1.305 +} 1.306 + 1.307 +div.body p.centered { 1.308 + text-align: center; 1.309 + margin-top: 25px; 1.310 +} 1.311 + 1.312 +/* -- tables ---------------------------------------------------------------- */ 1.313 + 1.314 +table.docutils { 1.315 + border: 0; 1.316 + border-collapse: collapse; 1.317 +} 1.318 + 1.319 +table.docutils td, table.docutils th { 1.320 + padding: 1px 8px 1px 5px; 1.321 + border-top: 0; 1.322 + border-left: 0; 1.323 + border-right: 0; 1.324 + border-bottom: 1px solid #aaa; 1.325 +} 1.326 + 1.327 +table.field-list td, table.field-list th { 1.328 + border: 0 !important; 1.329 +} 1.330 + 1.331 +table.footnote td, table.footnote th { 1.332 + border: 0 !important; 1.333 +} 1.334 + 1.335 +th { 1.336 + text-align: left; 1.337 + padding-right: 5px; 1.338 +} 1.339 + 1.340 +table.citation { 1.341 + border-left: solid 1px gray; 1.342 + margin-left: 1px; 1.343 +} 1.344 + 1.345 +table.citation td { 1.346 + border-bottom: none; 1.347 +} 1.348 + 1.349 +/* -- other body styles ----------------------------------------------------- */ 1.350 + 1.351 +ol.arabic { 1.352 + list-style: decimal; 1.353 +} 1.354 + 1.355 +ol.loweralpha { 1.356 + list-style: lower-alpha; 1.357 +} 1.358 + 1.359 +ol.upperalpha { 1.360 + list-style: upper-alpha; 1.361 +} 1.362 + 1.363 +ol.lowerroman { 1.364 + list-style: lower-roman; 1.365 +} 1.366 + 1.367 +ol.upperroman { 1.368 + list-style: upper-roman; 1.369 +} 1.370 + 1.371 +dl { 1.372 + margin-bottom: 15px; 1.373 +} 1.374 + 1.375 +dd p { 1.376 + margin-top: 0px; 1.377 +} 1.378 + 1.379 +dd ul, dd table { 1.380 + margin-bottom: 10px; 1.381 +} 1.382 + 1.383 +dd { 1.384 + margin-top: 3px; 1.385 + margin-bottom: 10px; 1.386 + margin-left: 30px; 1.387 +} 1.388 + 1.389 +dt:target, .highlighted { 1.390 + background-color: #fbe54e; 1.391 +} 1.392 + 1.393 +dl.glossary dt { 1.394 + font-weight: bold; 1.395 + font-size: 1.1em; 1.396 +} 1.397 + 1.398 +.field-list ul { 1.399 + margin: 0; 1.400 + padding-left: 1em; 1.401 +} 1.402 + 1.403 +.field-list p { 1.404 + margin: 0; 1.405 +} 1.406 + 1.407 +.refcount { 1.408 + color: #060; 1.409 +} 1.410 + 1.411 +.optional { 1.412 + font-size: 1.3em; 1.413 +} 1.414 + 1.415 +.versionmodified { 1.416 + font-style: italic; 1.417 +} 1.418 + 1.419 +.system-message { 1.420 + background-color: #fda; 1.421 + padding: 5px; 1.422 + border: 3px solid red; 1.423 +} 1.424 + 1.425 +.footnote:target { 1.426 + background-color: #ffa; 1.427 +} 1.428 + 1.429 +.line-block { 1.430 + display: block; 1.431 + margin-top: 1em; 1.432 + margin-bottom: 1em; 1.433 +} 1.434 + 1.435 +.line-block .line-block { 1.436 + margin-top: 0; 1.437 + margin-bottom: 0; 1.438 + margin-left: 1.5em; 1.439 +} 1.440 + 1.441 +.guilabel, .menuselection { 1.442 + font-family: sans-serif; 1.443 +} 1.444 + 1.445 +.accelerator { 1.446 + text-decoration: underline; 1.447 +} 1.448 + 1.449 +.classifier { 1.450 + font-style: oblique; 1.451 +} 1.452 + 1.453 +abbr, acronym { 1.454 + border-bottom: dotted 1px; 1.455 + cursor: help; 1.456 +} 1.457 + 1.458 +/* -- code displays --------------------------------------------------------- */ 1.459 + 1.460 +pre { 1.461 + overflow: auto; 1.462 + overflow-y: hidden; /* fixes display issues on Chrome browsers */ 1.463 +} 1.464 + 1.465 +td.linenos pre { 1.466 + padding: 5px 0px; 1.467 + border: 0; 1.468 + background-color: transparent; 1.469 + color: #aaa; 1.470 +} 1.471 + 1.472 +table.highlighttable { 1.473 + margin-left: 0.5em; 1.474 +} 1.475 + 1.476 +table.highlighttable td { 1.477 + padding: 0 0.5em 0 0.5em; 1.478 +} 1.479 + 1.480 +tt.descname { 1.481 + background-color: transparent; 1.482 + font-weight: bold; 1.483 + font-size: 1.2em; 1.484 +} 1.485 + 1.486 +tt.descclassname { 1.487 + background-color: transparent; 1.488 +} 1.489 + 1.490 +tt.xref, a tt { 1.491 + background-color: transparent; 1.492 + font-weight: bold; 1.493 +} 1.494 + 1.495 +h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { 1.496 + background-color: transparent; 1.497 +} 1.498 + 1.499 +.viewcode-link { 1.500 + float: right; 1.501 +} 1.502 + 1.503 +.viewcode-back { 1.504 + float: right; 1.505 + font-family: sans-serif; 1.506 +} 1.507 + 1.508 +div.viewcode-block:target { 1.509 + margin: -1px -10px; 1.510 + padding: 0 10px; 1.511 +} 1.512 + 1.513 +/* -- math display ---------------------------------------------------------- */ 1.514 + 1.515 +img.math { 1.516 + vertical-align: middle; 1.517 +} 1.518 + 1.519 +div.body div.math p { 1.520 + text-align: center; 1.521 +} 1.522 + 1.523 +span.eqno { 1.524 + float: right; 1.525 +} 1.526 + 1.527 +/* -- printout stylesheet --------------------------------------------------- */ 1.528 + 1.529 +@media print { 1.530 + div.document, 1.531 + div.documentwrapper, 1.532 + div.bodywrapper { 1.533 + margin: 0 !important; 1.534 + width: 100%; 1.535 + } 1.536 + 1.537 + div.sphinxsidebar, 1.538 + div.related, 1.539 + div.footer, 1.540 + #top-link { 1.541 + display: none; 1.542 + } 1.543 +} 1.544 \ No newline at end of file