1pre { 2 padding: 7px; 3} 4 5div.document { 6 width: 90%; 7} 8 9div.body { 10 max-width: 90%; 11} 12 13div.note { 14 padding: 20px 20px 10px 20px; 15} 16 17div.note p.admonition-title { 18 font-size: 130%; 19} 20 21table.mapping { 22 width: 100%; 23} 24 25table.mapping td { 26 width: 50%; 27 padding: 5px; 28} 29 30table.mapping td.hed { 31 background: #606060; 32 color: #fefefe; 33 text-align: left; 34 border-bottom: 2px #fefefe solid; 35 font-weight: bold; 36} 37 38table.mapping td.header { 39 background: #eeeeee; 40} 41 42table.mapping td.content { 43 font-family: monospace; 44 padding-bottom: 15px; 45} 46 47div.sphinxsidebar .caption { 48 font-family: Helvetica, Verdana, sans-serif; 49 font-size: 10pt; 50 font-weight: bold; 51 color: #fefefe; 52 background: #606060; 53 margin-bottom: 0; 54 text-transform: uppercase; 55 padding: 7px; 56} 57 58div.sphinxsidebar a, 59div.sphinxsidebar a:hover { 60 border: none; 61} 62 63div.sphinxsidebar li { 64 padding-left: 7px; 65 border-bottom: 1px solid #fefefe; 66} 67 68div.sphinxsidebar li:hover { 69 background: #eeeeee; 70} 71 72div.sphinxsidebar ul { 73 background: #e9e9e9; 74 margin: 0px; 75 padding: 0px; 76} 77 78div.sphinxsidebar ul a { 79 font-family: Helvetica, Verdana, sans-serif; 80 font-size: 8pt; 81 display: block; 82 padding: 5px 0; 83 line-height: 14pt; 84} 85 86div.sphinxsidebar ul li.toctree-l1 > a { 87 font-size: 100%; 88} 89 90div.sphinxsidebar h3 { 91 /* Hide Navigation. */ 92 display: none; 93} 94