summaryrefslogtreecommitdiffstats
path: root/doc/_static/custom.css
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-07 00:10:27 +0100
committerDavid Robillard <d@drobilla.net>2021-01-07 00:11:55 +0100
commit07ed82cc08d6d85e04a6e3bea4762436f35ca18a (patch)
treeb36450b366c7ca86c50e9e8a19c1150c64067012 /doc/_static/custom.css
parent397ddf11571a33a7da33ecd0839d10911c5890be (diff)
downloadsratom-07ed82cc08d6d85e04a6e3bea4762436f35ca18a.tar.gz
sratom-07ed82cc08d6d85e04a6e3bea4762436f35ca18a.tar.bz2
sratom-07ed82cc08d6d85e04a6e3bea4762436f35ca18a.zip
Switch to LV2 documentation theme
Diffstat (limited to 'doc/_static/custom.css')
-rw-r--r--doc/_static/custom.css95
1 files changed, 0 insertions, 95 deletions
diff --git a/doc/_static/custom.css b/doc/_static/custom.css
deleted file mode 100644
index 60aa759..0000000
--- 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;
-}