amando-loucos

66

Oct 14th, 2013
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.83 KB | None | 0 0
  1.  
  2.  
  3. <html lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <meta name="color:text" content="#444444">
  14. <meta name="color:background" content="#ffffff">
  15. <meta name="color:link" content="#999999">
  16. <meta name="color:border" content="#eeeeee">
  17. <meta name="color:scrollbar" content="#eeeeee">
  18. <meta name="color:posts" content="#ffffff">
  19. <meta name="color:chat" content="#f5f5f5">
  20. <meta name="color:links" content="#000000" />
  21. <meta name="color:lhover" content="BB7530" />
  22. <meta name="color:hover" content="#000" />
  23. <meta name="image:background" content="" />
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="color:borda2" content="#fff" />
  26. <meta name="color:titulo" content="#000000" />
  27. <meta name="color:descri" content="#000000" />
  28.  
  29. <meta name="color:palavra" content="#aaaaaa"/>
  30. <meta name="color:sblinks" content="#cccccc"/>
  31. <meta name="color:linkhover" content="#f1f1f1"/>
  32.  
  33. <meta name="color:scrollbarbg" content="#f1f1f1"/>
  34. <meta name="color:titulo" content="#f1f1f1"/>
  35. <meta name="color:primeira" content="#f1f1f1"/>
  36. <meta name="text:titulo" content="palavra"/>
  37. <meta name="text:link1" content="#">
  38. <meta name="text:link1 title" content="use">
  39. <meta name="text:link2" content="#">
  40. <meta name="text:link2 title" content="nomes">
  41. <meta name="text:link3" content="#">
  42. <meta name="text:link3 title" content="pequenos">
  43. <meta name="text:link4" content="#">
  44. <meta name="text:link4 title" content="ok?">
  45.  
  46. <meta name="text:frase" content="uma frase aqui">
  47.  
  48. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49.  
  50. <style type="text/css">
  51.  
  52. iframe#tumblr_controls
  53. { position: fixed!important;
  54. z-index: 999999999; }
  55.  
  56. body
  57. { margin: 0;
  58. font-family: Calibri;
  59. font-size: 10px;
  60. color: {color:text};
  61. background-color: {color:background};
  62. line-height: 150%;
  63. background-attachment: fixed;
  64. background-image: url('{image:background}');
  65. background-position: right bottom;
  66. background-repeat: no-repeat; }
  67.  
  68. a
  69. { color: {color:link};
  70. text-decoration: none;
  71. -webkit-transition: all .60s ease-in-out;
  72. -moz-transition: all .60s ease-in-out;
  73. transition: all .60s ease-in-out; }
  74.  
  75. a:hover
  76. { color: {color:text};
  77. cursor: pointer; }
  78.  
  79. p { margin: 3px auto; }
  80.  
  81. pre
  82. { overflow: auto;
  83. margin: 3px auto;
  84. font-family: Courier;
  85. border: 1px solid {color:border};
  86. padding: 2px 0; }
  87.  
  88. blockquote
  89. { margin-left: 0;
  90. padding-left: 5px;
  91. border-left: 2px solid {color:border}; }
  92.  
  93. ::selection
  94. { background: {color:link};
  95. color: {color:background}; }
  96.  
  97. ::-moz-selection
  98. { background: {color:link};
  99. color: {color:background}; }
  100.  
  101. ::-webkit-scrollbar-thumb:horizontal
  102. { height: 10px; background: {color:scrollbar}; }
  103.  
  104. ::-webkit-scrollbar-thumb:vertical
  105. { height: 10px; background: {color:scrollbar}; }
  106.  
  107. ::-webkit-scrollbar
  108. { width: 5px; height: 3px; background: {color:background}; }
  109.  
  110. #c
  111. { width: 800px;
  112. margin: auto;
  113. padding: 5px;
  114. text-align: justify; }
  115.  
  116. #sidebar
  117. { width: 285px;
  118. position: fixed;
  119. margin-top: 180px;
  120. padding: 5px; }
  121.  
  122. .side
  123. { width: 80px;
  124. position: absolute;
  125. margin: 0px;
  126. z-index: 0;}
  127.  
  128. .side img
  129. { border: 5px solid {color:border};
  130. border-radius: 100%; }
  131.  
  132. .side1
  133. { margin-left: 85px;
  134. z-index: 1;
  135. text-align: center; }
  136.  
  137. .title
  138. { font-size: 14px;
  139. padding-bottom: 2px;
  140. border-right: 1px solid {color:border}; }
  141.  
  142. .menu
  143. { border-top: 1px solid {color:border};
  144. padding-top: 2px;
  145. border-left: 1px solid {color:border}; }
  146.  
  147. .menu a
  148. { font-family: consolas;
  149. text-transform: uppercase;
  150. color: {color:link};
  151. margin-right: 2px;
  152. font-size: 10px;
  153. border-bottom: 1px solid transparent; }
  154.  
  155. .menu a:hover
  156. { color: {color:link};
  157. border-bottom: 1px solid {color:link}; }
  158.  
  159. .frase
  160. { margin-top: 3px; }
  161.  
  162. #content
  163. { {block:indexpage}width: 522px;{/block:indexpage}
  164. {block:permalinkpage}width: 410px;{/block:permalinkpage}
  165. padding: 5px;
  166. margin: 5px 450px 50px;
  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. #sidebar {float:left; position:fixed; width:136px; bottom:160; height:4px;top:0px; left:270px; position: fixed; padding:2px;border-top:px solid {color:borda2}; height:auto; width:px; -webkit-transition: all 1.2s ease-out; -moz-transition: all 1.2s ease-out;}
  438. .imgs {margin-top:0px; margin-left:-5px; margin-top:0px; padding:5px;border-left:px solid {color:borda2}; height:auto; width:px; -webkit-transition: all 1.2s ease-out; -moz-transition: all 1.2s ease-out;}
  439. .imgs img {display: inline; height:auto; width:131px; border-top:px solid #eee;border-right:px solid #000; border-bottom:px solid #000 ; border-left:px solid #000; padding:3px;}
  440. .imgs img:hover{ -webkit-filter: grayscale(%);-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s eat}
  441. #sidebar img:hover{opacity:0.9; -webkit-filter: grayscale(30%); moz-border-top-left-radius: 0px; border-top-left-radius: 0px; border-bottom-right-radius: 0px;
  442. -webkit-transition:all 1.8s;
  443. -moz-transition:all 1.8s;
  444. -ms-transition:all 1.8s;
  445. -o-transition:all 1.8s;
  446. transition:all 1.8s;}
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453. .imgs {margin-top:0px; margin-left:-5px; margin-top:0px; padding:5px;border-left:px solid {color:borda2}; height:auto; width:px; -webkit-transition: all 1.2s ease-out; -moz-transition: all 1.2s ease-out;}
  454. .imgs img {display: inline; height:auto; width:131px; border-top:px solid #eee;border-right:px solid #000; border-bottom:px solid #000 ; border-left:px solid #000; padding:3px;}
  455. .imgs img:hover{ -webkit-filter: grayscale(%);-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;all 0.2s eat}
  456. #titulo{text-transform:; background-color: transparent; color: {color:primeira}; font-size: 16px; position: fixed; width: 131px; height:20px; margin-top: 0px; margin-left: 0px; font-style:italic; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.9s ease-out; z-index: 0; text-align: center; z-index: ;font-family:cambria}
  457.  
  458.  
  459. .links { width:131px;margin-left: 0px; margin-top:-7px; position:fixed; background-color:#;color:#; border-right:px solid #eee; border-left:px solid #eee; border-top:px solid #eee; border-bottom:px solid #eee; -webkit-border-radius: 0px 0px 0px 0px;float: left; font-family:calibri; font-size:10px; font-style:; text-align: center; height: 1px; color:#;letter-spacing:px; opacity:3; text-transform: ; padding: 1px; line-height: 10px; text-transform:lowercase;}
  460. .links a {color:#}
  461. .links a:hover {color:{color:hover};}
  462.  
  463. .links a:hover
  464. { color: {color:link};
  465. border-bottom: 1px solid {color:lhover}; }
  466. #descri {width:131px; height:auto;font-style:italic;margin-top:5px;margin-left:0px;text-align:center;font-size:10px;letter-spacing:px;font-family: cambria;background-color:; color: {color:descri}; position:fixed; -webkit-transition-duration: 1.0s; text-transform: none;border-top:px solid {color:bordalink};border-bottom:px solid {color:bordalink};font-style:none;padding-top:2px; }
  467. </style>
  468.  
  469. {block:IndexPage}
  470.  
  471. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  472.  
  473. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  474.  
  475. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  476.  
  477. <script type="text/javascript">
  478. $(window).load(function(){
  479. var $wall = $('#content');
  480. $wall.imagesLoaded(function(){
  481. $wall.masonry({
  482. itemSelector: '.posts',
  483. isAnimated : true
  484. });
  485. });
  486. $wall.infinitescroll({
  487. navSelector : "div#navigation",
  488. nextSelector : "div#navigation a#nextPage",
  489. itemSelector : '.posts',
  490. loadingImg : "http://static.tumblr.com/8yo5xxv/3Tum7rjpo/loader.gif",
  491. loadingText : " ",
  492. donetext : " ",
  493. extraScrollPx : 9000,
  494. bufferPx : 10000,
  495. debug : false,
  496. errorCallback: function() {
  497. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  498. }},
  499. function( newElements ) {
  500. var $newElems = $( newElements );
  501. $newElems.hide();
  502. $newElems.imagesLoaded(function(){
  503. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  504. });
  505. }); $('#content').show(500);
  506. });
  507. </script>
  508.  
  509. {/block:IndexPage}
  510.  
  511. </head>
  512.  
  513. <body>
  514.  
  515. <div id="c">
  516. <div id="sidebar">
  517.  
  518. <div class="imgs"><img src="{image:sidebar}"/></div>
  519. <div class="links">
  520. <a href="{text:link1}">{text:link1 title}</a>
  521. <a href="{text:link2}">{text:link2 title}</a>
  522. <a href="{text:link3}">{text:link3 title}</a>
  523. <a href="{text:link4}">{text:link4 title}</a>
  524. <a href="{text:link5}">{text:link5 title}</a>
  525. </div>
  526. <div id="descri"><font color={color:#150175};><big>{text:titulo}</big> </font color>
  527. {description}
  528.  
  529.  
  530. </div>
  531.  
  532. </div>
  533.  
  534. </div>
  535.  
  536. <div id="content">
  537.  
  538. {block:posts}
  539.  
  540. {block:text}
  541. <div class="posts" style="padding-bottom: 15px;">
  542. {block:title}<div class="h1">{title}</div>{/block:title}
  543. {body}
  544. {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}
  545. </div>
  546. {/block:text}
  547.  
  548. {block:photo}
  549. <div class="posts">
  550. {block:indexpage}<center><img src="{photourl-400}" width="250"></center>{/block:indexpage}
  551. {block:permalinkpage}<center><img src="{photourl-400}" width="400"></center>{block:caption}{caption}{/block:caption}{/block:permalinkpage}
  552. {block:IndexPage}<div class="perma">
  553. <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>
  554. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="24"/></a></div>
  555. <div class="not"><a id="notes{PostID}" href="{Permalink}">{NoteCount}</a></div></div>{/block:IndexPage}
  556. </div>
  557. {/block:photo}
  558.  
  559. {block:photoset}
  560. <div class="posts">
  561. {block:indexpage}<center>{photoset-250}</center>{/block:indexpage}
  562. {block:permalinkpage}<center>{photoset-400}</center>{block:caption}{caption}{/block:caption}{/block:permalinkpage}
  563. {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}
  564. {/block:photoset}
  565.  
  566. {block:quote}
  567. <div class="posts">
  568. <div class="quote">{Quote}</div>
  569. <div class="bord"></div>
  570. {block:source}<div class="source">{source}</div>{/block:source}
  571. {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}
  572. </div>
  573. {/block:quote}
  574.  
  575. {block:link}
  576. <div class="posts" style="padding-bottom: 15px;">
  577. <div class="h1"><a href="{url}">{name}</a></div>
  578. {block:description}{description}{/block:description}
  579. {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}
  580. </div>
  581. {/block:link}
  582.  
  583. {block:chat}
  584. <div class="posts">
  585. {block:title}<div class="h1">{title}</div>{/block:title}
  586. <div class="chat">
  587. <ul>{block:lines}
  588. <li>{block:label}<b>{label}</b>{/block:label} {line}</li>
  589. {/block:lines}</ul>
  590. </div>
  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:chat}
  594.  
  595. {block:audio}
  596. <div class="posts">
  597. {audioplayergrey}
  598. {block:caption}{caption}{/block:caption}
  599. {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}
  600. </div>
  601. {/block:audio}
  602.  
  603. {block:video}
  604. <div class="posts">
  605. {block:indexpage}<center>{video-250}</center>{/block:indexpage}
  606. {block:permalinkpage}<center>{video-400}</center>{block:caption}{caption}{/block:caption}{/block:permalinkpage}
  607. {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}
  608. </div>
  609. {/block:video}
  610.  
  611. {block:Answer}
  612. <div class="posts" style="padding-bottom: 15px;">
  613. <div class="asker">{Asker} says:</div>
  614. <div class="question">{Question}</div>
  615. <div class="answer">{Answer}</div>
  616. {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}
  617. </div>
  618. {/block:Answer}
  619.  
  620. {block:PermalinkPage}<div id="postnoteswrap">
  621. {block:Date}<div class="postnotes">Posted {TimeAgo} with {NoteCountWithLabel}</div>{/block:Date}
  622. {block:RebloggedFrom}<div class="postnotes">Reblogado de <a href="{ReblogParentURL}">{ReblogParentName}</a></div>
  623. <div class="postnotes">Postado originalmente por <a href="{ReblogRootURL}">{ReblogRootName}</a></div>{/block:RebloggedFrom}
  624. {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}
  625.  
  626. {block:PostNotes}<div style="background: {color:posts}; padding: 5px; margin: 5px auto">{PostNotes}</div>{/block:PostNotes}
  627.  
  628. {/block:posts}
  629.  
  630. {block:IndexPage}
  631. <div class="column navigation" id="navigation">
  632. {block:Pagination}
  633. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  634. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  635. </div>
  636. {/block:IndexPage}
  637.  
  638. </div>
  639.  
  640. </div>
  641. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">Via</a>{/block:RebloggedFrom}
  642. {block:ContentSource}<a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}
  643.  
  644.  
  645.  
  646. <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>
  647.  
  648. </body>
  649.  
  650. </html>
Advertisement
Add Comment
Please, Sign In to add comment