Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | /* |
michael@0 | 2 | * basic.css |
michael@0 | 3 | * ~~~~~~~~~ |
michael@0 | 4 | * |
michael@0 | 5 | * Sphinx stylesheet -- basic theme. |
michael@0 | 6 | * |
michael@0 | 7 | * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. |
michael@0 | 8 | * :license: BSD, see LICENSE for details. |
michael@0 | 9 | * |
michael@0 | 10 | */ |
michael@0 | 11 | |
michael@0 | 12 | /* -- main layout ----------------------------------------------------------- */ |
michael@0 | 13 | |
michael@0 | 14 | div.clearer { |
michael@0 | 15 | clear: both; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | /* -- relbar ---------------------------------------------------------------- */ |
michael@0 | 19 | |
michael@0 | 20 | div.related { |
michael@0 | 21 | width: 100%; |
michael@0 | 22 | font-size: 90%; |
michael@0 | 23 | } |
michael@0 | 24 | |
michael@0 | 25 | div.related h3 { |
michael@0 | 26 | display: none; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | div.related ul { |
michael@0 | 30 | margin: 0; |
michael@0 | 31 | padding: 0 0 0 10px; |
michael@0 | 32 | list-style: none; |
michael@0 | 33 | } |
michael@0 | 34 | |
michael@0 | 35 | div.related li { |
michael@0 | 36 | display: inline; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | div.related li.right { |
michael@0 | 40 | float: right; |
michael@0 | 41 | margin-right: 5px; |
michael@0 | 42 | } |
michael@0 | 43 | |
michael@0 | 44 | /* -- sidebar --------------------------------------------------------------- */ |
michael@0 | 45 | |
michael@0 | 46 | div.sphinxsidebarwrapper { |
michael@0 | 47 | padding: 10px 5px 0 10px; |
michael@0 | 48 | } |
michael@0 | 49 | |
michael@0 | 50 | div.sphinxsidebar { |
michael@0 | 51 | float: left; |
michael@0 | 52 | width: 230px; |
michael@0 | 53 | margin-left: -100%; |
michael@0 | 54 | font-size: 90%; |
michael@0 | 55 | } |
michael@0 | 56 | |
michael@0 | 57 | div.sphinxsidebar ul { |
michael@0 | 58 | list-style: none; |
michael@0 | 59 | } |
michael@0 | 60 | |
michael@0 | 61 | div.sphinxsidebar ul ul, |
michael@0 | 62 | div.sphinxsidebar ul.want-points { |
michael@0 | 63 | margin-left: 20px; |
michael@0 | 64 | list-style: square; |
michael@0 | 65 | } |
michael@0 | 66 | |
michael@0 | 67 | div.sphinxsidebar ul ul { |
michael@0 | 68 | margin-top: 0; |
michael@0 | 69 | margin-bottom: 0; |
michael@0 | 70 | } |
michael@0 | 71 | |
michael@0 | 72 | div.sphinxsidebar form { |
michael@0 | 73 | margin-top: 10px; |
michael@0 | 74 | } |
michael@0 | 75 | |
michael@0 | 76 | div.sphinxsidebar input { |
michael@0 | 77 | border: 1px solid #98dbcc; |
michael@0 | 78 | font-family: sans-serif; |
michael@0 | 79 | font-size: 1em; |
michael@0 | 80 | } |
michael@0 | 81 | |
michael@0 | 82 | div.sphinxsidebar #searchbox input[type="text"] { |
michael@0 | 83 | width: 170px; |
michael@0 | 84 | } |
michael@0 | 85 | |
michael@0 | 86 | div.sphinxsidebar #searchbox input[type="submit"] { |
michael@0 | 87 | width: 30px; |
michael@0 | 88 | } |
michael@0 | 89 | |
michael@0 | 90 | img { |
michael@0 | 91 | border: 0; |
michael@0 | 92 | } |
michael@0 | 93 | |
michael@0 | 94 | /* -- search page ----------------------------------------------------------- */ |
michael@0 | 95 | |
michael@0 | 96 | ul.search { |
michael@0 | 97 | margin: 10px 0 0 20px; |
michael@0 | 98 | padding: 0; |
michael@0 | 99 | } |
michael@0 | 100 | |
michael@0 | 101 | ul.search li { |
michael@0 | 102 | padding: 5px 0 5px 20px; |
michael@0 | 103 | background-image: url(file.png); |
michael@0 | 104 | background-repeat: no-repeat; |
michael@0 | 105 | background-position: 0 7px; |
michael@0 | 106 | } |
michael@0 | 107 | |
michael@0 | 108 | ul.search li a { |
michael@0 | 109 | font-weight: bold; |
michael@0 | 110 | } |
michael@0 | 111 | |
michael@0 | 112 | ul.search li div.context { |
michael@0 | 113 | color: #888; |
michael@0 | 114 | margin: 2px 0 0 30px; |
michael@0 | 115 | text-align: left; |
michael@0 | 116 | } |
michael@0 | 117 | |
michael@0 | 118 | ul.keywordmatches li.goodmatch a { |
michael@0 | 119 | font-weight: bold; |
michael@0 | 120 | } |
michael@0 | 121 | |
michael@0 | 122 | /* -- index page ------------------------------------------------------------ */ |
michael@0 | 123 | |
michael@0 | 124 | table.contentstable { |
michael@0 | 125 | width: 90%; |
michael@0 | 126 | } |
michael@0 | 127 | |
michael@0 | 128 | table.contentstable p.biglink { |
michael@0 | 129 | line-height: 150%; |
michael@0 | 130 | } |
michael@0 | 131 | |
michael@0 | 132 | a.biglink { |
michael@0 | 133 | font-size: 1.3em; |
michael@0 | 134 | } |
michael@0 | 135 | |
michael@0 | 136 | span.linkdescr { |
michael@0 | 137 | font-style: italic; |
michael@0 | 138 | padding-top: 5px; |
michael@0 | 139 | font-size: 90%; |
michael@0 | 140 | } |
michael@0 | 141 | |
michael@0 | 142 | /* -- general index --------------------------------------------------------- */ |
michael@0 | 143 | |
michael@0 | 144 | table.indextable { |
michael@0 | 145 | width: 100%; |
michael@0 | 146 | } |
michael@0 | 147 | |
michael@0 | 148 | table.indextable td { |
michael@0 | 149 | text-align: left; |
michael@0 | 150 | vertical-align: top; |
michael@0 | 151 | } |
michael@0 | 152 | |
michael@0 | 153 | table.indextable dl, table.indextable dd { |
michael@0 | 154 | margin-top: 0; |
michael@0 | 155 | margin-bottom: 0; |
michael@0 | 156 | } |
michael@0 | 157 | |
michael@0 | 158 | table.indextable tr.pcap { |
michael@0 | 159 | height: 10px; |
michael@0 | 160 | } |
michael@0 | 161 | |
michael@0 | 162 | table.indextable tr.cap { |
michael@0 | 163 | margin-top: 10px; |
michael@0 | 164 | background-color: #f2f2f2; |
michael@0 | 165 | } |
michael@0 | 166 | |
michael@0 | 167 | img.toggler { |
michael@0 | 168 | margin-right: 3px; |
michael@0 | 169 | margin-top: 3px; |
michael@0 | 170 | cursor: pointer; |
michael@0 | 171 | } |
michael@0 | 172 | |
michael@0 | 173 | div.modindex-jumpbox { |
michael@0 | 174 | border-top: 1px solid #ddd; |
michael@0 | 175 | border-bottom: 1px solid #ddd; |
michael@0 | 176 | margin: 1em 0 1em 0; |
michael@0 | 177 | padding: 0.4em; |
michael@0 | 178 | } |
michael@0 | 179 | |
michael@0 | 180 | div.genindex-jumpbox { |
michael@0 | 181 | border-top: 1px solid #ddd; |
michael@0 | 182 | border-bottom: 1px solid #ddd; |
michael@0 | 183 | margin: 1em 0 1em 0; |
michael@0 | 184 | padding: 0.4em; |
michael@0 | 185 | } |
michael@0 | 186 | |
michael@0 | 187 | /* -- general body styles --------------------------------------------------- */ |
michael@0 | 188 | |
michael@0 | 189 | a.headerlink { |
michael@0 | 190 | visibility: hidden; |
michael@0 | 191 | } |
michael@0 | 192 | |
michael@0 | 193 | h1:hover > a.headerlink, |
michael@0 | 194 | h2:hover > a.headerlink, |
michael@0 | 195 | h3:hover > a.headerlink, |
michael@0 | 196 | h4:hover > a.headerlink, |
michael@0 | 197 | h5:hover > a.headerlink, |
michael@0 | 198 | h6:hover > a.headerlink, |
michael@0 | 199 | dt:hover > a.headerlink { |
michael@0 | 200 | visibility: visible; |
michael@0 | 201 | } |
michael@0 | 202 | |
michael@0 | 203 | div.body p.caption { |
michael@0 | 204 | text-align: inherit; |
michael@0 | 205 | } |
michael@0 | 206 | |
michael@0 | 207 | div.body td { |
michael@0 | 208 | text-align: left; |
michael@0 | 209 | } |
michael@0 | 210 | |
michael@0 | 211 | .field-list ul { |
michael@0 | 212 | padding-left: 1em; |
michael@0 | 213 | } |
michael@0 | 214 | |
michael@0 | 215 | .first { |
michael@0 | 216 | margin-top: 0 !important; |
michael@0 | 217 | } |
michael@0 | 218 | |
michael@0 | 219 | p.rubric { |
michael@0 | 220 | margin-top: 30px; |
michael@0 | 221 | font-weight: bold; |
michael@0 | 222 | } |
michael@0 | 223 | |
michael@0 | 224 | img.align-left, .figure.align-left, object.align-left { |
michael@0 | 225 | clear: left; |
michael@0 | 226 | float: left; |
michael@0 | 227 | margin-right: 1em; |
michael@0 | 228 | } |
michael@0 | 229 | |
michael@0 | 230 | img.align-right, .figure.align-right, object.align-right { |
michael@0 | 231 | clear: right; |
michael@0 | 232 | float: right; |
michael@0 | 233 | margin-left: 1em; |
michael@0 | 234 | } |
michael@0 | 235 | |
michael@0 | 236 | img.align-center, .figure.align-center, object.align-center { |
michael@0 | 237 | display: block; |
michael@0 | 238 | margin-left: auto; |
michael@0 | 239 | margin-right: auto; |
michael@0 | 240 | } |
michael@0 | 241 | |
michael@0 | 242 | .align-left { |
michael@0 | 243 | text-align: left; |
michael@0 | 244 | } |
michael@0 | 245 | |
michael@0 | 246 | .align-center { |
michael@0 | 247 | text-align: center; |
michael@0 | 248 | } |
michael@0 | 249 | |
michael@0 | 250 | .align-right { |
michael@0 | 251 | text-align: right; |
michael@0 | 252 | } |
michael@0 | 253 | |
michael@0 | 254 | /* -- sidebars -------------------------------------------------------------- */ |
michael@0 | 255 | |
michael@0 | 256 | div.sidebar { |
michael@0 | 257 | margin: 0 0 0.5em 1em; |
michael@0 | 258 | border: 1px solid #ddb; |
michael@0 | 259 | padding: 7px 7px 0 7px; |
michael@0 | 260 | background-color: #ffe; |
michael@0 | 261 | width: 40%; |
michael@0 | 262 | float: right; |
michael@0 | 263 | } |
michael@0 | 264 | |
michael@0 | 265 | p.sidebar-title { |
michael@0 | 266 | font-weight: bold; |
michael@0 | 267 | } |
michael@0 | 268 | |
michael@0 | 269 | /* -- topics ---------------------------------------------------------------- */ |
michael@0 | 270 | |
michael@0 | 271 | div.topic { |
michael@0 | 272 | border: 1px solid #ccc; |
michael@0 | 273 | padding: 7px 7px 0 7px; |
michael@0 | 274 | margin: 10px 0 10px 0; |
michael@0 | 275 | } |
michael@0 | 276 | |
michael@0 | 277 | p.topic-title { |
michael@0 | 278 | font-size: 1.1em; |
michael@0 | 279 | font-weight: bold; |
michael@0 | 280 | margin-top: 10px; |
michael@0 | 281 | } |
michael@0 | 282 | |
michael@0 | 283 | /* -- admonitions ----------------------------------------------------------- */ |
michael@0 | 284 | |
michael@0 | 285 | div.admonition { |
michael@0 | 286 | margin-top: 10px; |
michael@0 | 287 | margin-bottom: 10px; |
michael@0 | 288 | padding: 7px; |
michael@0 | 289 | } |
michael@0 | 290 | |
michael@0 | 291 | div.admonition dt { |
michael@0 | 292 | font-weight: bold; |
michael@0 | 293 | } |
michael@0 | 294 | |
michael@0 | 295 | div.admonition dl { |
michael@0 | 296 | margin-bottom: 0; |
michael@0 | 297 | } |
michael@0 | 298 | |
michael@0 | 299 | p.admonition-title { |
michael@0 | 300 | margin: 0px 10px 5px 0px; |
michael@0 | 301 | font-weight: bold; |
michael@0 | 302 | } |
michael@0 | 303 | |
michael@0 | 304 | div.body p.centered { |
michael@0 | 305 | text-align: center; |
michael@0 | 306 | margin-top: 25px; |
michael@0 | 307 | } |
michael@0 | 308 | |
michael@0 | 309 | /* -- tables ---------------------------------------------------------------- */ |
michael@0 | 310 | |
michael@0 | 311 | table.docutils { |
michael@0 | 312 | border: 0; |
michael@0 | 313 | border-collapse: collapse; |
michael@0 | 314 | } |
michael@0 | 315 | |
michael@0 | 316 | table.docutils td, table.docutils th { |
michael@0 | 317 | padding: 1px 8px 1px 5px; |
michael@0 | 318 | border-top: 0; |
michael@0 | 319 | border-left: 0; |
michael@0 | 320 | border-right: 0; |
michael@0 | 321 | border-bottom: 1px solid #aaa; |
michael@0 | 322 | } |
michael@0 | 323 | |
michael@0 | 324 | table.field-list td, table.field-list th { |
michael@0 | 325 | border: 0 !important; |
michael@0 | 326 | } |
michael@0 | 327 | |
michael@0 | 328 | table.footnote td, table.footnote th { |
michael@0 | 329 | border: 0 !important; |
michael@0 | 330 | } |
michael@0 | 331 | |
michael@0 | 332 | th { |
michael@0 | 333 | text-align: left; |
michael@0 | 334 | padding-right: 5px; |
michael@0 | 335 | } |
michael@0 | 336 | |
michael@0 | 337 | table.citation { |
michael@0 | 338 | border-left: solid 1px gray; |
michael@0 | 339 | margin-left: 1px; |
michael@0 | 340 | } |
michael@0 | 341 | |
michael@0 | 342 | table.citation td { |
michael@0 | 343 | border-bottom: none; |
michael@0 | 344 | } |
michael@0 | 345 | |
michael@0 | 346 | /* -- other body styles ----------------------------------------------------- */ |
michael@0 | 347 | |
michael@0 | 348 | ol.arabic { |
michael@0 | 349 | list-style: decimal; |
michael@0 | 350 | } |
michael@0 | 351 | |
michael@0 | 352 | ol.loweralpha { |
michael@0 | 353 | list-style: lower-alpha; |
michael@0 | 354 | } |
michael@0 | 355 | |
michael@0 | 356 | ol.upperalpha { |
michael@0 | 357 | list-style: upper-alpha; |
michael@0 | 358 | } |
michael@0 | 359 | |
michael@0 | 360 | ol.lowerroman { |
michael@0 | 361 | list-style: lower-roman; |
michael@0 | 362 | } |
michael@0 | 363 | |
michael@0 | 364 | ol.upperroman { |
michael@0 | 365 | list-style: upper-roman; |
michael@0 | 366 | } |
michael@0 | 367 | |
michael@0 | 368 | dl { |
michael@0 | 369 | margin-bottom: 15px; |
michael@0 | 370 | } |
michael@0 | 371 | |
michael@0 | 372 | dd p { |
michael@0 | 373 | margin-top: 0px; |
michael@0 | 374 | } |
michael@0 | 375 | |
michael@0 | 376 | dd ul, dd table { |
michael@0 | 377 | margin-bottom: 10px; |
michael@0 | 378 | } |
michael@0 | 379 | |
michael@0 | 380 | dd { |
michael@0 | 381 | margin-top: 3px; |
michael@0 | 382 | margin-bottom: 10px; |
michael@0 | 383 | margin-left: 30px; |
michael@0 | 384 | } |
michael@0 | 385 | |
michael@0 | 386 | dt:target, .highlighted { |
michael@0 | 387 | background-color: #fbe54e; |
michael@0 | 388 | } |
michael@0 | 389 | |
michael@0 | 390 | dl.glossary dt { |
michael@0 | 391 | font-weight: bold; |
michael@0 | 392 | font-size: 1.1em; |
michael@0 | 393 | } |
michael@0 | 394 | |
michael@0 | 395 | .field-list ul { |
michael@0 | 396 | margin: 0; |
michael@0 | 397 | padding-left: 1em; |
michael@0 | 398 | } |
michael@0 | 399 | |
michael@0 | 400 | .field-list p { |
michael@0 | 401 | margin: 0; |
michael@0 | 402 | } |
michael@0 | 403 | |
michael@0 | 404 | .refcount { |
michael@0 | 405 | color: #060; |
michael@0 | 406 | } |
michael@0 | 407 | |
michael@0 | 408 | .optional { |
michael@0 | 409 | font-size: 1.3em; |
michael@0 | 410 | } |
michael@0 | 411 | |
michael@0 | 412 | .versionmodified { |
michael@0 | 413 | font-style: italic; |
michael@0 | 414 | } |
michael@0 | 415 | |
michael@0 | 416 | .system-message { |
michael@0 | 417 | background-color: #fda; |
michael@0 | 418 | padding: 5px; |
michael@0 | 419 | border: 3px solid red; |
michael@0 | 420 | } |
michael@0 | 421 | |
michael@0 | 422 | .footnote:target { |
michael@0 | 423 | background-color: #ffa; |
michael@0 | 424 | } |
michael@0 | 425 | |
michael@0 | 426 | .line-block { |
michael@0 | 427 | display: block; |
michael@0 | 428 | margin-top: 1em; |
michael@0 | 429 | margin-bottom: 1em; |
michael@0 | 430 | } |
michael@0 | 431 | |
michael@0 | 432 | .line-block .line-block { |
michael@0 | 433 | margin-top: 0; |
michael@0 | 434 | margin-bottom: 0; |
michael@0 | 435 | margin-left: 1.5em; |
michael@0 | 436 | } |
michael@0 | 437 | |
michael@0 | 438 | .guilabel, .menuselection { |
michael@0 | 439 | font-family: sans-serif; |
michael@0 | 440 | } |
michael@0 | 441 | |
michael@0 | 442 | .accelerator { |
michael@0 | 443 | text-decoration: underline; |
michael@0 | 444 | } |
michael@0 | 445 | |
michael@0 | 446 | .classifier { |
michael@0 | 447 | font-style: oblique; |
michael@0 | 448 | } |
michael@0 | 449 | |
michael@0 | 450 | abbr, acronym { |
michael@0 | 451 | border-bottom: dotted 1px; |
michael@0 | 452 | cursor: help; |
michael@0 | 453 | } |
michael@0 | 454 | |
michael@0 | 455 | /* -- code displays --------------------------------------------------------- */ |
michael@0 | 456 | |
michael@0 | 457 | pre { |
michael@0 | 458 | overflow: auto; |
michael@0 | 459 | overflow-y: hidden; /* fixes display issues on Chrome browsers */ |
michael@0 | 460 | } |
michael@0 | 461 | |
michael@0 | 462 | td.linenos pre { |
michael@0 | 463 | padding: 5px 0px; |
michael@0 | 464 | border: 0; |
michael@0 | 465 | background-color: transparent; |
michael@0 | 466 | color: #aaa; |
michael@0 | 467 | } |
michael@0 | 468 | |
michael@0 | 469 | table.highlighttable { |
michael@0 | 470 | margin-left: 0.5em; |
michael@0 | 471 | } |
michael@0 | 472 | |
michael@0 | 473 | table.highlighttable td { |
michael@0 | 474 | padding: 0 0.5em 0 0.5em; |
michael@0 | 475 | } |
michael@0 | 476 | |
michael@0 | 477 | tt.descname { |
michael@0 | 478 | background-color: transparent; |
michael@0 | 479 | font-weight: bold; |
michael@0 | 480 | font-size: 1.2em; |
michael@0 | 481 | } |
michael@0 | 482 | |
michael@0 | 483 | tt.descclassname { |
michael@0 | 484 | background-color: transparent; |
michael@0 | 485 | } |
michael@0 | 486 | |
michael@0 | 487 | tt.xref, a tt { |
michael@0 | 488 | background-color: transparent; |
michael@0 | 489 | font-weight: bold; |
michael@0 | 490 | } |
michael@0 | 491 | |
michael@0 | 492 | h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { |
michael@0 | 493 | background-color: transparent; |
michael@0 | 494 | } |
michael@0 | 495 | |
michael@0 | 496 | .viewcode-link { |
michael@0 | 497 | float: right; |
michael@0 | 498 | } |
michael@0 | 499 | |
michael@0 | 500 | .viewcode-back { |
michael@0 | 501 | float: right; |
michael@0 | 502 | font-family: sans-serif; |
michael@0 | 503 | } |
michael@0 | 504 | |
michael@0 | 505 | div.viewcode-block:target { |
michael@0 | 506 | margin: -1px -10px; |
michael@0 | 507 | padding: 0 10px; |
michael@0 | 508 | } |
michael@0 | 509 | |
michael@0 | 510 | /* -- math display ---------------------------------------------------------- */ |
michael@0 | 511 | |
michael@0 | 512 | img.math { |
michael@0 | 513 | vertical-align: middle; |
michael@0 | 514 | } |
michael@0 | 515 | |
michael@0 | 516 | div.body div.math p { |
michael@0 | 517 | text-align: center; |
michael@0 | 518 | } |
michael@0 | 519 | |
michael@0 | 520 | span.eqno { |
michael@0 | 521 | float: right; |
michael@0 | 522 | } |
michael@0 | 523 | |
michael@0 | 524 | /* -- printout stylesheet --------------------------------------------------- */ |
michael@0 | 525 | |
michael@0 | 526 | @media print { |
michael@0 | 527 | div.document, |
michael@0 | 528 | div.documentwrapper, |
michael@0 | 529 | div.bodywrapper { |
michael@0 | 530 | margin: 0 !important; |
michael@0 | 531 | width: 100%; |
michael@0 | 532 | } |
michael@0 | 533 | |
michael@0 | 534 | div.sphinxsidebar, |
michael@0 | 535 | div.related, |
michael@0 | 536 | div.footer, |
michael@0 | 537 | #top-link { |
michael@0 | 538 | display: none; |
michael@0 | 539 | } |
michael@0 | 540 | } |