Advertisement
wissex

Theme exclusivo TEUSTRIPPER

Dec 11th, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.81 KB | None | 0 0
  1. <!---
  2. THEME FEITO POR WISSEX, NÃO COPIE NEM PLAGEI EU SABEREI
  3. AO CONTRARIO DE MUITOS, CONHEÇO MUITO BEM MEUS CODIGOS OK ?
  4.  
  5. |--------------------------------------------------------|
  6. | WISSEX WISSEX WISSEX WISSEX WISSEX WISSEX |
  7. | WISSEXWISSEX WISSEXWISSEX WISSEXWISSEX |
  8. | WISSEX WISSEX WISSEX WISSEX WISSEX WISSEX |
  9. | WISSEXWISSEX WISSEXWISSEX WISSEXWISSEX |
  10. | WISSEX WISSEX WISSEX WISSEX WISSEX WISSEX |
  11. | WISSEXWISSEX WISSEXWISSEX WISSEXWISSEX |
  12. | |
  13. | não copie, nem plagei isso é crime! obrigada! |
  14. |--------------------------------------------------------|
  15. --->
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head profile="http://gmpg.org/xfn/11">
  17.  
  18. <link rel="shortcut icon" href="{favicon}"><script type="text/javascript"> function tb8_makeArray(n){ this.length = n; return this.length; } tb8_messages = new tb8_makeArray(3); tb8_messages[0] = "{title}"; tb8_messages[1] = "{title}"; tb8_messages[2] = "{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><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="x-dns-prefetch-control" content="off"/>
  19.  
  20. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script><script> $(document).ready(function() {$('a.warvada[href^=#]').click(function() {var popID = $(this).attr('rel'); var popURL = $(this).attr('href'); var query= popURL.split('?'); var dim= query[1].split('&'); var popWidth = dim[0].split('=')[1]; $('#' + popID).fadeIn().css({ 'width': Number( popWidth )}).prepend('<a href="#" class="close"><img src="http://36.media.tumblr.com/4b45951f6cca95c2b7da859a2f949465/tumblr_inline_nmwoqip94n1rsc41y_75sq.png" class="btn_close" title="Fechar" alt="Close" /></a>'); var popMargTop = ($('#' + popID).height() + 80) / 2; var popMargLeft = ($('#' + popID).width() + 80) / 2; $('#' + popID).css({'margin-top' : -popMargTop, 'margin-left' : -popMargLeft}); $('body').append('<div id="warvada_fundo"></div>'); $('#warvada_fundo').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); return false;}); $('a.close, #warvada_fundo').live('click', function() {$('#warvada_fundo , .warvada_popup').fadeOut(function() {$('#warvada_fundo, a.close').remove(); }); return false;});});</script>
  21.  
  22.  
  23. <title>{Title}</title>
  24. <link rel="shortcut icon" href="{image:favicon}">
  25.  
  26. {block:Description}
  27. <meta name="description" content="{MetaDescription}" />
  28. {/block:Description}
  29.  
  30. <!--- fontezinhas aqui --->
  31. <link href='https://fonts.googleapis.com/css?family=Lekton' rel='stylesheet' type='text/css'>
  32. <link href='https://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'>
  33. <link href='https://fonts.googleapis.com/css?family=Rancho' rel='stylesheet' type='text/css'>
  34. <link href='https://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  35. <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  38.  
  39. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  40.  
  41. <script>
  42.  
  43. (function($){
  44.  
  45. $(document).ready(function(){
  46.  
  47. $("a[title]").style_my_tooltips({
  48.  
  49. tip_follows_cursor:true,
  50.  
  51. tip_delay_time:90,
  52.  
  53. tip_fade_speed:600,
  54.  
  55. attribute:"title"
  56.  
  57. });
  58.  
  59. });
  60.  
  61. })(jQuery);
  62.  
  63. </script>
  64. <!--basic tooltip from tutorial-baby! Enjoy-->
  65. <style>
  66. .tooltip{
  67. display: inline;
  68. position: relative;
  69. }
  70. #s-m-t-tooltip {
  71. max-width:300px; /*how big the tooltip can be at most*/
  72. border-radius: 0px; /*change your border radius*/
  73. padding:3px 4px 5px 4px; /*padding inside tooltip*/
  74. margin:20px 7px -2px 20px; /*distance from word*/
  75. background-color:#ffffff; /*background color*/
  76. border:1px solid #E0E0E0; /*border info*/
  77. font-family:calibri; /*tooltip font*/
  78. font-size:9px; /*tooltip font size*/
  79. letter-spacing:2px; /*tooltip letter spacing*/
  80. text-transform:uppercase; /*makes the tooltip title uppercase*/
  81. color:#000; /*tooltip font color*/
  82. z-index:999999999999999999999999999999999999;
  83. }
  84. </style>
  85.  
  86. <!-- inicio appareance -->
  87. <meta name="color:background" content="#fff" />
  88. <meta name="color:entry" content="#fff" />
  89. <meta name="color:link" content="#aaa" />
  90. <meta name="color:lhover" content="#aaa" />
  91. <meta name="color:text" content="#ccc" />
  92. <meta name="color:titulo" content="#ccc" />
  93. <meta name="color:menu hover" content="#ffc0cb" />
  94. <meta name="image:sidebar" content=""/>
  95. <meta name="image:favicon" content=""/>
  96. <meta name="text:tamanho fonte" content="10px"/>
  97. <meta name="text:link1" content=""/>
  98. <meta name="text:title1" content="inicio"/>
  99. <meta name="text:link2" content=""/>
  100. <meta name="text:title2" content="ask-me"/>
  101. <meta name="text:link3" content=""/>
  102. <meta name="text:title3" content="submit"/>
  103. <meta name="text:link4" content=""/>
  104. <meta name="text:title4" content="designs"/>
  105. </head>
  106.  
  107. <style>
  108.  
  109. /* Estrutura do theme, não mexa */
  110.  
  111. 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; }
  112.  
  113.  
  114. /*Links personalizados*/
  115. a {color: {color:link}; text-decoration: none; text-transform: none;}
  116. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  117.  
  118. /*ALINHAMENTO DOS POSTS*/
  119. #content {width:800px;
  120. margin-left:280px;
  121. margin-top:15px;
  122. }
  123.  
  124. /* seleção colorida */
  125. b, strong { color: {color:titulo};} /* negrito */
  126. i { color: {color:titulo}; } /* italico */
  127. u, underline {border-bottom: 1px {color:titulo} solid; text-decoration: none;} /* sublinhado */
  128. s, strike { color: {color:titulo};} /* riscado */
  129. ::-moz-selection { color: {color:titulo}; background: #fff;} /* selecao */
  130. ::selection { color:{color:titulo}; background: #fff; } /* selecao */
  131.  
  132. /*POSTS TOTALMENTE FEITOS POR WISSEX, NÃO PEGUE SEM PERMMISSÃO */
  133. .wscaix {position:relative;background:#fff; width:200px; height:auto;font-family:calibri;text-transform:uppercase; font-size:8px; color:{color:text}; margin-bottom:5px; margin-left:10px; text-align:center; border:1px solid #000;padding:2px;}
  134. .wscaix img{max-width:200px; height:auto; margin-top:-1px; margin-left:-2px; padding:2px; }
  135.  
  136.  
  137. /*notes dos posts*/
  138. .notes {position:absolute; margin-top:-10px; margin-left:-2px; width:40px; font-family:calibri; line-height:14px; text-align:center; height:14px; color:{color:text}; font-size:9px; opacity:0; background:white; text-transform:uppercase; border-right:1px solid #000; border-top:1px solid #000; padding:1px; transition:0.8s;}
  139. .wscaix:hover .notes {opacity:1; background:#fff; margin-top:-15px; transition:1s;}
  140.  
  141.  
  142. /* Sidebar totalmente feita por WISSEX, não pegue sem permissão */
  143. .wscx{position:fixed; top:100px; left:150px; width:120px; height:120px; z-index:9999999999px; background:#fff;}
  144. .side {position:fixed;margin-left:2px;margin-top:2px;height:200px;width:100px;}
  145. .side img { height:110px; border:1px solid #000; width:110px; background:#fff; padding:1px;-webkit-transition: all 1.2s ease-out;-moz-transition: all 1.2s ease-out;}
  146.  
  147. /******/ /******/ /******/ /******/ /******/ /******/
  148.  
  149. .wsbor{position:fixed; width:100px; height:100px; border:1px solid #000; background:transparent; padding:1px; left:100px; top:100px;}
  150.  
  151. /******/ /******/ /******/ /******/ /******/ /******/
  152.  
  153. .frasesid {position:fixed; background:rgba(205,205,205,.5); text-decoration:Lowercase; top:105px; margin-left:1px; width:111px; text-height:111px; text-shadow:1px 1px 1px #000; height:10px; text-align:center; color:#fff; font-size:{text:tamanho fonte}; font-family: 'Lekton', sans-serif; opacity:0; transition:1s;}
  154.  
  155. .side:hover .frasesid {opacity:10; height:111px; transition:1s;}
  156.  
  157. /* menu da side totalmente feito por WISSEX | não copie, não se inspire */
  158.  
  159. #wsxmenu {position:fixed;width:100px;height:39px; top:210px; margin-left:33px; text-align:center;font-size:8px; transition:.10s;opacity:10; font-family: 'Josefin Sans', sans-serif;line-height:15px; transition:1s;}
  160.  
  161. /******/ /******/ /******/ /******/ /******/ /******/
  162.  
  163. #wsxmenu a {display:inline-block; text-shadow:1px 0px 0px #9c9c9c; width:11px; height:11px; line-height:15px; padding:0; color:#000; border:1px solid #000; text-transform:uppercase; left:90px; margin-top:10px; transition:1s;}
  164.  
  165. /******/ /******/ /******/ /******/ /******/ /******/
  166.  
  167. .wsc{position:fixed; display:block; margin-top:10px; margin-left:40px; width:50px; height:10px; color:#000; font-family:'Calibri'; font-size:9px; text-height:10px; text-align:center; opacity:0.0; transition:1s;}
  168. #wsxmenu a:hover .wsc{opacity:1; margin-top:0px; transition:0.60s;}
  169.  
  170. /******/ /******/ /******/ /******/ /******/ /******/
  171.  
  172. .wscai{position:fixed; top:222px; left:105px; width:50px; height:10px; z-index:9999999999px; border:1px solid black; text-height:10px; background:#fff;}
  173.  
  174.  
  175.  
  176. /******/ /******/
  177. /******/ não tire isso lalala /******/
  178. /******/ /******/
  179. /******/ /******/
  180. /*********/
  181.  
  182.  
  183. /* Menu pop-up. Modificado e explicado por Warvada. Não retire os créditos */
  184. /* Fundo do pop-up*/
  185. #warvada_fundo{position:fixed; display:none; top:0px; left:0px; width:100%; height:100%; z-index:9;
  186. line-height:left;
  187. opacity:0; /*Opacidade do fundo do pop up (se não quiser deixe em 0)*/
  188. background:transparent;/*Cor do fundo do pop up*/}
  189. *html #warvada_fundo{position:fixed;}
  190.  
  191. /*Caixa do pop up*/
  192. .warvada_popup{position:fixed; display:none; text-align:left; top:50%; left:50%; float:left; padding:5px; z-index:99;
  193. line-height:left;
  194. background:#fff; opacity:0.90; /*Cor da caixa*/
  195. border:3px double #ccc;/*Borda da caixa (na ordem: tamanho-estilo-cor)*/
  196. -webkit-animation:Warvada-Sobe 1s; -moz-animation:Warvada-Sobe 1s; animation:Warvada-Sobe 1s;
  197. box-shadow:0px 0px 30px white; /*sombra da caixa*/}
  198. *html .warvada_popup{position:fixed;}
  199.  
  200. /*Botão de fechar a caixa*/
  201. img.btn_close{float:right; margin:-8px -6px 0 0; /*posição do botão*/}
  202. /* Menu pop-up. Modificado e explicado por Warvada. Não retire os créditos */
  203. /*Efeito pop-up por Warvada - Não retire os créditos */
  204. @-webkit-keyframes Warvada-Sobe {0% {opacity:0; -webkit-transform:translateY(1000px);} 100% {opacity:1; -webkit-transform:translateY(0);}}
  205. @-moz-keyframes Warvada-Sobe {0% {opacity:0; -webkit-transform:translateY(1000px);} 100% {opacity:1; -webkit-transform:translateY(0);}}
  206. @keyframes Warvada-Sobe {0% {opacity:0; -webkit-transform:translateY(1000px);} 100% {opacity:1; -webkit-transform:translateY(0);}}
  207.  
  208. wvdlinkizin {width:200px; text-align:center;}
  209. wvdlinkizin a{display:inline-block; width:60px; height:10px; line-height:9px; font-size:10px; text-align:center; color:black;font-family: 'Josefin Sans', sans-serif; padding:3px;border-bottom:1px solid #ccc; font-size:10px; text-align:center;}
  210. wvdlinkizin a:hover{ border-bottom-color:#cdc9c9; color:#cdc9c9; transition:1s;}'
  211.  
  212. .titlepost{position:center; text-align:center; font-size:25px; font-family: 'Lekton', sans-serif; text-shadow:1px 1px 1px #ccc; text-decoration:none; color:#000;}
  213.  
  214.  
  215. /******/ /******/
  216. /******/ não tire isso lalala /******/
  217. /******/ /******/
  218. /******/ /******/
  219. /*********/
  220. /* titulo dos textos nos posts | de texts | */
  221. .title{position:center; font-size:13px; font-family: 'Lekton', sans-serif; text-decoration:none; color:{color:titulo};}
  222. .texts {position:left; font-size:8px; float:center; overflow:hidden; text-align:justify; text-transform:uppercase; display:inline-block; font-family:calibri;color:{color:text};}
  223.  
  224. /*--- • Quote by Helpdesigns • Não remova os créditos • Não plagie • ---*/
  225. .quote:first-letter{font-family: 'Play', sans-serif; text-decoration:uppercase; text-shadow:1px 1px #ccc; font-size: 16px; color:#8b8989;}
  226. .quote {margin: 0; padding: 5px; font-family: 'Handlee', cursive; text-decoration:uppercase; font-size:12px;}
  227. .pquotesource {text-align: left; text-transform: none; margin-bottom: 5px;font-style:cursive;}
  228. .pquotesource a, a:hover{text-transform: none;}
  229.  
  230. /* Estilo de notes feito totalmente por WISSEX, não pegue sem permissão */
  231. .notesquotes {margin-top:-2px; margin-left:-3px; width:55px; padding:1px; text-align:center; font-family:calibri; color:{color:text}; font-size:8px; text-transform:uppercase; border-right:1px solid #000; border-bottom:1px solid black; border-top:1px solid #000; padding:1px; opacity:1.0;}
  232.  
  233.  
  234.  
  235.  
  236. /* inicio da ask aqui */
  237. .ask {padding:6px; background-color:#fff; color:{color:text}; text-align:justify; font-family:calibri; font-size:9px; border-radius:10px; border:3px double black;); max-width:90%;}
  238.  
  239. .asker {margin-left:0px; margin-top:22px;}
  240.  
  241. /* fim da ask aqui */
  242.  
  243. .titlepost{position:center; text-align:center; font-size:25px; font-family: 'Pinyon Script', cursive; text-shadow:1px 1px 1px #9c9c9c; text-decoration:none; color:#ccc;}
  244.  
  245. /* Meus créditos | NÃO RETIRE MEUS CRÉDITOS DAQUI VIU ? */
  246. .wissex {position:fixed; width:65px;text-shadow:1px 1px 0 #ccc; height:13px;margin-left:12px; line-height:15px;letter-spacing:1.5px; margin-top:550px; font-size:13px; font-family: 'Josefin Sans', sans-serif; color:#eee;background:#eee;border:1px solid #000; transition:1s;}
  247. .wsx{position:fixed; width:75px;text-shadow:1px 1px 0 #8b8989; margin-left:-50px; margin-top:3px; font-size:9px; color:#ccc; opacity:0.0; font-family:'calibri'; border-top:1px solid #ccc; transition:1s;}
  248. .wissex:hover {box-shadow:inset 65px 0 0 0 #ccc;text-shadow:2px 1px 1px #fff; transition:1s;}
  249. .wissex:hover .wsx {margin-left:-5px; opacity:10.0; transition:1s;}
  250. /* fim dos créditos */
  251.  
  252.  
  253.  
  254. </style>
  255.  
  256. </style>
  257.  
  258. <body>
  259.  
  260. <div class="wscx">
  261. <div class="wsbor">
  262. <div class="side">
  263. <div class="frasesid">{Description}</div>
  264. <img src="{image:sidebar}">
  265.  
  266. <div class="wscai">
  267. <!-------->
  268. <div id="wsxmenu">
  269. <a href="/" rel="/" class="warvada" href="{text:link1}"><div class="wsc" style="margin-left:-55px;">{text:title1}</div></a>
  270. <!---->
  271. <a href="#?w=500" rel="cal" class="warvada" href="{text:link2}"><div class="wsc" style="margin-left:-70px;">{text:title2}</div></a>
  272. <!---->
  273. <a href="#?w=500" rel="pre" class="warvada" href="{text:link3}"><div class="wsc" style="margin-left:-85px;">{text:title3}</div></a>
  274. <!---->
  275. <a href="#?w=500" rel="des" class="warvada" href="{text:link4}"><div class="wsc" style="margin-left:-100px;">{text:title4}</div></a>
  276. </div>
  277.  
  278. </div> </div> </div> </div> </div>
  279.  
  280. <div class="wissex">
  281. <a href="http://Wissex.tumblr.com" title="feito por wissex">Exclusivo</a>
  282. <div class="wsx"> Original bitch!</div>
  283. </div>
  284.  
  285.  
  286. <div id="content">
  287. {block:Posts}
  288. <div class="wscaix">
  289.  
  290.  
  291. {block:Text}
  292. <div class="title">{block:Title}<titulo><center>{Title}</center></titulo>{/block:Title}</div>
  293. <div class="texts">{body}</div></left>
  294. <div class="notesquotes">
  295. <a href="{permalink}" title="{Timeago}" style="font-family: 'Play', sans-serif; color:#8b8989;">{DayOfMonth}/{MonthNumberWithZero}</a> |
  296. <a href="{ReblogURL}" title="Reblog, bitch!" color="#000" style="font-size:12px; text-shadow:1px 1px #ccc;" target="_blank">+</a>
  297. </div>
  298. {/block:Text}
  299.  
  300.  
  301.  
  302.  
  303. <!--Post: Foto-->
  304. {block:Photo}{LinkOpenTag}
  305. <div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  306. {/block:Photo}
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314. <!--Post: Photoset-->
  315. {block:Photoset}
  316. <div class="imagens">{Photoset}</div>
  317.  
  318. {block:indexpage}
  319. <div class="notesquotes">
  320. <a href="{permalink}" style="font-family: 'Play', sans-serif; color:#000;">{DayOfMonth}/{MonthNumberWithZero}</a> |
  321. <a href="{ReblogURL}" color="#000" style="font-size:12px; text-shadow:1px 1px #000;" target="_blank">+</a>
  322. <a href="{Likeurl}" title="Like" style="font-size:9px; text-shadow:1px 1px #000;">❤</a>
  323. </div>{/block:indexpage}
  324.  
  325. {block:PermalinkPage}
  326. {block:Caption}{Caption}{/block:Caption}
  327. {Photoset-500}
  328. {/block:PermalinkPage}
  329. {/block:Photoset}
  330.  
  331.  
  332.  
  333. <!--Post: Quote-->
  334. {block:Quote}
  335. <div class="quote"><center>{Quote}</center></div>
  336. <div class="pquotesource"></div>
  337. {/block:Quote}
  338.  
  339.  
  340.  
  341. <!--Post: Chat-->
  342. {block:Chat}
  343. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  344. <div class="chat"><ul>{block:Lines}
  345. <li class="person{UserNumber}">{block:Label}
  346. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  347. {/block:Chat}
  348.  
  349.  
  350.  
  351.  
  352. <!--Post: Link-->
  353. {block:Link}
  354. <a href="{URL}" target="{Target}"><h2>{Title}</h2></a>
  355. {block:Description}{Description}{/block:Description}
  356. {/block:Link}
  357.  
  358.  
  359.  
  360. <!--Post: Áudio-->
  361. {block:Audio}
  362. {AudioPlayer}
  363. {/block:Audio}
  364.  
  365.  
  366.  
  367. <!--Post: Video-->
  368. {block:Video}
  369. {block:Indexpage}{Video-250}{/block:IndexPage}
  370. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  371. {block:Caption}{Caption}{/block:Caption}
  372. {/block:Video}
  373.  
  374.  
  375.  
  376. <!--Post: Ask-->
  377. <center>
  378. {block:Answer}
  379. <p>
  380. <p>
  381.  
  382. <div class="post answer">
  383. <div class="ask">
  384. {Question}
  385. </div></div>
  386.  
  387. <div class="asker">
  388.  
  389. <div style="text-transform:uppercase;font:11px 'cambria';position:absolute; background-color:#cdc9c9; border-radius:5px; border:1px solid black; padding:1px; margin-left:10px;margin-top:-58px;">{Asker}</div>
  390. </div>
  391. <div style="font:9px 'cambria';">{Answer}</div>
  392. {/block:Answer}
  393. </center>
  394.  
  395.  
  396.  
  397. <!--Notes hover-->
  398. {block:photo}
  399. {block:indexpage}
  400. <div class="notes">
  401. <a href="{ReblogURL}" color="#cdc9c9" style="font-size:10px; text-shadow:1px 1px #000;" title="Reblog" target="_blank">↻</a> |
  402. <a href="{Likeurl}" title="Like" style="font-size:10px; text-shadow:1px 1px #000;">❤</a>
  403. </div>
  404. {/block:indexpage}
  405.  
  406. {block:PermalinkPage}
  407. {block:Caption}{Caption}{/block:Caption}
  408. {/block:PermalinkPage}
  409. {/block:photo}
  410.  
  411. <!------NOTES QUOTES----->
  412. {block:quote}
  413. {block:indexpage}
  414. <div class="notesquotes">
  415. <a href="{permalink}" title="{Timeago}" style="font-family: 'Play', sans-serif; color:#000;">{DayOfMonth}/{MonthNumberWithZero}</a> |
  416. <a href="{ReblogURL}" title="Reblog" color="#000" style="font-size:12px; text-shadow:1px 1px #000;" target="_blank">+</a> |
  417. <a href="{Likeurl}" title="Like" style="font-size:9px; text-shadow:1px 1px #000;">❤</a>
  418. </div>
  419. {/block:indexpage}
  420. {/block:quote}
  421.  
  422.  
  423.  
  424.  
  425. </div>
  426. {/block:Posts}
  427. </div>
  428. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  429. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  430. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  431. <script type="text/javascript">
  432. $(window).load(function () {
  433. $('#content').masonry(),
  434. $('.masonryWrap').infinitescroll({
  435. navSelector : "div#navigation",
  436. nextSelector : "div#navigation a#nextPage",
  437. itemSelector : ".wscaix",
  438. bufferPx : 10000,
  439. extraScrollPx: 11000,
  440. loadingImg : "",
  441. loadingText : "<i> </i>",
  442. },
  443. // call masonry as a callback.
  444. function() { $('#content').masonry({ appendedContent: $(this) }); }
  445. );
  446. });
  447. </script>
  448. {block:IndexPage}
  449. <div class="column navigation" id="navigation">
  450. {block:Pagination}
  451. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  452. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  453. </div>
  454. {/block:IndexPage}
  455. </body>
  456. </html>
  457.  
  458. <div id="cal" class="warvada_popup">
  459.  
  460. <div class="titlepost">Seu titulo aqui *opcional*</div>
  461.  
  462. <li>Mini faq aqui<br>
  463. <li>Mini faq aqui<br>
  464. <li>Mini faq aqui<br>
  465. <li>Mini faq aqui<br>
  466. <li>Mini faq aqui<br>
  467. <center>
  468.  
  469. <!------------------------------------------------------------>
  470. <!------------------------------------------------------------>
  471. <!--- NÃO ESQUEÇA DE TROCAR ONDE ESTA ESCRITO SUAURLAQUI ----->
  472. <!------------------------------------------------------------>
  473. <!------------------------------------------------------------>
  474.  
  475. <b>Bem vindos ao meu tumblr </b>
  476. <p><iframe frameborder="0" height="210px" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/SUAURLAQUI.tumblr.com" width="90%" style="border:1px solid #9c9c9c; overflow: hidden; padding: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;"></iframe></p>
  477. </a></div>
  478. </center>
  479. </div>
  480.  
  481. <div id="pre" class="warvada_popup" display="block">
  482. <div class="titlepost">Titulo *opcional*</div>
  483.  
  484. Contéudo aqui
  485.  
  486. </div>
  487.  
  488. <div id="des" class="warvada_popup">
  489. <div class="titlepost">Titulo *opcional*</div>
  490. <p>
  491. Contéudo aqui
  492. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement