X-Git-Url: https://git.exim.org/exim-website.git/blobdiff_plain/8e4b09729f6a0cefe6c78bb38da734d11aa588ad..73f7cdebc3e20a3cd40d1a955f5a08742a5b8fdf:/templates/web/doc/chapter.css?ds=sidebyside diff --git a/templates/web/doc/chapter.css b/templates/web/doc/chapter.css index 0fb173e..9c883ef 100644 --- a/templates/web/doc/chapter.css +++ b/templates/web/doc/chapter.css @@ -19,3 +19,55 @@ #chapter table td { padding-left: 1em; } + +// Side Table of Contents + + #outer > #toc { + position: fixed; + top: 35%; + left: 0; + z-index: 3000; + } + + #outer > #toc img { + position: fixed; + top: 35%; + left: 0; + background-color: #304b66; + padding: 0.5em; + z-index: 3000; + display: none; + } + + #outer > #toc img:hover { + cursor: pointer; + background-color: #000; + } + + #outer > #toc > ul { + position: fixed; + top: 30%; + background-color: #fff; + min-height: 200px; + max-height: 65%; + overflow-y: auto; + padding: 0.5em 0; + border-top: 1px solid #bbb; + border-bottom: 1px solid #bbb; + z-index: 3000; + } + #outer > #toc a { + font-size: 1.2em; + color: #304b67; + text-decoration: none; + padding: 0 0.5em; + } + #outer > #toc a:hover { + color: #000; + } + + @media all and ( max-width: 640px ){ + #outer > #toc { + display: none; + } + }