Advertisement
Cliffedgeoftheworld

Moon Theme

Jun 9th, 2013
1,225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.82 KB | None | 0 0
  1. <!--
  2.  
  3. Moon Theme
  4. Created by Cliffedgeoftheworld (cliffedgeoftheworld.tumblr.com)
  5. Please do not delete the credit link and do not delete this box.
  6.  
  7. Theme is best viewed on Google Chrome, with a resolution of 1280x800.
  8.  
  9. *~*~HOW TO INSTALL~*~*
  10. 1) Copy this entire code.
  11. 2) Open up the customise.
  12. 3) Click on Edit HTML
  13. 4) Delete the code already in there.
  14. 5) Replace it with this code.
  15. 6) Hit Update Preview, and then Save.
  16. 7) Refresh the page, and press Save again.
  17. 8) If it wont let you paste in the box, or if it still does not work, use classic customize. (http://tumblr.com/customize-classic/)
  18.  
  19. If you are experiencing any problems with this theme, please message me. (http://cliffedgeoftheworld.tumblr.com/ask)
  20. Thank you for using my theme <3!
  21.  
  22. -->
  23.  
  24. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  25.  
  26.  
  27.  
  28.  
  29. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  30. <head><title>{Title}</title>
  31. <link rel="shortcut icon" href="{Favicon}">
  32. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  33. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34.  
  35. <meta name="if:Lower Sidebar" content="0" />
  36. <meta name="if:Sidebar Image" content="0" />
  37. <meta name="if:Post Border" content="1" />
  38. <meta name="if:Single Post Border" content="0" />
  39. <meta name="text:Message Link Name" content="" />
  40. <meta name="if:Sidebar Background" content="1" />
  41. <meta name="if:Sidebar2 Background" content="1" />
  42. <meta name="color:Background" content="#ffffff"/>
  43. <meta name="color:Sidebar" content="#ffffff"/>
  44. <meta name="color:Sidebar2text" content="#ffffff"/>
  45. <meta name="color:description" content="#a8a8a8"/>
  46. <meta name="color:Text" content="#a8a8a8"/>
  47. <meta name="color:Link" content="#b8b8b8"/>
  48. <meta name="color:Tags" content="f0f0f0"/>
  49. <meta name="color:Hover" content="#f2f2f2"/>
  50. <meta name="color:Line" content="#f2f2f2"/>
  51. <meta name="color:Border" content="#e4e4e4"/>
  52. <meta name="color:Post" content="#ffffff"/>
  53. <meta name="color:Answer" content="#f8f8f8"/>
  54. <meta name="image:sidebar" content="http://static.tumblr.com/7add7fdc12687604532c877535fc5d29/e9eav7u/wYXmlbrrt/tumblr_static_9235551u7ejyr2j.gif"/>
  55. <meta name="image:background" content=""/>
  56. <meta name="text:Link 1" content="" />
  57. <meta name="text:Link 1 Text" content="" />
  58. <meta name="text:Link 2" content="" />
  59. <meta name="text:Link 2 Text" content="" />
  60. <meta name="text:Link 3" content="" />
  61. <meta name="text:Link 3 Text" content="" />
  62. <meta name="text:Link 4" content="" />
  63. <meta name="text:Link 4 Text" content="" />
  64.  
  65. <meta name="if:RainbowLinks" content="1" />
  66. <meta name="if:Show Link 1" content="0" />
  67. <meta name="if:Show Link 2" content="0" />
  68. <meta name="if:Show Link 3" content="0" />
  69. <meta name="if:Show Link 4" content="0" />
  70. <meta name="if:Caption" content="1" />
  71. <meta name="if:Tags" content="1" />
  72. <meta name="color:scrollbar" content="#979496"/>
  73. <meta name="color:scrollbarbackground" content="#ffffff"/>
  74. <meta name="text:Description2" content="" />
  75. <meta name="text:Link 5" content="" />
  76. <meta name="text:Link 5 Text" content="" />
  77. <meta name="text:Link 6" content="" />
  78. <meta name="text:Link 6 Text" content="" />
  79. <meta name="text:Link 7" content="" />
  80. <meta name="text:Link 7 Text" content="" />
  81. <meta name="text:Link 8" content="" />
  82. <meta name="text:Link 8 Text" content="" />
  83. <meta name="text:Link 9" content="" />
  84. <meta name="text:Link 9 Text" content="" />
  85. <meta name="text:Link 10" content="" />
  86. <meta name="text:Link 10 Text" content="" />
  87. <meta name="if:Show Link 5" content="0" />
  88. <meta name="if:Show Link 6" content="0" />
  89. <meta name="if:Show Link 7" content="0" />
  90. <meta name="if:Show Link 8" content="0" />
  91. <meta name="if:Show Link 9" content="0" />
  92. <meta name="if:Show Link 10" content="0" />
  93. <meta name="color:sidebarx" content="#ffffff"/>
  94. <meta name="color:sidebar2" content="#ffffff"/>
  95. <meta name="if:InfiniteScroll" content="1" />
  96. <style type="text/css">
  97.  
  98. /* --- SCROLLBAR ---*/
  99.  
  100. ::-webkit-scrollbar {width: 9px; height: 3px; background:{color:scrollbarbackground};}
  101.  
  102. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar} ; }
  103. * {
  104. font-family: {font:body};
  105. {block:ifanimation}
  106. -webkit-transition: all 0.3s ease;
  107. -moz-transition: all 0.3s ease;
  108. transition: all 0.3s ease;
  109. -o-transition: all 0.3s ease;
  110. {/block:ifanimation}
  111. }
  112.  
  113.  
  114.  
  115. /* --- BODY ---*/
  116.  
  117. body {
  118. background:{color:background};
  119. background-image:url('{image:Background}');
  120. background-repeat: repeat;
  121. background-position: top center;
  122. background-attachment: fixed;
  123. background-size:100% 100%;
  124. margin:0px;
  125. color:{color:text};
  126. font-family:Calibri;
  127. font-size:9px;
  128. line-height:100%;
  129. }
  130.  
  131. a {
  132. text-decoration:none;
  133. outline:none;
  134. -moz-outline-style:none;
  135. color:{color:link};
  136. }
  137.  
  138. img {
  139. border:none;
  140. }
  141.  
  142. blockquote {
  143. padding-left:5px;
  144. border-left:2px solid;
  145. }
  146.  
  147. blockquote blockquote {
  148. padding-left:5px;
  149. border-left:2px solid;
  150. }
  151.  
  152. h1 {
  153. font-size:9px;
  154. text-transform:uppercase;
  155. }
  156.  
  157. a:hover {
  158. opacity:10;
  159. color:{color:hover};
  160. -webkit-transition: all 0.7s ease;
  161. -moz-transition: all 0.7s ease;
  162. -o-transition: all 0.7s ease
  163. }
  164.  
  165. /* --- POST ENTRIES ---*/
  166.  
  167.  
  168. #entries {
  169. padding:10px;
  170. width:424px;
  171. margin-left:450px;
  172. margin-top:0px;
  173. font-size:10px;
  174. {block:IfPostBorder}
  175. border: 4px double {color:border} ;
  176. margin-top:-4px;
  177. {/block:IfPostBorder}
  178. }
  179.  
  180. /* --- BODY: POSTS ---*/
  181.  
  182.  
  183. #post {
  184. width:400px;
  185. padding-bottom:20px;
  186. padding:10px;
  187. margin-top:10px;
  188. background-color:{color:Post};
  189. {block:IfSinglePostBorder}
  190. border: 4px double {color:border} ;
  191. {/block:IfSinglePostBorder}
  192. }
  193.  
  194. /* --- SIDEBAR IMAGE ---*/
  195. #sidebar2 {
  196. margin-top:-4px;
  197. margin-left: 977px;
  198. position:fixed;
  199. width:120px;
  200. height:100%;
  201. text-align:center;
  202. border: 4px double {color:border} ;
  203. opacity:.8;
  204. {block:IfSidebar2Background}
  205. background-color:{color:sidebar2};
  206. {/block:IfSidebar2Background}
  207.  
  208. }
  209.  
  210. #sidebar {
  211. margin-top:-4px;
  212. margin-left:260px;
  213. position:fixed;
  214. width:120px;
  215. height:100%;
  216. opacity:.8;
  217. border: 4px double {color:border} ;
  218. {block:IfSidebarBackground}
  219. background-color:{color:sidebarx};
  220. {/block:IfSidebarBackground}
  221. }
  222.  
  223. #sidebarimage {
  224. width 100px;
  225. margin-top: 7px;
  226. }
  227.  
  228. #sidebarimage img {
  229. width:108px;
  230. padding:6px;
  231. border-color: {color:border};
  232. background-color:{color:Sidebar};
  233. }
  234.  
  235.  
  236. /* --- SIDEBAR LINKS ---*/
  237. #linksys{
  238.  
  239. width: 70px;
  240. font-size:16px;
  241. text-align:center;
  242. margin-top:30px;
  243. border: 1px dotted {color:border};
  244. padding-left:10px;
  245. padding-right:10px;
  246. }
  247.  
  248. #linksys2{
  249. width:73px;
  250. font-size:16px;
  251. text-align:center;
  252. margin-top:30px;
  253. border: 1px dotted {color:border};
  254. }
  255.  
  256. .links {
  257. width:105px;
  258. height:5px;
  259. padding-left:6px;
  260. padding-top:1px;
  261. font-size:8px;
  262. font-family:'calibri';
  263. text-align:left;
  264. margin-top:-2px;
  265. margin-left:-5px;
  266. text-align:left;
  267. text-transform:uppercase;
  268. word-spacing:2px;
  269. position:fixed;
  270. padding-bottom:7px;
  271. }
  272.  
  273. .links a {
  274. font-size: 8px;
  275. }
  276.  
  277. .links a:hover {
  278. color:{color:Hover}
  279. }
  280.  
  281.  
  282. /* --- DESCRIPTION ---*/
  283. #description2 {
  284.  
  285. font-family:cambria;
  286. line-height:90%;
  287. font-size:9px;
  288. font-style:italic;
  289. width:100px;
  290. text-align:center;
  291. padding-left:10px;
  292. padding-top:70px;
  293. color:{color:description};
  294. }
  295.  
  296. #description2 a {color:{color:text}; -moz-transition-duration:0.4s;
  297. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  298.  
  299.  
  300. #description {
  301.  
  302. font-family:cambria;
  303. line-height:90%;
  304. font-size:9px;
  305. font-style:italic;
  306. width:100px;
  307. text-align:center;
  308. padding-left:10px;
  309. padding-top:7px;
  310. color:{color:description};
  311. }
  312.  
  313. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  314. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  315.  
  316. /* --- PAGINATION & LINKS---*/
  317.  
  318.  
  319. #pagination {
  320. width:100px;
  321. font-size:8px;
  322. text-align:center;
  323. margin-left:0px;
  324. margin-top:60px;
  325. position:fixed;
  326. font-family:consolas;
  327. letter-spacing:0px;
  328. }
  329.  
  330. /* --- POST INFO ---*/
  331.  
  332.  
  333. #info {
  334. text-align:left;
  335. margin-top:10px;
  336. text-transform:uppercase;
  337. font-size:8px;
  338. font-style:none;
  339. border-top:1px solid {color:Line}
  340. }
  341.  
  342. /* --- POST TAGS---*/
  343.  
  344.  
  345. #tags {
  346. font-family:cambria;
  347. letter-spacing:0px;
  348. text-transform:lowercase;
  349. font-size:10px;
  350. font-style:italic;
  351. margin-top:4px;
  352. text-align:left;
  353. }
  354.  
  355. #tags
  356. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  357. -webkit-transition: all 0.6s ease-in-out;
  358. -moz-transition: all 0.6s ease-in-out;
  359. -o-transition: all 0.6s ease-in-out;
  360. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  361.  
  362.  
  363. /* --- QUESTIONS ---*/
  364.  
  365. #asker {
  366. padding:5px;
  367. font-family:cambria;
  368. letter-spacing:1px;
  369. text-align:left;
  370. font-style:italic;
  371. margin-left:10px;
  372. border-left:3px #eee solid;
  373. background-color:{color:background}
  374. }
  375.  
  376. {CustomCSS}
  377.  
  378. </style>
  379. {block:IfRainbowLinks}
  380. <script type='text/javascript'>
  381. //<![CDATA[
  382. var rate = 50;
  383. if (document.getElementById)
  384. window.onerror=new Function("return true")
  385.  
  386. var objActive; // The object which event occured in
  387. var act = 0; // Flag during the action
  388. var elmH = 0; // Hue
  389. var elmS = 128; // Saturation
  390. var elmV = 255; // Value
  391. var clrOrg; // A color before the change
  392. var TimerID; // Timer ID
  393. if (document.all) {
  394. document.onmouseover = doRainbowAnchor;
  395. document.onmouseout = stopRainbowAnchor;
  396. }
  397. else if (document.getElementById) {
  398. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  399. document.onmouseover = Mozilla_doRainbowAnchor;
  400. document.onmouseout = Mozilla_stopRainbowAnchor;
  401. }
  402. function doRainbow(obj)
  403. {
  404. if (act == 0) {
  405. act = 1;
  406. if (obj)
  407. objActive = obj;
  408. else
  409. objActive = event.srcElement;
  410. clrOrg = objActive.style.color;
  411. TimerID = setInterval("ChangeColor()",100);
  412. }
  413. }
  414. function stopRainbow()
  415. {
  416. if (act) {
  417. objActive.style.color = clrOrg;
  418. clearInterval(TimerID);
  419. act = 0;
  420. }
  421. }
  422. function doRainbowAnchor()
  423. {
  424. if (act == 0) {
  425. var obj = event.srcElement;
  426. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  427. obj = obj.parentElement;
  428. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  429. break;
  430. }
  431. if (obj.tagName == 'A' && obj.href != '') {
  432. objActive = obj;
  433. act = 1;
  434. clrOrg = objActive.style.color;
  435. TimerID = setInterval("ChangeColor()",100);
  436. }
  437. }
  438. }
  439. function stopRainbowAnchor()
  440. {
  441. if (act) {
  442. if (objActive.tagName == 'A') {
  443. objActive.style.color = clrOrg;
  444. clearInterval(TimerID);
  445. act = 0;
  446. }
  447. }
  448. }
  449. function Mozilla_doRainbowAnchor(e)
  450. {
  451. if (act == 0) {
  452. obj = e.target;
  453. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  454. obj = obj.parentNode;
  455. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  456. break;
  457. }
  458. if (obj.nodeName == 'A' && obj.href != '') {
  459. objActive = obj;
  460. act = 1;
  461. clrOrg = obj.style.color;
  462. TimerID = setInterval("ChangeColor()",100);
  463. }
  464. }
  465. }
  466. function Mozilla_stopRainbowAnchor(e)
  467. {
  468. if (act) {
  469. if (objActive.nodeName == 'A') {
  470. objActive.style.color = clrOrg;
  471. clearInterval(TimerID);
  472. act = 0;
  473. }
  474. }
  475. }
  476. function ChangeColor()
  477. {
  478. objActive.style.color = makeColor();
  479. }
  480. function makeColor()
  481. {
  482. // Don't you think Color Gamut to look like Rainbow?
  483. // HSVtoRGB
  484. if (elmS == 0) {
  485. elmR = elmV; elmG = elmV; elmB = elmV;
  486. }
  487. else {
  488. t1 = elmV;
  489. t2 = (255 - elmS) * elmV / 255;
  490. t3 = elmH % 60;
  491. t3 = (t1 - t2) * t3 / 60;
  492. if (elmH < 60) {
  493. elmR = t1; elmB = t2; elmG = t2 + t3;
  494. }
  495. else if (elmH < 120) {
  496. elmG = t1; elmB = t2; elmR = t1 - t3;
  497. }
  498. else if (elmH < 180) {
  499. elmG = t1; elmR = t2; elmB = t2 + t3;
  500. }
  501. else if (elmH < 240) {
  502. elmB = t1; elmR = t2; elmG = t1 - t3;
  503. }
  504. else if (elmH < 300) {
  505. elmB = t1; elmG = t2; elmR = t2 + t3;
  506. }
  507. else if (elmH < 360) {
  508. elmR = t1; elmG = t2; elmB = t1 - t3;
  509. }
  510. else {
  511. elmR = 0; elmG = 0; elmB = 0;
  512. }
  513. }
  514. elmR = Math.floor(elmR).toString(16);
  515. elmG = Math.floor(elmG).toString(16);
  516. elmB = Math.floor(elmB).toString(16);
  517. if (elmR.length == 1) elmR = "0" + elmR;
  518. if (elmG.length == 1) elmG = "0" + elmG;
  519. if (elmB.length == 1) elmB = "0" + elmB
  520. elmH = elmH + rate;
  521. if (elmH >= 360)
  522. elmH = 0;
  523. return '#' + elmR + elmG + elmB;
  524. }
  525. //]]>
  526. </script>
  527. {/block:IfRainbowLinks}
  528. </head>
  529.  
  530.  
  531.  
  532. {block:IfInfiniteScroll}
  533. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  534. {/block:IfInfiniteScroll}
  535.  
  536. <body>
  537.  
  538. <div id="sidebar">
  539. <br></br>
  540. <br></br>
  541. <br></br>
  542. {block:IfLowerSidebar}
  543. <br></br>
  544.  
  545.  
  546.  
  547. <br></br
  548. <br></br>
  549.  
  550. {/block:IfLowerSidebar}
  551. <div style="border-top: 1px solid {color:border};border-bottom: 1px solid {color:border};"><center><a href="/">{Title}</a></center></div>
  552. {block:IfSidebarImage}<div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>{/block:IfSidebarImage}
  553.  
  554.  
  555. <div id="description">
  556.  
  557. {Description}
  558. </div>
  559.  
  560.  
  561. <center>
  562. <br>
  563.  
  564. <a href="/"><div id="linksys">home</div></a>
  565. <a href="/ask"><div id="linksys">{text:Message Link Name}</div></a>
  566. {block:IfShowLink1}<a href="{text:Link 1}"><div id="linksys">{text:Link 1 Text}</div></a>{/block:IfShowLink1}
  567. {block:IfShowLink2}<a href="{text:Link 2}"><div id="linksys">{text:Link 2 Text}</div></a>{/block:IfShowLink2}
  568. {block:IfShowLink3}<a href="{text:Link 3}"><div id="linksys">{text:Link 3 Text}</div></a>{/block:IfShowLink3}
  569. {block:IfShowLink4}<a href="{text:Link 4}"><div id="linksys">{text:Link 4 Text}</div></a>{/block:IfShowLink4}
  570. </center>
  571. </div>
  572. </div>
  573. </div>
  574. </div>
  575. <div id="sidebar2">
  576. <div id="description2">
  577. {text:Description2}</div>
  578.  
  579.  
  580. <br>
  581. <center>
  582. {block:IfShowLink5}<a href="{text:Link 5}"><div id="linksys">{text:Link 5 Text}</div></a>{/block:IfShowLink5}
  583. {block:IfShowLink6}<a href="{text:Link 6}"><div id="linksys">{text:Link 6 Text}</div></a>{/block:IfShowLink6}
  584. {block:IfShowLink7}<a href="{text:Link 7}"><div id="linksys">{text:Link 7 Text}</div></a>{/block:IfShowLink7}
  585. {block:IfShowLink8}<a href="{text:Link 8}"><div id="linksys">{text:Link 8 Text}</div></a>{/block:IfShowLink8}
  586. {block:IfShowLink9}<a href="{text:Link 9}"><div id="linksys">{text:Link 9 Text}</div></a>{/block:IfShowLink9}
  587. {block:IfShowLink10}<a href="{text:Link 10}"><div id="linksys">{text:Link 10 Text}</div></a>{/block:IfShowLink10}
  588. <a href="http://cliffedgeoftheworld.tumblr.com"><div id="linksys">Theme</div></a>
  589. </center>
  590.  
  591.  
  592.  
  593. </div>
  594.  
  595.  
  596.  
  597.  
  598.  
  599. </div>
  600. </div>
  601.  
  602. <div class = "autopagerize_page_element" >
  603. <div id="entries">{block:Posts}<div id="post">
  604.  
  605. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  606.  
  607. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:IfCaption}{Caption}{/block:IfCaption}{/block:Photo}
  608.  
  609. {block:Photoset}{Photoset-400}{block:IfCaption}{Caption}{/block:IfCaption}{/block:Photoset}
  610.  
  611. {block:Quote}{Quote}{/block:Quote}
  612.  
  613. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  614.  
  615. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  616.  
  617. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  618. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  619. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  620. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  621. {/block:Audio}
  622.  
  623. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  624.  
  625. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  626.  
  627. <div id="info">
  628. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  629. <br>
  630. {block:IfTags}
  631. {block:HasTags}
  632. {block:Tags}
  633. <a href="{TagURL}">#{Tag}</a>
  634. {/block:Tags}
  635. {/block:HasTags}
  636. {/block:IfTags}</div></div>
  637. {/block:Posts}
  638. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  639.  
  640. {/block:Posts}
  641.  
  642. </div></div></div></div>
  643. <br></br>
  644. {block:ifnotInfiniteScroll}
  645. {block:Pagination}<center>
  646. {block:PreviousPage}
  647. <a href="{PreviousPage}">Previous</a>
  648. {/block:PreviousPage}
  649.  
  650. {block:JumpPagination length="5"}
  651. {block:CurrentPage}
  652. <span class="current_page">{PageNumber}</span>
  653. {/block:CurrentPage}
  654.  
  655. {block:JumpPage}
  656. <a class="jump_page" href="{URL}">{PageNumber}</a>
  657. {/block:JumpPage}
  658. {/block:JumpPagination}
  659.  
  660. {block:NextPage}
  661. <a href="{NextPage}">Next</a>
  662. {/block:NextPage}</center>
  663. {/block:Pagination}
  664. {/block:ifnotInfiniteScroll}
  665. <br></br>
  666. <!--
  667. DO NOT DELETE ANYTHING BELOW
  668. -->
  669.  
  670. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://cliffedgeoftheworld.tumblr.com/">©</a></center></div>
  671.  
  672.  
  673. </body>
  674.  
  675. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement