Advertisement
teenageblog

Faith Theme

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