Advertisement
teenageblog

Under the Mistletoe Theme

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