amando-loucos

68

Nov 26th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.80 KB | None | 0 0
  1.  
  2. <html lang="en">
  3.  
  4. <head>
  5.  
  6. <title>{Title}</title>
  7.  
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11.  
  12. <meta name="color:text" content="#444444">
  13. <meta name="color:background" content="#ffffff">
  14. <meta name="color:link" content="#999999">
  15. <meta name="color:border" content="#eeeeee">
  16. <meta name="color:scrollbar" content="#eeeeee">
  17. <meta name="color:posts" content="#ffffff">
  18. <meta name="color:chat" content="#f5f5f5">
  19. <meta name="color:links" content="#000000" />
  20. <meta name="color:lhover" content="BB7530" />
  21. <meta name="color:hover" content="#000" />
  22. <meta name="image:background" content="" />
  23. <meta name="image:sidebar" content=""/>
  24. <meta name="color:borda2" content="#fff" />
  25. <meta name="color:titulo" content="#000000" />
  26. <meta name="color:descri" content="#000000" />
  27.  
  28. <meta name="color:palavra" content="#aaaaaa"/>
  29. <meta name="color:sblinks" content="#cccccc"/>
  30. <meta name="color:linkhover" content="#f1f1f1"/>
  31.  
  32. <meta name="color:scrollbarbg" content="#f1f1f1"/>
  33.  
  34. <meta name="color:primeira" content="#f1f1f1"/>
  35.  
  36. <meta name="text:link1" content="#">
  37. <meta name="text:link1 title" content="use">
  38. <meta name="text:link2" content="#">
  39. <meta name="text:link2 title" content="nomes">
  40. <meta name="text:link3" content="#">
  41. <meta name="text:link3 title" content="pequenos">
  42. <meta name="text:link4" content="#">
  43. <meta name="text:link4 title" content="ok?">
  44.  
  45. <meta name="text:frase" content="uma frase aqui">
  46.  
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49. <style type="text/css">
  50.  
  51. iframe#tumblr_controls
  52. { position: fixed!important;
  53. z-index: 999999999; }
  54.  
  55. body
  56. { margin: 0;
  57. font-family: Calibri;
  58. font-size: 10px;
  59. color: {color:text};
  60. background-color: {color:background};
  61. line-height: 150%;
  62. background-attachment: fixed;
  63. background-image: url('{image:background}');
  64. background-position: right bottom;
  65. background-repeat: no-repeat; }
  66.  
  67. a
  68. { color: {color:link};
  69. text-decoration: none;
  70. -webkit-transition: all .60s ease-in-out;
  71. -moz-transition: all .60s ease-in-out;
  72. transition: all .60s ease-in-out; }
  73.  
  74. a:hover
  75. { color: {color:text};
  76. cursor: pointer; }
  77.  
  78. p { margin: 3px auto; }
  79.  
  80. pre
  81. { overflow: auto;
  82. margin: 3px auto;
  83. font-family: Courier;
  84. border: 1px solid {color:border};
  85. padding: 2px 0; }
  86.  
  87. blockquote
  88. { margin-left: 0;
  89. padding-left: 5px;
  90. border-left: 2px solid {color:border}; }
  91.  
  92. ::selection
  93. { background: {color:link};
  94. color: {color:background}; }
  95.  
  96. ::-moz-selection
  97. { background: {color:link};
  98. color: {color:background}; }
  99.  
  100. ::-webkit-scrollbar-thumb:horizontal
  101. { height: 10px; background: {color:scrollbar}; }
  102.  
  103. ::-webkit-scrollbar-thumb:vertical
  104. { height: 10px; background: {color:scrollbar}; }
  105.  
  106. ::-webkit-scrollbar
  107. { width: 5px; height: 3px; background: {color:background}; }
  108.  
  109. #c
  110. { width: 800px;
  111. margin: auto;
  112. padding: 5px;
  113. text-align: justify; }
  114.  
  115. #sidebar
  116. { width: 285px;
  117. position: fixed;
  118. margin-top: 180px;
  119. padding: 5px; }
  120.  
  121. .side
  122. { width: 80px;
  123. position: absolute;
  124. margin: 0px;
  125. z-index: 0;}
  126.  
  127. .side img
  128. { border: 5px solid {color:border};
  129. border-radius: 100%; }
  130.  
  131. .side1
  132. { margin-left: 85px;
  133. z-index: 1;
  134. text-align: center; }
  135.  
  136. .title
  137. { font-size: 14px;
  138. padding-bottom: 2px;
  139. border-right: 1px solid {color:border}; }
  140.  
  141. .menu
  142. { border-top: 1px solid {color:border};
  143. padding-top: 2px;
  144. border-left: 1px solid {color:border}; }
  145.  
  146. .menu a
  147. { font-family: consolas;
  148. text-transform: uppercase;
  149. color: {color:link};
  150. margin-right: 2px;
  151. font-size: 10px;
  152. border-bottom: 1px solid transparent; }
  153.  
  154. .menu a:hover
  155. { color: {color:link};
  156. border-bottom: 1px solid {color:link}; }
  157.  
  158. .frase
  159. { margin-top: 3px; }
  160.  
  161. #content
  162. { {block:indexpage}width: 522px;{/block:indexpage}
  163. {block:permalinkpage}width: 410px;{/block:permalinkpage}
  164. padding: 5px;
  165. margin-left:450px;
  166. margin-top:5px;
  167. text-align: justify; }
  168.  
  169. .posts
  170. { {block:indexpage}width: 250px;
  171. margin: 2px;
  172. float: left;
  173. padding: 3px;{/block:indexpage}
  174. {block:permalinkpage}width: 410px;
  175. margin: 5px auto 0px;{/block:permalinkpage}
  176. background: {color:posts};
  177. overflow: hidden; }
  178.  
  179. .posts img
  180. { max-width: 100%; }
  181.  
  182. .h1
  183. { text-align: center;
  184. font-size: 11px; }
  185.  
  186. .quote
  187. { font-size: 11px; }
  188.  
  189. .source
  190. { text-align: right;
  191. opacity: 1;
  192. -webkit-transition: .3s ease-out;
  193. -moz-transition: .3s ease-out; }
  194.  
  195. .bord
  196. { border-top: 1px solid {color:border}};
  197. margin: 1px auto; }
  198.  
  199. .posts:hover .source
  200. { opacity: 0; }
  201.  
  202. .chat ul
  203. { padding: 0px;
  204. text-align: left; }
  205.  
  206. .chat li
  207. { padding: 3px;
  208. background: {color:chat};
  209. margin-top: 2px;
  210. list-style: none; }
  211.  
  212. .asker
  213. { text-transform: lowercase; }
  214.  
  215. .question
  216. { margin-top: 5px;
  217. background: {color:chat};
  218. padding: 2px; }
  219.  
  220. .answer
  221. { margin-top: 5px; }
  222.  
  223. .answer img
  224. { max-width: 100%; }
  225.  
  226. .perma
  227. { opacity: 0;
  228. z-index:999;
  229. display: inline-block;
  230. position: absolute;
  231. text-align: left;
  232. margin: -30px 0 0 -90px;
  233. width: 100px;
  234. height: 30px;
  235. z-index: 6;
  236. -webkit-transition: all .40s ease-out;
  237. -moz-transition: all .40s ease-out;
  238. -o-transition: all .40s ease-out;
  239. transition: all .40s ease-out; }
  240.  
  241. .posts:hover .perma
  242. { opacity: 1;
  243. margin: -30px 0 0 5px; }
  244.  
  245. .likep
  246. { width: 21px;
  247. height: 20px;
  248. overflow: hidden;
  249. z-index: 9991;
  250. display: inline-block;
  251. -webkit-transition: all .30s ease-out;
  252. -moz-transition: all .30s ease-out;
  253. -o-transition: all .30s ease-out;
  254. transition: all .30s ease-out; }
  255.  
  256. .rep
  257. { width: 24px;
  258. height: 20px;
  259. overflow: hidden;
  260. z-index: 9991;
  261. display: inline-block;
  262. -webkit-transition: all .30s ease-out;
  263. -moz-transition: all .30s ease-out;
  264. -o-transition: all .30s ease-out;
  265. transition: all .30s ease-out; }
  266.  
  267. .likep a:hover
  268. { background-position: 0px 0px;
  269. -webkit-transition: all .30s ease-out;
  270. -moz-transition: all .30s ease-out;
  271. -o-transition: all .30s ease-out;
  272. transition: all .30s ease-out; }
  273.  
  274. .likep a
  275. { background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  276. background-position: 0px 0px;
  277. display: block;
  278. z-index: 9999999;
  279. -webkit-transition: all .30s ease-out;
  280. -moz-transition: all .30s ease-out;
  281. -o-transition: all .30s ease-out;
  282. transition: all .30s ease-out; }
  283.  
  284. .likep img
  285. { width: 21px;
  286. height: 20px;
  287. -webkit-transition: all .30s ease-out;
  288. -moz-transition: all .30s ease-out;
  289. -o-transition: all .30s ease-out;
  290. transition: all .30s ease-out; }
  291.  
  292. .rep img
  293. { width: 24px;
  294. height: 20px;
  295. line-height: 30px;
  296. display: inline;
  297. -webkit-transition: all .30s ease-out;
  298. -moz-transition: all .30s ease-out;
  299. -o-transition: all .30s ease-out;
  300. transition: all .30s ease-out; }
  301.  
  302. .not
  303. { display: inline-block;
  304. background: url('http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png');
  305. height: 20px;
  306. top: -6px;
  307. font-size: 11px;
  308. line-height: 20px;
  309. color: #fff;
  310. padding-left: 4px;
  311. padding-right: 4px;
  312. -moz-border-radius: 2px;
  313. border-radius: 2px;
  314. position: relative;
  315. -webkit-transition: all .30s ease-out;
  316. -moz-transition: all .30s ease-out;
  317. -o-transition: all .30s ease-out;
  318. transition: all .30s ease-out; }
  319.  
  320. .not a, .not:hover a, .not a:hover
  321. { color: #ffffff!important;
  322. font-weight: bold;
  323. font-family: Arial;
  324. -webkit-transition: all .30s ease-out;
  325. -moz-transition: all .30s ease-out;
  326. -o-transition: all .30s ease-out;
  327. transition: all .30s ease-out; }
  328.  
  329. .posts:hover .not, .posts:hover .rep, .posts:hover .likep
  330. { opacity: 0.8;
  331. margin-right: 0; }
  332.  
  333. .not:hover , .rep:hover, .likep:hover
  334. { opacity: 1!important; }
  335.  
  336. #likeiframe
  337. { display: none; }
  338.  
  339. .permalink
  340. { z-index: 6;
  341. background: {color:posts};
  342. padding: 1px 0;
  343. opacity: 0;
  344. line-height: 12px;
  345. text-align: center;
  346. width: 250px;
  347. position: absolute;
  348. margin-top: -15px;
  349. text-transform: uppercase;
  350. font-family: consolas;
  351. font-size: 9px;
  352. -webkit-transition: .9s ease-out;
  353. -moz-transition: .9s ease-out; }
  354.  
  355. .permalink a:hover
  356. { text-decoration: line-through; }
  357.  
  358. .posts:hover .permalink
  359. { opacity: 1; }
  360.  
  361. .permalinkt
  362. { z-index: 6;
  363. background: {color:posts};
  364. padding: 1px 0;
  365. opacity: 0;
  366. line-height: 12px;
  367. text-align: center;
  368. width: 250px;
  369. position: absolute;
  370. margin-top: 0px;
  371. font-family: consolas;
  372. text-transform: uppercase;
  373. font-size: 9px;
  374. -webkit-transition: .9s ease-out;
  375. -moz-transition: .9s ease-out; }
  376.  
  377. .permalinkt a:hover
  378. { text-decoration: line-through; }
  379.  
  380. .posts:hover .permalinkt
  381. { opacity: 1; }
  382.  
  383. #infscr-loading
  384. { bottom: -70px;
  385. position: absolute;
  386. left: 50%;
  387. margin-left:-8px;
  388. width:16px;
  389. height:20px;
  390. overflow:hidden;
  391. margin-bottom: 50px; }
  392.  
  393. #postnoteswrap
  394. { width: 400px;
  395. padding: 5px;
  396. background: {color:posts};
  397. margin: 5px auto 0px; }
  398.  
  399. .postnotes
  400. { display: block; margin-bottom: 3px; }
  401.  
  402. ol.notes
  403. { padding: 5px;
  404. margin: 5px auto 0px;
  405. text-align: left;
  406. list-style-type: none;
  407. border-bottom: solid 1px {color:border}; }
  408.  
  409. ol.notes li.note
  410. { border-top: solid 1px {color:border};
  411. padding: 5px;
  412. text-align: left; }
  413.  
  414. ol.notes li.note img.avatar
  415. { vertical-align: -4px;
  416. margin-right: 10px;
  417. width: 17px;
  418. height: 17px; }
  419.  
  420. ol.notes li.note span.action
  421. { font-weight: normal; }
  422.  
  423. ol.notes li.note .answer_content
  424. { font-weight: normal; }
  425.  
  426. ol.notes li.note blockquote
  427. { padding-left: 10px;
  428. margin: 5px 0px 5px 15px;
  429. border-left: 2px solid {color:border}; }
  430.  
  431. ol.notes li.note blockquote a
  432. { text-decoration: none; }
  433.  
  434. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator
  435. { display: none; }
  436.  
  437.  
  438.  
  439. #sidebar {float:left; position:fixed; width:180px; bottom:px; height:8px;top:0px; left:200px; position: fixed;}
  440.  
  441.  
  442. .imgs {margin-top:px; margin-left:0px; 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;}
  443. .imgs img {display: inline; height:; width:140px; border-top:px solid #eee;border-right:px solid #000; ; border-left:px solid #000; padding:0px;-webkit-border-radius: 0px 0px 0px 0px}
  444.  
  445. #links {position:fixed; text-align:center; font-family:calibri; text-decoration:bold; font-style:bold ; ; font-size: 9px;height: 5px;color:{color:frase};margin-left:5px;margin-top:-40px; text-transform: none;;background: ;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; width:140px;line-height:10px;padding: 0px; border: px solid #fff; z-index: 2; text-transform:; display: block; background:; border-bottom:px dashed #ececec;
  446. border-top:px dashed #ececec;
  447. padding-top:px;
  448. padding-bottom:0px; -webkit-transform: rotate(0deg);text-shadow: -12px 0px 0px transparent, 12px 0px 0px transparent; -webkit-transition: all 0.9s ease-in-out; text-transform:;opacity:0;-webkit-transition: all 0.4s ease-out;}
  449. #links:hover {-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; text-shadow:px -px px #a7a4a4;text-shadow: px px px, px px px;-webkit-transition: all 1.0s ease-out; -moz-transition: all 1.1s ease-out;}
  450.  
  451. #sidebar:hover #links{-webkit-transition: all 0.4s ease-out;margin-left:5px;margin-top:2px;opacity:1;}
  452.  
  453. #endless {width:149px;background-color:#fff;position: fixed;font-style:italic; font-family:cambria; letter-spacing:px; font-size:11px; line-height:14px; text-align:center; color:#000; height:30;padding:25px;margin-top:-5px;margin-left:-5px;border-right:px solid #5b5b5b; border-bottom:1px solid #ddd; border-top:px solid #5b5b5b; border-left:px solid #5b5b5b;padding: 0px;text-transform:none ; z-index: 9999999; webkit-transition: all 0.4s fixed; -moz-transition: all 0.4s ease-out;}
  454. </style>
  455.  
  456. {block:IndexPage}
  457.  
  458. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  459.  
  460. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  461.  
  462. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  463.  
  464. <script type="text/javascript">
  465. $(window).load(function(){
  466. var $wall = $('#content');
  467. $wall.imagesLoaded(function(){
  468. $wall.masonry({
  469. itemSelector: '.posts',
  470. isAnimated : true
  471. });
  472. });
  473. $wall.infinitescroll({
  474. navSelector : "div#navigation",
  475. nextSelector : "div#navigation a#nextPage",
  476. itemSelector : '.posts',
  477. loadingImg : "http://static.tumblr.com/8yo5xxv/3Tum7rjpo/loader.gif",
  478. loadingText : " ",
  479. donetext : " ",
  480. extraScrollPx : 9000,
  481. bufferPx : 10000,
  482. debug : false,
  483. errorCallback: function() {
  484. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  485. }},
  486. function( newElements ) {
  487. var $newElems = $( newElements );
  488. $newElems.hide();
  489. $newElems.imagesLoaded(function(){
  490. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  491. });
  492. }); $('#content').show(500);
  493. });
  494. </script>
  495.  
  496. {/block:IndexPage}
  497.  
  498. </head>
  499.  
  500. <body>
  501.  
  502. <div id="c">
  503. <div id="sidebar">
  504. <div class="imgs"><img src="{image:sidebar}"/>
  505. <div id="endless"> {text:frase}
  506. <div id="links">
  507. <a href="{text:link1}">{text:link1 title}</a>
  508. <a href="{text:link2}">{text:link2 title}</a>
  509. <a href="{text:link3}">{text:link3 title}</a>
  510. <a href="{text:link4}">{text:link4 title}</a>
  511. <a href="{text:link5}">{text:link5 title}</a>
  512. </div>
  513. </div>
  514. </div>
  515.  
  516. </div>
  517.  
  518. </div>
  519.  
  520. <div id="content">
  521.  
  522. {block:posts}
  523.  
  524. {block:text}
  525. <div class="posts" style="padding-bottom: 15px;">
  526. {block:title}<div class="h1">{title}</div>{/block:title}
  527. {body}
  528. {block:indexpage}<div class="permalinkt"><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{notecount}</a> / <a href="{reblogurl}" target="_blank">reblog</a></div>{/block:indexpage}
  529. </div>
  530. {/block:text}
  531.  
  532. {block:photo}
  533. <div class="posts">
  534. {block:indexpage}<center><img src="{photourl-400}" width="250"></center>{/block:indexpage}
  535. {block:permalinkpage}<center><img src="{photourl-400}" width="400"></center>{block:caption}{caption}{/block:caption}{/block:permalinkpage}
  536. {block:IndexPage}<div class="perma">
  537. <div class="likep"><a 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></div>
  538. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a></div>
  539. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  540. </div>
  541. {/block:photo}
  542.  
  543. {block:photoset}
  544. <div class="posts">
  545. {block:indexpage}<center>{photoset-250}</center>{/block:indexpage}
  546. {block:permalinkpage}<center>{photoset-400}</center>{block:caption}{caption}{/block:caption}{/block:permalinkpage}
  547. {block:indexpage}<div class="permalink"><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{notecount}</a> / <a href="{reblogurl}" target="_blank">reblog</a></div>{/block:indexpage}
  548. {/block:photoset}
  549.  
  550. {block:quote}
  551. <div class="posts">
  552. <div class="quote">{Quote}</div>
  553. <div class="bord"></div>
  554. {block:source}<div class="source">{source}</div>{/block:source}
  555. {block:indexpage}<div class="permalink"><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{notecount}</a> / <a href="{reblogurl}" target="_blank">reblog</a></div>{/block:indexpage}
  556. </div>
  557. {/block:quote}
  558.  
  559. {block:link}
  560. <div class="posts" style="padding-bottom: 15px;">
  561. <div class="h1"><a href="{url}">{name}</a></div>
  562. {block:description}{description}{/block:description}
  563. {block:indexpage}<div class="permalinkt"><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{notecount}</a> / <a href="{reblogurl}" target="_blank">reblog</a></div>{/block:indexpage}
  564. </div>
  565. {/block:link}
  566.  
  567. {block:chat}
  568. <div class="posts">
  569. {block:title}<div class="h1">{title}</div>{/block:title}
  570. <div class="chat">
  571. <ul>{block:lines}
  572. <li>{block:label}<b>{label}</b>{/block:label} {line}</li>
  573. {/block:lines}</ul>
  574. </div>
  575. {block:indexpage}<div class="permalink"><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{notecount}</a> / <a href="{reblogurl}" target="_blank">reblog</a></div>{/block:indexpage}
  576. </div>
  577. {/block:chat}
  578.  
  579. {block:audio}
  580. <div class="posts">
  581. {audioplayergrey}
  582. {block:caption}{caption}{/block:caption}
  583. {block:indexpage}<div class="permalink"><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{notecount}</a> / <a href="{reblogurl}" target="_blank">reblog</a></div>{/block:indexpage}
  584. </div>
  585. {/block:audio}
  586.  
  587. {block:video}
  588. <div class="posts">
  589. {block:indexpage}<center>{video-250}</center>{/block:indexpage}
  590. {block:permalinkpage}<center>{video-400}</center>{block:caption}{caption}{/block:caption}{/block:permalinkpage}
  591. {block:indexpage}<div class="permalink"><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{notecount}</a> / <a href="{reblogurl}" target="_blank">reblog</a></div>{/block:indexpage}
  592. </div>
  593. {/block:video}
  594.  
  595. {block:Answer}
  596. <div class="posts" style="padding-bottom: 15px;">
  597. <div class="asker">{Asker} says:</div>
  598. <div class="question">{Question}</div>
  599. <div class="answer">{Answer}</div>
  600. {block:indexpage}<div class="permalinkt"><a href="{permalink}">{timeago}</a> / <a href="{permalink}">{notecount}</a> / <a href="/ask">ask me too</a></div>{/block:indexpage}
  601. </div>
  602. {/block:Answer}
  603.  
  604. {block:PermalinkPage}<div id="postnoteswrap">
  605. {block:Date}<div class="postnotes">Posted {TimeAgo} with {NoteCountWithLabel}</div>{/block:Date}
  606. {block:RebloggedFrom}<div class="postnotes">Reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a></div>
  607. <div class="postnotes">Postado originalmente por <a href="{ReblogRootURL}">{ReblogRootName}</a></div>{/block:RebloggedFrom}
  608. {block:HasTags}<div class="postnotes">Tags: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>{/block:PermalinkPage}
  609.  
  610. {block:PostNotes}<div style="background: {color:posts}; padding: 5px; margin: 5px auto">{PostNotes}</div>{/block:PostNotes}
  611.  
  612. {/block:posts}
  613.  
  614. {block:IndexPage}
  615. <div class="column navigation" id="navigation">
  616. {block:Pagination}
  617. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  618. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  619. </div>
  620. {/block:IndexPage}
  621.  
  622. </div>
  623.  
  624. </div>
  625. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">Via</a>{/block:RebloggedFrom}
  626. {block:ContentSource}<a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  627.  
  628.  
  629.  
  630. <div style="position: fixed; z-index: 10; top: 27px; right: 3px;"><a href="http://abbused.tumblr.com/" target="_blank"><img src="http://static.tumblr.com/0lbtirv/Rddmcewz3/haha.png"></a></div>
  631.  
  632. </body>
  633.  
  634. </html>
Advertisement
Add Comment
Please, Sign In to add comment