Advertisement
sexlost

01

Oct 21st, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.50 KB | None | 0 0
  1. <!-- base mectub/mists
  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="#FF1493"/>
  14. <meta name="color:Scroll" content="#ddd"/>
  15.  
  16. <meta name="image:Sidebar" content=""/>
  17.  
  18. <meta name="text:descri2" content="agora to judiando to"/>
  19.  
  20. <meta name="text:Link1" content="/" />
  21. <meta name="text:Link1 Title" content="link" />
  22. <meta name="text:Link2" content="/" />
  23. <meta name="text:Link2 Title" content="link" />
  24. <meta name="text:Link3" content="/" />
  25. <meta name="text:Link3 Title" content="link" />
  26. <meta name="text:Link4" content="/" />
  27. <meta name="text:Link4 Title" content="link" />
  28. <meta name="text:Link5" content="/" />
  29. <meta name="text:Link5 Title" content="link" />
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. <link rel="shortcut icon" href="{Favicon}">
  40. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  41. <meta name="viewport" content="width=820" />
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro|{select:Font}' rel='stylesheet' type='text/css'>
  44.  
  45. <script type="text/javascript"
  46. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  47. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("[title]").style_my_tooltips();
  52. });
  53. })(jQuery);
  54. </script>
  55.  
  56. {block:IndexPage}
  57.  
  58. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  59.  
  60. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  61.  
  62. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  63.  
  64. <script type="text/javascript">
  65. $(window).load(function(){
  66. var $wall = $('#content');
  67. $wall.imagesLoaded(function(){
  68. $wall.masonry({
  69. itemSelector: '.entry',
  70. isAnimated : true
  71. });
  72. });
  73. $wall.infinitescroll({
  74. navSelector : "div#navigation",
  75. nextSelector : "div#navigation a#nextPage",
  76. itemSelector : '.entry',
  77. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  78. loadingText : " ",
  79. donetext : " ",
  80. extraScrollPx : 9000,
  81. bufferPx : 10000,
  82. debug : false,
  83. errorCallback: function() {
  84. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  85. }},
  86. function( newElements ) {
  87. var $newElems = $( newElements );
  88. $newElems.hide();
  89. $newElems.imagesLoaded(function(){
  90. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  91. });
  92. }); $('#content').show(500);
  93. });
  94. </script>
  95.  
  96. {/block:IndexPage}{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  97. <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'>
  98.  
  99. <style type="text/css">
  100.  
  101.  
  102. {block:Iffollowbranco}
  103.  
  104. {/block:Iffollowbranco}
  105.  
  106. iframe#tumblr_controls{top: 1px !important;margin: 0 0 0 0;right: 6px !important;position: fixed !important;}
  107.  
  108.  
  109. body {background-image: url('{image:background}');
  110. background-attachment:fixed;
  111. background-color:{color:background};
  112. {block:IfBackgroundTelacheia}background-repeat: no-repeat;
  113. background-position: center;
  114. background-attachment: fixed;
  115. -webkit-background-size: cover;
  116. -o-background-size: cover;{/block:IfBackgroundTelacheia}
  117.  
  118. /*-- Font Theme --*/
  119. font-family: calibri;
  120. font-size: 13px;
  121. line-height:15px;
  122. /*-- Font Theme --*/
  123. text-align:left;
  124. color:{color:text};}
  125.  
  126. a {color: {color:link}; text-decoration:none;}
  127. a:hover {color: #000}
  128.  
  129.  
  130. ::-webkit-scrollbar-thumb{
  131. background-color: {color:Scroll};
  132. border: 3px solid {color:background};
  133. height:auto;
  134. -moz-border-radius: 0px;
  135. border-radius: 0px;
  136. }
  137.  
  138. ::-webkit-scrollbar {
  139. height:auto;
  140. width:9px;
  141. background-color: {color:Scroll};
  142. border: 5px solid {color:background};
  143. }
  144.  
  145. div#content{
  146. margin-left:430px;
  147. {block:IfSideReverse}margin-left:300px;{/block:IfSideReverse}
  148. width:650px;min-height:100%
  149. }
  150.  
  151. .pquote {text-indent:px;
  152. font-size:13px;
  153. text-align:justify;
  154. font-family:corbel;
  155.  
  156. }
  157.  
  158. .quotesource{text-indent:0px;color:#000;;
  159. text-align:right; border-top:2px solid #eee; font-family:corbel;text-transform:uppercase;font-size:9px;}
  160.  
  161.  
  162.  
  163. .post_title{
  164. font-size:12px;
  165. font-family:calibri;
  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 {position:relative;
  186. text-align:justify;
  187. text-transform:lowercase;
  188. padding-bottom:px; margin:0;
  189. clear:both;
  190. padding-left:2px;
  191. padding-bottom:5px;
  192. border-bottom:1px dashed #eee;
  193. color:#000; font:11.5px calibri; background:#;height:auto;}
  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:8.5px;
  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:calibri;
  222. text-transform:uppercase;
  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:300px;margin-top:280px; -webkit-transition-duration: 0.4s;}
  294.  
  295.  
  296. #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;}
  297. #foto img{ height:190px; width:155px ; -webkit-transition: 0.9s ease-in;-moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  298.  
  299.  
  300.  
  301. #frasezinha {opacity:10;z-index:9999999;width:155px;background-color:#;position: fixed;font-style:italic; font-family:candara; font-size:12px; line-height:13px; height:15px;text-align:center;color:#000;;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:;
  302. }
  303. #sidebar:hover #frasezinha {opacity:0;}
  304.  
  305.  
  306.  
  307. #frasezinha2 {opacity:0;width:155px;background-color:#;position: fixed;font-style:; font-family:corbel; font-size:9px; line-height:13px; height:12px;text-align:center;color:#000;;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;}
  308. #sidebar:hover #frasezinha2 {opacity:10;}
  309.  
  310. #links {opacity:0;color: ;text-shadow: 5px 0px 0px; font-family:cambria; -webkit-border-radius:00px 00px 0px 0px;border-top:px solid #aaa; background:#fff;border-left:px solid #EEE;;font-style:italic; border-bottom:px dotted #ccc; font-size:10px; margin-top:-33px; margin-left:-66px; position:fixed; line-height: 11px; letter-spacing:px; height: px; z-index:100; text-align:center; font-weight: none; padding:3px; text-shadow: 0px 0px 0px transparent; width: 130px;-webkit-transition: all 0.6s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.4s linear;}
  311. #links a {color:#000;}
  312. #links a:hover{color:{color:lhover};text-shadow:0px 0px 5px;text-decoration:underline;-webkit-transform: rotate(360deg)}
  313. #sidebar:hover #links {opacity:0.9;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;margin-top:-26px;}
  314.  
  315. /* frase simple Flower por Reorganize-i (DESIGN-HTML) não remova os créditos*/
  316. /*flores*/
  317. .flor {width: 155px; position: fixed; background-color:#; margin-left:-78px; margin-top:19px;text-align:right; color:#8B8682;border-top:2px solid #ddd; line-height:15px;
  318. ; font-size: 14px;;}
  319.  
  320.  
  321.  
  322. .florx {opacity:0;width: 155px; position: fixed; background-color: transparent; margin-left:-120px; margin-top:21px;text-align:right;color:#8B8682; line-height:15px;
  323. ; font-size: 14px;}
  324.  
  325. #sidebar:hover .florx {opacity:10;-webkit-transition: all 1s ease-out;}
  326.  
  327.  
  328.  
  329.  
  330. /*----------------------------------------
  331. +Update Tab #1 (CSS Left) by Incedo
  332. +http://incedothemes.tumblr.com
  333. +Please do not remove the credit.
  334. +Instructions @ http://incedothenes.tumblr.com/tab
  335. +Updated 6/14/14
  336. +------------------------------------------*/
  337.  
  338. #updatetab {
  339. font-family: corbel;
  340. font-size:10px;
  341. text-align:left;/*this is the font*/
  342. color: #A0A0A0;} /*this is the font color*/
  343. #tabtitle, #dropdown, #dropdown p {
  344. background-color:#ffffff; /*this is the background color*/
  345. border-color: #D8D8D8;} /*this is the border color*/
  346.  
  347. #updatetab {
  348. width:100px;
  349. position:fixed;
  350. top:29px;
  351. left:14px;}
  352.  
  353. #tabtitle {
  354. text-align:center;
  355. padding:px px;
  356. letter-spacing:px;
  357. font-family:corbel;
  358. font-size:10px;
  359. text-transform:lowercase;
  360. border-width:1px;
  361. border-style:solid;
  362. border-radius: 2px;
  363. -moz-border-radius: 2px;
  364. -webkit-border-radius: 2px;}
  365.  
  366. #dropdown {
  367. border-style:solid;
  368. border-width:0px 1px 1px 1px;
  369. padding:2px 5px 0px 5px;
  370. border-bottom-right-radius: px;
  371. -moz-border-bottom-right-radius: px;
  372. -webkit-border-bottom-right-radius: px;
  373. border-bottom-left-radius:px;
  374. -moz-border-bottom-left-radius: px;
  375. -webkit-border-bottom-left-radius: px;
  376. opacity:0;
  377. -webkit-transition: all 0.5s ease-in-out;
  378. -moz-transition: all 0.5s ease-in-out;
  379. -o-transition: all 0.5s ease-in-out;
  380. -ms-transition: all 0.5s ease-in-out;
  381. transition: all 0.5s ease-in-out;}
  382.  
  383. #updatetab:hover #dropdown {
  384. opacity:1;
  385. -webkit-transition: all 0.5s ease-in-out;
  386. -moz-transition: all 0.5s ease-in-out;
  387. -o-transition: all 0.5s ease-in-out;
  388. -ms-transition: all 0.5s ease-in-out;
  389. transition: all 0.5s ease-in-out;}
  390.  
  391. #dropdown p {
  392. padding-top:3px;
  393. padding-bottom:3px;
  394. border-width:0px 0px 0px 0px;
  395. border-style:solid;
  396. font-size:10px;}
  397.  
  398. #dropdown p:last-of-type {
  399. border-bottom:0px solid transparent;}
  400.  
  401. p, ul, li, ol {
  402. margin: 0px 0px 0px 0px;}
  403.  
  404. #c {
  405. position:fixed;
  406. bottom:4px;
  407. right:4px;
  408. font-size:13px;
  409. font-family:helvetica;}
  410.  
  411.  
  412.  
  413.  
  414. </style>
  415.  
  416.  
  417.  
  418.  
  419. <body>
  420.  
  421. <div id="container">
  422. <div id="sidebar">
  423. <div id="tudo">
  424. <div id="foto"><img src="{image:sidebar}"></div>
  425. <div id="frasezinha">{description}</div>
  426. <div id="frasezinha2">{text:descri2}</div>
  427.  
  428. <div id="links">
  429. <a href="{text:Link1}">{text:Link1 Title}</a>
  430. <a href="{text:Link2}">{text:Link2 Title}</a>
  431. <a href="{text:Link3}">{text:Link3 Title}</a>
  432. <a href="{text:Link4}">{text:Link4 Title}</a>
  433. <a href="{text:Link5}">{text:Link5 Title}</a>
  434.  
  435.  
  436.  
  437. </div> </div>
  438.  
  439. <div class="flor"> ❁ ❀ ✿</div>
  440.  
  441. <div class="florx">❁ ❀ ✿ ❁ ❀ ✿ ❁ ❀ </div>
  442.  
  443.  
  444.  
  445.  
  446. </div>
  447. </div>
  448. </div>
  449.  
  450. </div>
  451. </div>
  452.  
  453.  
  454.  
  455.  
  456. <!-- Inicio Das postagens --->
  457.  
  458. <div id="content">
  459. {block:Posts}
  460.  
  461. {block:Text}
  462. <div class="entry">
  463. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  464. {Body}
  465. {block:IndexPage}
  466. <div class="perms">
  467. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  468. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  469. <a href="{Permalink}">{SourceURL} </a>
  470. </div>
  471. {/block:IndexPage}
  472. </div>
  473. {/block:Text}
  474.  
  475. {block:Photo}
  476. <div class="entry">
  477. <!--- Tamanho das fotos --->
  478. <img src="{PhotoURL-500}">
  479. <!--- Tamanho das fotos --->
  480. {block:IfFotocomtext} {caption} {/block:IfFotocomtext}
  481. {block:IndexPage}
  482. <div class="perms">
  483. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  484. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  485.  
  486. </div>
  487. {/block:IndexPage}
  488. </div>
  489. {/block:Photo}
  490.  
  491. {block:Photoset}
  492. <div class="entry">
  493. <!--- Tamanho dos Photosets --->
  494. <center>{Photoset-250}</center>
  495. <!--- Tamanho dos Photosets --->
  496. {block:IndexPage}
  497. <div class="perms">
  498. <a href="{permalink}"> {notecount}</a>
  499. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  500. </div>
  501. {/block:IndexPage}
  502. </div>
  503. {/block:Photoset}
  504.  
  505.  
  506. {block:Quote}
  507. <div class="entry">
  508.  
  509. <div class="pquote">{Quote}<div class="quotesource"><b>— {Source}</b></div></div>
  510. {block:IndexPage}
  511. <div class="perms">
  512. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  513. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  514.  
  515. </div>
  516. {/block:IndexPage}
  517. </div>
  518. {/block:Quote}
  519.  
  520. {block:Chat}
  521. <div class="entry">
  522. {block:IndexPage}
  523. <div class="perms">
  524. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  525. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  526. </div>
  527. {/block:IndexPage}
  528.  
  529. {block:Title}
  530. <span class="post_title">{Title}</span>{/block:Title}
  531. <div id="chat">
  532. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  533. </div>
  534. </div>
  535. {/block:Chat}
  536.  
  537. {block:Link}
  538. <div class="entry">
  539. <span class="post_title"><a href="{URL}">{Name} </span></a>
  540. {block:Description}{Description}{/block:Description}
  541. {block:IndexPage}
  542. <div class="perms">
  543.  
  544. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  545. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  546.  
  547. </div>
  548. {/block:IndexPage}
  549. </div>
  550. {/block:Link}
  551.  
  552. {block:Audio}
  553. <div class="entry">
  554. <center>
  555. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" width="300"/><p>{/block:AlbumArt}</center>
  556. <div class="audiocas">{AudioPlayerGrey}</div>
  557. {block:Caption}{Caption}
  558. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  559. {block:IndexPage}
  560. <div class="perms">
  561. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  562. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  563.  
  564. </div>
  565. {/block:IndexPage}
  566. </div>
  567. {/block:Audio}
  568.  
  569. {block:Video}
  570. <div class="entry">
  571. {Video-250}
  572. {block:IndexPage}
  573. <div class="perms">
  574. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  575. <a href="{ReblogURL}" target="_blank">REBLOG</a>
  576.  
  577. </div>
  578. {/block:IndexPage}
  579. </div>
  580. {/block:Video}
  581.  
  582. {block:Answer}
  583. <div class="entry">
  584. <div class="per"> <img src="http://static.tumblr.com/qft2cvq/b8Tn7by5u/24.png" width="8px"> <b>{Asker}</b> <i>perguntou</i>: {Question}<p><div class="fe"></div></div>
  585. <p>
  586. <div class="text"><p>{Answer}</p></div>
  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:Answer}
  596.  
  597.  
  598. {block:PostNotes}
  599. <div id="postnotes">
  600. Posted {TimeAgo}, with {NoteCountWithLabel}<br>
  601. {block:RebloggedFrom}Reblogged of: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>originally by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  602. {block:HasTags}Tagged with: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  603.  
  604. </div><p>
  605. {PostNotes}
  606. {/block:PostNotes}
  607.  
  608.  
  609. {/block:posts}
  610.  
  611.  
  612. {block:IndexPage}
  613. <div class="column navigation" id="navigation">
  614. {block:Pagination}
  615. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  616. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  617. </div>
  618. {/block:IndexPage}
  619.  
  620. </div>
  621.  
  622. <script type="text/javascript"> Cufon.now(); </script>
  623.  
  624.  
  625.  
  626. </body>
  627. <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=#FF1493
  628. > sexlost </font></a></a>
  629. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement