Advertisement
teenageblog

Simply Theme

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