Advertisement
teenageblog

Refreshing Theme

Nov 3rd, 2013
5,807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.93 KB | None | 0 0
  1. <!-----------------------------------------
  2. ★ ° . .    . ☾ °☆  . * ● ¸ .   ★ ° :.  . • ○ ° ★  .  * .     .   °  . ● .    ° ☾ °☆  ¸. ● .  ★  ★ ° ☾ ☆ ¸. ¸  ★  :.  . • ○ ° ★  .  * . .  ¸ .   °  ¸. * ● ¸ .    ° °  ¸. ● ¸ .  ★ ° :.  . • °   ★ 
  3. ▒█▀▀▀ █▀▀ █░░ ░▀░ █▀▀█ █▀▀ █▀▀   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  4. ▒█▀▀▀ █░░ █░░ ▀█▀ █░░█ ▀▀█ █▀▀   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  5. ▒█▄▄▄ ▀▀▀ ▀▀▀ ▀▀▀ █▀▀▀ ▀▀▀ ▀▀▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  6. ★ ° . .    . ☾ °☆  . * ● ¸ .   ★ ° :.  . • ○ ° ★  .  * .     .   °  . ● .    ° ☾ °☆  ¸. ● .  ★  ★ ° ☾ ☆ ¸. ¸  ★  :.  . • ○ ° ★   * . .  ¸ .   °  ¸. * ● ¸ .    ° ☾ °  ¸. ● ¸ .  ★ ° :.  . • °
  7. Please keep credit!!
  8. ----------------------------------------------->
  9.  
  10.  
  11. <html lang="en">
  12. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  13. <html xmlns="http://www.w3.org/1999/xhtml">
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16.  
  17. <head>
  18. <!-- DEFAULT VARIABLES -->
  19. <title>{Title}</title>
  20. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  21. <meta name="color:Background" content="#fff"/>
  22. <meta name="color:Text" content="#000"/>
  23. <meta name="color:Title" content="#000"/>
  24. <meta name="color:Link" content="#999"/>
  25. <meta name="color:Hover" content="#000"/>
  26. <meta name="color:Scrollbar" content="#ccc"/>
  27.  
  28.  
  29. <meta name="image:Sidebar" content=""/>
  30. <meta name="image:Background" content="0"/>
  31.  
  32. <meta name="if:Show Sidebar" content="1"/>
  33.  
  34. <meta name="text:link one" content="" />
  35. <meta name="text:link one title" content="link" />
  36. <meta name="text:link two" content="" />
  37. <meta name="text:link two title" content="link" />
  38. <meta name="text:link three" content="" />
  39. <meta name="text:link three title" content="link" />
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44.  
  45. 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;}
  46.  
  47. 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;}
  48.  
  49.  
  50.  
  51. .wrapper{
  52. margin: 0px auto;
  53. margin-left: 60px;
  54. width: 1045px;
  55. }
  56.  
  57. .header{
  58. float: left;
  59. width: 100%;
  60. }
  61.  
  62. .left{
  63. float: left;
  64. margin-right: 20px;
  65. width:1045;
  66. }
  67.  
  68. .right{
  69. float: right;
  70. width: 200px;
  71. background-color: #fff;
  72. }
  73.  
  74. body {
  75. margin:0px;
  76. background-color: {color:Background};
  77. background-image:url({image:Background});
  78. background-attachment: fixed;
  79. background-repeat: no-repeat;}
  80. body, div, p, textarea, submit, input{
  81. font-family: 'Ubuntu', sans-serif;
  82. font-size: 11px;
  83. line-height:14px;
  84. letter-spacing:1px;
  85. color:{color:Text};
  86. }
  87.  
  88.  
  89. ::-webkit-scrollbar-thumb{
  90. background-color: {color:scrollbar};
  91. border: 2px solid #ffffff;
  92. height:auto;
  93. -moz-border-radius: 10px;
  94. border-radius: 10px;
  95. }
  96.  
  97. ::-webkit-scrollbar {
  98. height:auto;
  99. width:9px;
  100. background-color: #999999;
  101. border: 4px solid #fff;
  102. }
  103.  
  104.  
  105.  
  106. p {
  107. margin:0px;
  108. margin-top:0px;
  109. }
  110.  
  111. a:link, a:active, a:visited{
  112. text-decoration: none;
  113. -webkit-transition: color 0.3s ease-out;
  114. -moz-transition: color 0.3s ease-out;
  115. transition: color 0.3s ease-out;
  116. color: {color:Link};
  117. }
  118.  
  119. a:hover {
  120. : -webkit-transition-duration: 1.0s;
  121. color:{color:Hover};
  122. }
  123.  
  124.  
  125.  
  126.  
  127. div#center{
  128. margin:auto;
  129. margin-top:0px;
  130. position:relative;
  131. width:1045px;
  132. background-color:;
  133. overflow:auto;
  134. overflow-y:hidden;
  135. }
  136.  
  137. #line1 {
  138. display:block;
  139. position:fixed;
  140. top:0px;
  141. height:900px;
  142. width:2px;
  143. background-color:#ccc;
  144. opacity:1;
  145. margin-left:979px;
  146.  
  147. }
  148. #line2 {
  149. display:block;
  150. position:fixed;
  151. top:0px;
  152. height:900px;
  153. width:2px;
  154. background-color:#ccc;
  155. opacity:1;
  156. margin-left:380px;
  157.  
  158. }
  159.  
  160.  
  161. @font-face{font-family:example; src:url('http://static.tumblr.com/3jj4ois/ixMms3uip/willg___.ttf');}
  162. #topbar{
  163. position:fixed;
  164. height:40px;
  165. top:0px;
  166. margin-left:382px;
  167. padding-top:5px;
  168. width:597px;
  169. border-bottom:2px solid #ccc;
  170. background:#fff;
  171. z-index:100;
  172. line-height:30px;
  173. font-size:24px;
  174. opacity:.8;
  175. text-transform:uppercase;
  176. text-align:center;
  177. font-family:example;
  178. }
  179.  
  180. #topbar a{
  181. color:#000;
  182.  
  183. }
  184.  
  185. .entry {
  186. float:left;
  187. display: block;
  188. overflow:hidden;
  189. width:230px;
  190. padding:15px;
  191. border: 1px solid #ccc;
  192. margin:8px;
  193. background-color: white;
  194. padding:8px;
  195. padding-bottom:6px;
  196. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  197. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  198. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  199. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  200. {block:PermalinkPage}
  201. width:520px;
  202. margin-left:0px;
  203. text-align:center;
  204. {/block:PermalinkPage}
  205. }
  206.  
  207.  
  208. .permalinks{
  209. -webkit-transition: all 0.5s ease-in-out;
  210. -moz-transition: all 0.5s ease-in-out;
  211. transition: all 0.5s ease-in-out;
  212. position:absolute;
  213. background:white;
  214. color:black;
  215. width:50%;
  216. padding-top:5px;
  217. padding-bottom:5px;
  218. font-family:calibri;
  219. text-transform:lowercase;
  220. font-style:italic;
  221. text-align:center;
  222. top:43%;
  223. margin-left:55px;
  224. opacity:0;
  225.  
  226. }
  227.  
  228. .permalinks a{
  229. color:black;
  230. }
  231.  
  232. .entry:hover .permalinks{
  233. transform: scale(1.1);
  234. -webkit-transform: scale(1.1);
  235. -moz-transform: scale(1.1);
  236. -o-transform: scale(1.1);
  237. -ms-transform: scale(1.1);
  238. -webkit-transition: all 0.4s ease-in-out;
  239. -moz-transition: all 0.4s ease-in-out;
  240. transition: all 0.4s ease-in-out;
  241. opacity:.9;
  242. border:1px #ccc solid;
  243. }
  244.  
  245.  
  246.  
  247. .entry:hover{
  248. opacity:1;
  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.  
  256. #sidebar{
  257. display: block;
  258. position:fixed;
  259. top:130px;
  260. border-radius:2px;
  261. left:100px;
  262. border:1px solid #ccc;
  263. width:203px;
  264. padding:12px;
  265. height:auto;
  266. font-size:10px;
  267. text-align:center;
  268. background-color:#fff;
  269. }
  270.  
  271.  
  272.  
  273. .permatext{
  274. height:auto;
  275. line-height:100%;
  276. position:absolute;
  277. right:4px;
  278. bottom:0px;
  279. {block:IfPermalinkMovement}
  280. bottom:-5px;
  281. {block:IfPermalinkMovement}
  282. opacity:0;
  283. padding:0;
  284. background:#transparent;
  285. box-shadow:0 0 15px 10px #transparent;
  286. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  287. }
  288. .entry:hover .permatext{
  289. right:4px; bottom:0px;
  290. opacity:1;
  291. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  292. }
  293. .entry:hover .permatext:hover{
  294. opacity:1;
  295. }
  296.  
  297. .bubble {align:right;background:#eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  298. .bubble p {margin:1px 0px;}
  299. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 12;line-height: 14px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  300. .askborder {float: left;margin: 1px 4px 1 0;padding: 3px; background: #eee;}
  301.  
  302. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  303.  
  304.  
  305. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  306. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  307. .cover img {float:left; width:60px; height:60px;}
  308. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  309. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  310.  
  311. .title{
  312. font-family: "cedarville cursive";
  313. font-size: 22px;
  314. line-height: 20px;
  315. color: {color:Title};
  316. text-shadow:1px 2px 2px #aaa;
  317. letter-spacing: 1px;
  318. font-weight: normal;
  319. }
  320.  
  321.  
  322. #cred{
  323. position:fixed;
  324. font-family: arial;
  325. font-size: 8px;
  326. bottom:20px;
  327. right:10px;
  328. padding:10px;
  329. height:10px;
  330. text-align:center;
  331. text-transform:lowercase;
  332. padding-bottom:10px;
  333. width:15px;
  334. color:#aaa;
  335. transition: all 0.6s ease-out;
  336. -o-transition-transition: all 0.6s ease-out;
  337. -webkit-transition: all 0.6s ease-out;
  338. -moz-transition: all 0.6s ease-out;
  339. }
  340.  
  341.  
  342. #posts {
  343. width:600px;
  344. margin-top: 60px;
  345. margin-left: 366px;
  346. margin-right: auto;
  347. position:relative;
  348. overflow-y: hidden;
  349. }
  350.  
  351.  
  352. #infscr-loading{
  353. bottom: -70px;
  354. position: absolute;
  355. left: 50%;
  356. margin-left:-8px;
  357. width:16px;
  358. height:11px;
  359. overflow:hidden;
  360. margin-bottom: 50px;
  361. }
  362.  
  363. #postnotes{
  364. text-align: justify;
  365. }
  366.  
  367. #postnotes blockquote{
  368. border: 0px;
  369. }
  370.  
  371. blockquote{
  372. padding:0px 0px 2px 5px;
  373. margin:0px 0px 2px 1px;
  374. border-left: 1px dotted {color:Text};
  375. }
  376.  
  377. blockquote p, ul{
  378. margin:0px;
  379. padding:0px;
  380. }
  381.  
  382. a img{border: 0px;}
  383. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  384. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  385. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  386. .notes img{width:10px; position:relative; top:3px;
  387. }
  388.  
  389. small{font-size: 90%;}
  390.  
  391. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  392. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  393.  
  394. {CustomCSS}
  395.  
  396. </style>
  397.  
  398. {block:IndexPage}
  399.  
  400.  
  401. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  402. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  403. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  404.  
  405. <script type="text/javascript">
  406. $(window).load(function () {
  407. var $content = $('#posts');
  408. $content.masonry({itemSelector: '.entry'}),
  409. $content.infinitescroll({
  410. navSelector : 'div#pagination',
  411. nextSelector : 'div#pagination a#nextPage',
  412. itemSelector : '.entry',
  413. loading: {
  414. finishedMsg: '',
  415. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  416. },
  417. bufferPx : 600,
  418. debug : false,
  419. },
  420. // call masonry as a callback.
  421. function( newElements ) {
  422. var $newElems = $( newElements );
  423. $newElems.hide();
  424. // ensure that images load before adding to masonry layout
  425. $newElems.imagesLoaded(function(){
  426. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  427.  
  428.  
  429. });
  430. });
  431. });
  432. </script>
  433. {/block:IndexPage}
  434.  
  435.  
  436. <title>{Title}</title>
  437. <link rel="shortcut icon" href="{favicon}">
  438. <meta name="viewport" content="width=720" />
  439. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  440. </head>
  441.  
  442. <body>
  443. <div id="sidebar">
  444. <center>{block:ifshowsidebar}<a href="/"><img style= "" src="{image:sidebar}" width="205"></a></center></img>{/block:ifshowsidebar}
  445. <div style="color: #aaa;margin-top: 5px; font-size: 11px; padding-bottom:6px; ">{description}</div> <div style="margin-top: 3px;border-top:1px solid #efefef;padding-top: 6px;margin-bottom: 3px; padding-left:10px; font-family: consolas; text-transform: uppercase; font-size: 11px; ">
  446.  
  447. <a href="/">home</a>
  448. <a href="/ask">message</a>
  449.  
  450. <a href="{text:link one}">{text:link one title}</a>
  451.  
  452.  
  453. <a href="{text:link two}">{text:link two title}</a>
  454.  
  455.  
  456.  
  457. <a href="{text:link three}">{text:link three title}</a>
  458.  
  459.  
  460. </div></div>
  461. <div id="topbar">{title}</center></div>
  462.  
  463. <div id="line1"></div>
  464. <div id="line2"></div>
  465. <div class="wrapper">
  466. <div class="header">
  467. </div>
  468.  
  469.  
  470.  
  471. <div class="left">
  472. <div id="posts">
  473. {block:Posts}
  474. <div class="entry">
  475.  
  476. {block:Answer}
  477. <div class="post"><div class="askborder">
  478. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  479. {Answer}
  480. </div><br>
  481. {/block:Answer}
  482.  
  483.  
  484. {block:Text}
  485. {block:Title}<left><span class="title">{Title}</span></left>{/block:Title}
  486. <div style="margin-left:3px;">{Body}</div>
  487. {block:IndexPage}
  488.  
  489. {/block:IndexPage}
  490. {/block:Text}
  491.  
  492.  
  493. {block:Link}
  494. <left><a href="{URL}"><span class="title">{Name}</span></a></left>
  495. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  496. {block:IndexPage}
  497. {/block:IndexPage}
  498. {block:Link}
  499.  
  500.  
  501. {block:Photo}{block:IndexPage}
  502.  
  503.  
  504. <div class="permalinks">
  505. <a href="{reblogurl}" target="_blank" title="reblog this photo">reblog</a>
  506. &middot
  507. <a href="{permalink}" title="view permalink page">{notecount}</a>
  508. <br>
  509.  
  510. <a href="{permalink}"> {timeago}</a>
  511.  
  512. </div>
  513.  
  514. {/block:IndexPage}
  515. {block:IndexPage}
  516. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=230px/></a>
  517. {/block:IndexPage}
  518. {block:permalinkpage}{LinkOpenTag}
  519. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=520px/>{LinkCloseTag}
  520. {/block:permalinkpage}
  521. {/block:Photo}
  522.  
  523. {block:Photoset}
  524. <center>
  525. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  526. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  527. </center>
  528.  
  529. {block:IndexPage}
  530.  
  531. {/block:IndexPage}
  532. {/block:Photoset}
  533.  
  534.  
  535. {block:Quote}
  536. <div style="margin-left:3px;">
  537. {Quote}</span>
  538. {block:Source}<strong>{Source}</strong>{/block:Source}
  539. </div>
  540.  
  541. {block:IndexPage}
  542. {/block:IndexPage}
  543. {/block:Quote}
  544.  
  545. {block:Chat}
  546. <div style="margin-left:3px;">
  547. {block:Title}<span class="title">{Title}</span>{/block:Title}
  548. <ul class="chat">
  549. {block:Lines}
  550. <li class="user_{UserNumber}">
  551. {block:Label}
  552. <span class="label">{Label}</span>
  553. {/block:Label}
  554. {Line}
  555. </li>
  556. {/block:Lines}
  557. </ul>
  558. </div>
  559.  
  560. {block:IndexPage}
  561. {/block:IndexPage}
  562. {/block:Chat}
  563.  
  564. {block:Audio}
  565. <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>
  566. {block:IndexPage}
  567. {/block:IndexPage}
  568. {/block:Audio}
  569.  
  570. {block:Video}
  571. {block:IndexPage}
  572. <center>
  573. {Video-250}</center>
  574. {/block:IndexPage}
  575. {block:PermalinkPage}
  576. <center>
  577. {Video-500}</center>
  578. {/block:PermalinkPage}
  579.  
  580. {block:IndexPage}
  581. {/block:IndexPage}
  582. {block:Video}
  583.  
  584.  
  585.  
  586. {block:IndexPage}
  587. {block:Text}
  588. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  589. {/block:Text}
  590. {block:Photoset}
  591. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  592. {/block:Photoset}
  593. {block:Quote}
  594. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  595. {/block:Quote}
  596. {block:Link}
  597. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  598. {/block:Link}
  599. {block:Chat}
  600. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  601. {/block:Chat}
  602. {block:Audio}
  603. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  604. {/block:Audio}
  605. {block:Answer}
  606. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  607. {/block:Answer}
  608. {/block:IndexPage}
  609.  
  610. {block:PostNotes}<div align="middle">{caption}</div>
  611. <center>
  612.  
  613. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  614.  
  615. {block:HasTags}
  616. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  617. {block:RebloggedFrom}
  618. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  619. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  620.  
  621. {/block:RebloggedFrom}
  622. </center></span>
  623. <br>
  624. <div id="postnotes">{PostNotes}</div><br>
  625.  
  626. <center>{block:ContentSource}
  627. <br><a href="{SourceURL}">
  628. {lang:Source}:
  629. {block:SourceLogo}
  630. <img src="{BlackLogoURL}" width="{LogoWidth}"
  631. height="{LogoHeight}" alt="{SourceTitle}" />
  632. {/block:SourceLogo}
  633. {block:NoSourceLogo}
  634. {SourceLink}
  635. {/block:NoSourceLogo}
  636. </a>
  637. {/block:ContentSource}</center>
  638.  
  639. {/block:PostNotes}
  640. </div>
  641. {/block:Posts}
  642. </div></div>
  643.  
  644. {block:IndexPage}
  645. {block:Pagination}
  646. <div id="pagination">
  647. {block:NextPage}
  648. <a id="nextPage" href="{NextPage}"></a>
  649. {/block:NextPage}
  650. {block:PreviousPage}
  651. <a href="{PreviousPage}"></a>
  652. {/block:PreviousPage}
  653. </div>
  654. {/block:Pagination}
  655. {/block:IndexPage}
  656.  
  657.  
  658. <div id="cred">
  659. <a href="http://teenageblog.tumblr.com/"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-moon-outline-48.png"></a></div>
  660. </body>
  661. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement