Make a Gift

Access to the Hofstra Law Library is limited to Hofstra University students, faculty, administrators and staff. Scroll down for Reference Desk hours.

#s-lc-fhw1031 table thead th, #s-lc-fhw1031 table tbody tr td { font-size: 14px!important; line-height: 16px!important; } #s-lc-fhw1031 .nav-tabs {display: none;} @media (min-width: 768px) { #s-lc-fhw1031 .btn {padding: 8px 20px;} } .nav-tabs { border-bottom: 1px solid #ddd; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; border: 1px solid #CCC; } .nav-tabs>li { float: left; margin-bottom: -1px; } .nav>li { position: relative; display: block; border-right: 1px solid #CCC; } .nav>li a.active {background: #FFF;} .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; } .nav-tabs>li>a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav>li>a { position: relative; display: block; padding: 10px 15px; } <!– function toggleDisclaimer() { loadHours(document.termForm.termSelect.options[document.termForm.termSelect.selectedIndex].value); if(document.termForm.termSelect.selectedIndex == 0) {document.getElementById(‘hoursdisclaimer’).style.display=’none’;} else {document.getElementById(‘hoursdisclaimer’).style.display=’block’;} } $(document).ready(function(){ $.ajax({ type: “GET”, url: “https://law.hofstra.edu/library/general/hours/semester/library_hours_semester.cfm?hours_type=2&include_term=1”, dataType: “xml”, success: function(xml) { var select1 = $(‘#termSelect’); $(xml).find(‘semterm’).each(function(){ var semName = $(this).attr(‘name’); var semID = $(this).find(‘semid’).text(); var semStart = $(this).find(‘semStart’).text(); var semEnd = $(this).find(‘semEnd’).text(); select1.append(“”+semName+””); }); select1.children(“:first”).attr(“selected”,true); } ,error: function(e){ document.getElementById(“termChoice”).innerHTML = ‘Error loading channel’ + e.status; } }); }); $(document).ready(function() { loadHours(0); }); function loadHours(tempTerm) { var ajaxUrl = “https://law.hofstra.edu/library/general/hours/semester/library_hours_semester.cfm?hours_type=2″; if (tempTerm != 0) { ajaxUrl+=”&term=” + tempTerm; } var counter = 0; $.ajax({ type: “GET”, url: ajaxUrl, dataType: “xml”, success: function(xml) { var htmlString = “”; var lsemester = “”; lsemester = $(xml).find(‘semesterhours’).attr(‘term’); var location1 = new Array(); //find every Building and print the name $(xml).find(‘building’).each(function(index){ location1[index] = new Array(12); location1[index][0] = $(this).attr(‘name’); location1[index][1] = $(this).find(‘location’).attr(‘name’); location1[index][2] = $(this).find(‘otherinfo’).text(); location1[index][3] = $(this).find(‘phone1’).text(); location1[index][4] = $(this).find(‘phone2’).text(); location1[index][5] = $(this).find(‘phone3’).text(); location1[index][6] = $(this).find(‘monthur’).text(); location1[index][7] = $(this).find(‘fri’).text(); location1[index][8] = $(this).find(‘sat’).text(); location1[index][9] = $(this).find(‘sun’).text(); location1[index][10] = $(this).find(‘date’).attr(‘name’); location1[index][11] = new Array(); //find every date and print the exceptions for each library $(xml).find(‘exceptionhours’).each(function() { $(this).find(‘location2’).each(function() { var temploc = $(this).attr(‘name’).split(“-“); if ($.trim(temploc[0]) == $.trim(location1[index][0]) && ( (temploc.length == 2 && $.trim(temploc[1]) == $.trim(location1[index][1])) || temploc.length == 1)) //if (temploc[0] == location1[index][0] && temploc[1] == location1[index][1]) { var extHours = new Array(); $(this).find(‘date’).each(function(i){ extHours[i] = new Array(3); extHours[i][0] = $(this).attr(‘name’); extHours[i][1] = $(this).find(‘dow’).text(); extHours[i][2] = $(this).find(‘hours’).text(); }); location1[index][11] = extHours; } }) }); }); if (location1.length > 0) { htmlString += ” “; for (i=0; i<location1.length; i++) { htmlString += " “; htmlString += “<th class=\"target\" colspan=\"2\" valign=\"top\" sty" + "le=\"text-align:center; width:100%; font-weight:bold\" "; htmlString += "title=\"" + location1[i][2] + "
” + location1[i][3] + “
” + location1[i][4] + “
” + location1[i][5] + “\”>”; if ( (location1[i][1] != “”) && (location1[i][1] != null) ) htmlString += “” + location1[i][0] + “
” + location1[i][1].toUpperCase() + “: ” + location1[i][10] + ” “; else htmlString += “” + location1[i][0] + “
” + location1[i][10] + ” “; htmlString += ” “; htmlString += ” “; htmlString += ” “; htmlString += ” “; htmlString += ” “; htmlString += ” “; htmlString += ” “; htmlString += ” “; var extptr = location1[i][11]; if (extptr != null) { if (extptr.length > 0 ) { htmlString += ” “; for (j=0; j<extptr.length; j++) { htmlString += " “; htmlString += ” “; } } } counter ++; } htmlString += ”
Monday – Thursday ” + location1[i][6] + ”
Friday ” + location1[i][7] + ”
Saturday ” + location1[i][8] + ”
Sunday ” + location1[i][9] + ”
EXCEPTIONS:
” + extptr[j][1] + “, ” + extptr[j][0] + ” ” + extptr[j][2] + ”
“; } else htmlString += “Error: No Data for Regular Hours
“; document.getElementById(“regHoursDiv1”).innerHTML = htmlString; for (i=0; i 1) { $(“#striped_r” + i + ” tr:even”).addClass(“selected”); } } $(“#striped_r0 th.target”).bt({ padding: 10, shrinkToFit: true, spikeLength: 20, spikeGirth: 20, cornerRadius: 15, fill: ‘rgba(255, 255, 255, 1)’, strokeWidth: 3, strokeStyle: ‘#D55C19’, cssStyles: {color: ‘#000’, fontWeight: ‘normal’}, showTip: function(box){ $(box).fadeIn(500); }, hideTip: function(box, callback){ $(box).animate({opacity: 0}, 500, callback); }, hoverIntentOpts: { interval: 500, timeout: 500 } }); $(‘table.hoftable tbody tr td’).each(function() { if ($(this).text().indexOf(‘CLOSED’) > -1) { $(this).attr(“sty” + “le”, “text-align:center; color:#FF0000;”); } }); if (window.location.href.indexOf(“#ReferenceDesk”) > -1) { $(‘a[name*=”ReferenceDesk”]’)[0].scrollIntoView( true ); } } ,error: function(e){ document.getElementById(“regHoursDiv1”).innerHTML = ‘Error loading channel’ + e.status; } }); // close ajax } –><!–

 
–>
 
$(function(){ var slcfhw1031 = new $.LibCalHoursFull( $(“#s-lc-fhw1031”), { iid: 1031, months: 6, systemTime: false, tabShowInfo: false }); }); .s-lc-fhw-map { border:1px solid #ccc; width: 750px; height: 300px; } .s-lc-fhw-pills { padding: 10px 0px; } /*week*/ .s-lc-whw thead { background-color: #F5F5F5; } .s-lc-whw-head-date { color: #5F5F5F; } .s-lc-whw-today-h { background-color: #ddd; } .s-lc-whw-today { background-color: #F5F5F5; } .s-lc-whw-bh { text-align: right; white-space: nowrap; } .s-lc-whw-locname { font-weight: bold;} .s-lc-whw-sublocname{ padding-left: 10px!important; } .s-lc-whw-footnote { color: #555; font-size: 80%; } .s-lc-whw-footnote td:hover { background-color:#fff!important;} /*month*/ .s-lc-mhw-tb { width: 100%; border: 1px solid #ddd; border-collapse: collapse; border-spacing: 0; } .s-lc-mhw-tb th, .s-lc-mhw-tb td { border: 1px solid #ddd; vertical-align: top; } .s-lc-mhw-tb thead { background-color: #F5F5F5; } .s-lc-mhw-header { text-align: center; } .s-lc-mhw-header-date { text-align: center; display: inline-block; margin-top: 5px; font-size: 130%; } .s-lc-mhw-days th { text-align: center; font-weight: bold; min-width: 14.28%; max-width: 14.28%; width: 14.28%;} .s-lc-mhw-day-l { color: #555; text-align: right; padding: 2px; font-size: 11px; } .s-lc-mhw-cells { height: 50px; } .s-lc-mhw-fnc { color: #555; } .s-lc-mhw-loc { font-size: 11px; padding: 2px; border-radius: 4px; margin-bottom: 1px; color: #13579A; } .s-lc-mhw-subloc { margin-left: 5px;} .s-lc-mhw-footnote-cal { font-size: 86%;} .loc_19738 { background-color: #ffffff; } .lib_19738 { border-left: 5px solid #000000; } .loc_19739 { background-color: #e4e9f0; } .loc_19740 { background-color: #e4e9f0; } // stylelint-disable selector-no-qualifying-type, selector-max-type // // Navs // ————————————————– // Base class // ————————————————– .nav { padding-left: 0; // Override default ul/ol margin-bottom: 0; list-style: none; &:extend(.clearfix all); > li { position: relative; display: block; > a { position: relative; display: block; padding: @nav-link-padding; &:hover, &:focus { text-decoration: none; background-color: @nav-link-hover-bg; } } // Disabled state sets text to gray and nukes hover/tab effects &.disabled > a { color: @nav-disabled-link-color; &:hover, &:focus { color: @nav-disabled-link-hover-color; text-decoration: none; cursor: @cursor-disabled; background-color: transparent; } } } // Open dropdowns .open > a { &, &:hover, &:focus { background-color: @nav-link-hover-bg; border-color: @link-color; } } // Nav dividers (deprecated with v3.0.1) // // This should have been removed in v3 with the dropping of `.nav-list`, but // we missed it. We don’t currently support this anywhere, but in the interest // of maintaining backward compatibility in case you use it, it’s deprecated. .nav-divider { .nav-divider(); } // Prevent IE8 from misplacing imgs // // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989 > li > a > img { max-width: none; } } // Tabs // ————————- // Give the tabs something to sit on .nav-tabs { border-bottom: 1px solid @nav-tabs-border-color; > li { float: left; // Make the list-items overlay the bottom border margin-bottom: -1px; // Actual tabs (as links) > a { margin-right: 2px; line-height: @line-height-base; border: 1px solid transparent; border-radius: @border-radius-base @border-radius-base 0 0; &:hover { border-color: @nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color; } } // Active state, and its :hover to override normal :hover &.active > a { &, &:hover, &:focus { color: @nav-tabs-active-link-hover-color; cursor: default; background-color: @nav-tabs-active-link-hover-bg; border: 1px solid @nav-tabs-active-link-hover-border-color; border-bottom-color: transparent; } } } // pulling this in mainly for less shorthand &.nav-justified { .nav-justified(); .nav-tabs-justified(); } } // Pills // ————————- .nav-pills { > li { float: left; // Links rendered as pills > a { border-radius: @nav-pills-border-radius; } + li { margin-left: 2px; } // Active state &.active > a { &, &:hover, &:focus { color: @nav-pills-active-link-hover-color; background-color: @nav-pills-active-link-hover-bg; } } } } // Stacked pills .nav-stacked { > li { float: none; + li { margin-top: 2px; margin-left: 0; // no need for this gap between nav items } } } // Nav variations // ————————————————– // Justified nav links // ————————- .nav-justified { width: 100%; > li { float: none; > a { margin-bottom: 5px; text-align: center; } } > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: @screen-sm-min) { > li { display: table-cell; width: 1%; > a { margin-bottom: 0; } } } } // Move borders to anchors instead of bottom of list // // Mixin for adding on top the shared `.nav-justified` styles for our tabs .nav-tabs-justified { border-bottom: 0; > li > a { // Override margin from .nav-tabs margin-right: 0; border-radius: @border-radius-base; } > .active > a, > .active > a:hover, > .active > a:focus { border: 1px solid @nav-tabs-justified-link-border-color; } @media (min-width: @screen-sm-min) { > li > a { border-bottom: 1px solid @nav-tabs-justified-link-border-color; border-radius: @border-radius-base @border-radius-base 0 0; } > .active > a, > .active > a:hover, > .active > a:focus { border-bottom-color: @nav-tabs-justified-active-link-border-color; } } } // Tabbable tabs // ————————- // Hide tabbable panes to start, show them when `.active` .tab-content { > .tab-pane { display: none; } > .active { display: block; } } // Dropdowns // ————————- // Specific dropdowns .nav-tabs .dropdown-menu { // make dropdown border overlap tab border margin-top: -1px; // Remove the top rounded corners here since there is a hard edge above the menu .border-top-radius(0); } .loc_19738 { background-color: #ffffff; } .lib_19738 { border-left: 5px solid #000000; } .loc_19739 { background-color: #c8e0f8; } .loc_19740 { background-color: #9cc8f2; }

Connect With Us

Follow us on

Facebook icon
Instagram icon
Twitter X icon

View brief videos designed to introduce you to the critical areas of the Law Library.

Watch The Videos
A woman in a bright orange jacket stands and looks down at a group of seated people, who appear to be engaged in discussion or work, in a classroom or office with large windows in the background.
WHERE TRADITION MEETS
INNOVATION
OPPORTUNITY
AND IMPACT

Discover a law school grounded in experience and strengthened by community. Hofstra Law is focused on preparing lawyers to shape the future of the profession.