catch up css to current commit

This commit is contained in:
Mark Eaton
2022-08-15 17:06:03 -04:00
parent f925bcb140
commit 81ad538d3d
+27 -30
View File
@@ -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 {