Dungeons & Dragons @ Merced Main Library
"Search autocomplete is currently not responding. Please try again later.
Agenda
Facility
Submit Event
Print
Email
Event Subscription
View RSS Feeds
Select on Calendar
Expand
Collapse
Previous
Next
Down
Up
Map
Share
Show more
Agenda
$(window).on("load", function () {
$('.icalDescription').urlToLink({ target: '_blank' });
});
var currentTextBox = null;
var currentDatePicker = null;
function hidePopup() {
return currentDatePicker && currentDatePicker.hidePopup();
}
//This method is called to handle the onclick and onfocus client side events for the texbox
function showPopup(sender, e) {
//this is a reference to the texbox which raised the event
//see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html
var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender);
// hide previous pop-up if open
textBox !== currentTextBox && hidePopup();
currentTextBox = textBox;
}
function dismissHook(e) {
return (e.keyCode === 27 || e.keyCode === 9) && hidePopup();
}
function handleKeydown(e) {
dismissHook(e) || searchTextHook(e);
}
//this handler is used to set the text of the TextBox to the value of selected from the popup
function dateSelected(sender, args) {
if (currentTextBox != null) {
//currentTextBox is the currently selected TextBox. Its value is set to the newly selected
//value of the picker
currentTextBox.value = args.get_newValue();
}
}
//this function is used to parse the date entered or selected by the user
function parseDate(sender, e) {
if (currentDatePicker != null) {
var date = currentDatePicker.get_dateInput().parseDate(sender.value);
var dateInput = currentDatePicker.get_dateInput();
if (date == null) {
date = currentDatePicker.get_selectedDate();
}
var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat());
sender.value = formattedDate;
}
}
function clearPostBack() {
Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack);
$('.icalDescription').urlToLink({ target: '_blank' });
}
function redrawContentCalendar() {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack);
if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '')
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, '');
else
raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, '');
blockMenuSpawn = false;
}
function previousFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev');
}
function nextFeaturedItem(view) {
document.aspnetForm.calendarView.value = view;
raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext');
}
order+='ModuleContent\n'
Live Edit
//
Bill Pay
.fancyButton648.fancyButton:link,.fancyButton648.fancyButton:visited, .fancyButton648div.fancyButton{
background-color: #ffffff;
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
border-radius: 10px;
width: 100%;
max-width: 300px;
margin: 0 auto;
position: relative;
z-index: 0;
}
.fancyButton648::after {
content: '';
position: absolute;
left: 0;
top: 0;
border-radius: 10px 0 0 10px;
background: #8A2647;
height: 100%;
width: 92px;
z-index: -1;
transition: all .2s ease-in-out;}
.fancyButton648.fancyButton:hover,.fancyButton648.fancyButton:focus,.fancyButton648.fancyButton:active,.fancyButton648.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
}
.fancyButton648:hover::after,
.fancyButton648:focus::after,
.fancyButton648:active::after {
width: 100%;
border-radius: 10px;}
.fancyButton648.fancyButton:link > span,.fancyButton648.fancyButton:visited > span, .fancyButton648div.fancyButton > span{
}
.fancyButton648.fancyButton:hover > span,.fancyButton648.fancyButton:focus > span,.fancyButton648.fancyButton:active > span,.fancyButton648.fancyButton.hover > span{
}
.fancyButton648.fancyButton .text{
color: #000000;
font-size: 1.2em;
font-family: "Open Sans";
text-align: left;
padding-right: 20px;
padding-left: 115px;
font-weight: 600;
text-decoration: none;
padding-right: 20px;
padding-left: 115px;
background-image: url('/ImageRepository/Document?documentID=31774');
background-repeat: no-repeat;
background-position: 10px center;
height: 92px;
position: relative;
line-height: 1.2;
transition: color .2s ease-in-out .05s;
}
.fancyButton648.fancyButton:hover .text,.fancyButton648.fancyButton:focus .text,.fancyButton648.fancyButton:active .text,.fancyButton648.fancyButton.hover .text{
color: #ffffff;
text-decoration: underline;
}
Report a Concern
.fancyButton655.fancyButton:link,.fancyButton655.fancyButton:visited, .fancyButton655div.fancyButton{
background-color: #ffffff;
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
border-radius: 10px;
width: 100%;
max-width: 300px;
margin: 0 auto;
position: relative;
z-index: 0;
}
.fancyButton655::after {
content: '';
position: absolute;
left: 0;
top: 0;
border-radius: 10px 0 0 10px;
background: #8A2647;
height: 100%;
width: 92px;
z-index: -1;
transition: all .2s ease-in-out;}
.fancyButton655.fancyButton:hover,.fancyButton655.fancyButton:focus,.fancyButton655.fancyButton:active,.fancyButton655.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
}
.fancyButton655:hover::after,
.fancyButton655:focus::after,
.fancyButton655:active::after {
width: 100%;
border-radius: 10px;}
.fancyButton655.fancyButton:link > span,.fancyButton655.fancyButton:visited > span, .fancyButton655div.fancyButton > span{
}
.fancyButton655.fancyButton:hover > span,.fancyButton655.fancyButton:focus > span,.fancyButton655.fancyButton:active > span,.fancyButton655.fancyButton.hover > span{
}
.fancyButton655.fancyButton .text{
color: #000000;
font-size: 1.2em;
font-family: "Open Sans";
text-align: left;
padding-right: 20px;
padding-left: 115px;
font-weight: 600;
text-decoration: none;
padding-right: 20px;
padding-left: 115px;
background-image: url('/ImageRepository/Document?documentID=31778');
background-repeat: no-repeat;
background-position: 10px center;
height: 92px;
position: relative;
line-height: 1.2;
transition: color .2s ease-in-out .05s;
}
.fancyButton655.fancyButton:hover .text,.fancyButton655.fancyButton:focus .text,.fancyButton655.fancyButton:active .text,.fancyButton655.fancyButton.hover .text{
color: #ffffff;
text-decoration: underline;
}
Employment
.fancyButton656.fancyButton:link,.fancyButton656.fancyButton:visited, .fancyButton656div.fancyButton{
background-color: #ffffff;
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
border-radius: 10px;
width: 100%;
max-width: 300px;
margin: 0 auto;
position: relative;
z-index: 0;
}
.fancyButton656::after {
content: '';
position: absolute;
left: 0;
top: 0;
border-radius: 10px 0 0 10px;
background: #8A2647;
height: 100%;
width: 92px;
z-index: -1;
transition: all .2s ease-in-out;}
.fancyButton656.fancyButton:hover,.fancyButton656.fancyButton:focus,.fancyButton656.fancyButton:active,.fancyButton656.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
}
.fancyButton656:hover::after,
.fancyButton656:focus::after,
.fancyButton656:active::after {
width: 100%;
border-radius: 10px;}
.fancyButton656.fancyButton:link > span,.fancyButton656.fancyButton:visited > span, .fancyButton656div.fancyButton > span{
}
.fancyButton656.fancyButton:hover > span,.fancyButton656.fancyButton:focus > span,.fancyButton656.fancyButton:active > span,.fancyButton656.fancyButton.hover > span{
}
.fancyButton656.fancyButton .text{
color: #000000;
font-size: 1.2em;
font-family: "Open Sans";
text-align: left;
padding-right: 20px;
padding-left: 115px;
font-weight: 600;
text-decoration: none;
padding-right: 20px;
padding-left: 115px;
background-image: url('/ImageRepository/Document?documentID=32336');
background-repeat: no-repeat;
background-position: 10px center;
height: 92px;
position: relative;
line-height: 1.2;
transition: color .2s ease-in-out .05s;
}
.fancyButton656.fancyButton:hover .text,.fancyButton656.fancyButton:focus .text,.fancyButton656.fancyButton:active .text,.fancyButton656.fancyButton.hover .text{
color: #ffffff;
text-decoration: underline;
}
Agendas & Minutes
.fancyButton657.fancyButton:link,.fancyButton657.fancyButton:visited, .fancyButton657div.fancyButton{
background-color: #ffffff;
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
border-radius: 10px;
width: 100%;
max-width: 300px;
margin: 0 auto;
position: relative;
z-index: 0;
}
.fancyButton657::after {
content: '';
position: absolute;
left: 0;
top: 0;
border-radius: 10px 0 0 10px;
background: #8A2647;
height: 100%;
width: 92px;
z-index: -1;
transition: all .2s ease-in-out;}
.fancyButton657.fancyButton:hover,.fancyButton657.fancyButton:focus,.fancyButton657.fancyButton:active,.fancyButton657.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
}
.fancyButton657:hover::after,
.fancyButton657:focus::after,
.fancyButton657:active::after {
width: 100%;
border-radius: 10px;}
.fancyButton657.fancyButton:link > span,.fancyButton657.fancyButton:visited > span, .fancyButton657div.fancyButton > span{
}
.fancyButton657.fancyButton:hover > span,.fancyButton657.fancyButton:focus > span,.fancyButton657.fancyButton:active > span,.fancyButton657.fancyButton.hover > span{
}
.fancyButton657.fancyButton .text{
color: #000000;
font-size: 1.2em;
font-family: "Open Sans";
text-align: left;
padding-right: 20px;
padding-left: 115px;
font-weight: 600;
text-decoration: none;
padding-right: 20px;
padding-left: 115px;
background-image: url('/ImageRepository/Document?documentID=31773');
background-repeat: no-repeat;
background-position: 10px center;
height: 92px;
position: relative;
line-height: 1.2;
transition: color .2s ease-in-out .05s;
}
.fancyButton657.fancyButton:hover .text,.fancyButton657.fancyButton:focus .text,.fancyButton657.fancyButton:active .text,.fancyButton657.fancyButton.hover .text{
color: #ffffff;
text-decoration: underline;
}
Doing Business in Merced County
.fancyButton1115.fancyButton:link,.fancyButton1115.fancyButton:visited, .fancyButton1115div.fancyButton{
background-color: #ffffff;
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
border-radius: 10px;
width: 100%;
max-width: 300px;
margin: 0 auto;
position: relative;
z-index: 0;
}
.fancyButton1115::after {
content: '';
position: absolute;
left: 0;
top: 0;
border-radius: 10px 0 0 10px;
background: #8A2647;
height: 100%;
width: 92px;
z-index: -1;
transition: all .2s ease-in-out;}
.fancyButton1115.fancyButton:hover,.fancyButton1115.fancyButton:focus,.fancyButton1115.fancyButton:active,.fancyButton1115.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
}
.fancyButton1115:hover::after,
.fancyButton1115:focus::after,
.fancyButton1115:active::after {
width: 100%;
border-radius: 10px;}
.fancyButton1115.fancyButton:link > span,.fancyButton1115.fancyButton:visited > span, .fancyButton1115div.fancyButton > span{
}
.fancyButton1115.fancyButton:hover > span,.fancyButton1115.fancyButton:focus > span,.fancyButton1115.fancyButton:active > span,.fancyButton1115.fancyButton.hover > span{
}
.fancyButton1115.fancyButton .text{
color: #000000;
font-size: 1.2em;
font-family: "Open Sans";
text-align: left;
padding-right: 20px;
padding-left: 115px;
font-weight: 600;
text-decoration: none;
padding-right: 20px;
padding-left: 115px;
background-image: url('/ImageRepository/Document?documentID=32334');
background-repeat: no-repeat;
background-position: 10px center;
height: 92px;
position: relative;
line-height: 1.2;
transition: color .2s ease-in-out .05s;
}
.fancyButton1115.fancyButton:hover .text,.fancyButton1115.fancyButton:focus .text,.fancyButton1115.fancyButton:active .text,.fancyButton1115.fancyButton.hover .text{
color: #ffffff;
text-decoration: underline;
}
Election Information
.fancyButton1171.fancyButton:link,.fancyButton1171.fancyButton:visited, .fancyButton1171div.fancyButton{
background-color: #ffffff;
background-repeat: no-repeat;
background-position: left top;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
border-radius: 10px;
width: 100%;
max-width: 300px;
margin: 0 auto;
position: relative;
z-index: 0;
}
.fancyButton1171::after {
content: '';
position: absolute;
left: 0;
top: 0;
border-radius: 10px 0 0 10px;
background: #8A2647;
height: 100%;
width: 92px;
z-index: -1;
transition: all .2s ease-in-out;}
.fancyButton1171.fancyButton:hover,.fancyButton1171.fancyButton:focus,.fancyButton1171.fancyButton:active,.fancyButton1171.fancyButton.hover{
background-repeat: no-repeat;
background-position: left top;
}
.fancyButton1171:hover::after,
.fancyButton1171:focus::after,
.fancyButton1171:active::after {
width: 100%;
border-radius: 10px;}
.fancyButton1171.fancyButton:link > span,.fancyButton1171.fancyButton:visited > span, .fancyButton1171div.fancyButton > span{
}
.fancyButton1171.fancyButton:hover > span,.fancyButton1171.fancyButton:focus > span,.fancyButton1171.fancyButton:active > span,.fancyButton1171.fancyButton.hover > span{
}
.fancyButton1171.fancyButton .text{
color: #000000;
font-size: 1.2em;
font-family: "Open Sans";
text-align: left;
padding-right: 20px;
padding-left: 115px;
font-weight: 600;
text-decoration: none;
padding-right: 20px;
padding-left: 115px;
background-image: url('/ImageRepository/Document?documentID=31950');
background-repeat: no-repeat;
background-position: 10px center;
height: 92px;
position: relative;
line-height: 1.2;
transition: color .2s ease-in-out .05s;
}
.fancyButton1171.fancyButton:hover .text,.fancyButton1171.fancyButton:focus .text,.fancyButton1171.fancyButton:active .text,.fancyButton1171.fancyButton.hover .text{
color: #ffffff;
text-decoration: underline;
}
Our County
Welcome to Merced County where we value integrity, innovation, and inclusion.
Merced County 2222 MStreet Merced, CA 95340Phone: (209) 385-7434Email Us"