Advertisement
sexlost

55

Oct 2nd, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.27 KB | None | 0 0
  1. <!-- base mectub
  2. theme por sexlost
  3. cs: raiodluar/bruteira/perdisawn/suffixyou
  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="#FF1493"/>
  14. <meta name="color:Scroll" content="#FF1493"/>
  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:link, a:active,
  126. a:visited{color:{color:link};
  127. text-decoration: none;}
  128. a:hover{color:#777;}
  129.  
  130.  
  131. ::-webkit-scrollbar-thumb{
  132. background-color: {color:Scroll};
  133. border: 3px solid {color:background};
  134. height:auto;
  135. -moz-border-radius: 0px;
  136. border-radius: 0px;
  137. }
  138.  
  139. ::-webkit-scrollbar {
  140. height:auto;
  141. width:9px;
  142. background-color: {color:Scroll};
  143. border: 5px solid {color:background};
  144. }
  145.  
  146. div#content{
  147. margin-left:430px;
  148. {block:IfSideReverse}margin-left:300px;{/block:IfSideReverse}
  149. width:650px;min-height:100%
  150. }
  151.  
  152. .pquote {text-indent:px;
  153. font-size:13px;
  154. text-align:justify;
  155. font-family:corbel;
  156.  
  157. }
  158.  
  159. .quotesource{text-indent:0px;color:#000;;
  160. text-align:right; border-top:2px solid #eee; font-family:corbel;text-transform:uppercase;font-size:9px;}
  161.  
  162.  
  163.  
  164. .post_title{
  165. font-size:{text:TamanhoFont};
  166. color:{color:link};}
  167.  
  168.  
  169. .entry {
  170. position:relative;
  171. width:250px;
  172. float:left;
  173. /* Margin das postagens */
  174. padding:10px;
  175. /* Margin das postagens */
  176. {block:PermalinkPage}width:500px;{/block:PermalinkPage}; margin-top:10px;}
  177.  
  178.  
  179. .entry img{max-width:250px;min-width:6px;
  180. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage};}
  181.  
  182. #postnotes {text-align:left; z-index:11; padding:0px; -webkit-transition: all 0.2s ease-out; -moz-transition: all .4s ease-out; width:500px;}
  183.  
  184.  
  185. .per {
  186. position:relative;
  187. text-align:justify;
  188. padding-bottom:px; margin:0;
  189. clear:both;
  190. padding-left:2px;
  191. color:#fff; font:10px corbel; background:#FF1493;height:auto;
  192.  
  193. }
  194.  
  195.  
  196. .fe {
  197. display:block;
  198. position:absolute;
  199. bottom:-15px;
  200. left:15px;
  201. width:0;
  202. border-width:15px 15px 0;
  203. border-style:solid;
  204. border-color: transparent;}
  205.  
  206. .text {text-align:left; margin-top:3px;font:10px corbel;}
  207.  
  208. blockquote{
  209. padding:0px 0px 0px 5px;
  210. margin:0px 0px 2px 1px;
  211. border-left: 1px solid {color:Text};}
  212.  
  213. .perms {
  214. font-size:10px;
  215. text-align:right;
  216. bottom:-5px;
  217. width:250px;
  218. position: absolute;
  219. margin-top:0px;margin-left:0px;
  220. line-height:12px;
  221. font-family:corbel;
  222. text-transform: lowercase;
  223. display:block;z-index:9999; opacity:0; -webkit-transition: all .5s ease-out; -moz-transition: all .2s ease-out;}
  224.  
  225. .perms a{margin-left:4px;}
  226. .entry:hover .perms {
  227. opacity:1;
  228. z-index:999999; -webkit-transition: all .2s ease-out; -moz-transition: all .5s ease-out;
  229. }
  230.  
  231.  
  232. .perms a:hover{text-decoration:;}
  233.  
  234.  
  235.  
  236.  
  237.  
  238. {block:IfPermalinkHover}
  239. .perms {
  240. font-size:10px;
  241. text-align:right;
  242. width:250px;transition: .8s ease-in-out;
  243. -webkit-transition: .8s ease-in-out;
  244. -moz-transition: .8s ease-in-out;
  245. -o-transition: .8s ease-in-out;
  246. opacity:0;
  247. height:auto;
  248. position: absolute;
  249. margin-top:0px;bottom:35px;
  250. font-style:;letter-spacing:0px;
  251. text-transform: lowercase;
  252. font-family:;
  253. display:block;}
  254.  
  255.  
  256. .entry:hover .perms {
  257. opacity:1;bottom:-0px;transition: .8s ease-in-out;
  258. -webkit-transition: .8s ease-in-out;
  259. -moz-transition: .8s ease-in-out;
  260. -o-transition: .8s ease-in-out;
  261. z-index:999999;}
  262.  
  263.  
  264. .perms a:hover{text-decoration:line-through;}
  265.  
  266. .rg {border-bottom:1px solid;}
  267.  
  268. {/block:IfPermalinkHover}
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276. {block:Iffollowbranco}
  277. iframe#tumblr_controls {
  278. white-space:nowrap;
  279. -webkit-filter: invert(100%);
  280. -moz-filter: invert(100%);
  281. -o-filter: invert(100%);
  282. -ms-filter: invert(100%);
  283. filter: invert(100%);
  284. opacity:.7;
  285. transition: .8s ease-in-out;
  286. -webkit-transition: .8s ease-in-out;
  287. -moz-transition: .8s ease-in-out;
  288. -o-transition: .8s ease-in-out; }
  289. {/block:Iffollowbranco}
  290.  
  291.  
  292.  
  293. #sidebar {position:fixed; width: 150px; height:150px; margin-left:340px;margin-top:280px; -webkit-transition-duration: 0.4s;}
  294.  
  295. #foto img {display: inline; margin-left:50px; position:fixed; text-align:left;-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; margin-top:3px;padding-bottom:25px;border-width:13px;padding-left:-5px;}
  296. #foto img {width:155px; height:190px; margin-top:-195px;margin-left:-80px;}
  297.  
  298.  
  299. #frasezinha {opacity:10;width:150px;background-color:#;position: fixed;font-style:italic; font-family:corbel; font-size:9px; line-height:12px; height:px;text-align:left;color:#000;margin-top:-4px;margin-left:-80px;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;padding-bottom:3px;padding-left:2px;max-width:150px;;}
  300. #sidebar:hover #frasezinha {opacity:0;margin-left:-70px;}
  301.  
  302. .bordinha {margin-top:-195px; margin-left:-85px; border-left:2px dashed #FF69B4
  303. ; width:0px; height:200px;border-top:px dashed #FF69B4
  304. ;}
  305.  
  306. #sidebar:hover .bordinha {opacity:0;-webkit-transition: all 0.3s ease-out;}
  307.  
  308.  
  309. #frasezinha2 {opacity:0;width:125px;background-color:#;position: fixed;font-style:italic; font-family:times; font-size:12px; line-height:15px; height:px;text-align:center;color:#fff;margin-top:-208px;margin-left:-80px;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  310. #sidebar:hover #frasezinha2 {opacity:10;background-color:none;box-shadow:none;margin-top:-30px;margin-left:-66px;border-bottom:1.5px solid #FF69B4;border-top:1.5px solid #FF69B4;border-left:1.5px solid #FF69B4;border-right:1.5px solid #FF69B4;text-shadow:0px 0px 0.1px}
  311.  
  312.  
  313.  
  314. #links {opacity:0;width:160px;position: fixed;font-style:;font-size:11.8px; font-family:corbel; background-color:#;line-height:14px; height:15px;text-align:center; margin-top:25px;margin-left:-80px;padding-left:5px;}
  315. #links a {color:#000;opacity:;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;background-position:3px 0, 3px 0, 15px -150px, 15px -150px}
  316. #links a:hover {color:{color:lhover};text-shadow:0px 0px 5px;text-decoration:underline;}
  317. #sidebar:hover #links {opacity:10;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;margin-top:-4px;-webkit-transform: rotateX(360deg);-moz-transform: rotateX(360deg);box-shadow: 0 6px 6px -7px #000}
  318.  
  319.  
  320.  
  321. #sabedots3 {opacity:10;margin-left:66px; margin-top:-3px; 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}
  322. #sabedots3 img { width:10px; height:auto;}
  323. #sidebar:hover #sabedots3 {opacity:0;-webkit-transform: rotate(360deg);margin-left:52px;margin-top:-4px;}
  324.  
  325.  
  326. #sabedotx {opacity:10;margin-left:28px; margin-top:-30px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out}
  327. #sabedotx img { width:45px; height:auto;}
  328. #sidebar:hover #sabedotx {opacity:0;-webkit-transform: rotate(360deg);margin-left:60px;}
  329.  
  330. #sabedotc {opacity:0;margin-left:-80px; 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}
  331. #sabedotc img { width:13px; height:auto;}
  332. #sidebar:hover #sabedotc {opacity:10;-webkit-transform: rotate(360deg);}
  333.  
  334. /*----------------------------------------
  335. +Update Tab #1 (CSS Left) by Incedo
  336. +http://incedothemes.tumblr.com
  337. +Please do not remove the credit.
  338. +Instructions @ http://incedothenes.tumblr.com/tab
  339. +Updated 6/14/14
  340. +------------------------------------------*/
  341.  
  342. #updatetab {
  343. font-family: corbel;
  344. font-size:10px;
  345. text-align:left;/*this is the font*/
  346. color: #A0A0A0;} /*this is the font color*/
  347. #tabtitle, #dropdown, #dropdown p {
  348. background-color:#ffffff; /*this is the background color*/
  349. border-color: #D8D8D8;} /*this is the border color*/
  350.  
  351. #updatetab {
  352. width:100px;
  353. position:fixed;
  354. top:29px;
  355. left:14px;}
  356.  
  357. #tabtitle {
  358. text-align:center;
  359. padding:px px;
  360. letter-spacing:px;
  361. font-family:corbel;
  362. font-size:10px;
  363. text-transform:lowercase;
  364. border-width:1px;
  365. border-style:solid;
  366. border-radius: 2px;
  367. -moz-border-radius: 2px;
  368. -webkit-border-radius: 2px;}
  369.  
  370. #dropdown {
  371. border-style:solid;
  372. border-width:0px 1px 1px 1px;
  373. padding:2px 5px 0px 5px;
  374. border-bottom-right-radius: px;
  375. -moz-border-bottom-right-radius: px;
  376. -webkit-border-bottom-right-radius: px;
  377. border-bottom-left-radius:px;
  378. -moz-border-bottom-left-radius: px;
  379. -webkit-border-bottom-left-radius: px;
  380. opacity:0;
  381. -webkit-transition: all 0.5s ease-in-out;
  382. -moz-transition: all 0.5s ease-in-out;
  383. -o-transition: all 0.5s ease-in-out;
  384. -ms-transition: all 0.5s ease-in-out;
  385. transition: all 0.5s ease-in-out;}
  386.  
  387. #updatetab:hover #dropdown {
  388. opacity:1;
  389. -webkit-transition: all 0.5s ease-in-out;
  390. -moz-transition: all 0.5s ease-in-out;
  391. -o-transition: all 0.5s ease-in-out;
  392. -ms-transition: all 0.5s ease-in-out;
  393. transition: all 0.5s ease-in-out;}
  394.  
  395. #dropdown p {
  396. padding-top:3px;
  397. padding-bottom:3px;
  398. border-width:0px 0px 0px 0px;
  399. border-style:solid;
  400. font-size:10px;}
  401.  
  402. #dropdown p:last-of-type {
  403. border-bottom:0px solid transparent;}
  404.  
  405. p, ul, li, ol {
  406. margin: 0px 0px 0px 0px;}
  407.  
  408. #c {
  409. position:fixed;
  410. bottom:4px;
  411. right:4px;
  412. font-size:13px;
  413. font-family:helvetica;}
  414.  
  415.  
  416.  
  417. </style>
  418.  
  419.  
  420.  
  421.  
  422. <body>
  423.  
  424. <div id="container">
  425. <div id="sidebar">
  426. <div id="tudo">
  427. <div id="foto"><img src="{image:sidebar}"></div>
  428.  
  429.  
  430.  
  431. <div id="sabedots3"><img src="http://media.tumblr.com/tumblr_m6amo9aFeD1rqir0v.png" class="sabedots3"></div>
  432.  
  433. <div id="sabedotx"><img src="http://33.media.tumblr.com/63869bcb9e001a634bc9a1c8baae497e/tumblr_ncp11oDgDT1qee6wmo2_500.png" class="sabedotx"></div>
  434.  
  435. <div id="sabedotc"><img src="http://media.tumblr.com/tumblr_lmt0f3VLgt1qfel73.gif" class="sabedotc"></div>
  436.  
  437.  
  438.  
  439. <div id="frasezinha">{description}</div>
  440. <div id="frasezinha2">{text:descri2}</div>
  441.  
  442.  
  443.  
  444. <div id="links">
  445. <a href="{text:Link1}">{text:Link1 Title}</a>
  446. <a href="{text:Link2}">{text:Link2 Title}</a>
  447. <a href="{text:Link3}">{text:Link3 Title}</a>
  448. <a href="{text:Link4}">{text:Link4 Title}</a>
  449. <a href="{text:Link5}">{text:Link5 Title}</a>
  450.  
  451.  
  452. </div> </div>
  453. <div class="bordinha"></div>
  454.  
  455. </div>
  456. </div>
  457. </div>
  458.  
  459. </div>
  460. </div>
  461.  
  462.  
  463.  
  464.  
  465. <!-- Inicio Das postagens --->
  466.  
  467. <div id="content">
  468. {block:Posts}
  469.  
  470. {block:Text}
  471. <div class="entry">
  472. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  473. {Body}
  474. {block:IndexPage}
  475. <div class="perms">
  476. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  477. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  478. <a href="{Permalink}">{SourceURL} </a>
  479. </div>
  480. {/block:IndexPage}
  481. </div>
  482. {/block:Text}
  483.  
  484. {block:Photo}
  485. <div class="entry">
  486. <!--- Tamanho das fotos --->
  487. <img src="{PhotoURL-500}">
  488. <!--- Tamanho das fotos --->
  489. {block:IfFotocomtext} {caption} {/block:IfFotocomtext}
  490. {block:IndexPage}
  491. <div class="perms">
  492. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  493. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  494.  
  495. </div>
  496. {/block:IndexPage}
  497. </div>
  498. {/block:Photo}
  499.  
  500. {block:Photoset}
  501. <div class="entry">
  502. <!--- Tamanho dos Photosets --->
  503. {block:Photos}
  504. <div class="perms">
  505. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  506.  
  507. {/block:Photos}
  508. <!--- Tamanho dos Photosets --->
  509. {block:IndexPage}
  510.  
  511. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  512. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  513.  
  514. </div>
  515. {/block:IndexPage}
  516. </div>
  517. {/block:Photoset}
  518.  
  519.  
  520. {block:Quote}
  521. <div class="entry">
  522.  
  523. <div class="pquote">{Quote}<div class="quotesource"><b>— {Source}</b></div></div>
  524. {block:IndexPage}
  525. <div class="perms">
  526. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  527. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  528.  
  529. </div>
  530. {/block:IndexPage}
  531. </div>
  532. {/block:Quote}
  533.  
  534. {block:Chat}
  535. <div class="entry">
  536. {block:IndexPage}
  537. <div class="perms">
  538. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  539. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  540. </div>
  541. {/block:IndexPage}
  542.  
  543. {block:Title}
  544. <span class="post_title">{Title}</span>{/block:Title}
  545. <div id="chat">
  546. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  547. </div>
  548. </div>
  549. {/block:Chat}
  550.  
  551. {block:Link}
  552. <div class="entry">
  553. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a>
  554. {block:Description}{Description}{/block:Description}
  555. {block:IndexPage}
  556. <div class="perms">
  557.  
  558. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  559. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  560.  
  561. </div>
  562. {/block:IndexPage}
  563. </div>
  564. {/block:Link}
  565.  
  566. {block:Audio}
  567. <div class="entry">
  568. <center>
  569. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" width="300"/><p>{/block:AlbumArt}</center>
  570. <div class="audiocas">{AudioPlayerGrey}</div>
  571. {block:Caption}{Caption}
  572. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  573. {block:IndexPage}
  574. <div class="perms">
  575. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  576. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  577.  
  578. </div>
  579. {/block:IndexPage}
  580. </div>
  581. {/block:Audio}
  582.  
  583. {block:Video}
  584. <div class="entry">
  585. {Video-250}
  586. {block:IndexPage}
  587. <div class="perms">
  588. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  589. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  590.  
  591. </div>
  592. {/block:IndexPage}
  593. </div>
  594. {/block:Video}
  595.  
  596. {block:Answer}
  597. <div class="entry">
  598. <div class="per"><img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif"> <b>{Asker}:</b> {Question}<p><div class="fe"></div></div>
  599. <p>
  600. <div class="text"><p>{Answer}</p></div>
  601. {block:IndexPage}
  602. <div class="perms">
  603. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  604. <a href="{ReblogURL}" target="_blank">Reblog</a> <img src="http://static.tumblr.com/3vgrnxy/0Hsnc5fm2/corin.gif">
  605.  
  606. </div>
  607. {/block:IndexPage}
  608. </div>
  609. {/block:Answer}
  610.  
  611.  
  612. {block:PostNotes}
  613. <div id="postnotes">
  614. Posted {TimeAgo}, with {NoteCountWithLabel}<br>
  615. {block:RebloggedFrom}Reblogged of: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>originally by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  616. {block:HasTags}Tagged with: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  617.  
  618. </div><p>
  619. {PostNotes}
  620. {/block:PostNotes}
  621.  
  622.  
  623. {/block:posts}
  624.  
  625.  
  626. {block:IndexPage}
  627. <div class="column navigation" id="navigation">
  628. {block:Pagination}
  629. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  630. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  631. </div>
  632. {/block:IndexPage}
  633.  
  634. </div>
  635.  
  636. <script type="text/javascript"> Cufon.now(); </script>
  637.  
  638.  
  639. </body>
  640. <a style="width:120px; font-size:15px; color:#000000; font-family:corbel;position:fixed;bottom:30px;right:-15px;text-shadow: 0.1em 0.1em 0.1em #000;;" href="http://sexlost.tumblr.com/" title="sexlost"><font color=#FF1493
  641. > ✖ </font></a></a>
  642. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement