Advertisement
tannyoliveira

27

Jun 23rd, 2014
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.93 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="https://38.media.tumblr.com/6627130c2ba1ff6960582d3e1872c62f/tumblr_n31ytxUtlB1qcg5qao1_500.jpg" />
  67. <meta name="image:simbolo" content="https://38.media.tumblr.com/332a9a7747471bc561d41b47189e35b8/tumblr_n70p2ijGay1twgpm9o1_500.jpg" />
  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:180px;transition:all .5s ease-out;margin-left:10px;color:#fff;letter-spacing: 1px;text-shadow:0px 0px 10px;}
  206. #slow:hover #simbolo {margin-top:25px;opacity:0;transition: all .4s ease-out;}
  207.  
  208.  
  209. #slow {position:fixed;width:225px;height:200px;top:100px;left:150px;}
  210.  
  211. #img img {width:200px;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:0px;opacity:9;margin-top:px;font-family:'calibri';font-size:9px;font-weight:bold;text-transform:uppercase;width:200px;text-align: center; line-height:10px}
  215.  
  216.  
  217.  
  218. #xota {width:200px;display:block;font-size:10px;position:fixed;opacity:0;margin-top:2;color:{color:links}; text-align: center;width:200px;text-align: center; line-height:10px;border-top:1px solid {color:hover};border-bottom:1px}
  219. #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;text-shadow:0px 0px 5px;}
  220.  
  221. #simbolo img {position:fixed;width:200px;height:auto;opacity:69;margin-left:0px;margin-top:-3px}
  222.  
  223.  
  224.  
  225. /* ask por sowsly */
  226.  
  227. .asker {background:#eee; padding: 2px;font-size: 13px; font-family:calibri; text-align:;border-bottom:px solid #000;}
  228.  
  229. .answer {font-size:9px; font-family: calibri;padding: 1px}
  230. .answer img {max-width: 430px; }
  231.  
  232.  
  233. body, a, a:hover { cursor:url(http://i.imgur.com/2qleX.jpg), auto }
  234.  
  235. ::-webkit-scrollbar {width: 7px; height: 4px; background: {color:background};}
  236. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  237. </style></head>
  238.  
  239.  
  240.  
  241. <!-----------------------SIDEBAR----------------------------------------->
  242.  
  243. <body>
  244.  
  245.  
  246.  
  247. <div id="slow">
  248. <div id="img">
  249. <img src="{image:sidebar}">
  250. </div>
  251. <div id="coris"></div><div id="xota">
  252. <a href="{text:Link1}">{text:Link1 Title}</a>
  253. <a href="{text:Link2}">{text:Link2 Title}</a>
  254. <a href="{text:Link3}">{text:Link3 Title}</a>
  255. <a href="{text:Link4}">{text:Link4 Title}</a>
  256. <a href="{text:Link5}">{text:Link5 Title}</a>
  257. </div>
  258. <div id="solid"></div>
  259. <div id="text">{Description}</div>
  260. <div id="simbolo">
  261. <img src="{image:simbolo}"></div>
  262.  
  263.  
  264.  
  265. </div>
  266. </div>
  267. </div>
  268.  
  269.  
  270.  
  271. <!------------ POETA-ABALADA -------------->
  272.  
  273.  
  274. </div></div>
  275. <div id="contain">
  276. <!------------------------POSTS------------------------------------------>
  277. <div id="content">
  278. {block:Posts}
  279. <div class="post">
  280.  
  281. <!--textos-->
  282. {block:Text}
  283. {block:Title}
  284. <h2>{Title}</h2>
  285. {/block:Title}
  286. {Body}
  287.  
  288. <div align="right"><div class="oi">
  289. {block:IndexPage}
  290. <p class="post-link perma-a"><a href="{Permalink}">♥ {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">- reblog!</a>
  291. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">☆</a>{/block:RebloggedFrom}-{block:ContentSource}<a href="{SourceURL}" title="source" target=blank>☆</a>{/block:ContentSource} </p>
  292. {/block:IndexPage}
  293. </div></div>
  294.  
  295.  
  296. {/block:Text}
  297.  
  298. <!--quote-->
  299. {block:Quote}
  300.  
  301. <h2>❝{Quote}❞</h2></span>
  302. <br>
  303. <div align="right">{block:Source}
  304. <B>━ {Source}</B>
  305. {/block:Source}</div>
  306.  
  307. <div align="right"><div class="oi">
  308. {block:IndexPage}
  309. <p class="post-link perma-a"><a href="{Permalink}">♥ {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">- reblog!</a>
  310. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">☆</a>{/block:RebloggedFrom}-{block:ContentSource}<a href="{SourceURL}" title="source" target=blank>☆</a>{/block:ContentSource} </p>
  311. {/block:IndexPage}
  312. </div></div>
  313.  
  314.  
  315. {/block:Quote}
  316.  
  317. <!--links-->
  318. {block:Link}
  319. <a href="{URL}" {Target}><h2>{Name}</h2></a>
  320. {block:Description}
  321. {Description}
  322. {/block:Description}
  323.  
  324. <div align="right"><div class="oi">
  325. {block:IndexPage}
  326. <p class="post-link perma-a"><a href="{Permalink}">♥ {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">- reblog!</a>
  327. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">☆</a>{/block:RebloggedFrom}-{block:ContentSource}<a href="{SourceURL}" title="source" target=blank>☆</a>{/block:ContentSource} </p>
  328. {/block:IndexPage}
  329. </div></div>
  330.  
  331.  
  332. {/block:Link}
  333.  
  334. <!--chat-->
  335. {block:Chat}
  336. <div class="chat">
  337. <div class="chat1">
  338. {block:Lines}
  339. <div class="chat2 {Alt}">
  340. {block:Label}
  341. <p>{Label}</p>
  342. {/block:Label}
  343. {Line}</div>
  344. {/block:Lines}
  345. </div>
  346. </div>
  347.  
  348. <div align="right"><div class="oi">
  349. {block:IndexPage}
  350. <p class="post-link perma-a"><a href="{Permalink}">♥ {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">- reblog!</a>
  351. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">☆</a>{/block:RebloggedFrom}-{block:ContentSource}<a href="{SourceURL}" title="source" target=blank>☆</a>{/block:ContentSource} </p>
  352. {/block:IndexPage}
  353. </div></div>
  354.  
  355.  
  356.  
  357. {/block:Chat}
  358.  
  359. <!--audio-->
  360. {block:Audio}
  361. {AudioPlayerBlack}
  362. {block:IndexPage}
  363. {block:Caption}{Caption}{/block:Caption}
  364. {/block:IndexPage}
  365.  
  366. <div align="right"><div class="oi">
  367. {block:IndexPage}
  368. <p class="post-link perma-a"><a href="{Permalink}">♥ {NoteCountWithLabel}</a> <a href="{ReblogURL}" target="_blank">- reblog!</a>
  369. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via">☆</a>{/block:RebloggedFrom}-{block:ContentSource}<a href="{SourceURL}" title="source" target=blank>☆</a>{/block:ContentSource} </p>
  370. {/block:IndexPage}
  371. </div></div>
  372.  
  373.  
  374.  
  375. {/block:Audio}
  376.  
  377. <!--ask-->
  378. <!--ask-->
  379. {block:Answer}
  380. <div class="asker"><span></span><b>{Asker} gemeu:</b> {Question}&nbsp;</div><div class="questions">{Answer}</div>{/block:Answer}
  381.  
  382. <!--photoset-->
  383. {block:Photoset}
  384.  
  385. {block:IndexPage}
  386. <div class="post-header-a">
  387. <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>
  388. <a class="reblog-button" href="{reblogurl}" target="_blank"></a>
  389. <a class="note-perma" id="notes{PostID}" href="{Permalink}">{NoteCount}</a>
  390. </div>
  391. {/block:IndexPage}
  392.  
  393. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  394. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  395. {block:IndexPage}{block:IfShowCaptions}
  396. {block:Caption}{Caption}{/block:Caption}
  397. {/block:IfShowCaptions}{/block:IndexPage}
  398.  
  399. {/block:Photoset}
  400.  
  401. <!--video-->
  402. {block:Video}
  403.  
  404. {block:IndexPage}
  405. <div class="post-header-a">
  406. <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>
  407. <a class="reblog-button" href="{reblogurl}" target="_blank"></a>
  408. <a class="note-perma" id="notes{PostID}" href="{Permalink}">{NoteCount}</a>
  409. </div>
  410. {/block:IndexPage}
  411.  
  412. {block:IndexPage}<center>{Video-250}</center>{/block:IndexPage}
  413. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  414. {block:IndexPage}{block:IfShowCaptions}
  415. {block:Caption}{Caption}{/block:Caption}
  416. {/block:IfShowCaptions}{/block:IndexPage}
  417. {/block:Video}
  418.  
  419. <!--photo-->
  420. {block:Photo}
  421.  
  422. {block:IndexPage}
  423. <div class="post-header-a">
  424. <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>
  425. <a class="reblog-button" href="{reblogurl}" target="_blank"></a>
  426. <a class="note-perma" id="notes{PostID}" href="{Permalink}">{NoteCount}</a>
  427. </div>
  428. {/block:IndexPage}
  429.  
  430. {block:IndexPage}
  431. <a href="{Permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}" width="100%"/></a>
  432. {/block:IndexPage}
  433. {block:PermalinkPage}
  434. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/>{LinkCloseTag}
  435. {/block:PermalinkPage}
  436.  
  437. {block:IndexPage}{block:IfShowCaptions}
  438. {block:Caption}{Caption}{/block:Caption}
  439. {/block:IfShowCaptions}{/block:IndexPage}
  440. {/block:Photo}
  441.  
  442. <!--permalink-->
  443. {block:IfShowTags}{block:IndexPage}{block:HasTags}
  444. <p>{lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</p></div>
  445. {/block:HasTags}{/block:IndexPage}{/block:IfShowTags}
  446.  
  447. {block:PermalinkPage}
  448. {block:Caption}{Caption}{/block:Caption}
  449. {block:HasTags}
  450. {lang:Tagged}: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
  451. {/block:HasTags}
  452. {block:Date}{12Hour}:{Minutes}:{Seconds} @ {MonthNumber}/{DayOfMonth}/{Year}<br/>{/block:Date}
  453. {block:NoteCount}{NoteCountWithLabel}<br />{/block:NoteCount}{block:RebloggedFrom}
  454. Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br/>Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFrom}</p>
  455. {block:PostNotes}
  456. {PostNotes}
  457. {/block:PostNotes}
  458. </div>
  459. {/block:PermalinkPage}
  460.  
  461. </div>
  462.  
  463. {/block:Posts}
  464.  
  465. <!--------------------FIM DOS POSTS-------------------------------------->
  466. </div>
  467. <div class="loading"></div>
  468. </div>
  469.  
  470. <!--------------------ROLAGEM INFINITA---------------------------------->
  471. {block:Pagination}<ul id="pagination">
  472. {block:PreviousPage}
  473. <li><a href="{PreviousPage}"></a></li>
  474. {/block:PreviousPage}
  475. {block:JumpPagination length="5"}
  476. {block:CurrentPage}
  477. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  478. {/block:CurrentPage}
  479. {block:JumpPage}
  480. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  481. {/block:JumpPage}
  482. {/block:JumpPagination}
  483. {block:NextPage}
  484. <li><a id="nextPage" href="{NextPage}"></a></li>
  485. {/block:NextPage}
  486. </ul>{/block:Pagination}
  487.  
  488. {block:IndexPage}
  489. <script type="text/javascript">
  490. $(window).load(function () {
  491. $('#content').masonry(),
  492. $('.masonryWrap').infinitescroll({
  493. navSelector : '#pagination',
  494. nextSelector : '#pagination a#nextPage',
  495. itemSelector : ".post, .loading",
  496. bufferPx : 40,
  497. loadingImg : "http://static.tumblr.com/uiqhh9x/38Em68qk4/loading.gif",
  498. loadingText : "<em></em>",
  499. },
  500. function() { $('#content').masonry({ appendedContent: $(this) }); }
  501. );
  502. });
  503. </script>
  504. {/block:IndexPage}
  505.  
  506.  
  507. <!------------------------LIKE DIRETO------------------------------------>
  508. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js" ></script>
  509.  
  510. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/UYAm6i0bc/like.js" ></script>
  511.  
  512.  
  513. <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.">SOWSLY</a>
  514. <!---------------------NÃO RETIRE--------------------------------------->
  515. </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>
  516.  
  517.  
  518. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement