Advertisement
tannyoliveira

18 3 colunas

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