Advertisement
tannyoliveira

exclusivo instboys

Jun 20th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.12 KB | None | 0 0
  1. <!-----------------------------------------------------------------------
  2.  
  3.  
  4.  
  5.  
  6. theme by sowsly
  7.  
  8.  
  9.  
  10. ------------------------------------------------------------------------->
  11. <html><head><script type="text/javascript">
  12.  
  13. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  14. function tb8_makeArray(n){
  15. this.length = n;
  16. return this.length;
  17. }
  18. tb8_messages = new tb8_makeArray(1);
  19. tb8_messages[0] = "{Title}";
  20. tb8_rptType = 'infinite';
  21. tb8_rptNbr = 5;
  22. tb8_speed = 100;
  23. tb8_delay = 2000;
  24. var tb8_counter=1;
  25. var tb8_currMsg=0;
  26. var tb8_tekst ="";
  27. var tb8_i=0;
  28. var tb8_TID = null;
  29. function tb8_pisi(){
  30. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  31. document.title = tb8_tekst;
  32. tb8_sp=tb8_speed;
  33. tb8_i++;
  34. if (tb8_i==tb8_messages[tb8_currMsg].length){
  35. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  36. }
  37. if (tb8_currMsg == tb8_messages.length){
  38. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  39. clearTimeout(tb8_TID);
  40. return;
  41. }
  42. tb8_counter++;
  43. tb8_currMsg = 0;
  44. }
  45. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  46. }
  47. tb8_pisi()
  48. </script>
  49.  
  50.  
  51. <link rel="shortcut icon" href="{Favicon}">
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  53.  
  54.  
  55.  
  56. <meta name="color:background" content="#fff"/>
  57. <meta name="color:scrollbar" content="#000" />
  58. <meta name="color:scrollbar bg" content="#fff" />
  59. <meta name="color:post" content="#fff"/>
  60. <meta name="color:text" content="#000"/>
  61. <meta name="color:link" content="#000"/>
  62. <meta name="color:hover" content="#86649b"/>
  63. <meta name="color:sidebar" content="#fff"/>
  64. <meta name="image:background" content="" />
  65.  
  66. <meta name="image:sidebar" content="http://static.tumblr.com/ac17ihj/fLkn7h8nf/19.jpg" />
  67. <meta name="image:symbols" content="http://static.tumblr.com/ac17ihj/oJRn6zl7j/s.png" />
  68.  
  69. <meta name="text:Link1" content="/" />
  70. <meta name="text:Link1 Title" content="AI" />
  71. <meta name="text:Link2" content="/" />
  72. <meta name="text:Link2 Title" content="KOE" />
  73. <meta name="text:Link3" content="/" />
  74. <meta name="text:Link3 Title" content="TREME" />
  75. <meta name="text:Link4" content="/" />
  76. <meta name="text:Link4 Title" content="MAKTUB" />
  77. <meta name="text:Link5" content="/" />
  78. <meta name="text:Link5 Title" content="SEXO" />
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. <!----------------------------FONTES------------------------------------>
  89.  
  90.  
  91.  
  92. <link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css'>
  93.  
  94.  
  95. <!-------------------rolagem infinita + espaço dos posts-------------->
  96. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/jkEm9tb4p/jquery-1.8.1.min.js"></script>
  97. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/cpaytv3/2V1m9r58l/reset.css">
  98. <script type="text/javascript" src="http://static.tumblr.com/ac17ihj/aeOn45zk6/ooi.js"></script>
  99.  
  100.  
  101. <style type="text/css">
  102.  
  103. /***----------------- follow branco -------------***/
  104.  
  105. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  106.  
  107.  
  108. /********************configurações gerais*******************************/
  109. /*corpo do theme*/
  110. body {color: #696969;background: {color:background} url({image:Background})fixed; font-family: 'consolas'; font-size: 11px; line-height: 1.5em;}
  111.  
  112. /*titulos*/
  113. @font-face {font-family: '02'; src: url('http://static.tumblr.com/b97edgr/a1bmkpbbd/mensch.ttf');}
  114. h1 {font-family: '02'; font-size: 15px; text-transform: uppercase;}
  115.  
  116.  
  117. h2 {font-family: consolas; font-size: 15px; text-transform:uppercase; text-align:center;}
  118.  
  119. /* negrito, itálico e grifado */
  120. b, strong, bold {text-decoration: bold; color: #4F4F4F; text-shadow: 5px #000;}
  121. u, span.sublinha {cursor: help; text-decoration: none; border-bottom: 1px dashed #28B5BF;}
  122. i, em{color: #ddd;}
  123. s {color: #000;}
  124.  
  125. /* links */
  126. a:link, a:visited, a:active {color: #BEBEBE; text-shadow: 0 0px 0px #ffffff; letter-spacing: 1px; text-decoration: none;}
  127. a:hover {color: {color:hover}; -webkit-transition-duration: .79s;}
  128.  
  129. /*tamanho*/
  130. #content {
  131. position: relative;
  132. padding-left:20px;
  133. margin: 40px auto 20px 350px;
  134. width:1000px;
  135.  
  136. width: 850px;
  137. }
  138.  
  139.  
  140. /*imagem de carregamento da rolagem infinita*/
  141. #infscr-loading{position:absolute!important;width:16px!important;height:11px!important;margin-bottom:-16px!important;top:auto!important;bottom:0;left:50%!important}
  142.  
  143.  
  144. /*****************configurações dos posts********************************/
  145. /*posição e tamanho*/
  146. .post { position: relative; {block:IndexPage} width:250px; {/block:IndexPage} {block:PermalinkPage} width:500px; float:center; {/block:PermalinkPage}
  147. float:right; background: #ffffff;padding:5px;margin:2px;}
  148.  
  149.  
  150. .box {position: relative;}
  151.  
  152. a.btn{position:absolute;z-index:999999;top:2px;left:3px;white-space:nowrap; width: auto;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;text-overflow:ellipsis;font:10px consoles;height:15px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}
  153. .btn{color:#000;border:0px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}
  154. a.btn,a.btn:hover{color:white!important}
  155. .btn{margin-bottom:0px;color:#000;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: none;} .clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}
  156.  
  157. /*notes*/
  158. .post-header-a{z-index:10;top:5px;right:10px; top: 10px;position:absolute;display:block;opacity:0;filter:alpha(opacity = 0);-webkit-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease;-o-transition:all .2s ease;}
  159. .post:hover .post-header-a{opacity:1;filter:alpha(opacity = 100)}
  160. .reblog-button:hover,.like-button:hover,
  161. .note-perma:hover{opacity:1!important;filter:alpha(opacity = 100)!important}
  162. .reblog-button{margin-left:3px;float:left;z-index:3333;display:inline-block;width:24px;height:20px;background:url('http://static.tumblr.com/tpqedpr/3n8m9zvjl/radar_sprite.png') -1864px 0 no-repeat;text-indent:-999em;overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;opacity:.75;filter:alpha(opacity = 75)}
  163. .like-button{float:left;z-index:3333;display:inline-block;right:10px;width:21px;background-position:-1898px 0;background:url('http://static.tumblr.com/tpqedpr/3n8m9zvjl/radar_sprite.png') -1898px 0 no-repeat;overflow:hidden;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;opacity:.75;filter:alpha(opacity = 75)}
  164. .note-perma{float:left;z-index:3333;font-weight:bold;display:inline-block;margin-left:3px;color:#fff;background:#000;background:url('http://static.tumblr.com/tpqedpr/dLim9uidw/bg.png');padding:0 5px;font:11px/20px arial,sans-serif;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 0 1px rgba(0,0,0,0.5);box-shadow:inset 0 0 1px rgba(0,0,0,0.5);opacity:.75;filter:alpha(opacity = 75)}
  165. a.note-perma,a.note-perma:hover{color:white;font-weight:bold}
  166. .oi {opacity: 0; text-transform: uppercase;}
  167. .post:hover .oi {opacity: 1}
  168.  
  169.  
  170. #titulo{position:fixed; margin-top:165px;
  171. margin-left: 241px;
  172. font-family: cambria;
  173. font-style: bold;
  174. line-height: 20px; height:20px;
  175. width:220px;
  176. font-size: 14.5px;
  177. text-align: center;
  178. background-color: transparent;
  179. color: {color:titulo};z-index:1000000000000000000000000000000000;
  180. }
  181.  
  182. #titulo a :hover{ -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; color:{color:borda};-webkit-animation: smallToBig 300ms alternate infinite ease;-moz-animation: smallToBig 300ms alternate infinite ease;}
  183.  
  184.  
  185.  
  186. /* Chat fofo por Anna (things-to-help-you / livelikeasuicide) */
  187. .chat {margin: 1px 1px 0 1px; font-size: 11px; color: #b3b3b3;}
  188. .chat .chat1 {margin-left: 0px;}
  189. .chat .chat1 .chat2 {background:#eee; margin-bottom: 1px; padding: 0px 5px; font-family: 'Electrolize', sans-serif; line-height: 20px;}
  190. .chat .chat1 .chat2.even {background: #eaeaea;}
  191. .chat p{color: #fff; background: #bebebe; padding: 4px 5px; font-size: 9px; font-weight: normal; margin: 0 0 0 -5px; text-transform: uppercase; width:}
  192. .chat1 a, .chat2 a{color: #a2a2a2;}
  193.  
  194.  
  195. .image img:hover { -webkit-filter: grayscale(70%);-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.7s ease-out;all 2.3s ease-out;}
  196.  
  197.  
  198. /* SIDEBAR detalhe por: hakunax modificado por sowsly */
  199. #tumblr_controls{position: fixed!important}
  200. #tumblr_controls{position: fixed!important}
  201. #tumblr_controls{position: fixed!important}
  202. #tumblr_controls{position: fixed!important}
  203. #tumblr_controls{position: fixed!important}
  204. #slow:hover #xota {margin-left:0px;opacity:9;transition: all .7s ease-out;}
  205. #slow:hover #text {background:#000;margin-top:-45px;width:150px;transition:all .5s ease-out;margin-left:0px;color:#fff;letter-spacing: 1px;text-shadow:0px 0px 10px;}
  206. #slow:hover #pic {margin-top:25px;opacity:0;transition: all .4s ease-out;}
  207. #slow:hover #pic2 {margin-top:25px;opacity:0;transition: all .4s ease-out;}
  208.  
  209. #slow {position:fixed;width:225px;height:200px;top:100px;left:190px;}
  210.  
  211. #img img {width:150px;height:auto;}
  212. #img img:hover { -webkit-filter: grayscale(50%);-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.7s ease-out;all 2.3s ease-out;}
  213.  
  214. #text {position:fixed;margin-left:9px;opacity:9;margin-top:px;font-family:'calibri';font-size:9px;font-weight:bold;text-transform:uppercase;width:134px;text-align: center; line-height:10px}
  215.  
  216. #xota {width:150px;display:block;font-size:9px;position:fixed;margin-left:230px;opacity:0;margin-top:2;color:{color:links}; text-align: center;width:150px;text-align: center; line-height:10px}
  217. #xota :hover {; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; border-top:px solid {color:borda};border-bottom:px solid {color:borda}; opacity:1; color:{color:hover};text-shadow:0px 0px 0px;width:134px;text-align: center;font-style:bold;}
  218.  
  219. #pic img {position:fixed;width:17px;height:auto;opacity:69;margin-left:-5px;margin-top:-3px}
  220. #pic2 img {position:fixed;width:17px;height:auto;opacity:69;margin-left:138px;margin-top:-3px}
  221.  
  222.  
  223. /* ask por sowsly */
  224.  
  225. .asker {background:#eee; padding: 2px;font-size: 13px; font-family:calibri; text-align:;border-bottom:px solid #000;}
  226.  
  227. .answer {font-size:9px; font-family: calibri;padding: 1px}
  228. .answer img {max-width: 430px; }
  229.  
  230.  
  231. body, a, a:hover { cursor:url(http://i.imgur.com/2qleX.jpg), auto }
  232.  
  233. ::-webkit-scrollbar {width: 7px; height: 4px; background: {color:background};}
  234. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  235. </style></head>
  236.  
  237.  
  238.  
  239. <!-----------------------SIDEBAR----------------------------------------->
  240.  
  241. <body oncontextmenu="return false" onkeydown="return false">
  242.  
  243.  
  244.  
  245. <div id="slow">
  246. <div id="img">
  247. <img src="{image:sidebar}">
  248. </div>
  249. <div id="coris"></div><div id="xota">
  250. <a href="{text:Link1}">{text:Link1 Title}</a>
  251. <a href="{text:Link2}"><b>{text:Link2 Title}</b></a>
  252. <a href="{text:Link3}">{text:Link3 Title}</a>
  253. <a href="{text:Link4}"><b>{text:Link4 Title}</b></a>
  254. <a href="{text:Link5}">{text:Link5 Title}</a>
  255. </div>
  256. <div id="solid"></div>
  257. <div id="text">{Description}</div>
  258. <div id="pic">
  259. <img src="http://static.tumblr.com/uyrucwr/gU9n74e3q/arma15.png"></div>
  260. <div id="pic2">
  261. <img src="http://static.tumblr.com/uyrucwr/gTmn72g3q/arma15.png"></div>
  262.  
  263.  
  264. </div>
  265. </div>
  266. </div>
  267.  
  268.  
  269.  
  270. <!------------ POETA-ABALADA -------------->
  271.  
  272.  
  273. </div></div>
  274. <div id="contain">
  275. <!------------------------POSTS------------------------------------------>
  276. <div id="content">
  277. {block:Posts}
  278. <div class="post">
  279.  
  280. <!--textos-->
  281. {block:Text}
  282. {block:Title}
  283. <h2>{Title}</h2>
  284. {/block:Title}
  285. {Body}
  286.  
  287. <div align="right"><div class="oi">
  288. {block:IndexPage}
  289. <p class="post-link perma-a"><a href="{Permalink}">♥ {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">- reblog!</a>
  290. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">☆</a>{/block:RebloggedFrom}-{block:ContentSource}<a href="{SourceURL}" title="source" target=blank>☆</a>{/block:ContentSource} </p>
  291. {/block:IndexPage}
  292. </div></div>
  293.  
  294.  
  295. {/block:Text}
  296.  
  297. <!--quote-->
  298. {block:Quote}
  299.  
  300. <h2>❝{Quote}❞</h2></span>
  301. <br>
  302. <div align="right">{block:Source}
  303. <B>━ {Source}</B>
  304. {/block:Source}</div>
  305.  
  306. <div align="right"><div class="oi">
  307. {block:IndexPage}
  308. <p class="post-link perma-a"><a href="{Permalink}">♥ {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">- reblog!</a>
  309. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">☆</a>{/block:RebloggedFrom}-{block:ContentSource}<a href="{SourceURL}" title="source" target=blank>☆</a>{/block:ContentSource} </p>
  310. {/block:IndexPage}
  311. </div></div>
  312.  
  313.  
  314. {/block:Quote}
  315.  
  316. <!--links-->
  317. {block:Link}
  318. <a href="{URL}" {Target}><h2>{Name}</h2></a>
  319. {block:Description}
  320. {Description}
  321. {/block:Description}
  322.  
  323. <div align="right"><div class="oi">
  324. {block:IndexPage}
  325. <p class="post-link perma-a"><a href="{Permalink}">♥ {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">- reblog!</a>
  326. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">☆</a>{/block:RebloggedFrom}-{block:ContentSource}<a href="{SourceURL}" title="source" target=blank>☆</a>{/block:ContentSource} </p>
  327. {/block:IndexPage}
  328. </div></div>
  329.  
  330.  
  331. {/block:Link}
  332.  
  333. <!--chat-->
  334. {block:Chat}
  335. <div class="chat">
  336. <div class="chat1">
  337. {block:Lines}
  338. <div class="chat2 {Alt}">
  339. {block:Label}
  340. <p>{Label}</p>
  341. {/block:Label}
  342. {Line}</div>
  343. {/block:Lines}
  344. </div>
  345. </div>
  346.  
  347. <div align="right"><div class="oi">
  348. {block:IndexPage}
  349. <p class="post-link perma-a"><a href="{Permalink}">♥ {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">- reblog!</a>
  350. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">☆</a>{/block:RebloggedFrom}-{block:ContentSource}<a href="{SourceURL}" title="source" target=blank>☆</a>{/block:ContentSource} </p>
  351. {/block:IndexPage}
  352. </div></div>
  353.  
  354.  
  355.  
  356. {/block:Chat}
  357.  
  358. <!--audio-->
  359. {block:Audio}
  360. {AudioPlayerBlack}
  361. {block:IndexPage}
  362. {block:Caption}{Caption}{/block:Caption}
  363. {/block:IndexPage}
  364.  
  365. <div align="right"><div class="oi">
  366. {block:IndexPage}
  367. <p class="post-link perma-a"><a href="{Permalink}">♥ {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">- reblog!</a>
  368. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">☆</a>{/block:RebloggedFrom}-{block:ContentSource}<a href="{SourceURL}" title="source" target=blank>☆</a>{/block:ContentSource} </p>
  369. {/block:IndexPage}
  370. </div></div>
  371.  
  372.  
  373.  
  374. {/block:Audio}
  375.  
  376. <!--ask-->
  377. <!--ask-->
  378. {block:Answer}
  379. <div class="asker"><span></span><b>{Asker} gemeu:</b> {Question}&nbsp;</div><div class="questions">{Answer}</div>{/block:Answer}
  380.  
  381. <!--photoset-->
  382. {block:Photoset}
  383.  
  384. {block:IndexPage}
  385. <div class="post-header-a">
  386. <a class="like-button" id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  387. <a class="reblog-button" href="{reblogurl}" target="_blank"></a>
  388. <a class="note-perma" id="notes{PostID}" href="{Permalink}">{NoteCount}</a>
  389. </div>
  390. {/block:IndexPage}
  391.  
  392. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  393. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  394. {block:IndexPage}{block:IfShowCaptions}
  395. {block:Caption}{Caption}{/block:Caption}
  396. {/block:IfShowCaptions}{/block:IndexPage}
  397.  
  398. {/block:Photoset}
  399.  
  400. <!--video-->
  401. {block:Video}
  402.  
  403. {block:IndexPage}
  404. <div class="post-header-a">
  405. <a class="like-button" id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  406. <a class="reblog-button" href="{reblogurl}" target="_blank"></a>
  407. <a class="note-perma" id="notes{PostID}" href="{Permalink}">{NoteCount}</a>
  408. </div>
  409. {/block:IndexPage}
  410.  
  411. {block:IndexPage}<center>{Video-250}</center>{/block:IndexPage}
  412. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  413. {block:IndexPage}{block:IfShowCaptions}
  414. {block:Caption}{Caption}{/block:Caption}
  415. {/block:IfShowCaptions}{/block:IndexPage}
  416. {/block:Video}
  417.  
  418. <!--photo-->
  419. {block:Photo}
  420.  
  421. {block:IndexPage}
  422. <div class="post-header-a">
  423. <a class="like-button" id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a>
  424. <a class="reblog-button" href="{reblogurl}" target="_blank"></a>
  425. <a class="note-perma" id="notes{PostID}" href="{Permalink}">{NoteCount}</a>
  426. </div>
  427. {/block:IndexPage}
  428.  
  429. {block:IndexPage}
  430. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="100%"/></a>
  431. {/block:IndexPage}
  432. {block:PermalinkPage}
  433. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  434. {/block:PermalinkPage}
  435.  
  436. {block:IndexPage}{block:IfShowCaptions}
  437. {block:Caption}{Caption}{/block:Caption}
  438. {/block:IfShowCaptions}{/block:IndexPage}
  439. {/block:Photo}
  440.  
  441. <!--permalink-->
  442. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  443. <p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  444. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  445.  
  446. {block:PermalinkPage}
  447. {block:Caption}{Caption}{/block:Caption}
  448. {block:HasTags}
  449. {lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  450. {/block:HasTags}
  451. {block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}<br/>{/block:Date}
  452. {block:NoteCount}{NoteCountWithLabel}<br />{/block:NoteCount}{block:RebloggedFrom}
  453. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom}</p>
  454. {block:PostNotes}
  455. {PostNotes}
  456. {/block:PostNotes}
  457. </div>
  458. {/block:PermalinkPage}
  459.  
  460. </div>
  461.  
  462. {/block:Posts}
  463.  
  464. <!--------------------FIM DOS POSTS-------------------------------------->
  465. </div>
  466. <div class="loading"></div>
  467. </div>
  468.  
  469. <!--------------------ROLAGEM INFINITA---------------------------------->
  470. {block:Pagination}<ul id="pagination">
  471. {block:PreviousPage}
  472. <li><a href="{PreviousPage}"></a></li>
  473. {/block:PreviousPage}
  474. {block:JumpPagination length="5"}
  475. {block:CurrentPage}
  476. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  477. {/block:CurrentPage}
  478. {block:JumpPage}
  479. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  480. {/block:JumpPage}
  481. {/block:JumpPagination}
  482. {block:NextPage}
  483. <li><a id="nextPage" href="{NextPage}"></a></li>
  484. {/block:NextPage}
  485. </ul>{/block:Pagination}
  486.  
  487. {block:IndexPage}
  488. <script type="text/javascript">
  489. $(window).load(function () {
  490. $('#content').masonry(),
  491. $('.masonryWrap').infinitescroll({
  492. navSelector : '#pagination',
  493. nextSelector : '#pagination a#nextPage',
  494. itemSelector : ".post, .loading",
  495. bufferPx : 40,
  496. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  497. loadingText : "<em></em>",
  498. },
  499. function() { $('#content').masonry({ appendedContent: $(this) }); }
  500. );
  501. });
  502. </script>
  503. {/block:IndexPage}
  504.  
  505.  
  506. <!------------------------LIKE DIRETO------------------------------------>
  507. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js" ></script>
  508.  
  509. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js" ></script>
  510.  
  511.  
  512. <a style="color: #000;position:fixed;top:600px;left:30px;font-family:consolas;font-size:10px;opacity:;" href="http://sowsly.tumblr.com" title="theme by sowsly.">EXCLUSIVO</a>
  513. <!---------------------NÃO RETIRE--------------------------------------->
  514. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  515.  
  516.  
  517. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement