From 0647307ad928c67c26c84c48c7ec0e3ef49d82ec Mon Sep 17 00:00:00 2001 From: janis Date: Mon, 23 Jan 2023 19:29:15 +0100 Subject: [PATCH] working build.js - no link check yet --- website/css/dark_hljs.css | 61 ----------- website/css/docs/style.css | 2 + website/css/docs/topstyle.css | 7 ++ website/docs/nav.html | 65 +++--------- website/docs/navTemplate.html | 32 ++++++ website/docs/plugins/extras.html | 43 ++++++++ website/docs/plugins/goto.html | 44 ++++++++ website/docs/plugins/help.html | 53 ++++++++++ website/docs/plugins/impressConsole.html | 51 +++++++++ website/docs/plugins/mobile.html | 50 +++++++++ website/docs/plugins/mouse-timeout.html | 43 ++++++++ website/docs/plugins/navigation-ui.html | 33 ++++++ website/docs/plugins/progress.html | 60 +++++++++++ website/docs/plugins/rel.html | 128 +++++++++++++++++++++++ website/docs/plugins/skip.html | 38 +++++++ website/docs/plugins/stop.html | 39 +++++++ website/docs/plugins/substep.html | 60 +++++++++++ website/docs/plugins/toolbar.html | 55 ++++++++++ website/docs/src/build.js | 56 +++++++++- website/docs/src/template.html | 3 + website/js/docs/nav.js | 39 +++++++ 21 files changed, 843 insertions(+), 119 deletions(-) delete mode 100644 website/css/dark_hljs.css create mode 100644 website/docs/navTemplate.html create mode 100644 website/docs/plugins/extras.html create mode 100644 website/docs/plugins/goto.html create mode 100644 website/docs/plugins/help.html create mode 100644 website/docs/plugins/impressConsole.html create mode 100644 website/docs/plugins/mobile.html create mode 100644 website/docs/plugins/mouse-timeout.html create mode 100644 website/docs/plugins/navigation-ui.html create mode 100644 website/docs/plugins/progress.html create mode 100644 website/docs/plugins/rel.html create mode 100644 website/docs/plugins/skip.html create mode 100644 website/docs/plugins/stop.html create mode 100644 website/docs/plugins/substep.html create mode 100644 website/docs/plugins/toolbar.html create mode 100644 website/js/docs/nav.js diff --git a/website/css/dark_hljs.css b/website/css/dark_hljs.css deleted file mode 100644 index 052dbc9..0000000 --- a/website/css/dark_hljs.css +++ /dev/null @@ -1,61 +0,0 @@ -/* - -Dark style from softwaremaniacs.org (c) Ivan Sagalaev - -*/ - -.hljs { - color: #ddd; - background: #303030; -} - -.hljs-keyword, -.hljs-selector-tag, -.hljs-literal, -.hljs-section, -.hljs-link { - color: white; -} - - -.hljs-subst { - /* default */ -} - -.hljs-string, -.hljs-title, -.hljs-name, -.hljs-type, -.hljs-attribute, -.hljs-symbol, -.hljs-bullet, -.hljs-built_in, -.hljs-addition, -.hljs-variable, -.hljs-template-tag, -.hljs-template-variable { - color: #d88; -} - -.hljs-comment, -.hljs-quote, -.hljs-deletion, -.hljs-meta { - color: #979797; -} - -.hljs-keyword, -.hljs-selector-tag, -.hljs-literal, -.hljs-title, -.hljs-section, -.hljs-doctag, -.hljs-type, -.hljs-name, -.hljs-strong { - font-weight: bold; -} - -.hljs-emphasis { - font-style: italic; -} diff --git a/website/css/docs/style.css b/website/css/docs/style.css index cc5ac2d..7b76f5b 100644 --- a/website/css/docs/style.css +++ b/website/css/docs/style.css @@ -58,6 +58,7 @@ html, body { #doc-container { width: 90%; margin: 5%; + max-height: 70vh; } #footer { @@ -67,3 +68,4 @@ html, body { #top { grid-area: header; } + diff --git a/website/css/docs/topstyle.css b/website/css/docs/topstyle.css index 5c72e0b..f2a5b17 100644 --- a/website/css/docs/topstyle.css +++ b/website/css/docs/topstyle.css @@ -12,4 +12,11 @@ width: 80%; margin-right: 5%; justify-content: flex-end; +} + +#darkToggle { + background-color: rgba(0, 0, 0, 0); + border-style: none; + font-size: 1.5rem; + cursor: pointer; } \ No newline at end of file diff --git a/website/docs/nav.html b/website/docs/nav.html index c857c28..7c8f05a 100644 --- a/website/docs/nav.html +++ b/website/docs/nav.html @@ -1,14 +1,14 @@ - - - - - - -