Advertisement
themesbychloe

one

May 14th, 2014
1,054
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.87 KB | None | 0 0
  1. <!--
  2. theme made by parised, keep credit.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <script type="text/javascript">
  11. </script>
  12.  
  13.  
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16.  
  17. <!--DEFAULT VARIABLES-->
  18. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  19. <meta name="color:background" content="#fff"/>
  20. <meta name="color:link" content="#777"/>
  21. <meta name="color:text" content="#777"/>
  22. <meta name="color:title" content="#333"/>
  23. <meta name="color:hover" content="#fff"/>
  24. <meta name="image:background" content="1"/>
  25. <meta name="text:Link 1" content=""/>
  26. <meta name="text:Link 1 title" content=""/>
  27. <meta name="text:Link 2" content=""/>
  28. <meta name="text:Link 2 title" content=""/>
  29. <meta name="text:Link 3" content=""/>
  30. <meta name="text:Link 3 title" content=""/>
  31. <meta name="text:Link 4" content=""/>
  32. <meta name="text:Link 4 title" content=""/>
  33. <meta name="text:Link 5" content=""/>
  34. <meta name="text:Link 5 title" content=""/>
  35.  
  36.  
  37.  
  38. <style type="text/css">
  39. ::-webkit-scrollbar {width:8px; height:5px; background: {color:Background};}
  40. ::-webkit-scrollbar-thumb { background-color: #f7f7f7;border:1px solid #e8e8e8;}
  41.  
  42.  
  43.  
  44. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  45.  
  46. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  47.  
  48. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  49.  
  50. p {
  51. margin:0px;
  52. margin-top:0px;
  53. }
  54.  
  55.  
  56. body {
  57. padding: 0px;
  58. margin: 0px;
  59. color:{color:text};
  60. font-family: courier new;
  61. line-height:10px;
  62. font-size:9px;
  63. background-color: {color:Background};
  64. background-image:url({image:Background});
  65. background-attachment: fixed;
  66. background-repeat: repeat;
  67. }
  68.  
  69.  
  70. a:link, a:active, a:visited{
  71. text-decoration: none;
  72. -webkit-transition: color 0.3s ease-out;
  73. -moz-transition: color 0.3s ease-out;
  74. transition: color 0.3s ease-out;
  75. color:{color:link};
  76. }
  77.  
  78. a:hover {
  79. text-decoration: none;
  80. font-style:;
  81. color: {color:Hover};
  82. }
  83.  
  84. div#center{
  85. margin:auto;
  86. position:relative;
  87. width:1000px;
  88. background-color:;
  89. overflow:auto;
  90. overflow-y:hidden;
  91. }
  92.  
  93.  
  94. .entry {
  95. float:left;
  96. display: block;
  97. margin:15px;
  98. overflow:hidden;
  99. width:250px;
  100. opacity:0.8;
  101. {block:PermalinkPage}
  102. width:450px;
  103. text-align:left;
  104. line-height:10px;
  105. {/block:PermalinkPage}
  106. background:transparent;
  107. background-image:URL();
  108. -webkit-transition: all .7s ease;
  109. -moz-transition: all .7s ease;
  110. -o-transition: all .7s ease;
  111. transition: all .7s ease;
  112. }
  113.  
  114. .entry:hover{
  115. opacity:1;
  116.  
  117. -webkit-transition: all .7s ease;
  118. -moz-transition: all .7s ease;
  119. -o-transition: all .7s ease;
  120. transition: all .7s ease;
  121. }
  122.  
  123. img {
  124. display:block;
  125. }
  126.  
  127.  
  128.  
  129.  
  130. .entry .block1{
  131. position:absolute;
  132. width:10px;
  133. height:10px;
  134. margin-left:5px;
  135. margin-top:-5px;
  136. opacity:0;
  137. background-color:#9C9C9C;
  138. border:1px solid white ;
  139. -moz-box-shadow: 2px 2px rgba(0,0,0,0.5);
  140. -webkit-box-shadow: 2px 2px rgba(0,0,0,0.5);
  141. box-shadow: 2px 2px rgba(0,0,0,0.5);
  142. -webkit-transition: all .5s ease;
  143. -moz-transition: all .5s ease;
  144. -o-transition: all .5s ease;
  145. transition: all .5s ease;
  146. }
  147.  
  148. .entry:hover .block1{
  149. opacity:1;
  150. margin-left:5px;
  151. margin-top:5px;
  152.  
  153. -webkit-transition: all .7s ease;
  154. -moz-transition: all .7s ease;
  155. -o-transition: all .7s ease;
  156. transition: all .7s ease;
  157. }
  158.  
  159. .block1:hover{
  160. background-color:black;
  161. -webkit-transition: all .7s ease;
  162. -moz-transition: all .7s ease;
  163. -o-transition: all .7s ease;
  164. transition: all .7s ease;
  165. }
  166.  
  167.  
  168. .entry .block2{
  169. position:absolute;
  170. width:10px;
  171. height:10px;
  172. margin-left:20px;
  173. margin-top:-5px;
  174. opacity:0;
  175. background-color:#4F4F4F;
  176. border:1px solid white ;
  177. -moz-box-shadow: 2px 2px rgba(0,0,0,0.5);
  178. -webkit-box-shadow: 2px 2px rgba(0,0,0,0.5);
  179. box-shadow: 2px 2px rgba(0,0,0,0.5);
  180. -webkit-transition: all .5s ease;
  181. -moz-transition: all .5s ease;
  182. -o-transition: all .5s ease;
  183. transition: all .5s ease;
  184. }
  185.  
  186. .entry:hover .block2{
  187. opacity:1;
  188. margin-top:5px;
  189. -webkit-transition: all .7s ease;
  190. -moz-transition: all .7s ease;
  191. -o-transition: all .7s ease;
  192. transition: all .7s ease;
  193. }
  194.  
  195. .block2:hover{
  196. background-color:black;
  197. -webkit-transition: all .7s ease;
  198. -moz-transition: all .7s ease;
  199. -o-transition: all .7s ease;
  200. transition: all .7s ease;
  201. }
  202.  
  203. #posts {
  204. width:700px;
  205. margin-top:1px;
  206. z-index:99;
  207. margin-left:269px;
  208. right:auto;
  209. background:transparent;
  210. margin-right:auto;
  211. position:relative;
  212. overflow-y: hidden;
  213. }
  214.  
  215.  
  216. #sidebar{
  217. position:fixed !important;
  218. width:150px;
  219. background:transparent;
  220. height:auto;
  221. margin-top:150px;
  222. margin-left:95px;
  223. text-align:center;
  224. padding:3px;
  225. padding-bottom:8px;
  226. border-bottom:1px solid black;
  227. }
  228. .links{
  229. position:fixed;
  230. margin-left:85px;
  231. }
  232.  
  233. .link1{
  234. position:fixed;
  235. width:10px;
  236. height:10px;
  237. margin-top:3px;
  238.  
  239. background-color:black;
  240. -webkit-transition: all .7s ease;
  241. -moz-transition: all .7s ease;
  242. -o-transition: all .7s ease;
  243. transition: all .7s ease;
  244. }
  245.  
  246. .link1:hover{
  247. opacity:1;
  248. height:40px;
  249. -webkit-transition: all .7s ease;
  250. -moz-transition: all .7s ease;
  251. -o-transition: all .7s ease;
  252. transition: all .7s ease;
  253. }
  254.  
  255. .link2{
  256. position:fixed;
  257. width:10px;
  258. height:20px;
  259. margin-top:3px;
  260. margin-left:13px;
  261. background-color:black;
  262. -webkit-transition: all .7s ease;
  263. -moz-transition: all .7s ease;
  264. -o-transition: all .7s ease;
  265. transition: all .7s ease;
  266. }
  267.  
  268. .link2:hover{
  269. opacity:1;
  270. height:50px;
  271. -webkit-transition: all .7s ease;
  272. -moz-transition: all .7s ease;
  273. -o-transition: all .7s ease;
  274. transition: all .7s ease;
  275. }
  276.  
  277. .link3{
  278. position:fixed;
  279. width:10px;
  280.  
  281. height:30px;
  282. margin-top:3px;
  283. margin-left:26px;
  284. background-color:black;
  285. -webkit-transition: all .7s ease;
  286. -moz-transition: all .7s ease;
  287. -o-transition: all .7s ease;
  288. transition: all .7s ease;
  289. }
  290.  
  291. .link3:hover{
  292. opacity:1;
  293. height:60px;
  294. -webkit-transition: all .7s ease;
  295. -moz-transition: all .7s ease;
  296. -o-transition: all .7s ease;
  297. transition: all .7s ease;
  298. }
  299.  
  300. .link4{
  301. position:fixed;
  302. width:10px;
  303. height:40px;
  304. margin-top:3px;
  305. margin-left:39px;
  306. background-color:black;
  307. -webkit-transition: all .7s ease;
  308. -moz-transition: all .7s ease;
  309. -o-transition: all .7s ease;
  310. transition: all .7s ease;
  311. }
  312.  
  313. .link4:hover{
  314. opacity:1;
  315. height:70px;
  316. -webkit-transition: all .7s ease;
  317. -moz-transition: all .7s ease;
  318. -o-transition: all .7s ease;
  319. transition: all .7s ease;
  320. }
  321.  
  322. .link5{
  323. position:fixed;
  324. width:10px;
  325. height:50px;
  326. margin-top:3px;
  327. margin-left:52px;
  328. background-color:black;
  329. -webkit-transition: all .7s ease;
  330. -moz-transition: all .7s ease;
  331. -o-transition: all .7s ease;
  332. transition: all .7s ease;
  333. }
  334.  
  335. .link5:hover{
  336. opacity:1;
  337. height:80px;
  338. -webkit-transition: all .7s ease;
  339. -moz-transition: all .7s ease;
  340. -o-transition: all .7s ease;
  341. transition: all .7s ease;
  342. }
  343.  
  344. .title{
  345. line-height: 20px;
  346. font-size:15px;
  347. text-transform:lowercase;
  348. font-family:courier new;
  349. font-style:italic;
  350. color:{color:Title};
  351. }
  352.  
  353. #c{
  354. position:fixed;
  355. right:20px;
  356. bottom:20px;
  357. font-family:cambria;
  358. font-size:10px;
  359. letter-spacing:1px;}
  360.  
  361.  
  362. .permalink{
  363. border-top:1px solid black;
  364. padding-top:3px;
  365. font-size:10px;
  366. font-family:calibri;
  367. line-height:10px;
  368. text-transform:lowercase;
  369. font-style:italic;
  370. display: block;
  371. text-align: right;
  372. }
  373.  
  374. .permalink a{
  375. color:black;
  376. text-decoration:underline;
  377. text-align:center;
  378. }
  379.  
  380. #infscr-loading{
  381. bottom: -70px;
  382. position: absolute;
  383. left: 50%;
  384. margin-left:-8px;
  385. width:16px;
  386. height:11px;
  387. overflow:hidden;
  388. margin-bottom: 50px;
  389. }
  390.  
  391. #postnotes{
  392. text-align: justify;}
  393.  
  394. #postnotes blockquote{
  395. border: 0px;}
  396.  
  397. blockquote{
  398. padding:0px 0px 2px 5px;
  399. margin:0px 0px 2px 10px;
  400. border-left: 2px solid #555555;
  401. }
  402.  
  403. blockquote p, ul{
  404. margin:0px;
  405. padding:0px;
  406. }
  407.  
  408. #s-m-t-tooltip{
  409. font-size: 10px;
  410.  
  411. max-width:300px;
  412.  
  413. padding:3px 3px 4px 4px;
  414.  
  415. margin:20px 0px 0px 20px;
  416.  
  417. z-index:10;
  418.  
  419. letter-spacing:1px;
  420.  
  421. background-color:black;
  422.  
  423. font-family:calibri;
  424.  
  425. border-radius:4px;
  426.  
  427. border:1px solid #fcfcfc;
  428.  
  429. text-transform:lowercase;
  430.  
  431. color:#fff;
  432.  
  433. font-style:italic;
  434.  
  435. z-index:999999999999999999999999999999999999;
  436.  
  437. }
  438.  
  439.  
  440.  
  441. .artcover {position:absolute;}
  442. .artcover img {width:42px;height:42px;float:left;border:5px solid #EEE;}
  443. .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
  444. .audioinfo {margin-left:55px;padding:3px 0px;}
  445. .i{display:block;padding:2px;}
  446. .i b, strong{font-family:Consolas;}
  447. .player {
  448. position:absolute;
  449. background:#FFF;
  450. width:30px;
  451. height:30px;
  452. opacity:0.75;
  453. padding:4px;
  454. margin:7px;
  455. overflow:hidden;}
  456.  
  457.  
  458. #info {
  459. color:{color:text};
  460. width:490px;
  461. font-family:calibri;
  462. text-transform:uppercase;
  463. letter-spacing:0px;
  464. font-size: 8px;
  465. line-height:120%;
  466. text-align:center;
  467. margin-top:2px;
  468. letter-spacing:1px;
  469. padding:5px;
  470. padding-bottom:5px;
  471. -webkit-transition-duration:0.5s;
  472. }
  473.  
  474. #info a{
  475. color:{color:info};
  476. border:0px;
  477. width:490px;
  478. font-family:calibri;
  479. text-transform:uppercase;
  480. font-style:normal;
  481. letter-spacing:0px;
  482. font-size: 8px;
  483. line-height:120%;
  484. text-align:center;
  485. letter-spacing:1px;
  486. -moz-transition-duration:0.5s;
  487. -webkit-transition-duration:0.5s;
  488. -o-transition-duration:0.5s;
  489. }
  490.  
  491. #info a:hover{
  492. color:{color:infohover};
  493. border-bottom:0px solid #fff;
  494. width:490px;
  495. letter-spacing:0px;
  496. font-size: 8px;
  497. line-height:120%;
  498. text-align:center;
  499. margin-top:2px;
  500. letter-spacing:1px;
  501. -moz-transition-duration:0.5s;
  502. -webkit-transition-duration:0.5s;
  503. -o-transition-duration:0.5s;
  504.  
  505. }
  506. a img{border: 0px;}
  507.  
  508.  
  509. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  510.  
  511. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  512. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  513.  
  514. .notes img{width:10px; position:relative; top:3px;}
  515. <--ses-->
  516. small{font-size: 90%;}
  517.  
  518. {CustomCSS}
  519.  
  520. </style>
  521.  
  522. {block:IndexPage}
  523. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  524. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  525.  
  526. <script type="text/javascript">
  527. $(window).load(function(){
  528. var $wall = $('#posts');
  529. $wall.imagesLoaded(function(){
  530. $wall.masonry({
  531. itemSelector: '.entry, .entry_photo',
  532. isAnimated : false
  533. });
  534. });
  535.  
  536. $wall.infinitescroll({
  537. navSelector : '#pagination',
  538. nextSelector : '#pagination a',
  539. itemSelector : '.entry, .entry_photo',
  540. bufferPx : 2000,
  541. debug : false,
  542. errorCallback: function() {
  543. $('#infscr-loading').fadeOut('normal');
  544. }},
  545. function( newElements ) {
  546. var $newElems = $( newElements );
  547. $newElems.hide();
  548. $newElems.imagesLoaded(function(){
  549. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  550. });
  551. }); $('#posts').show(500);
  552. });
  553. </script>
  554.  
  555.  
  556. {/block:IndexPage}
  557.  
  558.  
  559. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  560. <script>
  561. (function($){
  562. $(document).ready(function(){
  563. $("[title]").style_my_tooltips({
  564. tip_follows_cursor:true,
  565. tip_delay_time:200,
  566. tip_fade_speed:300
  567. }
  568. );
  569. });
  570. })(jQuery);
  571. </script>
  572.  
  573. <title>{title}</title>
  574.  
  575. <link rel="shortcut icon" href="{Favicon}" />
  576. <meta name="viewport" content="width=820" />
  577. </head>
  578.  
  579. <body>
  580. <BODY onselectstart="return false;" ondragstart="return false;">
  581. <div class="wrapper">
  582. <div class="header">
  583. </div>
  584.  
  585. <div id="cage">
  586. <div id="center">
  587.  
  588. <div id="sidebar">
  589. <center>
  590. {description}
  591. <div class="links">
  592. <a href="{text:Link 1}" title="{text:Link 1 title}"> <div class="link1"></div></a>
  593. <a href="{text:Link 2}" title="{text:Link 2 title}"> <div class="link2"></div></a>
  594. <a href="{text:Link 3}" title="{text:Link 3 title}"> <div class="link3"></div></a>
  595. <a href="{text:Link 4}" title="{text:Link 4 title}"> <div class="link4"></div></a>
  596. <a href="{text:Link 5}" title="{text:Link 5 title}"> <div class="link5"></div></a></div>
  597. </center>
  598. </div>
  599. <!------------------------------------->
  600.  
  601.  
  602. <div class="left">
  603. <div id="posts">
  604. {block:Posts}
  605. <div class="entry">
  606.  
  607. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  608.  
  609. href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a> // <a href="{ReblogURL}" target="_blank">reblog</a> <br>{/block:HasTags}</span></align>
  610. {/block:Text}
  611.  
  612. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  613.  
  614. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> // <a href="{ReblogURL}" target="_blank">reblog</a></span></align>{block:Link}
  615.  
  616. {block:Photo}
  617. {block:IndexPage}
  618. <center>
  619. <a href="{reblogurl}" title="reblog" target="_blank"><div class="block1"></div></a>
  620. <a href="{Permalink}" title="{NoteCountWithLabel}"><div class="block2"></div></a>
  621.  
  622.  
  623. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  624. {/block:IndexPage}
  625. {block:PermalinkPage}
  626. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  627.  
  628. {LinkCloseTag}
  629. {/block:PermalinkPage}
  630. {/block:Photo}
  631.  
  632. {block:Photoset}
  633. {block:IndexPage}
  634. <center>
  635. <a href="{reblogurl}" title="reblog" target="_blank"><div class="block1"></div></a>
  636. <a href="{Permalink}" title="{NoteCountWithLabel}"><div class="block2"></div></a>
  637.  
  638. {Photoset-250}</center>
  639. {/block:IndexPage}
  640. {block:PermalinkPage}
  641. <center>
  642. {Photoset-500}</center>
  643. {/block:PermalinkPage}
  644. {/block:Photoset}
  645.  
  646. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> // <a href="{ReblogURL}" target="_blank">reblog</a> </span>{/block:Quote}
  647.  
  648. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  649. <ul class="chat">
  650. {block:Lines}
  651. <li class="user_{UserNumber}">
  652. {block:Label}
  653. <span class="label">{Label}</span>
  654. {/block:Label}
  655.  
  656. {Line}
  657. </li>
  658. {/block:Lines}
  659. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> // <a href="{ReblogURL}" target="_blank">reblog</a>
  660. {/block:Chat}
  661.  
  662. {block:Audio}
  663. {block:AlbumArt}<div class="artcover">
  664. <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  665. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  666. <div class="audioinfo"><div class="i"><b>TITLE: </b><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i"><b>ARTIST: </b><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  667. <div class="i"><b>PLAYS: </b><span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span>{block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
  668. {block:IndexPage}
  669. <br>
  670. <div class="permalink">
  671. <a href="{Permalink}">{notecountwithlabel}</a> // <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}
  672. {/block:Audio}
  673.  
  674. {block:Video}
  675. {block:IndexPage}
  676. <center>
  677. <div class="perma">
  678. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  679. {Video-250}</center>
  680. {/block:IndexPage}
  681. {block:PermalinkPage}
  682. <center>
  683. {Video-400}</center>
  684. {/block:PermalinkPage}
  685. {block:Video}
  686.  
  687.  
  688. {block:PostNotes}<div align="middle">{caption}</div>
  689. <center>
  690.  
  691. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  692.  
  693. {block:HasTags}
  694. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  695. {block:RebloggedFrom}
  696. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  697. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  698.  
  699. {/block:RebloggedFrom}
  700. </center></span>
  701. <br>
  702. <div id="postnotes">{PostNotes}</div><br>
  703.  
  704. <center>{block:ContentSource}
  705. <br><a href="{SourceURL}">
  706. {lang:Source}:
  707. {block:SourceLogo}
  708. <img src="{BlackLogoURL}" width="{LogoWidth}"
  709. height="{LogoHeight}" alt="{SourceTitle}" />
  710. {/block:SourceLogo}
  711. {block:NoSourceLogo}
  712. {SourceLink}
  713. {/block:NoSourceLogo}
  714. </a>
  715. {/block:ContentSource}</center>
  716.  
  717. {/block:PostNotes}
  718. </div>
  719. {/block:Posts}
  720. </div></div>
  721.  
  722. {block:IndexPage}
  723. {block:Pagination}
  724. <div id="pagination">
  725. {block:NextPage}
  726. <a id="nextPage" href="{NextPage}"></a>
  727. {/block:NextPage}
  728. {block:PreviousPage}
  729. <a href="{PreviousPage}"></a>
  730. {/block:PreviousPage}
  731. </div>
  732. {/block:Pagination}
  733. {/block:IndexPage}
  734.  
  735.  
  736. <div id="c">&copy; <a href="http://parised.tumblr.com">PARISED</a></div>
  737.  
  738. </body>
  739. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement