Advertisement
teenageblog

Lime Theme

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