From b32bce9be22ca9c0c2b47e4a43282e9289c236ff Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Tue, 29 Nov 2016 22:08:19 -0500 Subject: Major changes to accordion nav menu. Table of contents auto-generated below the loaded page. Removed manual TOCs from individual pages. TOC uses jQuery plugin Sticky to remain visible when it would scroll out of view. --- doc/toc.html | 421 ++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 345 insertions(+), 76 deletions(-) (limited to 'doc/toc.html') diff --git a/doc/toc.html b/doc/toc.html index 9d0e99013..f9d766849 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -8,17 +8,25 @@ .doco-list-group-item { padding-left: 15px; } - #region_1 .widget { - position: fixed; - top:70px; - width: inherit; - height: 80%; - overflow-y: scroll; + .doco-list-group-item > a { + font-weight: bold; + font-size: 1.1em; + } + + #doco-content h1 { + border-bottom: #cccccc thin solid; + padding-bottom: 0.3em; } - @media screen and (max-width: 767px) { - #region_1 .widget { - position: static; - } + + #region_1 .widget ul ul { + list-style-type: none; + padding-left: 15px; + } + + .toc-content { + background-color: white; + border-left: #cccccc 2px solid; + margin-left: 10px; } @@ -26,70 +34,65 @@
-
-
+
-
-
+
-
+
@@ -97,54 +100,320 @@
-
-

Contents

-
- + + -- cgit v1.2.3