Advertisement
teenageblog

Christmas Theme

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