Advertisement
teenageblog

└A Lights Theme

May 19th, 2013
698
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.74 KB | None | 0 0
  1. <!-----------------------------------------
  2. ╭━━━┳╮╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━━┳╮
  3. ┃╭━╮┃┃╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭╮╭╮┃┃
  4. ┃┃╱╰┫╰━┳━━┳━╮╭━━┫┃╱╰╯┃┃╰┫╰━┳━━┳╮╭┳━━┳━━╮
  5. ┃┃╱╭┫╭╮┃╭╮┃╭╮┫┃━┫┃╱╱╱┃┃╱┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  6. ┃╰━╯┃┃┃┃╭╮┃┃┃┃┃━┫╰╮╱╱┃┃╱┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ╰━━━┻╯╰┻╯╰┻╯╰┻━━┻━╯╱╱╰╯╱╰╯╰┻━━┻┻┻┻━━┻━━╯
  8.  
  9. Please keep credit (✿◠‿◠)
  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. <head>
  15.  
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  20.  
  21.  
  22. <!--DEFAULT VARIABLES-->
  23. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  24. <meta name="color:background" content="#fff"/>
  25. <meta name="color:title" content="#000"/>
  26. <meta name="color:scrollbar" content="#000000"/>
  27. <meta name="color:link" content="#777"/>
  28. <meta name="color:text" content="#777"/>
  29. <meta name="color:title" content="#000"/>
  30. <meta name="color:scrollbar" content="#ccc"/>
  31. <meta name="color:hover" content="#333333"/>
  32. <meta name="image:background" content="1"/>
  33. <meta name="image:sidebar" content="1"/>
  34. <meta name="image:sideback" content="1"/>
  35. <meta name="image:sideback1" content="1"/>
  36. <meta name="image:sideback2" content="1"/>
  37. <meta name="text:Link One Title" content="" />
  38. <meta name="text:Link One" content="" />
  39. <meta name="text:Link Two Title" content="" />
  40. <meta name="text:Link Two" content="" />
  41. <meta name="text:Link Three Title" content="" />
  42. <meta name="text:Link Three" content="" />
  43.  
  44. <style type="text/css">
  45. ::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  46. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  47. p {
  48. margin:0px;
  49. margin-top:0px;
  50. }
  51.  
  52. body {
  53. padding: 0px;
  54. margin: 0px;
  55. color:{color:text};
  56. font-family: "consolas";
  57. line-height:14px;
  58. font-size:10px;
  59. letter-spacing:1px;
  60. background-color: {color:Background};
  61. background-image:url({image:Background});
  62. background-attachment: fixed;
  63. background-repeat: repeat;
  64. }
  65.  
  66.  
  67. a:link, a:active, a:visited{
  68. text-decoration: none;
  69. -webkit-transition: color 0.1s ease-out;
  70. -moz-transition: color 0.1s ease-out;
  71. transition: color 0.1s ease-out;
  72. color:{color:link};
  73. }
  74.  
  75. a:hover {
  76. text-decoration: underline;
  77. font-style:;
  78. color: {color:Hover};
  79. font-style: underline;
  80. }
  81.  
  82. div#center{
  83. margin:auto;
  84. position:relative;
  85. width:1000px;
  86. background-color:;
  87. overflow:auto;
  88. overflow-y:hidden;
  89. }
  90.  
  91. .entry {
  92. float:left;
  93. display: block;
  94. margin:3px;
  95. overflow:hidden;
  96. width:250px;
  97. opacity:0.9;
  98. -webkit-animation: flipInY 2s;
  99. -moz-animation: flipInY 2s;
  100. -ms-animation: flipInY: 2s;
  101. padding-top:2px;
  102. padding-bottom:-2px;
  103. padding-left: 2px;
  104. padding-right: 2px;
  105. border: 1px solid #eeeeee;
  106. {block:PermalinkPage}
  107. width:450px;
  108. text-align:left;
  109. line-height:10px;
  110. {/block:PermalinkPage}
  111. background-color:{color:ok};
  112. background-image:URL();
  113. }
  114. #sidebar{
  115. z-index: 1;
  116. position:fixed !important;
  117. width:270px;
  118. padding: 10px;
  119. padding-bottom: 80px;
  120. border: 1px solid {color:borders};
  121. background:white;
  122. height:auto;
  123. margin-top:95px;
  124. margin-left:-145px;
  125. text-align:center;
  126. border-top-left-radius: 5px;
  127. border-top-right-radius: 5px;
  128. border-bottom-left-radius: 5px;
  129. border-bottom-right-radius: 5px;
  130. }
  131. #sidebar .links{
  132. position:absolute;
  133. opacity: 1;
  134. margin-left:-12px;
  135. padding: 5px;
  136. letter-spacing: 2px;
  137. margin-top:435px;
  138. width: 282px;
  139. height:12px;
  140. overflow: hidden;
  141. color:black;
  142. background-color:#fff;
  143. border: 1px solid {color:borders};
  144. font-family: consolas;
  145. font-size: 10px;
  146. text-align:left;
  147. position:fixed;
  148. line-height: 12px;
  149. transition: all 0.9s ease-out;
  150. -o-transition-transition: all 0.9s ease-out;
  151. -webkit-transition: all 0.9s ease-out;
  152. -moz-transition: all 0.9s ease-out;
  153. border-top-left-radius: 5px;
  154. border-top-right-radius: 5px;
  155. border-bottom-left-radius: 5px;
  156. border-bottom-right-radius: 5px;
  157. }
  158.  
  159.  
  160. #desc{
  161. z-index:2;
  162. position:fixed !important;
  163. opacity: 1;
  164. width:262px;
  165. height:50px;
  166. padding:3px;
  167. margin-left:-6px;
  168. margin-top:18px;
  169. color:black;
  170. background:white;
  171. border:1px solid #a7a5a5;
  172. letter-spacing:1px;
  173. font-family: consolas;
  174. font-size:11px;
  175. line-height:18px;
  176. text-align:center;
  177. text-transform:normal;
  178. overflow-y: scroll;
  179. overflow-x: hidden;
  180. }
  181. .sideback{
  182. position:fixed;
  183. margin-left:-210px;
  184. top: 0px;
  185. background: #;
  186. background-image:url({image:sideback});
  187. height:100%;
  188. border-right: 4px solid #fff;
  189. -moz-box-shadow:10px 10px 5px #ddd;
  190. -webkit-box-shadow:0px 0px 5px #ddd;
  191. box-shadow:0px 0px 10px #ddd;
  192. opacity:1;
  193. width:400px;
  194. border-bottom:2px solid #fff;
  195. border-left: 4px solid #fff;
  196. border-right: 4px double solid #fff;
  197. }
  198.  
  199. .sideback1{
  200. position:fixed;
  201. margin-left:1020px;
  202. top: 0px;
  203. background: #;
  204. background-image:url({image:sideback1});
  205. height:100%;
  206. border-left: 4px solid #fff;
  207. -moz-box-shadow:10px 10px 5px #ddd;
  208. -webkit-box-shadow:10px 10px 5px #ddd;
  209. box-shadow:0px 0px 12px #ddd;
  210. opacity:1;
  211. width:30px;
  212. border-bottom:2px solid #fff;
  213. border-left: 4px solid #fff;
  214. border-right: 4px solid #fff;
  215. }
  216.  
  217. .sideback2{
  218. position:fixed;
  219. margin-left:1070px;
  220. top: 0px;
  221. background: #;
  222. background-image:url({image:sideback2});
  223. height:100%;
  224. border-right: 4px solid #fff;
  225. -moz-box-shadow:10px 10px 5px #ddd;
  226. -webkit-box-shadow:10px 10px 5px #ddd;
  227. box-shadow:0px 0px 13px #ddd;
  228. opacity:1;
  229. width:200px;
  230. border-bottom:3px solid #fff;
  231. border-left: 4px solid #fff;
  232. border-right: 3px double solid #fff;
  233. }
  234.  
  235.  
  236.  
  237. @font-face {font-family:"Pacifico"; src:url('http://static.tumblr.com/9wzbixa/D3Wlyw7u4/pacifico.ttf');}
  238. #titlee{
  239. position:fixed !important;
  240. z-index:99;
  241. width:400px;
  242. height:30px;
  243. opacity: 1;
  244. padding:3px;
  245. margin-top:45px;
  246. margin-left:-203px;
  247. background:transparent;
  248. line-height:40px;
  249. text-align:center;
  250. border-bottom: 0px;
  251. color: {color:title};
  252. letter-spacing:5px;
  253. font-size: 37px;
  254. text-shadow: 1px 1px 2px #fff;
  255. font-family: "pacifico";
  256. border-top-left-radius: 6px;
  257. border-top-right-radius: 6px;
  258. border-bottom-left-radius: 2px;
  259. border-bottom-right-radius: 2px;
  260. }
  261. #posts {
  262. width:1000px;
  263. margin-top:2px;
  264. z-index:99;
  265. margin-left:400px;
  266. right:auto;
  267. background:transparent;
  268. margin-right:auto;
  269. position:relative;
  270. overflow-y: hidden;
  271. }
  272.  
  273. .animated {
  274. -webkit-animation-fill-mode: both;
  275. -moz-animation-fill-mode: both;
  276. -ms-animation-fill-mode: both;
  277. -o-animation-fill-mode: both;
  278. animation-fill-mode: both;
  279. -webkit-animation-duration: 1s;
  280. -moz-animation-duration: 1s;
  281. -ms-animation-duration: 1s;
  282. -o-animation-duration: 1s;
  283. animation-duration: 1s;
  284. }
  285.  
  286. .animated.hinge {
  287. -webkit-animation-duration: 2s;
  288. -moz-animation-duration: 2s;
  289. -ms-animation-duration: 2s;
  290. -o-animation-duration: 2s;
  291. animation-duration: 2s;
  292. }@-webkit-keyframes flipInY {
  293. 0% {
  294. -webkit-transform: perspective(400px) rotateY(0deg);
  295. opacity: 0;
  296. }
  297.  
  298. 40% {
  299. -webkit-transform: perspective(400px) rotateY(0deg);
  300. }
  301.  
  302. 70% {
  303. -webkit-transform: perspective(400px) rotateY(0deg);
  304. }
  305.  
  306. 100% {
  307. -webkit-transform: perspective(400px) rotateY(0deg);
  308. opacity: 1;
  309. }
  310. }
  311. @-moz-keyframes flipInY {
  312. 0% {
  313. -moz-transform: perspective(400px) rotateY(0deg);
  314. opacity: 0;
  315. }
  316.  
  317. 40% {
  318. -moz-transform: perspective(400px) rotateY(0deg);
  319. }
  320.  
  321. 70% {
  322. -moz-transform: perspective(400px) rotateY(0deg);
  323. }
  324.  
  325. 100% {
  326. -moz-transform: perspective(400px) rotateY(0deg);
  327. opacity: 1;
  328. }
  329. }
  330. @-o-keyframes flipInY {
  331. 0% {
  332. -o-transform: perspective(1000px) rotateY(0deg);
  333. opacity: 0;
  334. }
  335.  
  336. 40% {
  337. -o-transform: perspective(1000px) rotateY(0deg);
  338. }
  339.  
  340. 70% {
  341. -o-transform: perspective(1000px) rotateY(0deg);
  342. }
  343.  
  344. 100% {
  345. -o-transform: perspective(700px) rotateY(0deg);
  346. opacity: 1;
  347. }
  348. }
  349. @keyframes flipInY {
  350. 0% {
  351. transform: perspective(800px) rotateY(0deg);
  352. opacity: 0;
  353. }
  354.  
  355. 40% {
  356. transform: perspective(800px) rotateY(0deg);
  357. }
  358.  
  359. 70% {
  360. transform: perspective(900px) rotateY(0deg);
  361. }
  362.  
  363. 100% {
  364. transform: perspective(400px) rotateY(0deg);
  365. opacity: 1;
  366. }
  367. }.flipInY {
  368. -webkit-backface-visibility: visible !important;
  369. -webkit-animation-name: flipInY;
  370. -moz-backface-visibility: visible !important;
  371. -moz-animation-name: flipInY;
  372. -o-backface-visibility: visible !important;
  373. -o-animation-name: flipInY;
  374. backface-visibility: visible !important;
  375. animation-name: flipInY;
  376. }#users:hover{}
  377.  
  378.  
  379.  
  380.  
  381. .entry .perma{
  382. width: 240px;
  383. position: absolute;
  384. text-transform: uppercase;
  385. line-height: 13px;
  386. padding: 5px;
  387. text-align: center;
  388. overflow:hidden;
  389. opacity: 0.0;
  390. bottom:-20;
  391. background-color:#ffffff;
  392. opacity:0.0;
  393. height:0px;
  394. margin-left:0px;
  395. -webkit-transition: all 0.4s linear;
  396. -webkit-transition: all 0.4s linear;
  397. -moz-transition: all 0.3s linear;
  398. transition: all 0.5s linear;
  399.  
  400. }
  401.  
  402. .entry:hover .perma{
  403. overflow:visible;
  404. height:12px;
  405. bottom:1px;
  406. -webkit-transition: all 0.4s linear; opacity: 0.9;
  407. -webkit-transition: all 0.5s linear;
  408. -moz-transition: all 0.4s linear;
  409. transition: all 0.4s linear;
  410. }
  411.  
  412. .entry:hover .perma:hover{
  413. overflow:visible;
  414. -webkit-transition: all 0.4s linear; opacity: 1.0;
  415. -webkit-transition: all 0.5s linear;
  416. -moz-transition: all 0.6s linear;
  417. transition: all 0.5s linear;
  418. }
  419.  
  420.  
  421. .title {
  422. opacity:.7;
  423. font-size:11px;
  424. text-transform:uppercase;
  425. padding:0px;
  426. border-bottom:1px solid #ddd;
  427. }
  428. .cred {
  429. color: #000;
  430. font-family: Calibri;
  431. font-size:14px;
  432. z-index: 99999999999999px;
  433. line-height:14px;
  434. background:#fff;
  435. border: 1px #eee solid;
  436. background-repeat:repeat;
  437. padding:2px;
  438. -webkit-border-radius:2px;
  439. moz-border-radius:2px;
  440. -o-border-radius:2px;
  441. border-radius:2px;
  442. }
  443.  
  444. .cred a { color: #000; }
  445.  
  446.  
  447.  
  448. .permalink{
  449. text-transform: normal;
  450. display: block;
  451. text-align: right;
  452. text-decoration: none;
  453. }
  454.  
  455.  
  456. #infscr-loading{
  457. bottom: -70px;
  458. position: absolute;
  459. left: 50%;
  460. margin-left:-8px;
  461. width:16px;
  462. height:11px;
  463. overflow:hidden;
  464. margin-bottom: 50px;
  465. }
  466.  
  467. #postnotes{
  468. text-align: justify;}
  469.  
  470. #postnotes blockquote{
  471. border: 0px;}
  472.  
  473. blockquote{
  474. padding:0px 0px 2px 5px;
  475. margin:0px 0px 2px 10px;
  476. border-left: 1px dotted #555555;
  477. }
  478.  
  479. blockquote p, ul{
  480. margin:0px;
  481. padding:0px;
  482. }
  483. a.cats {
  484. width: 96px;
  485. height: 20px;
  486. background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);
  487. display: block;
  488. position: fixed;
  489. top: 26px;
  490. right: 3px;
  491. z-index: 1337;
  492. }
  493. a img{border: 0px;}
  494.  
  495.  
  496.  
  497.  
  498. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  499.  
  500. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  501. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  502.  
  503. .notes img{width:10px; position:relative; top:3px;}
  504. <--ses-->
  505. small{font-size: 90%;}
  506.  
  507. {CustomCSS}
  508.  
  509. </style>
  510.  
  511. {block:IndexPage}
  512. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  513. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  514.  
  515. <script type="text/javascript">
  516. $(window).load(function(){
  517. var $wall = $('#posts');
  518. $wall.imagesLoaded(function(){
  519. $wall.masonry({
  520. itemSelector: '.entry, .entry_photo',
  521. isAnimated : false
  522. });
  523. });
  524.  
  525. $wall.infinitescroll({
  526. navSelector : '#pagination',
  527. nextSelector : '#pagination a',
  528. itemSelector : '.entry, .entry_photo',
  529. bufferPx : 2000,
  530. debug : false,
  531. errorCallback: function() {
  532. $('#infscr-loading').fadeOut('normal');
  533. }},
  534. function( newElements ) {
  535. var $newElems = $( newElements );
  536. $newElems.hide();
  537. $newElems.imagesLoaded(function(){
  538. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  539. });
  540. }); $('#posts').show(500);
  541. });
  542. </script>
  543.  
  544.  
  545. {/block:IndexPage}
  546.  
  547.  
  548. <title>{title}</title>
  549. </style>
  550.  
  551. <link rel="shortcut icon" href="{Favicon}" />
  552. <meta name="viewport" content="width=820" />
  553. </head>
  554.  
  555. <body>
  556. <BODY onselectstart="return false;" ondragstart="return false;">
  557. <div class="wrapper">
  558. <div class="header">
  559. </div>
  560.  
  561.  
  562. <div id="cage">
  563. <div id="center">
  564.  
  565. <div id="titlee">{title}</center></div>
  566. <div id="sidebar">
  567. <div class="links">
  568. <center>
  569. <a href="/">refresh</a>
  570. <a href="/ask">inbox</a>
  571. <a href="{text:Link One}">{text:Link One Title}</a>
  572. <a href="{text:Link Two}">{text:Link Two Title}</a>
  573. <a href="{text:Link Three}">{text:Link Three Title}</a>
  574. <a href="http://teenageblog.tumblr.com">theme</a>
  575. </center>
  576. </div>
  577.  
  578. <center>
  579. <a href="/"><div style="padding:5px; padding-bottom: 5px;
  580. border: solid 1px #a7a5a5;"><img src="{image:sidebar}" height=330px; width=100%;></a>
  581. <div id="desc">{description}</div>
  582. </center>
  583. </div>
  584. <div class="sideback"></div>
  585. <div class="sideback1"></div>
  586. <div class="sideback2"></div>
  587.  
  588. <a href="http://teenageblog.tumblr.com" class="cats"></a>
  589.  
  590. </center>
  591. </div>
  592.  
  593.  
  594.  
  595. <div class="left">
  596. <div id="posts">
  597. {block:Posts}
  598. <div class="entry">
  599.  
  600.  
  601. {block:Text}
  602. {block:Title}<span class="title">{Title}</span>{/block:Title}
  603. <span class="entrytext">{Body}</span>
  604. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;"><a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></span>{block:IndexPage}
  605. {/block:Text}
  606.  
  607. {block:Link}
  608. <a href="{URL}" class="title">{Name}</a><br><br>
  609. {block:Description}<div class="caption">{Description}</div>{/block:Description}{block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;text-transform:uppercase;"><a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></span>{block:IndexPage}
  610. {block:Link}
  611.  
  612.  
  613. {block:Photo}
  614. {block:IndexPage}
  615. <center>
  616.  
  617.  
  618. <div class="perma">
  619. <a href="{reblogurl}">Reblog</a> &middot <a href="{permalink}">{NoteCountwithlabel}</a></div>
  620.  
  621. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  622. {/block:IndexPage}
  623. {block:PermalinkPage}
  624. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  625.  
  626. {LinkCloseTag}
  627. {/block:PermalinkPage}
  628. {/block:Photo}
  629.  
  630. {block:Photoset}
  631. {block:IndexPage}
  632. <center>
  633.  
  634. <div class="perma">
  635. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  636.  
  637. {Photoset-250}</center>
  638. {/block:IndexPage}
  639. {block:PermalinkPage}
  640. <center>
  641. {Photoset-500}</center>
  642. {/block:PermalinkPage}
  643. {/block:Photoset}
  644.  
  645. {block:Quote}
  646. <i><div class="quote"></div>
  647. <span style="text-transform:uppercase;letter-spacing:1px;"> {Quote}" </span></i>
  648. {block:Source}
  649. <div style="text-align:right; color:{color:link};border-top:0px solid #ddd; padding:3px;margin-top:3px;text-transform:uppercase;"> - {Source}</div>
  650. {/block:Source}
  651. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;"><a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></span>{block:IndexPage}
  652. {/block:Quote}
  653.  
  654. {block:Chat}
  655. {block:Title}<span class="title">{Title}</span>{/block:Title}
  656. <ul class="chat">
  657. {block:Lines}
  658. <li class="user_{UserNumber}">
  659. {block:Label}
  660. <span class="label">{Label}</span>
  661. {/block:Label}
  662.  
  663. {Line}
  664. </li>
  665. {/block:Lines}
  666. </ul>
  667. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;text-transform:uppercase;"><a href="{permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></span>{block:IndexPage}
  668. {/block:Chat}
  669.  
  670. {block:Audio}
  671. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  672. {/block:IndexPage}
  673. {block:IndexPage}<span class="perm1"><div style="border-top: 2px solid #cecece;padding:3px;margin-top:3px;text-align:right;text-transform:uppercase;"><a href="{permalink}">{NoteCountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></div></span>{block:IndexPage}
  674. {/block:Audio}
  675.  
  676.  
  677. {block:Video}
  678. {block:IndexPage}
  679. <center>
  680. {Video-250}</center>
  681. {/block:IndexPage}
  682. {block:PermalinkPage}
  683. <center>
  684. {Video-400}</center>
  685. {/block:PermalinkPage}
  686. {block:Video}
  687.  
  688.  
  689. {block:PostNotes}<div align="middle">{caption}</div>
  690. <center>
  691.  
  692. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  693.  
  694. {block:HasTags}
  695. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  696. {block:RebloggedFrom}
  697. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  698. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  699.  
  700. {/block:RebloggedFrom}
  701. </center></span>
  702. <br>
  703. <div id="postnotes">{PostNotes}</div><br>
  704.  
  705. <center>{block:ContentSource}
  706. <br><a href="{SourceURL}">
  707. {lang:Source}:
  708. {block:SourceLogo}
  709. <img src="{BlackLogoURL}" width="{LogoWidth}"
  710. height="{LogoHeight}" alt="{SourceTitle}" />
  711. {/block:SourceLogo}
  712. {block:NoSourceLogo}
  713. {SourceLink}
  714. {/block:NoSourceLogo}
  715. </a>
  716. {/block:ContentSource}</center>
  717.  
  718. {/block:PostNotes}
  719. </div>
  720. {/block:Posts}
  721. </div></div>
  722.  
  723. {block:IndexPage}
  724. {block:Pagination}
  725. <div id="pagination">
  726. {block:NextPage}
  727. <a id="nextPage" href="{NextPage}"></a>
  728. {/block:NextPage}
  729. {block:PreviousPage}
  730. <a href="{PreviousPage}"></a>
  731. {/block:PreviousPage}
  732. </div>
  733. {/block:Pagination}
  734. {/block:IndexPage}
  735. <div style="position: fixed; right:6px;bottom:10px;">
  736. <span class="cred">
  737. <a href="http://teenageblog.tumblr.com/" target="_blank">
  738. </a></span></div>
  739. </body>
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement