Advertisement
teenageblog

Clear Theme

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