| Lun |
Mar |
Mer |
Jeu |
Ven |
Sam |
Dim |
|
1
|
2
|
3
|
4
|
5
|
6
|
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
|
28
|
29
|
30
| |
";s:4:"head";a:4:{s:11:"styleSheets";a:4:{s:37:"/media/com_icagenda/icicons/style.css";a:2:{s:4:"type";s:8:"text/css";s:7:"options";a:5:{s:8:"relative";b:0;s:7:"version";s:4:"auto";s:8:"pathOnly";b:0;s:13:"detectBrowser";b:1;s:11:"detectDebug";b:1;}}s:32:"/media/jui/css/bootstrap.min.css";a:2:{s:4:"type";s:8:"text/css";s:7:"options";a:0:{}}s:39:"/media/jui/css/bootstrap-responsive.css";a:2:{s:4:"type";s:8:"text/css";s:7:"options";a:0:{}}s:74:"/components/com_icagenda/themes/packs/ic_rounded/css/ic_rounded_module.css";a:2:{s:4:"type";s:8:"text/css";s:7:"options";a:0:{}}}s:5:"style";a:1:{s:8:"text/css";s:1249:"
@media screen and (min-width:1201px){
}
@media screen and (min-width:769px) and (max-width:1200px){
}
@media screen and (min-width:481px) and (max-width:768px){
.ic_rounded.iccalendar table td .icevent a:hover,
.ic_rounded.iccalendar table td .icevent a:focus {
border-radius:3px;
background:#333;
}
.ic_rounded.iccalendar table td .icevent a:hover .bright,
.ic_rounded.iccalendar table td .icevent a:focus .bright {
border-radius:3px;
color:#fff;
background:#333;
}
.ic_rounded.iccalendar table td .icmulti a:hover,
.ic_rounded.iccalendar table td .icevent a:focus {
background:#333;
}
.ic_rounded.iccalendar table td .icmulti a:hover .bright,
.ic_rounded.iccalendar table td .icevent a:focus .bright {
color:#fff;
background:#333;
}
.ic_rounded .icnav .backic:hover,
.ic_rounded .icnav .nextic:hover,
.ic_rounded .icnav .backicY:hover,
.ic_rounded .icnav .nexticY:hover {
color:#333333;
background:none;
cursor:pointer;
}
#ictip a.close:hover {
color:black;
background:none;
cursor:pointer;
}
#ictip div.linkTo:hover {
color:#000;
background:#ddd;
text-decoration:none;
border-radius:3px;
}
#ictip a:hover {
background:none;
}
}
@media screen and (max-width:480px){
#ictip a.close {
padding-right:15px;
}
}
";}s:7:"scripts";a:6:{s:27:"/media/jui/js/jquery.min.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:6:{s:7:"version";s:4:"auto";s:8:"relative";b:1;s:11:"detectDebug";b:0;s:9:"framework";b:0;s:8:"pathOnly";b:0;s:13:"detectBrowser";b:1;}}s:34:"/media/jui/js/jquery-noconflict.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:6:{s:7:"version";s:4:"auto";s:8:"relative";b:1;s:9:"framework";b:0;s:8:"pathOnly";b:0;s:13:"detectBrowser";b:1;s:11:"detectDebug";b:1;}}s:35:"/media/jui/js/jquery-migrate.min.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:6:{s:7:"version";s:4:"auto";s:8:"relative";b:1;s:11:"detectDebug";b:0;s:9:"framework";b:0;s:8:"pathOnly";b:0;s:13:"detectBrowser";b:1;}}s:27:"/media/system/js/caption.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:6:{s:7:"version";s:4:"auto";s:8:"relative";b:1;s:9:"framework";b:0;s:8:"pathOnly";b:0;s:13:"detectBrowser";b:1;s:11:"detectDebug";b:1;}}s:30:"/media/jui/js/bootstrap.min.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:6:{s:7:"version";s:4:"auto";s:8:"relative";b:1;s:11:"detectDebug";s:1:"0";s:9:"framework";b:0;s:8:"pathOnly";b:0;s:13:"detectBrowser";b:1;}}s:55:"/modules/mod_iccalendar/js/jQuery.highlightToday.min.js";a:2:{s:4:"type";s:15:"text/javascript";s:7:"options";a:6:{s:8:"relative";b:0;s:7:"version";s:4:"auto";s:9:"framework";b:0;s:8:"pathOnly";b:0;s:13:"detectBrowser";b:1;s:11:"detectDebug";b:1;}}}s:6:"script";a:1:{s:15:"text/javascript";s:188:"jQuery(window).on('load', function() {
new JCaption('img.caption');
});
jQuery(document).ready(function(){
jQuery("#mod_iccalendar_111").highlightToday("show_today");
});
";}}s:13:"mime_encoding";s:9:"text/html";}}
$('body').prepend('<\div style="display:block; position:'+css_position+'; width:'+$width+'; left:'+$pos+'; top:'+$top+';'+extra_css+'" id="ictip"> '+$(this).parent().children('.date').html()+'
<\div style="display:block; width:auto; height:50px; text-align:right;">' + closetxt + '<\/div>'+$tip+'<\/div>');
// Tooltip Keyboard Accessibility (experimental, since 3.5.14)
$(document).keydown(function(e){
// Shift : focus on tooltip events
if ($('.icevent a').is(':focus') && e.keyCode == 16){
$('.ictip-event a').focus();
}
// esc : close tooltip
if (($('.ictip-event a').is(':focus') || $('.icevent a').is(':focus')) && e.keyCode == 27){
e.preventDefault();
$('#ictip').remove();
}
});
// Close Tooltip
$(document).on('click touchend', '.close', function(e){
e.preventDefault();
$('#ictip').remove();
});
if (mouseout == '1')
{
$('#ictip')
.mouseout(function() {
// $( "div:first", this ).text( "mouse out" );
$('#ictip').stop(true).fadeOut(300);
})
.mouseover(function() {
// $( "div:first", this ).text( "mouse over" );
$('#ictip').stop(true).fadeIn(300);
});
}
});
}
}) (jQuery);