diff --git a/groups/home/LibAnswers-4-js-css.html b/groups/home/LibAnswers-6-js-css.html similarity index 77% rename from groups/home/LibAnswers-4-js-css.html rename to groups/home/LibAnswers-6-js-css.html index f2f1964..44c76ff 100644 --- a/groups/home/LibAnswers-4-js-css.html +++ b/groups/home/LibAnswers-6-js-css.html @@ -65,7 +65,7 @@ body { #corona-alert { text-align: center; background-color: #faf870; - padding: 5px 15px; + padding: 5px 50px; cursor: pointer; } #corona-alert-text { @@ -74,7 +74,7 @@ body { } /* style navbar */ -nav.navbar-default.yamm { +nav.navbar-default.main-nav-container { background-color: white; border: none; font-size: 1.4em; @@ -94,14 +94,13 @@ nav.navbar-default.yamm { .ga-main-navbar { font-size: 1.3em; } -.faux-card { - margin-left: 16px; -} #dropdownMenu1 { border-radius: 0; } -a.searchmenu { color: var(--text); } -.highlight-menu-item { padding: 2px; } +a.searchmenu { + color: var(--text); + text-decoration: none; +} +.highlight-menu-item { padding: 5px; } .highlight-menu-item:hover { - background-color: #eee; cursor: pointer; } @@ -129,6 +128,27 @@ a.searchmenu { color: var(--text); } margin-right: -2px; } +.zero-margin { margin: -2px; } + +/* add flex so that blue box-shadows line up */ +#flex-search-form { + display: flex; + flex-direction: row; + justify-content: center; +} +.inherit-height-from-flex { height: inherit; } + +/* shadow for the search bar */ +#blue-border1 { + box-shadow: 0 5px 0 var(--kbccblue), 0 -5px 0 var(--kbccblue), -5px -5px 0 var(--kbccblue), -5px 5px 0 var(--kbccblue); +} +#blue-border2 { + box-shadow: 0 -5px 0 var(--kbccblue), 0 5px 0 var(--kbccblue); +} +#blue-border3 { + box-shadow: 0 5px 0 var(--kbccblue), 0 -5px 0 var(--kbccblue), 5px -5px 0 var(--kbccblue), 5px 5px 0 var(--kbccblue); +} + /* style for nav by the jumbotron */ .nav-divs-by-jumbotron { text-align: center; @@ -227,10 +247,6 @@ a.no-underline { text-decoration: none; } .open > a > .fancy-caret { margin-bottom: -4px; vertical-align: -4px; display: inline-block; } .open > a > .caret-text { vertical-align: -1px; } -/* additional styling for OneSearch dropdown */ -.yamm4 { max-width: 460px; } -#yamm4-margins { margin: -15px 0; } - /* style footer */ #orange-line { height:10px; @@ -259,9 +275,8 @@ a.no-underline { text-decoration: none; } max-width: 100%; max-height: 150px; } - nav.navbar-default.yamm { margin-top: -20px; } + nav.navbar-default.main-nav-container { margin-top: -20px; } .form-width { width: 210px; } - .zero-margin { margin: 7px auto; } .nav-by-jumbotron { margin-top: 40px !important; } #main-blue-footer { min-height: 450px; } .library-address { float: left; } @@ -278,31 +293,10 @@ a.no-underline { text-decoration: none; } @media only screen and (max-width: 768px) { #login-text { display: none; } + #defineYourSearch { display: none; } } @media only screen and (min-width: 768px) { - .zero-margin { margin: -2px; } - - /* add flex so that blue box-shadows line up */ - #flex-search-form { - display: flex; - flex-direction: row; - justify-content: center; - } - .inherit-height-from-flex { - height: inherit; - } - - /* shadow for the search bar */ - #blue-border1 { - box-shadow: 0 5px 0 var(--kbccblue), 0 -5px 0 var(--kbccblue), -5px -5px 0 var(--kbccblue), -5px 5px 0 var(--kbccblue); - } - #blue-border2 { - box-shadow: 0 -5px 0 var(--kbccblue), 0 5px 0 var(--kbccblue); - } - #blue-border3 { - box-shadow: 0 5px 0 var(--kbccblue), 0 -5px 0 var(--kbccblue), 5px -5px 0 var(--kbccblue), 5px 5px 0 var(--kbccblue); - } .nav-by-jumbotron { margin-top: 0 !important; } #lighthouse-logo { @@ -328,7 +322,6 @@ a.no-underline { text-decoration: none; } @media only screen and (min-width: 1px) and (max-width: 992px) { #hamburger-alternative { display: none; } - #corona-alert { margin-top: 10px; } } @media only screen and (min-width: 992px) { @@ -344,34 +337,6 @@ a.no-underline { text-decoration: none; } @media only screen and (min-width: 1200px) { #library-logo { margin-top: -3px; } } - -/*! - * Yamm!3 - Yet another megamenu for Bootstrap 3 - * http://geedmo.github.com/yamm3 - * - * @geedmo - Licensed under the MIT license - */ -.yamm .nav, -.yamm .collapse, -.yamm .dropup, -.yamm .dropdown { - position: static; -} -.yamm .container { - position: relative; -} -.yamm .dropdown-menu { - left: auto; -} -.yamm .yamm-content { - padding: 20px 30px; -} -.yamm .dropdown.yamm-fw .dropdown-menu { - left: 0; - right: 0; -} -/* End of Yamm */ - - - - - - - - + diff --git a/groups/home/LibAnswers-SlideOutChat-4.html b/groups/home/LibAnswers-SlideOutChat-6.html similarity index 82% rename from groups/home/LibAnswers-SlideOutChat-4.html rename to groups/home/LibAnswers-SlideOutChat-6.html index 8fee76b..3e33ff4 100644 --- a/groups/home/LibAnswers-SlideOutChat-4.html +++ b/groups/home/LibAnswers-SlideOutChat-6.html @@ -7,6 +7,7 @@