Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Themes by Evy Scrocco
- HIIS-SMALL.tumblr
- antiga: 455KM-DEVOCE.tumblr (Eve)
- ———————————————--- REGRAS! ---—————————————————————
- - AVISE COM O NÚMERO SE UTILIZA-LO
- - NÃO USE COMO BASE
- - MODIFIQUE APENAS PARA USO PRÓPRIO
- - NÃO DISPONIBILIZE
- - QUALQUER PLÁGIO AVISE-ME
- ———————————————--- OBRIGADA! ---——————————————————
- -->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html>
- <head>
- <script type="text/javascript">
- //desabilita menu de opcoes ao clicar no botao direito
- function desabilitaMenu(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito
- function desabilitaBotaoDireito(e)
- {
- if (window.Event)
- {
- if (e.which == 2 || e.which == 3)
- return false;
- }
- else
- if (event.button == 2 || event.button == 3)
- {
- event.cancelBubble = true
- event.returnValue = false;
- return false;
- }
- }
- //desabilita botao direito do mouse
- if ( window.Event )
- document.captureEvents(Event.MOUSEUP);
- if ( document.layers )
- document.captureEvents(Event.MOUSEDOWN);
- document.oncontextmenu = desabilitaMenu;
- document.onmousedown = desabilitaBotaoDireito;
- document.onmouseup = desabilitaBotaoDireito;
- </script>
- <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
- <script type="text/javascript">
- function slideSwitch() {
- var $active = $('#slideshow2 img.active');
- $active.addClass('last-active');
- // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
- var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
- $next.css({opacity: 0.0})
- .addClass('active')
- .animate({opacity: 1.0}, 1000, function() {
- $active.removeClass('active last-active');
- });
- }
- $(function() {
- //Executa a função a cada 2 segundos
- setInterval( "slideSwitch()", 2500 );
- });
- </script>
- <script type="text/javascript">
- function tb8_makeArray(n){
- this.length = n;
- return this.length;
- }
- tb8_messages = new tb8_makeArray(1);
- tb8_messages[0] = "{Title}";
- tb8_rptType = 'infinite';
- tb8_rptNbr = 5;
- tb8_speed = 100;
- tb8_delay = 2000;
- var tb8_counter=1;
- var tb8_currMsg=0;
- var tb8_tekst ="";
- var tb8_i=0;
- var tb8_TID = null;
- function tb8_pisi(){
- tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
- document.title = tb8_tekst;
- tb8_sp=tb8_speed;
- tb8_i++;
- if (tb8_i==tb8_messages[tb8_currMsg].length){
- tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
- }
- if (tb8_currMsg == tb8_messages.length){
- if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
- clearTimeout(tb8_TID);
- return;
- }
- tb8_counter++;
- tb8_currMsg = 0;
- }
- tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
- }
- tb8_pisi()
- </script>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#000000" />
- <meta name="color:post" content="#000000" />
- <meta name="color:sidebar" content="#000000" />
- <meta name="color:text" content="#dbd8d8" />
- <meta name="color:sidebar" content="#000000" />
- <meta name="color:links" content="#999999" />
- <meta name="color:link" content="#c2bdbd" />
- <meta name="font:fonte" content="Georgia" />
- <meta name="text:frase" content="Theme #14 - Titulo aqui"/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link6" />
- <meta name="text:Link7" content="/" />
- <meta name="text:Link7 Title" content="link7" />
- <meta name="image:background" content=""/>
- <meta name="image:retrato" content="http://static.tumblr.com/py5v1tt/P7Jmeay6k/tumblr_meas3fto1g1qeripfo1_500.jpg"/>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
- a {color: {color:link}; text-decoration: none; text-transform: none;}
- a:hover {color: {color:link hover}; background-color: transparent; text-decoration: none;}
- p {margin: 6px 0 0 0}
- blockquote{border-left: 0px solid {color:post}; margin:0px 0px 0px 0px; padding-left:0px; border-bottom:0px;}
- #todos {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px}
- #todosboxes {float: left; margin-left:250px; margin-top:10px; z-index:10}
- .entry {width: 500px; padding: 7px; z-index:10; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; background-color: {color:post}}
- .entry:hover #info {opacity:0.9; margin-top:0px}
- .entry:hover #infu {opacity:1}
- h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
- h1 a:hover {text-align: center; font-size: 16px; text-transform: normal; color: {color:text}; font-weight: normal; line-height: 18px;}
- #info {position:absolute; font-size:9px; font-family: calibri; margin-left:0px; opacity:0; width: 490px; margin-bottom:0px; margin-top:-17px; display:inline; text-align:center; padding:6px; padding-top: 6px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; z-index: 4000; background-color: {color:post}; color:{color:text};}
- #info a {text-transform:uppercase; font-size:9px; background-color: {color:post}; color:{color:text}}
- #info a:hover {color: {color:link hover}}
- #infu {text-align: center; font-size: 9px; font-family: calibri; text-transform: uppercase; z-index: 11; opacity:0.2; margin-top:10px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out;}
- #infu a {font-size: 9px; text-transform:uppercase}
- .tags {color: {color:text}; font-size:9px; font-family:calibri; text-transform:uppercase; display: inline; list-style: none}
- .tags a {font-size:9px; text-transform:uppercase; display: inline; list-style: none;}
- .photo {text-align: center; border: 0px;}
- .photo img {max-width: 500px; margin-bottom: 2px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; }
- .yquote {font-family: georgia; text-align: center; font-size: 18px; line-height: 15px; padding: 3px;}
- .yquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
- .yquotesource a, a:hover{text-transform: none;}
- .chat {line-height: 13px; list-style: none }
- .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
- .person1 {color: {color:text}; padding: 2px; }
- .person1 .label {font-weight: bold; color:{color:text}}
- .person2 {background-color:{color:background}; color: {color:text}; padding: 2px; }
- .person2 .label {font-weight: bold; color:{color:text};}
- .player {background-color: #000; text-align: left; display:block;}
- .pergunta {width:435px; text-align:justify; margin-top:-70px; margin-left:-20px; padding:20px; color:{color:text};}
- .pergunta a {color:{color:text};}
- .pergunta img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
- .question {text-align:right; font-size:9px; font-family:verdana; text-transform:none; color:{color:text}}
- .question a{color:{color:text};}
- .question img {width:49px; padding:3px; background-color:{color:background}}
- #cap {width: 500px; margin-top: -2px;}
- .source {display: none;}
- .notes {width: 515px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: left}
- ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
- ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
- .notes img{display: none; border:0px}
- ::-webkit-scrollbar{width:7px;height:7px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color: {color:sidebar}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:post};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
- ::-webkit-scrollbar{width:7px;height:0px;}
- ::-webkit-scrollbar-button:start:decrement
- ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
- ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
- ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:text};-webkit-border-radius:px;}
- ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:text};-webkit-border-radius:px;}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #tumblr_controls{position: fixed!important}
- #caramelo {font-family:calibri; text-align:center; font-size:50px; margin-top: 400px; margin-left: 200px; position: fixed; text-transform:none; z-index:90000; color: {color:text}; z-index:9000000000000;}
- #sexyevy a { color: {color:text};}
- #quadradinho {position: fixed; margin: 0px 0px 0px 950px;}
- #entre{font-size: 9px; font-family: verdana; position: fixed; width: 201px; margin-left: -110px; height: auto; margin-top: 13px}
- #imagex {position:fixed; margin-top:60px; margin-left: 23px; z-index:300; border:1px solid {color:sidebar}}
- #imagex img {height: 333px; width:230px}
- .think {width: 250px; margin-top:10px; position: fixed; margin-left:-10px; z-index:400}
- .think a {font:11px calibri; text-transform:uppercase; margin-right:3px; color:{color:links}}
- .secksu {position:fixed; float:left; margin-left:20px; display:block; width:228px; height:auto; line-height:13px; font-family:verdana; font-size:9px; text-align:center; padding:5px; margin-top:20px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; overflow:hidden; z-index:61100; -webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px; background-color:{color:sidebar}; color:{color:txtsbar}}
- .secksu a {color:{color:descrixx}}
- .secksu a:hover {color:{color:background}}
- /*** Paginação ***/#paginacaoml {font-size: 10px; position: fixed; font-family: Verdana, Geneva, Tahoma, sans-serif; line-height: 11px; margin-top: 463px; margin-left: 930px;}#paginacaoml a {font-size: 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: {color:sidebar}; margin: -5px 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none;}#paginacaoml a:hover {font-size: 10px; font-family: Verdana, Geneva, Tahoma, sans-serif; background: {color:sidebar}; border: none;}#paginacaoml span.pagina_atual {background: {color:sidebar}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:text}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:sidebar}; margin: -5px 1px 0 0; padding: 2px 4px; color: #cor da fonte; text-decoration: none;}
- </style>
- </head>
- <body>
- <div id="quadradinho">
- <div id="entre">
- <div id="imagex"><img src="{image:retrato}" title="{title}">
- <div class="think">
- <a href="{text:Link1}">{text:Link1 Title}</a> <small><font color= #fff> - </small></font>
- <a href="{text:Link2}">{text:Link2 Title}</a> <small><font color= #fff> - </small></font>
- <a href="{text:Link3}">{text:Link3 Title}</a> <small><font color= #fff> - </small></font>
- <a href="{text:Link4}">{text:Link4 Title}</a> <small><font color= #fff> - </small></font>
- <a href="{text:Link5}">{text:Link5 Title}</a> <small><font color= #fff> - </small></font>
- <a href="{text:Link6}">{text:Link6 Title}</a> <small><font color= #fff> - </small></font>
- <a href="{text:Link7}">{text:Link7 Title}</a> <small><font color= #fff> - </small></font>
- <a href="http://455km-devoce.tumblr.com" title="Credit Evy"> Creditos</a>
- </div>
- </div>
- <div class="secksu"><div style="font:18px georgia; text-align:right; border-bottom:1px dotted {color:descrixx}">{text:frase}</div>{description}
- <div id="caramelo">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">+</a><br />{/block:NextPage}{/block:Pagination}</div></div></div></div>
- </div>
- </div>
- <div id="todosboxes">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}{Body}
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- {/block:Text}
- {block:Photo}
- <div id="info">
- <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- <div class="photo"><img src="{PhotoURL-500}"></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div id="info">
- <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div></div>
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}
- <div class="yquote">“{Quote}”</div>
- {block:Source}<div class="yquotesource"> — {Source}</div>
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- {/block:Source}{/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person{UserNumber}">{block:Label}
- <div class="label">{Label}</div>{/block:Label} {Line}</li>{/block:Lines}</ul>
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div></div>
- {/block:Chat}
- {block:Audio}
- <div class="player">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}[<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>]{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div>
- </div>
- {/block:Audio}
- {block:Video}
- <div id="info">
- <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>{/block:RebloggedFrom} · <a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0nj1ziGbG1qe5v0r.png"class="" title=""></a> <br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div></div>
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question"><img src="{AskerPortraitURL-48}"></div>
- <div class="pergunta">{Asker} <b>sussurrou:</b> {Question} </div>{Answer}
- <div id="infu">
- <a href="{Permalink}">{TimeAgo}</a> · <a href="{Permalink}">{NoteCountWithLabel}</a> · <a href="{ReblogURL}" target="_blank">reblog</a><br><div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags} </div></div>
- {/block:Answer}
- <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div></div>
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- </div>
- </center>
- <div id="pagina">
- <div id="paginacaoml"> <center>
- {block:JumpPagination length="10"}
- {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- </center></div>
- <div style="right: 3px; top: 26px; opacity:0.7; position:absolute;"><a href="http://455km-devoce.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment