diff options
author | David Robillard <d@drobilla.net> | 2021-01-06 21:50:05 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-06 21:50:05 +0100 |
commit | f2adb0c2050512c643013481dd6f53d8a3fcb163 (patch) | |
tree | c5d6ac71e88fba74cc17e1e4ccf2eddeee07ebfa /doc/_static/custom.css | |
parent | a6fa6c45a4df2e0a15ce40437fb03063c9c68891 (diff) | |
download | serd-f2adb0c2050512c643013481dd6f53d8a3fcb163.tar.gz serd-f2adb0c2050512c643013481dd6f53d8a3fcb163.tar.bz2 serd-f2adb0c2050512c643013481dd6f53d8a3fcb163.zip |
Switch to LV2 documentation theme
Diffstat (limited to 'doc/_static/custom.css')
-rw-r--r-- | doc/_static/custom.css | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/doc/_static/custom.css b/doc/_static/custom.css deleted file mode 100644 index 60aa759e..00000000 --- a/doc/_static/custom.css +++ /dev/null @@ -1,95 +0,0 @@ -div.document { - margin: 0; -} - -div.body { - margin-top: 2em; -} - -div.sphinxsidebarwrapper { - background: #EEE; -} - -div.sphinxsidebarwrapper p.blurb { - text-align: center; -} - -div.sphinxsidebarwrapper span.logo { - display: block; - text-align: center; - font-family: Georgia, serif; - padding: 0; - font-size: 180%; -} - -div.sphinxsidebar a { - border-width: 0; -} - -div.sphinxsidebar li { - color: #444; -} - -div.section { - margin-top: 2.5em; -} - -a.reference { - border-bottom: none; -} - -code.xref { - font-weight: normal; - background-color: #F8F8F8; - padding: 0.1em 0 0.1em 0; -} - -div.section > dl.c > dt:first-child, -div.section > dl.cpp > dt:first-child { - background-color: #F8F8F8; - font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; - font-size: 0.9em; - font-weight: normal; - margin-bottom: 0.5em; - padding: 0.1em 0 0.1em 0; -} - -tt.descname, tt.descclassname, code.descname, code.descclassname { - font-size: 0.9em; -} - -dl.member { - margin-top: 0.5em; -} - -dl.enumerator { - margin-top: 0.5em; -} - -dl.field-list > dt { - padding-left: 0; -} - -pre, tt, code { - background-color: #F8F8F8; -} - -.toctree-l1 { - margin-top: 1.0em; -} - -img.logo { - width: 6em; -} - -.class { - padding-top: 1.5em; -} - -.exception { - padding-top: 1.5em; -} - -.class > dd > dl.function { - padding-top: 1.0em; -} |