Skip to content
Snippets Groups Projects
Select Git revision
  • 8572bfd1e38fdc9b019c897443c814000bf9bba2
  • consistent_config default protected
2 results

conf.py

Blame
  • basic.css 14.47 KiB
    /*
     * basic.css
     * ~~~~~~~~~
     *
     * Sphinx stylesheet -- basic theme.
     *
     * :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
     * :license: BSD, see LICENSE for details.
     *
     */
    
    /* -- main layout ----------------------------------------------------------- */
    
    div.clearer {
        clear: both;
    }
    
    div.section::after {
        display: block;
        content: '';
        clear: left;
    }
    
    /* -- relbar ---------------------------------------------------------------- */
    
    div.related {
        width: 100%;
        font-size: 90%;
    }
    
    div.related h3 {
        display: none;
    }
    
    div.related ul {
        margin: 0;
        padding: 0 0 0 10px;
        list-style: none;
    }
    
    div.related li {
        display: inline;
    }
    
    div.related li.right {
        float: right;
        margin-right: 5px;
    }
    
    /* -- sidebar --------------------------------------------------------------- */
    
    div.sphinxsidebarwrapper {
        padding: 10px 5px 0 10px;
    }
    
    div.sphinxsidebar {
        float: left;
        width: 230px;
        margin-left: -100%;
        font-size: 90%;
        word-wrap: break-word;
        overflow-wrap : break-word;
    }
    
    div.sphinxsidebar ul {
        list-style: none;
    }
    
    div.sphinxsidebar ul ul,
    div.sphinxsidebar ul.want-points {