Changeset ada37fa in ammosreader for doc/html/_static/alabaster.css
- Timestamp:
- 05/04/22 12:00:45 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 64565fe
- Parents:
- 1846087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/html/_static/alabaster.css
r1846087 rada37fa 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 @import url("basic.css"); 19 2 … … 21 4 22 5 body { 23 font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;6 font-family: Georgia, serif; 24 7 font-size: 17px; 25 background-color: white;8 background-color: #fff; 26 9 color: #000; 27 10 margin: 0; … … 55 38 56 39 div.body { 57 background-color: #fff fff;40 background-color: #fff; 58 41 color: #3E4349; 59 42 padding: 0 30px 0 30px; … … 77 60 78 61 p.caption { 79 font-family: ;62 font-family: inherit; 80 63 font-size: inherit; 81 64 } … … 125 108 div.sphinxsidebar h3, 126 109 div.sphinxsidebar h4 { 127 font-family: 'Garamond', 'Georgia', serif;110 font-family: Georgia, serif; 128 111 color: #444; 129 112 font-size: 24px; … … 169 152 div.sphinxsidebar input { 170 153 border: 1px solid #CCC; 171 font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;154 font-family: Georgia, serif; 172 155 font-size: 1em; 173 156 } … … 182 165 margin-left: 0; 183 166 width: 50%; 167 } 168 169 div.sphinxsidebar .badge { 170 border-bottom: none; 171 } 172 173 div.sphinxsidebar .badge:hover { 174 border-bottom: none; 175 } 176 177 /* To address an issue with donation coming after search */ 178 div.sphinxsidebar h3.donation { 179 margin-top: 10px; 184 180 } 185 181 … … 202 198 div.body h5, 203 199 div.body h6 { 204 font-family: 'Garamond', 'Georgia', serif;200 font-family: Georgia, serif; 205 201 font-weight: normal; 206 202 margin: 30px 0px 10px 0px; … … 233 229 margin: 20px 0px; 234 230 padding: 10px 30px; 235 background-color: #FCC; 236 border: 1px solid #FAA; 237 } 238 239 div.admonition tt.xref, div.admonition a tt { 231 background-color: #EEE; 232 border: 1px solid #CCC; 233 } 234 235 div.admonition tt.xref, div.admonition code.xref, div.admonition a tt { 236 background-color: #FBFBFB; 240 237 border-bottom: 1px solid #fafafa; 241 238 } 242 239 243 dd div.admonition {244 margin-left: -60px;245 padding-left: 60px;246 }247 248 240 div.admonition p.admonition-title { 249 font-family: 'Garamond', 'Georgia', serif;241 font-family: Georgia, serif; 250 242 font-weight: normal; 251 243 font-size: 24px; … … 260 252 261 253 div.highlight { 262 background-color: white;254 background-color: #fff; 263 255 } 264 256 265 257 dt:target, .highlight { 266 258 background: #FAF3E8; 259 } 260 261 div.warning { 262 background-color: #FCC; 263 border: 1px solid #FAA; 264 } 265 266 div.danger { 267 background-color: #FCC; 268 border: 1px solid #FAA; 269 -moz-box-shadow: 2px 2px 4px #D52C2C; 270 -webkit-box-shadow: 2px 2px 4px #D52C2C; 271 box-shadow: 2px 2px 4px #D52C2C; 272 } 273 274 div.error { 275 background-color: #FCC; 276 border: 1px solid #FAA; 277 -moz-box-shadow: 2px 2px 4px #D52C2C; 278 -webkit-box-shadow: 2px 2px 4px #D52C2C; 279 box-shadow: 2px 2px 4px #D52C2C; 280 } 281 282 div.caution { 283 background-color: #FCC; 284 border: 1px solid #FAA; 285 } 286 287 div.attention { 288 background-color: #FCC; 289 border: 1px solid #FAA; 290 } 291 292 div.important { 293 background-color: #EEE; 294 border: 1px solid #CCC; 267 295 } 268 296 … … 272 300 } 273 301 302 div.tip { 303 background-color: #EEE; 304 border: 1px solid #CCC; 305 } 306 307 div.hint { 308 background-color: #EEE; 309 border: 1px solid #CCC; 310 } 311 274 312 div.seealso { 275 313 background-color: #EEE; … … 278 316 279 317 div.topic { 280 background-color: # eee;318 background-color: #EEE; 281 319 } 282 320 … … 290 328 291 329 pre, tt, code { 292 font-family: 'Consolas', 'Menlo', 'Deja 330 font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; 293 331 font-size: 0.9em; 294 332 } … … 313 351 314 352 img.screenshot { 315 -moz-box-shadow: 2px 2px 4px # eee;316 -webkit-box-shadow: 2px 2px 4px # eee;317 box-shadow: 2px 2px 4px # eee;353 -moz-box-shadow: 2px 2px 4px #EEE; 354 -webkit-box-shadow: 2px 2px 4px #EEE; 355 box-shadow: 2px 2px 4px #EEE; 318 356 } 319 357 320 358 table.docutils { 321 359 border: 1px solid #888; 322 -moz-box-shadow: 2px 2px 4px # eee;323 -webkit-box-shadow: 2px 2px 4px # eee;324 box-shadow: 2px 2px 4px # eee;360 -moz-box-shadow: 2px 2px 4px #EEE; 361 -webkit-box-shadow: 2px 2px 4px #EEE; 362 box-shadow: 2px 2px 4px #EEE; 325 363 } 326 364 … … 362 400 } 363 401 402 /* Cloned from 403 * https://github.com/sphinx-doc/sphinx/commit/ef60dbfce09286b20b7385333d63a60321784e68 404 */ 405 .field-name { 406 -moz-hyphens: manual; 407 -ms-hyphens: manual; 408 -webkit-hyphens: manual; 409 hyphens: manual; 410 } 411 364 412 table.footnote td.label { 365 413 width: .1px; … … 398 446 } 399 447 448 div.viewcode-block:target { 449 background: #ffd; 450 } 451 400 452 dl pre, blockquote pre, li pre { 401 453 margin-left: 0; 402 454 padding-left: 30px; 403 }404 405 dl dl pre {406 margin-left: -90px;407 padding-left: 90px;408 455 } 409 456 … … 416 463 tt.xref, code.xref, a tt { 417 464 background-color: #FBFBFB; 418 border-bottom: 1px solid white;465 border-bottom: 1px solid #fff; 419 466 } 420 467 … … 518 565 div.documentwrapper { 519 566 float: none; 520 background: white;567 background: #fff; 521 568 } 522 569 … … 533 580 div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p, 534 581 div.sphinxsidebar h3 a { 535 color: white;582 color: #fff; 536 583 } 537 584 … … 606 653 box-shadow: none; 607 654 } 655 656 657 /* relbar */ 658 659 .related { 660 line-height: 30px; 661 width: 100%; 662 font-size: 0.9rem; 663 } 664 665 .related.top { 666 border-bottom: 1px solid #EEE; 667 margin-bottom: 20px; 668 } 669 670 .related.bottom { 671 border-top: 1px solid #EEE; 672 } 673 674 .related ul { 675 padding: 0; 676 margin: 0; 677 list-style: none; 678 } 679 680 .related li { 681 display: inline; 682 } 683 684 nav#rellinks { 685 float: right; 686 } 687 688 nav#rellinks li+li:before { 689 content: "|"; 690 } 691 692 nav#breadcrumbs li+li:before { 693 content: "\00BB"; 694 } 695 696 /* Hide certain items when printing */ 697 @media print { 698 div.related { 699 display: none; 700 } 701 }
Note:
See TracChangeset
for help on using the changeset viewer.