387 lines
12 KiB
HTML
387 lines
12 KiB
HTML
<style>
|
|
|
|
:root {
|
|
--kbccblue: #003466;
|
|
--kbccorange: #ff4e00;
|
|
--text: #111;
|
|
}
|
|
|
|
body {
|
|
color: var(--text);
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
/* style slide out chat */
|
|
#lcs_slide_out_button-21944 { font-size: 1.5em; }
|
|
|
|
/* style header */
|
|
#header-div {
|
|
padding: 30px;
|
|
}
|
|
|
|
/* have bootstrap dropdowns fade in and out */
|
|
.dropdown-menu.fade {
|
|
display: block;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
.open > .dropdown-menu.fade {
|
|
pointer-events: auto;
|
|
opacity: 1;
|
|
}
|
|
.fade {
|
|
-webkit-transition-duration: 5s; /* Safari */
|
|
transition-duration: 0.5s;
|
|
}
|
|
.dropdown:hover .dropdown-menu {
|
|
display: block;
|
|
}
|
|
|
|
/* style the login at the top right */
|
|
#login-div {
|
|
float: right;
|
|
padding: 8px 15px 0 0;
|
|
color:var(--kbccblue);
|
|
font-size:1.5em;
|
|
}
|
|
#login-text {
|
|
display: inline-block;
|
|
vertical-align: -2px;
|
|
}
|
|
#login-icon { display: inline-block; }
|
|
|
|
/* style navbar */
|
|
nav.navbar-default.main-nav-container {
|
|
background-color: white;
|
|
border: none;
|
|
font-size: 1.4em;
|
|
color: var(--text);
|
|
border-radius: 0;
|
|
}
|
|
.dropdown > .ga-main-navbar, .dropdown > .ga-main-navbar:hover, .dropdown > .ga-main-navbar:active {
|
|
outline: none;
|
|
border: none;
|
|
}
|
|
.navbar-default .navbar-nav > li > a { color: var(--text); }
|
|
#navbar-center {
|
|
display: flex;
|
|
justify-content: left;
|
|
float: none;
|
|
}
|
|
.ga-main-navbar {
|
|
font-size: 1.3em;
|
|
}
|
|
#dropdownMenu1 { border-radius: 0; }
|
|
a.searchmenu {
|
|
color: var(--text);
|
|
text-decoration: none;
|
|
}
|
|
.highlight-menu-item { padding: 5px; }
|
|
.highlight-menu-item:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* style background image */
|
|
.kbcc-background-image {
|
|
background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%), url("https://libapps.s3.amazonaws.com/accounts/16298/images/library_front_view.jpg");
|
|
background-position: 50% 71%;
|
|
padding: 20px 0;
|
|
border-radius: 5px;
|
|
background-size: cover;
|
|
margin: -30px 0 30px 0;
|
|
}
|
|
|
|
/* style jumbotron */
|
|
.onesearch-jumbotron {
|
|
text-align: center;
|
|
margin-top: -40px;
|
|
}
|
|
#onesearch-header {
|
|
font-size: 10em;
|
|
margin-bottom: 0;
|
|
}
|
|
.zero-margin {
|
|
margin-left: -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 */
|
|
.nav-divs-by-jumbotron {
|
|
text-align: center;
|
|
padding: 6px;
|
|
margin: 6px 0;
|
|
color: white;
|
|
background-color: var(--kbccblue);
|
|
border-radius: 3px;
|
|
}
|
|
.nav-divs-by-jumbotron > h2 {
|
|
font-size: 1.5em;
|
|
margin-bottom: 4px;
|
|
margin-top: 4px;
|
|
}
|
|
a.no-underline { text-decoration: none; }
|
|
.nav-divs-by-jumbotron:hover { background-color: #444; }
|
|
#eq_32886 {
|
|
background-color: var(--kbccblue);
|
|
border: none;
|
|
}
|
|
.nav-divs-by-jumbotron:hover > h2 > #eq_32886, #eq_32886:hover { background-color: #444; }
|
|
#bookastudyroom { cursor: pointer; }
|
|
|
|
/* style link list */
|
|
.link-list { font-size: 1.7em; }
|
|
|
|
/* style the panels with the text content */
|
|
.panel > .show-panel {
|
|
background-color: var(--kbccblue);
|
|
text-align: center;
|
|
}
|
|
.hide-body-border {
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
.glyphicon-panel-title { font-size: 2em; }
|
|
.content-panel-title {
|
|
color: white;
|
|
font-size: 2em;
|
|
}
|
|
.content-panel-title > h2 {
|
|
margin: 7px 0;
|
|
font-size: 1em;
|
|
}
|
|
.panel-heading { padding: 2px; }
|
|
|
|
/* style the gallery */
|
|
.slick-slide img {
|
|
padding: 2px;
|
|
max-height: 350px !important;
|
|
object-fit: contain;
|
|
margin: 0;
|
|
}
|
|
.s-lib-public-side-header { display: none; }
|
|
.slick-active { outline: 0; }
|
|
|
|
/* style to make all imported boxes floating */
|
|
.s-lib-box-title {display: none;}
|
|
.s-lg-box {box-shadow: none !important;}
|
|
.s-lib-box .s-lib-box-title {display: none;}
|
|
.s-lib-box {box-shadow: none !important; border: 0 !important;}
|
|
|
|
/* style the hours */
|
|
.hours { text-align:center; }
|
|
.hours-panel-body { padding: 10px 5px 0 5px; }
|
|
.padding-0 {
|
|
padding-left: 4px;
|
|
padding-right: 4px;
|
|
flex:1 1 auto;
|
|
display: flex;
|
|
}
|
|
.equal {
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
}
|
|
.panel { flex:1 0 100%; }
|
|
.panel-outline-color {
|
|
border: solid #555 1px;
|
|
font-size: 1.2em;
|
|
line-height: 1.4em;
|
|
}
|
|
.vertical-align {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
}
|
|
.more-link {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
/* style the dropdown menus */
|
|
.dropdown-margin { padding: 20px 0; }
|
|
.bigger-fancy-text { font-size: 1.2em; padding: 5px; }
|
|
.bigger-icon { font-size: 1.5em; margin-right: 8px; }
|
|
.caret-text { display: inline-block; color: var(--kbccblue); font-weight: bold; }
|
|
.fancy-caret { display: inline-block; margin-left: 2px; color: var(--kbccblue); }
|
|
.open > a > .fancy-caret { margin-bottom: -4px; vertical-align: -4px; display: inline-block; }
|
|
.open > a > .caret-text { vertical-align: -1px; }
|
|
|
|
/* style footer */
|
|
#orange-line {
|
|
height:10px;
|
|
background-color: var(--kbccorange);
|
|
}
|
|
#main-blue-footer {
|
|
background-color: var(--kbccblue);
|
|
color: white;
|
|
padding: 30px;
|
|
}
|
|
.whiteahrefs a:link, .whiteahrefs a:hover, .whiteahrefs a:visited, .whiteahrefs a:active {
|
|
color: white;
|
|
text-decoration:none;
|
|
}
|
|
.whiteahrefs a i {
|
|
margin: 4px 5px 0 0;
|
|
font-size: 1.5em
|
|
}
|
|
.whiteahrefs { margin-top: 10px; }
|
|
#lighthouse-logo > a > img { max-width: 150px; }
|
|
|
|
/* media queries */
|
|
|
|
@media only screen and (min-width: 1px) {
|
|
#library-logo {
|
|
max-width: 100%;
|
|
max-height: 150px;
|
|
}
|
|
nav.navbar-default.main-nav-container { margin-top: -20px; }
|
|
.form-width { width: 210px; }
|
|
.nav-by-jumbotron { margin-top: 40px !important; }
|
|
#main-blue-footer { min-height: 450px; }
|
|
.library-address { float: left; }
|
|
#cuny-logo {
|
|
float: left;
|
|
clear: both;
|
|
margin-top: 10px;
|
|
}
|
|
.libapps {
|
|
float: left;
|
|
clear: left;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
#login-text { display: none; }
|
|
#defineYourSearch { display: none; }
|
|
}
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
|
.nav-by-jumbotron { margin-top: 0 !important; }
|
|
#lighthouse-logo {
|
|
display: inline-block;
|
|
float: left;
|
|
}
|
|
#main-blue-footer { min-height: 210px; }
|
|
.library-address {
|
|
display: inline-block;
|
|
margin: -10px 30px;
|
|
font-size: 1.1em;
|
|
}
|
|
#cuny-logo {
|
|
float: right;
|
|
clear: none;
|
|
margin: -10px 0;
|
|
}
|
|
.libapps {
|
|
float: right;
|
|
clear: both;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 992px) {
|
|
#header-div { text-align: center; }
|
|
#library-logo {
|
|
max-width: 100%;
|
|
max-height: 350px;
|
|
}
|
|
.form-width { width: 340px; }
|
|
}
|
|
|
|
@media only screen and (min-width: 1200px) {
|
|
#library-logo { margin-top: -3px; }
|
|
}
|
|
</style>
|
|
|
|
<!-- scripts to make the Book a Study Room widget run -->
|
|
<script src="https://kbcc-cuny.libcal.com/js/equipment.min.js"></script>
|
|
<script>
|
|
jQuery(function(){
|
|
jQuery("#eq_32886, #bookastudyroom").LibCalEquipmentBooking({iid: 5570, gid: 32886, eid: 0, width: 560, height: 680});
|
|
});
|
|
</script>
|
|
|
|
<!-- script to make OneSearch dropdown work -->
|
|
<!-- please forgive the old-timey JS; it is there because we need to support IE10 & IE11 -->
|
|
<script type="text/javascript">
|
|
function customizeSearch(facet) {
|
|
// re-render the dropdown menu with the current pick
|
|
document.getElementById('dropdownMenu1').innerHTML = facet + ' <span class="caret"></span>';
|
|
document.getElementById("primoQueryTemp").setAttribute("placeholder", "Enter search term here");
|
|
|
|
// reset any previously selected facets
|
|
document.querySelectorAll('.deleteWithDropdownChange').forEach( function(e) { e.remove(); });
|
|
document.getElementById("formToAppendInputsTo").setAttribute("action", "https://cuny-kb.primo.exlibrisgroup.com/discovery/search");
|
|
document.getElementById("tabSetting").setAttribute("value", "Everything");
|
|
document.getElementById("SearchScopeSetting").setAttribute("value", "IZ_CI_AW");
|
|
|
|
// add the facet that matches the user's dropdown selection
|
|
if (facet === "Books") {
|
|
document.getElementById("formToAppendInputsTo").insertAdjacentHTML('afterbegin', '<input name="facet" value="rtype,include,books" type="hidden" class="deleteWithDropdownChange" />');
|
|
} else if (facet === "Articles") {
|
|
document.getElementById("formToAppendInputsTo").insertAdjacentHTML('afterbegin', '<input name="mfacet" value="rtype,include,articles,1" type="hidden" class="deleteWithDropdownChange"/><input name="facet" value="tlevel,include,peer_reviewed" type="hidden" class="deleteWithDropdownChange" />');
|
|
} else if (facet === "Videos") {
|
|
document.getElementById("formToAppendInputsTo").insertAdjacentHTML('afterbegin', '<input name="facet" value="rtype,include,videos" type="hidden" class="deleteWithDropdownChange" />');
|
|
} else if (facet === "Journals") {
|
|
document.getElementById("formToAppendInputsTo").setAttribute('action', 'https://cuny-kb.primo.exlibrisgroup.com/discovery/jsearch');
|
|
document.getElementById("tabSetting").setAttribute("value", "jsearch_slot");
|
|
} else if (facet === "Newspapers") {
|
|
document.getElementById("formToAppendInputsTo").setAttribute('action', 'https://cuny-kb.primo.exlibrisgroup.com/discovery/npsearch');
|
|
} else if (facet === "Course Reserves") {
|
|
document.getElementById("tabSetting").setAttribute("value", "CourseReserves");
|
|
document.getElementById("SearchScopeSetting").setAttribute("value", "CourseReserves");
|
|
} else {
|
|
console.log("no match");
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<!-- OneSearch widget script from OLS, modified -->
|
|
<!-- please forgive the old-timey JS; it is there because we need to support IE10 & IE11 -->
|
|
<script type="text/javascript">
|
|
|
|
function addPrimoQuery(e) {
|
|
// prevent the user from submitting the form if no dropdown item has been selected. Added by ME.
|
|
e.preventDefault();
|
|
e.stopPropagation();
|
|
if (document.getElementById("dropdownMenu1").innerHTML.includes('Define') === true) {
|
|
$("#dropdownMenu1").trigger('click.bs.dropdown.data-api');
|
|
document.getElementById("primoQueryTemp").value = "";
|
|
document.getElementById("primoQueryTemp").setAttribute("placeholder", "Please make a selection");
|
|
return true;
|
|
};
|
|
|
|
// original OLS widget
|
|
document.getElementById("primoQuery").value = "any,contains," + document.getElementById("primoQueryTemp").value.replace(/[,]/g, " ");
|
|
// If you changed the form name at the top, change it below to match
|
|
document.forms.searchPrimoForm1.submit();
|
|
}
|
|
</script>
|
|
|
|
<!-- FontAwesome -->
|
|
<script src="https://kit.fontawesome.com/4c28f38a07.js" crossorigin="anonymous"></script>
|