catch up css to current commit
This commit is contained in:
@@ -97,14 +97,13 @@ nav.navbar-default.yamm {
|
|||||||
.ga-main-navbar {
|
.ga-main-navbar {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
.faux-card {
|
|
||||||
margin-left: 16px;
|
|
||||||
}
|
|
||||||
#dropdownMenu1 { border-radius: 0; }
|
#dropdownMenu1 { border-radius: 0; }
|
||||||
a.searchmenu { color: var(--text); }
|
a.searchmenu {
|
||||||
.highlight-menu-item { padding: 2px; }
|
color: var(--text);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.highlight-menu-item { padding: 5px; }
|
||||||
.highlight-menu-item:hover {
|
.highlight-menu-item:hover {
|
||||||
background-color: #eee;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -132,6 +131,27 @@ a.searchmenu { color: var(--text); }
|
|||||||
margin-right: -2px;
|
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 */
|
/* style for nav by the jumbotron */
|
||||||
.nav-divs-by-jumbotron {
|
.nav-divs-by-jumbotron {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -264,7 +284,6 @@ a.no-underline { text-decoration: none; }
|
|||||||
}
|
}
|
||||||
nav.navbar-default.yamm { margin-top: -20px; }
|
nav.navbar-default.yamm { margin-top: -20px; }
|
||||||
.form-width { width: 210px; }
|
.form-width { width: 210px; }
|
||||||
.zero-margin { margin: 7px auto; }
|
|
||||||
.nav-by-jumbotron { margin-top: 40px !important; }
|
.nav-by-jumbotron { margin-top: 40px !important; }
|
||||||
#main-blue-footer { min-height: 450px; }
|
#main-blue-footer { min-height: 450px; }
|
||||||
.library-address { float: left; }
|
.library-address { float: left; }
|
||||||
@@ -281,32 +300,10 @@ a.no-underline { text-decoration: none; }
|
|||||||
|
|
||||||
@media only screen and (max-width: 768px) {
|
@media only screen and (max-width: 768px) {
|
||||||
#login-text { display: none; }
|
#login-text { display: none; }
|
||||||
#lcs_slide_out_button-21944 { }
|
#defineYourSearch { display: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
@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; }
|
.nav-by-jumbotron { margin-top: 0 !important; }
|
||||||
#lighthouse-logo {
|
#lighthouse-logo {
|
||||||
|
|||||||
Reference in New Issue
Block a user