amando-loucos

67

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