From 81ad538d3d172ae637c55f37e0669953b494cdb2 Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Mon, 15 Aug 2022 17:06:03 -0400 Subject: [PATCH] catch up css to current commit --- groups/home/LibAnswers-5-js-css.html | 57 +++++++++++++--------------- 1 file changed, 27 insertions(+), 30 deletions(-) diff --git a/groups/home/LibAnswers-5-js-css.html b/groups/home/LibAnswers-5-js-css.html index 9d23aa2..81c92f3 100644 --- a/groups/home/LibAnswers-5-js-css.html +++ b/groups/home/LibAnswers-5-js-css.html @@ -97,14 +97,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; } @@ -132,6 +131,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; @@ -264,7 +284,6 @@ a.no-underline { text-decoration: none; } } nav.navbar-default.yamm { 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; } @@ -281,32 +300,10 @@ a.no-underline { text-decoration: none; } @media only screen and (max-width: 768px) { #login-text { display: none; } - #lcs_slide_out_button-21944 { } + #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 {