From cd6c8ef8b110678b38fb3b43cd2cbf340d5e880c Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Fri, 27 Nov 2020 18:18:29 +0100 Subject: [PATCH] Bitangents of a quartic, Eunidia albovariegata & Administrative courts in Greece --- web/various-cards.html | 318 +++++++++++++++++++++-------------------- 1 file changed, 161 insertions(+), 157 deletions(-) diff --git a/web/various-cards.html b/web/various-cards.html index dd3420f..44dc82b 100644 --- a/web/various-cards.html +++ b/web/various-cards.html @@ -11,181 +11,185 @@ - - + /* Nav: third level (shown on .active) */ + .bs-docs-sidebar .nav .nav .nav { + padding-bottom: 10px; + } + .bs-docs-sidebar .nav .nav .nav > li > a { + padding-top: 1px; + padding-bottom: 1px; + padding-left: 40px; + font-size: 12px; + font-weight: normal; + } + .bs-docs-sidebar .nav .nav .nav > li > a:hover, + .bs-docs-sidebar .nav .nav .nav > li > a:focus { + padding-left: 39px; + } + .bs-docs-sidebar .nav .nav .nav > .active > a, + .bs-docs-sidebar .nav .nav .nav > .active:hover > a, + .bs-docs-sidebar .nav .nav .nav > .active:focus > a { + padding-left: 38px; + font-weight: 500; + } + + /* Show and affix the side nav when space allows it */ + @media (min-width: 992px) { + .bs-docs-sidebar .nav > .active > ul { + display: block; + } + /* Widen the fixed sidebar */ + .bs-docs-sidebar.affix, + .bs-docs-sidebar.affix-bottom { + width: 213px; + } + .bs-docs-sidebar.affix { + position: fixed; /* Undo the static from mobile first approach */ + top: 20px; + } + .bs-docs-sidebar.affix-bottom { + position: absolute; /* Undo the static from mobile first approach */ + } + .bs-docs-sidebar.affix .bs-docs-sidenav,.bs-docs-sidebar.affix-bottom .bs-docs-sidenav { + margin-top: 0; + margin-bottom: 0 + } + } + @media (min-width: 1200px) { + /* Widen the fixed sidebar again */ + .bs-docs-sidebar.affix-bottom, + .bs-docs-sidebar.affix { + width: 263px; + } + } +