diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-12-23 09:12:38 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2026-05-07 16:19:28 +0200 |
| commit | 2f72fc4df2e108c219c1ce91e845e26d102a4f5c (patch) | |
| tree | 1ac0d00a7d640b8303bba325227758ccb7a37405 /docs/_static/searxng.css | |
| parent | 130cea600ddaba8b2e4aa02c7c3508ccdb3b837b (diff) | |
[docs] switch sphinx theme from pallets to furo (#3408)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/_static/searxng.css')
| -rw-r--r-- | docs/_static/searxng.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/_static/searxng.css b/docs/_static/searxng.css new file mode 100644 index 000000000..46787350d --- /dev/null +++ b/docs/_static/searxng.css @@ -0,0 +1,50 @@ + +aside.sidebar { + border-color: lightsteelblue; + border-radius: 3pt; +} + +p.sidebar-title, .sidebar p { + margin: 6pt; +} + +.sidebar li, +.hlist li { + list-style-type: disclosure-closed; +} + +.sphinxsidebar .current > a { + font-weight: bold; +} + +/* admonitions with (rendered) reST markup examples (:class: rst-example) + * + * .. admonition:: title of the example + * :class: rst-example + * .... +*/ + +div.rst-example { + background-color: inherit; + margin: 0; + border-top: none; + border-right: 1px solid #ccc; + border-bottom: none; + border-left: none; + border-radius: none; + padding: 0; +} + +div.rst-example > p.admonition-title { + font-family: Sans Serif; + font-style: italic; + font-size: 0.8em; + display: block; + border-bottom: 1px solid #ccc; + padding: 0.5em 1em; + text-align: right; +} + +div.sphinx-tabs { + clear: both; +} |
