La Histpria Musical
function titlebar(val)
{
var msg = :El truco está en fingir que no te importa aunque te estés muriendo por dentro.;
var res = "F ";
var speed = 100;
var pos = val;
msg = "El truco está en fingir que no te importa aunque te estés muriendo por dentro.";
var le = msg.length;
if(rev == "fwd"){
if(pos < le){
pos = pos+1;
scroll = msg.substr(0,pos);
document.title =scroll;
timer = window.setTimeout("titlebar("+pos+")",speed);
}
else{
rev = "bwd";
timer = window.setTimeout("titlebar("+pos+")",speed);
}
}
else{
if(pos > 0){
pos = pos-1;
var ale = le-pos;
scrol = msg.substr(ale,le);
document.title = scrol;
timer = window.setTimeout("titlebar("+pos+")",speed);
}
else{
rev = "fwd";
timer = window.setTimeout("titlebar("+pos+")",speed);
}
}
}titlebar(0);
body, a:hover {cursor: url(http://cur.cursors-4u.net/toons/too-8/too703.cur), progress !important;}
> Themes by G & P < No olvides poner tu URL al final para el pop up ask c:
$(document).ready(function() {
//
$('a.poplight[href^=#]').click(function() {
var popID = $(this).attr('rel'); //Get Popup Name
var popURL = $(this).attr('href'); //Get Popup href todefine 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
});
return false;
});});
{block:Description}
{/block:Description}
{block:PostSummary}
{PostSummary} - {/block:PostSummary}{Title}
{block:ifinfinitescrolling}{/block:ifinfinitescrolling}
.popup_block{
display: none; /*--hidden by default--*/
background: #fff;
padding: 10px;
border: 2px solid #fff;
float: left;
font-size: 1.2em;
position:fixed;
top: 50%; left: 50%;
z-index: 99999;
/*--CSS3 Box Shadows--*/
-webkit-box-shadow: 0px 0px 20px #000;
-moz-box-shadow: 0px 0px 20px #000;
box-shadow: 0px 0px 20px #000;
/*--CSS3 Rounded Corners--*/
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
img.btn_close {
float: right;
margin: -5px -5px 0 0;
}
*html .popup_block {
position: absolute;
}{block:ifFadedImages}img{-webkit-transition: opacity 0.5s linear; opacity: 0.85;}img:hover{-webkit-transition: opacity 0.5s linear; opacity: 2;}
{/block:ifFadedImages}
{block:ifenabletinycursor}
body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:ifenabletinycursor}
{block:iftinyscrollbar}
::-webkit-scrollbar {width: 9px; height: 5px;background: #FCB1B1; }
::-webkit-scrollbar-thumb { background-color: #FCB1B1; -webkit-border-radius: 1ex; border: 2px solid black;}
{/block:iftinyscrollbar}
body {
margin:0px;
background-color: {color:Background};
background-image:url({image:Background});
background-attachment: fixed;
background-repeat: repeat;}
body, div, p, textarea, submit, input{font-family: 'Dosis', sans-serif;;font-size: 10px; line-height: 10px; letter-spacing:1px; color:{color:Text};}
p {margin:0px; margin-top:5px;}
a:link, a:active, a:visited{color: {color:Link}; text-decoration: none;}
a:hover {color:{color:Hover};}
#cage {
margin:auto;
position:relative;
width:810px;
overflow:hidden;
color: {color:Title};
_margin-left:10%;}
#center {
margin:auto;
position:relative;...
Regístrate para leer el documento completo.