body { font-family: Georgia; } h1, h2, h3, h4, h5, h6 { font-family: Helvetica; } a:hover { text-decoration: underline; } img.tideliftlogo { border: 1px solid #888; margin-top: .5em !important; } .rst-content ol.arabic li { margin-bottom: 12px; } .rst-content h3, .rst-content h4, .rst-content h5, .rst-content h6 { /* This makes config.rst look a little better, but the paras are still too * spaced out. */ margin-bottom: 12px; } /* Tabs */ .ui.menu { font-family: Helvetica; min-height: 0; } .ui.tabular.menu .item { padding: .25em 1em; } .ui.menu .item { padding: 0; } .sphinx-tabs { margin-bottom: 1em; } .sig { font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace; } .sig-name, .sig-prename { font-size: 1.1em; font-weight: bold; color: black; } .rst-content dl dt.sig { font-weight: inherit; } /* .. parsed-literal:: isn't styled like other
 blocks!? */

.rst-content pre.literal-block {
    white-space: pre;
    padding: 12px 12px !important;
    font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
    font-size: 12px;
    display: block;
    overflow: auto;
    color: #404040;
    background: #efc;
}