summaryrefslogtreecommitdiff
path: root/docs/_themes
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2019-12-16 11:41:49 +0000
committerGitHub <noreply@github.com>2019-12-16 11:41:49 +0000
commitfb6ff5afcb1ec5771bc149fee25d186198aa7607 (patch)
tree93d214f4039bea8aa42d8713bc3c2b35d38465ad /docs/_themes
parent3f93fe04d8c43191cc3bff51c9add1c35728c789 (diff)
parent02d5173fb23dfcba02634e2765bf7fd91e3d0437 (diff)
Merge pull request #1767 from return42/docs
move reST source from gh-pages to master
Diffstat (limited to 'docs/_themes')
-rw-r--r--docs/_themes/searx/static/searx.css30
-rw-r--r--docs/_themes/searx/theme.conf6
2 files changed, 36 insertions, 0 deletions
diff --git a/docs/_themes/searx/static/searx.css b/docs/_themes/searx/static/searx.css
new file mode 100644
index 000000000..10f5b4eda
--- /dev/null
+++ b/docs/_themes/searx/static/searx.css
@@ -0,0 +1,30 @@
+@import url("pocoo.css");
+
+a, a.reference, a.footnote-reference {
+ color: #004b6b;
+ border-color: #004b6b;
+}
+
+a:hover {
+ color: #6d4100;
+ border-color: #6d4100;
+}
+
+p.version-warning {
+ background-color: #004b6b;
+}
+
+div.sidebar {
+ background-color: whitesmoke;
+ border-color: lightsteelblue;
+ border-radius: 3pt;
+}
+
+p.sidebar-title, .sidebar p {
+ margin: 6pt;
+}
+
+.sidebar li {
+ list-style-type: disclosure-closed;
+}
+
diff --git a/docs/_themes/searx/theme.conf b/docs/_themes/searx/theme.conf
new file mode 100644
index 000000000..2d5f72e7d
--- /dev/null
+++ b/docs/_themes/searx/theme.conf
@@ -0,0 +1,6 @@
+[theme]
+inherit = pocoo
+stylesheet = searx.css
+
+[options]
+touch_icon =