Advertisement
tannyoliveira

30

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