From 006e6ff0e458e5f2125a312479a477643cc197dc Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Wed, 13 Dec 2023 09:14:27 -0600 Subject: [PATCH] more theme fixing --- docs/_static/css/theme.css | 26 ------------ docs/_templates/shaver.html | 2 +- docs/graph.md | 80 ++++++++++++++++++++++++++++++----- src/jupyak/tasks/_graph.ipynb | 52 ++++++++++++++++++++++- 4 files changed, 121 insertions(+), 39 deletions(-) diff --git a/docs/_static/css/theme.css b/docs/_static/css/theme.css index 188fe93..3f09af8 100644 --- a/docs/_static/css/theme.css +++ b/docs/_static/css/theme.css @@ -100,32 +100,6 @@ table.jsonschema h2 { transition: stroke stroke-width 0.5s; } -#task-graph-legend { - position: fixed; - bottom: 100px; - right: 0; - pointer-events: none; - opacity: 0.75; - width: 800px; -} - -input[id*='svg-zoom-1']:checked ~ svg { - width: 100%; - transition: width 0.5s; -} -input[id*='svg-zoom-2']:checked ~ svg { - width: 200%; - transition: width 0.5s; -} -input[id*='svg-zoom-4']:checked ~ svg { - width: 400%; - transition: width 0.5s; -} -input[id*='svg-zoom-8']:checked ~ svg { - width: 800%; - transition: width 0.5s; -} - /* form sidebar*/ form#propose button { diff --git a/docs/_templates/shaver.html b/docs/_templates/shaver.html index 63b2338..fb5f73f 100644 --- a/docs/_templates/shaver.html +++ b/docs/_templates/shaver.html @@ -1,6 +1,6 @@