Advertisement
teenageblog

Lovely Theme

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