S Don Chisciotte 3 20091231133647

S Don Chisciotte 3 20091231133647

S Don Chisciotte 3 20091231133647

S Don Chisciotte 3 20091231133647

Seleziona la tua lingua

{source trim="true"}<?php include JPATH_SITE.'/customized/opera_immagini-C.php'; ?>{/source}

{source trim="true"}<?php include JPATH_SITE.'/customized/ricerca-S.php'; ?>{/source}

{source trim="true"}<?php include JPATH_SITE.'/customized/opera_immagini-S.php'; ?>{/source}

{source trim="true"}<?php include JPATH_SITE.'/customized/opera-C.php'; ?>{/source}

{source trim="true"}<?php include JPATH_SITE.'/customized/risultati-S.php'; ?>{/source}

{source trim="true"}<?php include JPATH_SITE.'/customized/opera-S.php'; ?>{/source}

{source}<style>
body {
background-color:#fff;
}
.frame > div {
background-color: #f1f1f1;
}


</style>
{/source}

{source}<script type="text/javascript">

jQuery('.blog .items-leading').removeClass('clearfix');
jQuery('.page-header').append("<div class='show_all'>Mostra tutto</div>");

jQuery('.blog .items-leading > div > div').each(function() {

// TAGS sotto al testo
var target = jQuery(this);
jQuery(this).children('ul.tags').appendTo(target);
// TAGS no link
jQuery(this).children('ul.tags').find('a').removeAttr("href");

// IMG --> BACKGROUND-IMAGE
var item_img_url = jQuery(this).children('p:first').children('a').attr('href');
var item_img = jQuery(this).children('p:first').children('a').children('img').attr('src');
// alert(item_img_url);
//jQuery(this).children('p:first').empty();
jQuery(this).children('p:first').children('a').children('img').css('display','none');
jQuery(this).children('p:first').css('background-image', 'url(' + item_img+ ')');

//SVG VIDEO PLAY
jQuery(this).children('p:first').append('<svg viewBox="0 0 34.64 40" xmlns="http://www.w3.org/2000/svg"><path d="m34.64 20-34.64-20v40z" fill="#fff"/></svg>');
jQuery(this).children('p:first').wrapInner('<a href="'+ item_img_url +'" target="_blank"></a>');

//VIDEO POPUP
jQuery(this).children('p:first').click(function () {
var url_video = jQuery(this).find("a").attr("href");
var lightbox = lity(url_video);
jQuery(this).children('p:first').on('click', '[data-lightbox]', lity);
return false;
});

});


//TAG CLICK
jQuery('.blog .items-leading > div > div > ul.tags li a').click(function(e) {
var txt = jQuery(e.target).text();
jQuery('.blog .items-leading > div').filter(function() {
jQuery(this).toggle(jQuery(this).find('a').text().indexOf(txt) > -1)
});
jQuery('.page-header .show_all').addClass('visible');
});
jQuery('.page-header .show_all').click(function () {
jQuery(this).removeClass('visible');
jQuery(".blog .items-leading > div").removeAttr("style");
});
</script>
{/source}

{source}<script type="text/javascript">

jQuery('.videos p').each(function() {

// IMG --> BACKGROUND-IMAGE
var item_img_url = jQuery(this).children('a').attr('href');
var item_img = jQuery(this).children('a').children('img').attr('src');
var alt_img = jQuery(this).children('a').children('img').attr("alt");

// alert(item_img_url);
jQuery(this).empty();
jQuery(this).css('background-image', 'url(' + item_img+ ')');
jQuery(this).after('<span>' + alt_img + '</span>');

//SVG VIDEO PLAY
jQuery(this).append('<svg viewBox="0 0 34.64 40" xmlns="http://www.w3.org/2000/svg"><path d="m34.64 20-34.64-20v40z" fill="#fff"/></svg>');
jQuery(this).wrapInner('<a href="'+ item_img_url +'" target="_blank"></a>');

});

//VIDEO POPUP
jQuery('.videos p').click(function () {
var url_video = jQuery(this).find("a").attr("href");
var lightbox = lity(url_video);
jQuery(this).on('click', '[data-lightbox]', lity);
return false;
});

//WRAPPER

jQuery(".videos p").each(function(index) {
jQuery(this).next("span").andSelf().wrapAll("<div class='grid_element' />")
});

var coppie = jQuery('.videos p, .videos span');
for(var i = 0; i < coppie.length; i+=2) {
coppie.slice(i, i+2).wrapAll("<div class='grid_element'></div>");
}

</script>
{/source}

{source}<style>
.header .lingue a.search svg {
position:absolute;
}

</style>
{/source}

{source}<style>
.cr_cerca .cr_cerca_item.descrizione {
display:none;
}
</style>
{/source}

{source}<style>
.cr_opera .item {
page-break-inside: auto;
}
/* Firefox */
.cr_opera .item table,
.cr_opera .item tbody,
.cr_opera .item tr {
display:block;
}
</style>
{/source}

{source}<link rel="stylesheet" href="/templates/fp_pages_24/css/simple-lightbox.min.css">
<script src="/templates/fp_cover_24/js/simple-lightbox.min.js" type="text/javascript"></script>

<script>
(function() {
var $gallery = new SimpleLightbox('table.pubblicazioni tr:first-child td a', {});
var $gallery = new SimpleLightbox('table.pubblicazioni tr:nth-child(2) td a', {});
var $gallery = new SimpleLightbox('table.pubblicazioni tr:nth-child(3) td a', {});
var $gallery = new SimpleLightbox('table.pubblicazioni tr:nth-child(4) td a', {});
var $gallery = new SimpleLightbox('table.pubblicazioni tr:nth-child(5) td a', {});
var $gallery = new SimpleLightbox('table.pubblicazioni tr:nth-child(6) td a', {});
var $gallery = new SimpleLightbox('table.pubblicazioni tr:nth-child(7) td a', {});
})();

</script>

<style>
.sl-caption {
font-style: italic;
}
</style>
{/source}