|
1 | | -dl.py.property { |
2 | | - display: block !important; |
| 1 | +.body{ |
| 2 | + color:#576071; |
| 3 | +} |
| 4 | +.wy-nav-content{ |
| 5 | + max-width: 100%; |
| 6 | +} |
| 7 | + a{ |
| 8 | + color:#3266AF |
| 9 | +} |
| 10 | + a:hover{ |
| 11 | + background: white; |
| 12 | +} |
| 13 | + a:visited{ |
| 14 | + color:#3266AF |
| 15 | +} |
| 16 | + p{ |
| 17 | + margin: 0 0 15px |
| 18 | +} |
| 19 | + .wy-nav-side{ |
| 20 | + background:#3364A8; |
| 21 | +} |
| 22 | +.wy-side-nav-search{ |
| 23 | + background-color:#e8ecf3; |
| 24 | +} |
| 25 | +.wy-side-nav-search img { |
| 26 | + display: inline; |
| 27 | + background-color:#e8ecf3; |
| 28 | +} |
| 29 | +.wy-side-nav-search .wy-dropdown>a, .wy-side-nav-search>a { |
| 30 | + color:#576071; |
| 31 | +} |
| 32 | +.wy-menu-vertical header, .wy-menu-vertical p.caption { |
| 33 | + color:#BAD7FF; |
| 34 | + text-decoration: underline; |
| 35 | +} |
| 36 | +.wy-menu-vertical a { |
| 37 | + color:white; |
| 38 | +} |
| 39 | +.wy-nav-side l1:hover{ |
| 40 | + background:#3D72BC; |
| 41 | +} |
| 42 | +.wy-nav-side a:visited{ |
| 43 | + color: white; |
| 44 | +} |
| 45 | +.wy-side-nav-search a:visited{ |
| 46 | + color: #576071; |
| 47 | +} |
| 48 | +.wy-menu-vertical a:hover{ |
| 49 | + background-color:#3D72BC; |
| 50 | +} |
| 51 | +.wy-menu-vertical a:visited{ |
| 52 | + background-color:#3D72BC; |
| 53 | +} |
| 54 | +.wy-menu-vertical li.current a:hover{ |
| 55 | + background:#fdfffe; |
| 56 | +} |
| 57 | +.wy-menu-vertical li.current { |
| 58 | + background:#f2f9f5; |
| 59 | +} |
| 60 | +.wy-menu-vertical li.toctree-l2.current>a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a { |
| 61 | + background:#e9f6ef; |
| 62 | +} |
| 63 | +.wy-menu-vertical li.toctree-l2.current>a:hover, .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a:hover { |
| 64 | + background:#f6fffa; |
| 65 | +} |
| 66 | +.wy-menu-vertical li.toctree-l3.current>a, .wy-menu-vertical li.toctree-l3.current li.toctree-l4>a { |
| 67 | + background: #e1f3e8; |
| 68 | +} |
| 69 | +.wy-menu-vertical li.toctree-l3.current>a:hover, .wy-menu-vertical li.toctree-l3.current li.toctree-l4>a:hover { |
| 70 | + background: #f3fff7; |
| 71 | +} |
| 72 | +a.icon-home img.logo { |
| 73 | + width: 64px; |
| 74 | + height: 64px; |
| 75 | +} |
| 76 | +.rst-content .toctree-wrapper>p.caption, h3, h4, h5, h6, legend { |
| 77 | + margin-bottom: 3px; |
| 78 | + color: #576071; |
| 79 | +} |
| 80 | +.rst-content .toctree-wrapper>p.caption, h2 { |
| 81 | + color: #474e5a; |
| 82 | +} |
| 83 | +.rst-content .toctree-wrapper>p.caption, h1 { |
| 84 | + color: #2e323a; |
| 85 | +} |
| 86 | +.rst-content dl dd { |
| 87 | + margin: 0px; |
3 | 88 | } |
0 commit comments