Advertisement
0fficialvanessa

Champagne:: Theme Thirty-Six

Feb 23rd, 2014
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.13 KB | None | 0 0
  1. <!-- Theme Thirty-Six // Champagne - Heavenlyhugs
  2. Please do not remove the credit, thanks!
  3.  
  4. █─░█ █▀▀ █▀▀█ ▀█─█▀ █▀▀ █▀▀▄ █── █──█ █──█ █──█ █▀▀▀ █▀▀
  5. ░█▀▀█ █▀▀ █▄▄█ ─█▄█─ █▀▀ █──█ █── █▄▄█ █▀▀█ █──█ █─▀█ ▀▀█
  6. ░█─░█ ▀▀▀ ▀──▀ ──▀── ▀▀▀ ▀──▀ ▀▀▀ ▄▄▄█ ▀──▀ ─▀▀▀ ▀▀▀▀ ▀▀▀
  7.  
  8. -->
  9.  
  10. <html lang="en">
  11. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <head>
  14.  
  15. <script type="text/javascript">
  16. <!--
  17.  
  18. // Disable Right Click Script
  19.  
  20. function IE(e)
  21. {
  22. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  23. {
  24. return false;
  25. }
  26. }
  27. function NS(e)
  28. {
  29. if (document.layers || (document.getElementById && !document.all))
  30. {
  31. if (e.which == "2" || e.which == "3")
  32. {
  33. return false;
  34. }
  35. }
  36. }
  37. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  38.  
  39. //-->
  40. </script>
  41.  
  42.  
  43. <script type="text/javascript"
  44. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45.  
  46. <!--DEFAULT VARIABLES-->
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  48.  
  49. <meta name="color:background" content="#fcfcfc"/>
  50. <meta name="color:link" content="#6e6698"/>
  51. <meta name="color:text" content="#777"/>
  52. <meta name="color:title" content="#333"/>
  53. <meta name="color:hover" content="#373638"/>
  54. <meta name="color:text shadow" content="#aaa"/>
  55. <meta name="color:scrollbar" content="#777"/>
  56. <meta name="color:lines" content="#eeeeee"/>
  57.  
  58. <meta name="image:sidebar" content="1"/>
  59. <meta name="image:background" content="1"/>
  60.  
  61. <meta name="text:link one" content=""/>
  62. <meta name="text:link two" content=""/>
  63. <meta name="text:link three" content=""/>
  64. <meta name="text:link four" content=""/>
  65. <meta name="text:link five" content=""/>
  66. <meta name="text:link six" content=""/>
  67. <meta name="text:link seven" content=""/>
  68. <meta name="text:link eight" content=""/>
  69. <meta name="text:link nine" content=""/>
  70. <meta name="text:link one hover" content="View once again"/>
  71. <meta name="text:link two hover" content="Talk to me"/>
  72. <meta name="text:link three hover" content="Collection of Links"/>
  73. <meta name="text:link four hover" content="Don't remove credit please!"/>
  74. <meta name="text:link five hover" content="My Bae"/>
  75. <meta name="text:link six hover" content="Blogroll"/>
  76. <meta name="text:link seven hover" content="Side Blog"/>
  77. <meta name="text:link eight hover" content="Instagram"/>
  78. <meta name="text:link nine hover" content="Dashboard"/>
  79.  
  80. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  81.  
  82. <style type="text/css">
  83.  
  84. div#qTip {
  85. display: none;
  86. text-align:center;
  87. position:absolute;
  88. text-transform:uppercase;
  89. z-index:99;
  90. font-family:calibri;
  91. font-size:8px;
  92. padding:4px;
  93. color:white;
  94. border:1px solid #eee;
  95. background:{color:link};
  96. }
  97.  
  98. #tumblr_controls{
  99. position:fixed !important;
  100. -webkit-filter: invert(100%)
  101. }
  102.  
  103. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  104.  
  105. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  106.  
  107. p {
  108. margin:0px;
  109. margin-top:0px;
  110. }
  111.  
  112.  
  113. body {
  114. margin: 5px;
  115. font-family:calibri;
  116. line-height:10px;
  117. font-size:10px;
  118. background-attachment: fixed;
  119. background-repeat: repeat;
  120. color:{color:text};
  121. background-color: {color:Background};
  122. background-image:url({image:Background});
  123. }
  124.  
  125.  
  126. a:link, a:active, a:visited{
  127. text-decoration: none;
  128. -webkit-transition: all 0.6s ease-out;
  129. -moz-transition: all 0.6s ease-out;
  130. -o-transition: all 0.6s ease-out;
  131. transition: all 0.6s ease-out;
  132. color:{color:link};
  133. }
  134.  
  135. a:hover {
  136. text-decoration: none;
  137. -webkit-transition: all 0.3s ease-out;
  138. -moz-transition: all 0.3s ease-out;
  139. -o-transition: all 0.3s ease-out;
  140. transition: all 0.3s ease-out;
  141. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  142. color: {color:Hover};
  143. text-shadow:0px 0px 2px {color:text shadow};
  144. }
  145.  
  146. div#center{
  147. margin:auto;
  148. position:relative;
  149. width:1000px;
  150. background-color:;
  151. overflow:auto;
  152. overflow-y:hidden;
  153. }
  154.  
  155. .entry {
  156. float:left;
  157. display: block;
  158. margin:12px;
  159. overflow:hidden;
  160. width:250px;
  161. background:transparent;
  162. border:1px solid transparent;
  163. padding:8px;
  164. {block:PermalinkPage}
  165. width:450px;
  166. text-align:left;
  167. line-height:10px;
  168. {/block:PermalinkPage}
  169. }
  170.  
  171. .entry .perma{
  172. width:auto;
  173. height:14px;
  174. margin-left:4px;
  175. position: absolute;
  176. line-height: 14px;
  177. overflow:hidden;
  178. text-align:center;
  179. font-size:8px;
  180. text-transform:uppercase;
  181. bottom:14px;
  182. padding:2px;
  183. background:white;
  184. word-spacing:2px;
  185. letter-spacing:1px;
  186. border-top:1px solid {color:link};
  187. border-bottom-left-radius:3px;
  188. opacity: 0.0;
  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. .entry:hover .perma{
  196. overflow:visible;
  197. opacity:1;
  198. }
  199.  
  200. .entry img{
  201. border-radius:5px;
  202. }
  203.  
  204. #posts {
  205. width:800px;
  206. margin-top:1px;
  207. z-index:99;
  208. margin-left:200px;
  209. right:auto;
  210. background:transparent;
  211. margin-right:auto;
  212. position:relative;
  213. overflow-y: hidden;
  214. }
  215.  
  216. #creditss {
  217. position:fixed !important;
  218. font-size: 8px;
  219. text-transform:uppercase;
  220. bottom:-8px;
  221. right:5px;
  222. padding: 4px;
  223. height:20px;
  224. width:auto;
  225. text-align:center;
  226. background: white;
  227. border: 1px solid #eee;
  228. border-top-left-radius:10px;
  229. border-top-right-radius:10px;
  230. }
  231.  
  232. #sidebar{
  233. position:fixed !important;
  234. width:auto;
  235. background:white;
  236. height:auto;
  237. margin-top:150px;
  238. margin-left:-70px;
  239. text-align:center;
  240. padding:8px;
  241. border-radius:10px;
  242. border:1px solid {color:lines};
  243. }
  244.  
  245. #sidebar img{
  246. width: 160px;
  247. height: 160px;
  248. border-radius:5px;
  249. }
  250.  
  251. .about{
  252. margin-top:4px;
  253. height:30px;
  254. margin-left:0px;
  255. width:160px;
  256. text-align:center;
  257. }
  258.  
  259. div#links{
  260. position:fixed!important;
  261. width:255px;
  262. height: 50px;
  263. margin-top:115px;
  264. margin-left:141px;
  265. padding:2px;
  266. padding-bottom:4px;
  267. padding-top:1px;
  268. text-transform:uppercase;
  269. font-size: 10px;
  270. z-index: 99999;
  271. opacity:1.0;
  272. }
  273.  
  274. .nav a{
  275. margin-top:10px;
  276. display:inline-block;
  277. width:17px;
  278. height:13px;
  279. text-transform: uppercase;
  280. text-align:center;
  281. border: 1px solid #eee;
  282. border-radius:17px;
  283. color: white;
  284. padding:1px;
  285. padding-top:4px;
  286. background:{color:link};
  287. }
  288.  
  289. .nav a:hover{
  290. color:{color:link};
  291. background:white;
  292. }
  293.  
  294. div#line1{
  295. position:fixed!important;
  296. margin-top:-10px;
  297. margin-left:140px;
  298. width:1px;
  299. background-color:{color:lines};
  300. height:1000px;
  301. }
  302.  
  303. div#line2{
  304. position:fixed!important;
  305. margin-top:-10px;
  306. margin-left:166px;
  307. width:1px;
  308. background-color:{color:lines};
  309. height:1000px;
  310. }
  311.  
  312. @font-face { font-family: "Camilla"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  313. @font-face { font-family: "Lips"; src: url('http://static.tumblr.com/ygfurav/eGLmkhogi/comesinhandy.ttf'); }
  314. @font-face { font-family: "Ariana"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  315. @font-face { font-family: "Baby"; src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf'); }
  316. @font-face { font-family: "Dreamer"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  317. @font-face { font-family: "Laaame"; src: url('http://static.tumblr.com/q54tzar/9bPm21fzv/fely_1_.ttf'); }
  318.  
  319.  
  320. askk {
  321. font-family:"Laaame";
  322. font-size: 14px;
  323. z-index:1;
  324. color: {color:Title};
  325. }
  326.  
  327. .title{
  328. line-height: 15px;
  329. font-size: 15px;
  330. font-family:"Laaame";
  331. color:{color:Title};
  332. }
  333.  
  334. .permalink{
  335. text-transform: uppercase;
  336. font-size:8px;
  337. display: block;
  338. text-align: left;
  339. border-top:1px solid #eee;
  340. padding:3px;
  341. margin-top:8px;
  342. margin-bottom:2px;
  343. }
  344.  
  345. #audio {
  346. width:200px;
  347. height:auto;
  348. min-height:60px;
  349. padding-bottom:0px;
  350. }
  351. .cover {
  352. position:absolute;
  353. z-index:1;
  354. width:60px;
  355. height:60px;
  356. }
  357. .cover img {
  358. float:left;
  359. width:60px;
  360. height:60px;
  361. }
  362. .playbox {
  363. opacity:0.6;
  364. width:27px;
  365. height:30px;
  366. overflow:hidden;
  367. position:absolute;
  368. z-index:1000;
  369. margin-left:17px;
  370. margin-top:17px;
  371. text-align:center;
  372. }
  373. .info {
  374. margin-left:73px;
  375. margin-top:4px;
  376. line-height:14px;
  377. }
  378.  
  379. #infscr-loading{
  380. bottom: -70px;
  381. position: absolute;
  382. left: 50%;
  383. margin-left:-8px;
  384. width:16px;
  385. height:11px;
  386. overflow:hidden;
  387. margin-bottom: 50px;
  388. }
  389.  
  390. ::-webkit-scrollbar {
  391. width: 4px;
  392. height: 4px;
  393. border-left:0px solid #ccc;
  394. background-color:{color:background};
  395. }
  396.  
  397. ::-webkit-scrollbar-thumb {
  398. background: {color:scrollbar};
  399. }
  400.  
  401. ::-webkit-scrollbar {
  402. width: 5px;
  403. height: 5px;
  404. background: #dddddd;
  405. }
  406.  
  407. ::-webkit-scrollbar-thumb {
  408. background-color:{color:scrollbar};
  409. }
  410.  
  411. #postnotes{
  412. text-align: justify;}
  413.  
  414. #postnotes blockquote{
  415. border: 0px;}
  416.  
  417. blockquote{
  418. padding:0px 0px 2px 5px;
  419. margin:0px 0px 2px 10px;
  420. border-left: 1px dotted #555555;
  421. }
  422.  
  423. blockquote p, ul{
  424. margin:0px;
  425. padding:0px;
  426. }
  427.  
  428. a img{border: 0px;}
  429.  
  430.  
  431. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  432.  
  433. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  434. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  435.  
  436. .notes img{padding:2px; border:1px solid #eee; width:20px; position:relative; top:3px;}
  437. <--ses-->
  438. small{font-size: 90%;}
  439.  
  440. {CustomCSS}
  441.  
  442. </style>
  443.  
  444. {block:IndexPage}
  445. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  446. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  447.  
  448. <script type="text/javascript">
  449. $(window).load(function(){
  450. var $wall = $('#posts');
  451. $wall.imagesLoaded(function(){
  452. $wall.masonry({
  453. itemSelector: '.entry, .entry_photo',
  454. isAnimated : false
  455. });
  456. });
  457.  
  458. $wall.infinitescroll({
  459. navSelector : '#pagination',
  460. nextSelector : '#pagination a',
  461. itemSelector : '.entry, .entry_photo',
  462. bufferPx : 2000,
  463. debug : false,
  464. errorCallback: function() {
  465. $('#infscr-loading').fadeOut('normal');
  466. }},
  467. function( newElements ) {
  468. var $newElems = $( newElements );
  469. $newElems.hide();
  470. $newElems.imagesLoaded(function(){
  471. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  472. });
  473. }); $('#posts').show(500);
  474. });
  475. </script>
  476.  
  477.  
  478. {/block:IndexPage}
  479.  
  480.  
  481. <title>{title}</title>
  482.  
  483. <link rel="shortcut icon" href="{Favicon}" />
  484. <meta name="viewport" content="width=820" />
  485. </head>
  486.  
  487. <body>
  488. <BODY onselectstart="return false;" ondragstart="return false;">
  489. <div class="wrapper">
  490. <div class="header">
  491. </div>
  492.  
  493. <div id="cage">
  494. <div id="center">
  495.  
  496. <!---->
  497. <div id="creditss">
  498. Theme by <a href="http://heavenlyhugs.tumblr.com/"><u>heavenlyhugs</u></a>
  499. <br>
  500. <font color="#eee">------------------------------------------</font>
  501. </div>
  502.  
  503. <div id="line1"></div><div id="line2"></div>
  504.  
  505. <div id="links">
  506. <div class="nav">
  507. <a title="{text:link one hover}" href="{text:link one}">1</a> <br>
  508. <a title="{text:link two hover}" href="{text:link two}">2</a> <br>
  509. <a title="{text:link three hover}" href="{text:link three}">3</a> <br>
  510. <a title="{text:link four hover}" href="{text:link four}">4</a> <br>
  511. <a title="{text:link five hover}" href="{text:link five}">5</a> <br>
  512. <a title="{text:link six hover}" href="{text:link six}">6</a> <br>
  513. <a title="{text:link seven hover}" href="{text:link seven}">7</a> <br>
  514. <a title="{text:link eight hover}" href="{text:link eight}">8</a> <br>
  515. <a title="{text:link nine hover}" href="{text:link nine}">9</a>
  516. </div></div>
  517.  
  518. <div id="sidebar">
  519. <a href="/"><img src="{image:sidebar}" width=100%></a>
  520. <div class="about">{Description}</div>
  521. </div>
  522. <!------------------------------------->
  523.  
  524.  
  525. <div class="left">
  526. <div id="posts">
  527. {block:Posts}
  528. <div class="entry">
  529.  
  530. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span>
  531. <span class="permalink">
  532. Posted at {12Hour}:{Minutes} {AmPm} with <a href="{Permalink}" target="_blank">{notecount} likes</a> &middot <a href="{ReblogUrl}" target"_blank">Share</a>?
  533. <br>{/block:HasTags}</span>
  534. {/block:Text}
  535.  
  536. {block:Answer}
  537. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#f7f7f7;border:1px solid #eee;border-radius:5px;">
  538. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3.5px;"/><askk>{asker}</askk>: {Question}</div>
  539. <div style="margin-top:2px; line-height:11px;margin-bottom:4px; background: transparent;">{Answer}</div>
  540. {/block:Answer}
  541.  
  542. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  543. <span class="permalink">
  544. Posted at {12Hour}:{Minutes} {AmPm} with <a href="{Permalink}" target="_blank">{notecount} likes</a> &middot <a href="{ReblogUrl}" target"_blank">Share</a>?</span>
  545. {/block:Link}
  546.  
  547. {block:Photo}
  548. {block:IndexPage}
  549. <center>
  550. <div class="perma">
  551. <a href="{Permalink}" target="_blank">{12Hour} {AmPm}</a> &middot <a href="{ReblogURL}" target="_blank"> Share </a> </div>
  552.  
  553. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  554. {/block:IndexPage}
  555. {block:PermalinkPage}
  556. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  557.  
  558. {LinkCloseTag}
  559. {/block:PermalinkPage}
  560. {/block:Photo}
  561.  
  562. {block:Photoset}
  563. {block:IndexPage}
  564. <center>
  565.  
  566. <div class="perma">
  567. <a href="{Permalink}" target="_blank">{12Hour} {AmPm}</a> &middot <a href="{ReblogURL}" target="_blank"> Share </a> </div>
  568.  
  569. {Photoset-250}</center>
  570. {/block:IndexPage}
  571. {block:PermalinkPage}
  572. <center>
  573. {Photoset-500}</center>
  574. {/block:PermalinkPage}
  575. {/block:Photoset}
  576.  
  577. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  578. <span class="permalink">
  579. Posted at {12Hour}:{Minutes} {AmPm} with <a href="{Permalink}" target="_blank">{notecount} likes</a> &middot <a href="{ReblogUrl}" target"_blank">Share</a>?
  580. </span>{/block:Quote}
  581.  
  582. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  583. <ul class="chat">
  584. {block:Lines}
  585. <li class="user_{UserNumber}">
  586. {block:Label}
  587. <span class="label">{Label}</span>
  588. {/block:Label}
  589.  
  590. {Line}
  591. </li>
  592. {/block:Lines}
  593. <span class="permalink">
  594. Posted at {12Hour}:{Minutes} {AmPm} with <a href="{Permalink}" target="_blank">{notecount} likes</a> &middot <a href="{ReblogUrl}" target"_blank">Share</a>?
  595. </span>
  596. {/block:Chat}
  597.  
  598. {block:Audio}
  599. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  600. {block:IndexPage}
  601. <span class="permalink">
  602. Posted at {12Hour}:{Minutes} {AmPm} with <a href="{Permalink}" target="_blank">{notecount} likes</a> &middot <a href="{ReblogUrl}" target"_blank">Share</a>?
  603. </span>
  604. {/block:IndexPage}
  605. {/block:Audio}
  606.  
  607. {block:Video}
  608. {block:IndexPage}
  609. <center>
  610. <div class="perma">
  611. <a href="{ReblogURL}" target="_blank"> Share </a> </div>
  612. {Video-250}</center>
  613. {/block:IndexPage}
  614. {block:PermalinkPage}
  615. <center>
  616. {Video-400}</center>
  617. {/block:PermalinkPage}
  618. {block:Video}
  619.  
  620.  
  621. {block:PostNotes}<div align="middle">{caption}</div>
  622. <center>
  623.  
  624. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  625.  
  626. {block:HasTags}
  627. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  628. {block:RebloggedFrom}
  629. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  630. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  631.  
  632. {/block:RebloggedFrom}
  633. </center></span>
  634. <br>
  635. <div id="postnotes">{PostNotes}</div><br>
  636.  
  637. <center>{block:ContentSource}
  638. <br><a href="{SourceURL}">
  639. {lang:Source}:
  640. {block:SourceLogo}
  641. <img src="{BlackLogoURL}" width="{LogoWidth}"
  642. height="{LogoHeight}" alt="{SourceTitle}" />
  643. {/block:SourceLogo}
  644. {block:NoSourceLogo}
  645. {SourceLink}
  646. {/block:NoSourceLogo}
  647. </a>
  648. {/block:ContentSource}</center>
  649.  
  650. {/block:PostNotes}
  651. </div>
  652. {/block:Posts}
  653. </div></div>
  654.  
  655. {block:IndexPage}
  656. {block:Pagination}
  657. <div id="pagination">
  658. {block:NextPage}
  659. <a id="nextPage" href="{NextPage}"></a>
  660. {/block:NextPage}
  661. {block:PreviousPage}
  662. <a href="{PreviousPage}"></a>
  663. {/block:PreviousPage}
  664. </div>
  665. {/block:Pagination}
  666. {/block:IndexPage}
  667. </body>
  668.  
  669. <!-- THEME BY HEAVENLYHUGS -->
  670. <!-- IF YOU'RE GOING TO REMOVE THE CREDIT, PUT IT IN YOUR LINKS OR FAQ -->
  671.  
  672. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement