No Se

Páginas: 4 (892 palabras) Publicado: 23 de septiembre de 2012
{Title}



$(document).ready(function() {
//
$('a.poplight[href^=#]').click(function() {
var popID = $(this).attr('rel'); //Get Popup Name
var popURL = $(this).attr('href'); //Get Popuphref to define size
var query= popURL.split('?');
var dim= query[1].split('&');
var popWidth = dim[0].split('=')[1]; //Gets the first query string value
$('#' + popID).fadeIn().css({ 'width':Number( popWidth ) }).prepend('');
var popMargTop = ($('#' + popID).height() + 80) / 2;
var popMargLeft = ($('#' + popID).width() + 80) / 2;
//Apply Margin to Popup
$('#' + popID).css({'margin-top' : -popMargTop,
'margin-left' : -popMargLeft
});
$('body').append('');
$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' :'alpha(opacity=80)'})
return false;
});
$('a.close, #fade').live('click', function() {
$('#fade , .popup_block').fadeOut(function() {
$('#fade, a.close').remove(); //fade them both out
});
returnfalse;
});
});









{block:Description}

{/block:Description}



























{block:ifclickfornav}


jQuery(document).ready(function() {jQuery(".links").hide();
//toggle the componenet with class msg_body
jQuery(".title").click(function()
{
jQuery(this).next(".links").slideToggle(500);
});});

{/block:ifclickfornav}


body{background:{color:background}; margin:0px; margin-left:150px; auto; width:{text:width}; font-family:{font:body}; font-size:{text:font size}; line-height:{text:line height}; text-align:justify;color:{color:text}; padding:8px; {block:ifbackgroundimage}background:{color:background} url('{text:background image url}')bottom right fixed no-repeat;{/block:ifbackgroundimage}}

}

.permalink a:hover{color:{color:Hover}
}
.post:hover .permalink {opacity: 1;}
a img{ -webkit-box-shadow: 10px 14px 10px rgba(0,0,0,0.3); -moz-box-shadow: 4px 14px 7px rgba(0,0,0,0.3); box-shadow: 4px 5px 6px...
Leer documento completo

Regístrate para leer el documento completo.

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS