Advertisement
sexlost

02 masc

Oct 20th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.55 KB | None | 0 0
  1. <!-- base mectub
  2. theme por sexlost
  3. cs: raiodluar/bruteira/ccachaceira
  4. -->
  5.  
  6.  
  7. <html>
  8.  
  9. <!--DEFAULT -->
  10. <meta name="color:background" content="#FFF"/>
  11. <meta name="color:text" content="#000"/>
  12. <meta name="color:link" content="#000"/>
  13. <meta name="color:lhover" content="#529ecc"/>
  14. <meta name="color:Scroll" content="#ddd"/>
  15.  
  16. <meta name="image:Sidebar" content=""/>
  17. <meta name="text:descri2" content="agora to judiando to"/>
  18.  
  19. <meta name="text:Link1" content="/" />
  20. <meta name="text:Link1 Title" content="link" />
  21. <meta name="text:Link2" content="/" />
  22. <meta name="text:Link2 Title" content="link" />
  23. <meta name="text:Link3" content="/" />
  24. <meta name="text:Link3 Title" content="link" />
  25. <meta name="text:Link4" content="/" />
  26. <meta name="text:Link4 Title" content="link" />
  27. <meta name="text:Link5" content="/" />
  28. <meta name="text:Link5 Title" content="link" />
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  40. <meta name="viewport" content="width=820" />
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro|{select:Font}' rel='stylesheet' type='text/css'>
  43.  
  44. <script type="text/javascript"
  45. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  46. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  47. <script>
  48. (function($){
  49. $(document).ready(function(){
  50. $("[title]").style_my_tooltips();
  51. });
  52. })(jQuery);
  53. </script>
  54.  
  55. {block:IndexPage}
  56.  
  57. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  58.  
  59. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  60.  
  61. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  62.  
  63. <script type="text/javascript">
  64. $(window).load(function(){
  65. var $wall = $('#content');
  66. $wall.imagesLoaded(function(){
  67. $wall.masonry({
  68. itemSelector: '.entry',
  69. isAnimated : true
  70. });
  71. });
  72. $wall.infinitescroll({
  73. navSelector : "div#navigation",
  74. nextSelector : "div#navigation a#nextPage",
  75. itemSelector : '.entry',
  76. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  77. loadingText : " ",
  78. donetext : " ",
  79. extraScrollPx : 9000,
  80. bufferPx : 10000,
  81. debug : false,
  82. errorCallback: function() {
  83. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  84. }},
  85. function( newElements ) {
  86. var $newElems = $( newElements );
  87. $newElems.hide();
  88. $newElems.imagesLoaded(function(){
  89. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  90. });
  91. }); $('#content').show(500);
  92. });
  93. </script>
  94.  
  95. {/block:IndexPage}{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  96. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Waiting+for+the+Sunrise|Josefin+Slab|Inconsolata' rel='stylesheet' type='text/css'>
  97.  
  98. <style type="text/css">
  99.  
  100.  
  101. {block:Iffollowbranco}
  102.  
  103. {/block:Iffollowbranco}
  104.  
  105. iframe#tumblr_controls{top: 1px !important;margin: 0 0 0 0;right: 6px !important;position: fixed !important;}
  106.  
  107.  
  108. body {background-image: url('{image:background}');
  109. background-attachment:fixed;
  110. background-color:{color:background};
  111. {block:IfBackgroundTelacheia}background-repeat: no-repeat;
  112. background-position: center;
  113. background-attachment: fixed;
  114. -webkit-background-size: cover;
  115. -o-background-size: cover;{/block:IfBackgroundTelacheia}
  116.  
  117. /*-- Font Theme --*/
  118. font-family: corbel;
  119. font-size: 12px;
  120. line-height:15px;
  121. /*-- Font Theme --*/
  122. text-align:left;
  123. color:{color:text};}
  124.  
  125. a {color: {color:link}; text-decoration:none;}
  126. a:hover {color: #000}
  127.  
  128.  
  129. ::-webkit-scrollbar-thumb{
  130. background-color: {color:Scroll};
  131. border: 3px solid {color:background};
  132. height:auto;
  133. -moz-border-radius: 0px;
  134. border-radius: 0px;
  135. }
  136.  
  137. ::-webkit-scrollbar {
  138. height:auto;
  139. width:9px;
  140. background-color: {color:Scroll};
  141. border: 5px solid {color:background};
  142. }
  143.  
  144. div#content{
  145. margin-left:430px;
  146. {block:IfSideReverse}margin-left:300px;{/block:IfSideReverse}
  147. width:650px;min-height:100%
  148. }
  149.  
  150. .pquote {text-indent:px;
  151. font-size:13px;
  152. text-align:justify;
  153. font-family:corbel;
  154.  
  155. }
  156.  
  157. .quotesource{text-indent:0px;color:#000;;
  158. text-align:right; border-top:2px solid #eee; font-family:corbel;text-transform:uppercase;font-size:9px;}
  159.  
  160.  
  161.  
  162. .post_title{
  163. font-size:12px;
  164. font-family:calibri;
  165. color:{color:link};}
  166.  
  167.  
  168. .entry {
  169. position:relative;
  170. width:250px;
  171. float:left;
  172. /* Margin das postagens */
  173. padding:10px;
  174. /* Margin das postagens */
  175. {block:PermalinkPage}width:500px;{/block:PermalinkPage}; margin-top:10px;}
  176.  
  177.  
  178. .entry img{max-width:250px;min-width:6px;
  179. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage};}
  180.  
  181. #postnotes {text-align:left; z-index:11; padding:0px; -webkit-transition: all 0.2s ease-out; -moz-transition: all .4s ease-out; width:500px;}
  182.  
  183.  
  184. .per {position:relative;
  185. text-align:justify;
  186. text-transform:lowercase;
  187. padding-bottom:px; margin:0;
  188. clear:both;
  189. padding-left:2px;
  190. padding-bottom:5px;
  191. border-bottom:1px solid #eee;
  192. color:#000; font:11.5px calibri; background:#;height:auto;}
  193.  
  194.  
  195. .fe {
  196. display:block;
  197. position:absolute;
  198. bottom:-15px;
  199. left:15px;
  200. width:0;
  201. border-width:15px 15px 0;
  202. border-style:solid;
  203. border-color: transparent;}
  204.  
  205. .text {text-align:left; margin-top:3px;font:10px corbel;}
  206.  
  207. blockquote{
  208. padding:0px 0px 0px 5px;
  209. margin:0px 0px 2px 1px;
  210. border-left: 1px solid {color:Text};}
  211.  
  212. .perms {
  213. font-size:8.5px;
  214. text-align:right;
  215. bottom:-5px;
  216. width:250px;
  217. position: absolute;
  218. margin-top:0px;margin-left:0px;
  219. line-height:12px;
  220. font-family:calibri;
  221. text-transform:uppercase;
  222. display:block;z-index:9999; opacity:0; -webkit-transition: all .5s ease-out; -moz-transition: all .2s ease-out;}
  223.  
  224. .perms a{margin-left:4px;}
  225. .entry:hover .perms {
  226. opacity:1;
  227. z-index:999999; -webkit-transition: all .2s ease-out; -moz-transition: all .5s ease-out;
  228. }
  229.  
  230.  
  231. .perms a:hover{text-decoration:;}
  232.  
  233.  
  234.  
  235.  
  236.  
  237. {block:IfPermalinkHover}
  238. .perms {
  239. font-size:10px;
  240. text-align:right;
  241. width:250px;transition: .8s ease-in-out;
  242. -webkit-transition: .8s ease-in-out;
  243. -moz-transition: .8s ease-in-out;
  244. -o-transition: .8s ease-in-out;
  245. opacity:0;
  246. height:auto;
  247. position: absolute;
  248. margin-top:0px;bottom:35px;
  249. font-style:;letter-spacing:0px;
  250. text-transform: lowercase;
  251. font-family:;
  252. display:block;}
  253.  
  254.  
  255. .entry:hover .perms {
  256. opacity:1;bottom:-0px;transition: .8s ease-in-out;
  257. -webkit-transition: .8s ease-in-out;
  258. -moz-transition: .8s ease-in-out;
  259. -o-transition: .8s ease-in-out;
  260. z-index:999999;}
  261.  
  262.  
  263. .perms a:hover{text-decoration:line-through;}
  264.  
  265. .rg {border-bottom:1px solid;}
  266.  
  267. {/block:IfPermalinkHover}
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275. {block:Iffollowbranco}
  276. iframe#tumblr_controls {
  277. white-space:nowrap;
  278. -webkit-filter: invert(100%);
  279. -moz-filter: invert(100%);
  280. -o-filter: invert(100%);
  281. -ms-filter: invert(100%);
  282. filter: invert(100%);
  283. opacity:.7;
  284. transition: .8s ease-in-out;
  285. -webkit-transition: .8s ease-in-out;
  286. -moz-transition: .8s ease-in-out;
  287. -o-transition: .8s ease-in-out; }
  288. {/block:Iffollowbranco}
  289.  
  290.  
  291.  
  292. #sidebar {position:fixed; width: 150px; height:150px; margin-left:300px;margin-top:280px; -webkit-transition-duration: 0.4s;}
  293.  
  294.  
  295. #foto {margin-left: -78px; margin-top: -186px; position:fixed; -webkit-transition: 0.9s ease-in;-moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  296. #foto img{ height:190px; width:160px ; -webkit-transition: 0.9s ease-in;-moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  297.  
  298.  
  299. #sabedots2 {opacity:10;z-index:9999999;margin-left:-78px; margin-top:4px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s; transition: all .7s ; -webkit-transition: all .7s;-webkit-filter: grayscale(0%);background-color:#000;}
  300. #sabedots2 img { width:26px; height:auto;}
  301. #sidebar:hover #sabedots2 {opacity:0;}
  302.  
  303. #sabedots3 {opacity:0;z-index:9999999;margin-left:-80px; margin-top:2px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s; transition: all .7s ; -webkit-transition: all .7s;-webkit-filter: grayscale(0%);}
  304. #sabedots3 img { width:25px; height:auto;}
  305. #sidebar:hover #sabedots3 {opacity:10;margin-top:9px;-webkit-transform: rotateX(360deg);-moz-transform: rotateX(360deg);}
  306.  
  307.  
  308.  
  309. #frasezinha {opacity:10;width:135px;background-color:#000;position: fixed;font-style:; font-family:cambria; font-size:9px; line-height:13px; height:19px;text-align:right;color:#fff;padding-top:6px;padding-right:5px;margin-top:4px;text-transform:uppercase;margin-left:-58px;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  310. #sidebar:hover #frasezinha {opacity:0;}
  311.  
  312. #frasezinha2 {opacity:0;width:140px;background-color:#fff;position: fixed;font-style:; font-family:arial;font-size:9px; line-height:13px; height:12px;text-align:left;color:#000;;margin-top:7px;margin-left:-53px;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  313. #sidebar:hover #frasezinha2 {opacity:10;}
  314.  
  315. #links {opacity:0;width:160px;background-color:#000;position: fixed;font-style:; font-family:consolas;font-size:12px; line-height:13px;padding-top:3px; height:18px;text-align:center;color:#fff;;margin-top:5px;margin-left:-78px;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;text-transform:uppercase;}
  316. #links a {color:#fff;}
  317. #links a:hover{color:{color:lhover};text-shadow:0px 0px 5px;text-decoration:underline;-webkit-transform: rotate(360deg)}
  318. #sidebar:hover #links {opacity:0.9;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;margin-top:-15px;-webkit-transform: rotateX(360deg);-moz-transform: rotateX(360deg);}
  319.  
  320.  
  321.  
  322. /******by futurasuicida usar credite ao helpdesigns **********/
  323.  
  324.  
  325.  
  326.  
  327.  
  328. .djx {opacity:0; width:18px; height:15px; line-height:15px;position: fixed; ; background-color:;text-align:center; margin-top:14px;margin-left:-78px; color:#FF1493
  329.  
  330. ; font-size: 12px; -webkit-transform: rotate(0deg); -webkit-transition-duration: 0.8s;letter-spacing:2px;}
  331. #sidebar:hover .djx{ opacity:10}
  332.  
  333. .djj {opacity:10; width:18px; height:15px; line-height:15px;position: fixed; ; background-color:;text-align:center; margin-top:14.5px;margin-left:-11px; color:#FFC0CB
  334. ; font-size: 10px; -webkit-transform: rotate(0deg); -webkit-transition-duration: 0.8s;letter-spacing:2px;}
  335. #sidebar:hover .djj{opacity:0;margin-left: -78px;width:59px;}
  336.  
  337.  
  338. .bordinha {opacity:10;margin-top:-185px; margin-left:-83px; border-left:1px dashed #ddd
  339. ; width:159px; height:212px;border-bottom:1px dashed #ddd
  340. ;}
  341.  
  342. #sidebar:hover .bordinha {opacity:10;-webkit-transition: all 0.3s ease-out;}
  343.  
  344.  
  345. /*----------------------------------------
  346. +Update Tab #1 (CSS Left) by Incedo
  347. +http://incedothemes.tumblr.com
  348. +Please do not remove the credit.
  349. +Instructions @ http://incedothenes.tumblr.com/tab
  350. +Updated 6/14/14
  351. +------------------------------------------*/
  352.  
  353. #updatetab {
  354. font-family: corbel;
  355. font-size:10px;
  356. text-align:left;/*this is the font*/
  357. color: #A0A0A0;} /*this is the font color*/
  358. #tabtitle, #dropdown, #dropdown p {
  359. background-color:#ffffff; /*this is the background color*/
  360. border-color: #D8D8D8;} /*this is the border color*/
  361.  
  362. #updatetab {
  363. width:100px;
  364. position:fixed;
  365. top:29px;
  366. left:14px;}
  367.  
  368. #tabtitle {
  369. text-align:center;
  370. padding:px px;
  371. letter-spacing:px;
  372. font-family:corbel;
  373. font-size:10px;
  374. text-transform:lowercase;
  375. border-width:1px;
  376. border-style:solid;
  377. border-radius: 2px;
  378. -moz-border-radius: 2px;
  379. -webkit-border-radius: 2px;}
  380.  
  381. #dropdown {
  382. border-style:solid;
  383. border-width:0px 1px 1px 1px;
  384. padding:2px 5px 0px 5px;
  385. border-bottom-right-radius: px;
  386. -moz-border-bottom-right-radius: px;
  387. -webkit-border-bottom-right-radius: px;
  388. border-bottom-left-radius:px;
  389. -moz-border-bottom-left-radius: px;
  390. -webkit-border-bottom-left-radius: px;
  391. opacity:0;
  392. -webkit-transition: all 0.5s ease-in-out;
  393. -moz-transition: all 0.5s ease-in-out;
  394. -o-transition: all 0.5s ease-in-out;
  395. -ms-transition: all 0.5s ease-in-out;
  396. transition: all 0.5s ease-in-out;}
  397.  
  398. #updatetab:hover #dropdown {
  399. opacity:1;
  400. -webkit-transition: all 0.5s ease-in-out;
  401. -moz-transition: all 0.5s ease-in-out;
  402. -o-transition: all 0.5s ease-in-out;
  403. -ms-transition: all 0.5s ease-in-out;
  404. transition: all 0.5s ease-in-out;}
  405.  
  406. #dropdown p {
  407. padding-top:3px;
  408. padding-bottom:3px;
  409. border-width:0px 0px 0px 0px;
  410. border-style:solid;
  411. font-size:10px;}
  412.  
  413. #dropdown p:last-of-type {
  414. border-bottom:0px solid transparent;}
  415.  
  416. p, ul, li, ol {
  417. margin: 0px 0px 0px 0px;}
  418.  
  419. #c {
  420. position:fixed;
  421. bottom:4px;
  422. right:4px;
  423. font-size:13px;
  424. font-family:helvetica;}
  425.  
  426.  
  427.  
  428.  
  429. </style>
  430.  
  431.  
  432.  
  433.  
  434. <body>
  435.  
  436. <div id="container">
  437. <div id="sidebar">
  438. <div id="tudo">
  439. <div id="foto"><img src="{image:sidebar}"></div>
  440. <div id="frasezinha">{description}</div>
  441. <div id="frasezinha2">{text:descri2}</div>
  442.  
  443. <div id="sabedots2"><img src="http://hustleplusmuscle.com/wp-content/uploads/2013/07/devil-smiley-emoji.png"></div>
  444.  
  445. <div id="sabedots3"><img src="http://pix.iemoji.com/sbemojix2/0679.png"></div>
  446.  
  447. <div id="links">
  448. <a href="{text:Link1}">{text:Link1 Title}</a>
  449. <a href="{text:Link2}">{text:Link2 Title}</a>
  450. <a href="{text:Link3}">{text:Link3 Title}</a>
  451. <a href="{text:Link4}">{text:Link4 Title}</a>
  452. <a href="{text:Link5}">{text:Link5 Title}</a>
  453.  
  454.  
  455.  
  456. </div> </div>
  457.  
  458.  
  459.  
  460.  
  461. </div>
  462. </div>
  463. </div>
  464.  
  465. </div>
  466. </div>
  467.  
  468.  
  469.  
  470.  
  471. <!-- Inicio Das postagens --->
  472.  
  473. <div id="content">
  474. {block:Posts}
  475.  
  476. {block:Text}
  477. <div class="entry">
  478. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  479. {Body}
  480. {block:IndexPage}
  481. <div class="perms">
  482. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  483. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  484. <a href="{Permalink}">{SourceURL} </a>
  485. </div>
  486. {/block:IndexPage}
  487. </div>
  488. {/block:Text}
  489.  
  490. {block:Photo}
  491. <div class="entry">
  492. <!--- Tamanho das fotos --->
  493. <img src="{PhotoURL-500}">
  494. <!--- Tamanho das fotos --->
  495. {block:IfFotocomtext} {caption} {/block:IfFotocomtext}
  496. {block:IndexPage}
  497. <div class="perms">
  498. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  499. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  500.  
  501. </div>
  502. {/block:IndexPage}
  503. </div>
  504. {/block:Photo}
  505.  
  506. {block:Photoset}
  507. <div class="entry">
  508. <!--- Tamanho dos Photosets --->
  509. <center>{Photoset-250}</center>
  510. <!--- Tamanho dos Photosets --->
  511. {block:IndexPage}
  512. <div class="perms">
  513. <a href="{permalink}"> {notecount}</a>
  514. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  515. </div>
  516. {/block:IndexPage}
  517. </div>
  518. {/block:Photoset}
  519.  
  520.  
  521. {block:Quote}
  522. <div class="entry">
  523.  
  524. <div class="pquote">{Quote}<div class="quotesource"><b>— {Source}</b></div></div>
  525. {block:IndexPage}
  526. <div class="perms">
  527. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  528. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  529.  
  530. </div>
  531. {/block:IndexPage}
  532. </div>
  533. {/block:Quote}
  534.  
  535. {block:Chat}
  536. <div class="entry">
  537. {block:IndexPage}
  538. <div class="perms">
  539. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  540. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  541. </div>
  542. {/block:IndexPage}
  543.  
  544. {block:Title}
  545. <span class="post_title">{Title}</span>{/block:Title}
  546. <div id="chat">
  547. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  548. </div>
  549. </div>
  550. {/block:Chat}
  551.  
  552. {block:Link}
  553. <div class="entry">
  554. <span class="post_title"><a href="{URL}">{Name} </span></a>
  555. {block:Description}{Description}{/block:Description}
  556. {block:IndexPage}
  557. <div class="perms">
  558.  
  559. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  560. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  561.  
  562. </div>
  563. {/block:IndexPage}
  564. </div>
  565. {/block:Link}
  566.  
  567. {block:Audio}
  568. <div class="entry">
  569. <center>
  570. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" width="300"/><p>{/block:AlbumArt}</center>
  571. <div class="audiocas">{AudioPlayerGrey}</div>
  572. {block:Caption}{Caption}
  573. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  574. {block:IndexPage}
  575. <div class="perms">
  576. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  577. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  578.  
  579. </div>
  580. {/block:IndexPage}
  581. </div>
  582. {/block:Audio}
  583.  
  584. {block:Video}
  585. <div class="entry">
  586. {Video-250}
  587. {block:IndexPage}
  588. <div class="perms">
  589. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  590. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  591.  
  592. </div>
  593. {/block:IndexPage}
  594. </div>
  595. {/block:Video}
  596.  
  597. {block:Answer}
  598. <div class="entry">
  599. <div class="per"> <b>{Asker}</b> perguntou: {Question}<p><div class="fe"></div></div>
  600. <p>
  601. <div class="text"><p>{Answer}</p></div>
  602. {block:IndexPage}
  603. <div class="perms">
  604. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  605. <a href="{ReblogURL}" target="_blank">Reblog</a>
  606.  
  607. </div>
  608. {/block:IndexPage}
  609. </div>
  610. {/block:Answer}
  611.  
  612.  
  613. {block:PostNotes}
  614. <div id="postnotes">
  615. Posted {TimeAgo}, with {NoteCountWithLabel}<br>
  616. {block:RebloggedFrom}Reblogged of: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>originally by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  617. {block:HasTags}Tagged with: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  618.  
  619. </div><p>
  620. {PostNotes}
  621. {/block:PostNotes}
  622.  
  623.  
  624. {/block:posts}
  625.  
  626.  
  627. {block:IndexPage}
  628. <div class="column navigation" id="navigation">
  629. {block:Pagination}
  630. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  631. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  632. </div>
  633. {/block:IndexPage}
  634.  
  635. </div>
  636.  
  637. <script type="text/javascript"> Cufon.now(); </script>
  638.  
  639.  
  640.  
  641. </body>
  642. <a style="width:30px;line-height:10px; font-size:9px; color:#000000; font-family:corbel;text-align:center;position:fixed;bottom:30px;border-bottom:1px dashed #ddd;border-top:1px dashed #ddd;right:20px;;" href="http://sexlost.tumblr.com/" title=""> design </br><font color=#000
  643. > sexlost </font></a></a>
  644. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement