Advertisement
teenageblog

Universe Theme

Aug 6th, 2015
31,682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.93 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. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  16.  
  17. <head>
  18. <link rel="shortcut icon" href="{Favicon}" />
  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:Ask Bubble" content="#eee"/>
  28. <meta name="color:Scrollbar" content="#ccc"/>
  29. <meta name="color:Blogtitle" content="#ccc"/>
  30. <meta name="color:Borders" content="#000"/>
  31. <meta name="color:Permalink Background" content="#ccc"/>
  32. <meta name="color:Permalink Text" content="#fff"/>
  33.  
  34. <meta name="if:One Column" content="0" />
  35. <meta name="if:Two Columns" content="1" />
  36. <meta name="if:Three Columns" content="0" />
  37. <meta name="if:Use Link 1" content="1" />
  38. <meta name="if:Use Link 2" content="1" />
  39. <meta name="if:Use Link 3" content="1" />
  40. <meta name="if:Use Link 4" content="1" />
  41. <meta name="if:Use Link 5" content="1" />
  42. <meta name="if:Use Link 6" content="1" />
  43.  
  44.  
  45. <meta name="select:Links" content="Left" title="Left" />
  46. <meta name="select:Links" content="Center" title="Center" />
  47.  
  48. <meta name="select:Description" content="Left" title="Left" />
  49. <meta name="select:Description" content="Center" title="Center" />
  50.  
  51. <meta name="select:Blogtitle" content="Left" title="Left" />
  52. <meta name="select:Blogtitle" content="Right" title="Right" />
  53.  
  54. <meta name="image:Background" content="0"/>
  55.  
  56.  
  57.  
  58. <meta name="text:Link One Title" content= >
  59. <meta name="text:Link One" content="http://" />
  60. <meta name="text:Link Two Title" content= >
  61. <meta name="text:Link Two" content="http://" />
  62. <meta name="text:Link Three Title" content= >
  63. <meta name="text:Link Three" content="http://" />
  64. <meta name="text:Link Four Title" content= >
  65. <meta name="text:Link Four" content="http://" />
  66. <meta name="text:Link Five Title" content= >
  67. <meta name="text:Link Five" content="http://" />
  68. <meta name="text:Link Six Title" content= >
  69. <meta name="text:Link Six" content="http://" />
  70.  
  71.  
  72. <style type="text/css">
  73. #s-m-t-tooltip{
  74. max-width:300px;
  75. margin:15px;
  76. padding:2px 8px;
  77. border:1px solid {color:borders};
  78. background:white;
  79. color:{color:text};
  80. z-index:999999;
  81. font-size:9px;
  82. font-style:nromal;
  83. text-transform:lowercase;
  84. letter-spacing:1px;
  85. }
  86.  
  87.  
  88.  
  89. ::-webkit-scrollbar-thumb{
  90. background-color:{color:scrollbar};
  91. border:3px solid {color:background};
  92. height:6px;}
  93.  
  94. ::-webkit-scrollbar {
  95. height:10px;
  96. width:10px;
  97. background-color:{color:background};}
  98.  
  99.  
  100.  
  101.  
  102.  
  103. .wrapper{
  104. margin: 0px auto;
  105. margin-left: 60px;
  106. width: 1045px;
  107. }
  108.  
  109. .header{
  110. float: left;
  111. width: 100%;
  112. }
  113.  
  114. .left{
  115. float: left;
  116. margin-right: 20px;
  117. width:1045;
  118. }
  119.  
  120. .right{
  121. float: right;
  122. width: 200px;
  123. background-color: #fff;
  124. }
  125.  
  126.  
  127. body {
  128. margin:0px;
  129. background-color: {color:Background};
  130. background-image:url({image:Background});
  131. background-attachment: fixed;
  132. background-repeat: repeat;}
  133. body, div, p, textarea, submit, input{
  134. font-family: times;
  135. font-size: 11px;
  136. line-height:14px;
  137. letter-spacing:1px;
  138. color:{color:Text};
  139. }
  140.  
  141.  
  142.  
  143. p {
  144. margin:0px;
  145. margin-top:0px;
  146. }
  147.  
  148. a:link, a:active, a:visited{
  149. text-decoration: none;
  150. -webkit-transition: color 0.3s ease-out;
  151. -moz-transition: color 0.3s ease-out;
  152. transition: color 0.3s ease-out;
  153. color: {color:Link};
  154. }
  155.  
  156. a:hover {
  157. : -webkit-transition-duration: 1.0s;
  158. color:{color:Hover};
  159. }
  160.  
  161.  
  162.  
  163.  
  164. div#center{
  165. margin:auto;
  166. margin-top:0px;
  167. position:relative;
  168. width:1045px;
  169. background-color:;
  170.  
  171. }
  172.  
  173.  
  174.  
  175. .entry {
  176. float:left;
  177. background:white;
  178. {block:IndexPage}
  179. {block:ifonecolumn}
  180. width:400px;
  181. {/block:ifonecolumn}
  182. {block:iftwocolumns}
  183. width:250px;
  184. {/block:iftwocolumns}
  185. {block:ifthreecolumns}
  186. width:250px;
  187. {/block:ifthreecolumns}
  188. {/block:IndexPage}
  189. margin:26px;
  190. {block:PermalinkPage}
  191. {block:ifonecolumn}
  192. width:400px;
  193. {/block:ifonecolumn}
  194. {block:iftwocolumns}
  195. width:400px;
  196. {/block:iftwocolumns}
  197. text-align:left;
  198. {/block:PermalinkPage}
  199. -moz-transition: all 2.2s ease-out;
  200. -o-transition: all 2.2s ease-out;
  201. -webkit-transition: all 2.2s ease-out;
  202. transition: all 2.2s ease-out;
  203. }
  204.  
  205.  
  206.  
  207. /* Sidebar*/
  208.  
  209. #sidebar{
  210. float:left;
  211. width:200px;
  212. z-index:9999999;
  213. margin-top:170px;
  214. font-size:11px;
  215. height:auto;
  216. {block:ifonecolumn}
  217. margin-left:920px;
  218. {/block:ifonecolumn}
  219. {block:iftwocolumns}
  220. margin-left:960px;
  221. {/block:iftwocolumns}
  222. {block:ifthreecolumns}
  223. margin-left:1000px;
  224. {/block:ifthreecolumns}
  225. position:fixed;
  226. padding:10px;
  227. text-align:{select:description};
  228. font-family: times;
  229. line-height:11px;
  230. color:{color:text};
  231. background-color: #fff;
  232. {block:PermalinkPage}
  233. {block:iftwocolumns}
  234. margin-left: 900px;
  235. {/block:iftwocolumns}
  236. {block:ifonecolumn}
  237. margin-left:900px;
  238. {/block:ifonecolumn}
  239. {block:ifthreecolumns}
  240. margin-left:900px;
  241. {/block:ifthreecolumns}
  242. {/block:PermalinkPage}
  243. }
  244.  
  245.  
  246.  
  247. #blogtitle{
  248. padding:5px;
  249. line-height:13px;
  250. text-align:{select:blogtitle};
  251. font-size:13px;
  252. font-family: times;
  253. color:{color:blogtitle};
  254. border-bottom:1px solid {color:borders};
  255. background-color: white;
  256. }
  257.  
  258.  
  259.  
  260. #links{
  261. font-family: times;
  262. width:200px;
  263. text-align:{select:Links};
  264. word-spacing:0px;
  265. font-size:11px;
  266. color:{color:links};
  267. background-color: white;
  268. display:inline-block;
  269.  
  270. }
  271.  
  272. #links:hover {
  273. color:{color:hover};
  274. }
  275.  
  276.  
  277. #audio {{block:ifonecolumn}
  278. width:400px;
  279. {/block:ifonecolumn}
  280. {block:iftwocolumns}
  281. width:250px;
  282. {/block:iftwocolumns}
  283. {block:ifthreecolumns}
  284. width:250px;
  285. {/block:ifthreecolumns}
  286. height:auto; min-height:60px; padding-bottom:0px;}
  287. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  288. .cover img {float:left; width:60px; height:60px;}
  289. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  290. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  291.  
  292. .title{
  293. line-height:12px;
  294. color:{color:Title};
  295. font-weight:normal;
  296. }
  297.  
  298.  
  299.  
  300.  
  301.  
  302. #cred{
  303. position:fixed;
  304. font-family: arial;
  305. font-size: 8px;
  306. bottom:20px;
  307. right:10px;
  308. padding:10px;
  309. height:10px;
  310. text-align:center;
  311. text-transform:lowercase;
  312. padding-bottom:10px;
  313. width:15px;
  314. color:#aaa;
  315. transition: all 0.6s ease-out;
  316. -o-transition-transition: all 0.6s ease-out;
  317. -webkit-transition: all 0.6s ease-out;
  318. -moz-transition: all 0.6s ease-out;
  319. }
  320.  
  321. .eclipsethemes {
  322. width:260px;
  323. opacity: 1;
  324. z-index: 10000;
  325. margin-top:10px;
  326. margin-bottom:10px;
  327. text-align:left;
  328. font-size:10px;
  329. letter-spacing:1px;
  330. }
  331.  
  332.  
  333. /*FOR TEXT*/
  334. .permahover {
  335. text-align: right;
  336. line-height:9px;
  337. opacity: 0;
  338. filter: alpha(opacity = 0);
  339. font-size: 9px;
  340. padding-top:0px;
  341. text-transform: lowercase;
  342. border-top:0px solid {color:link};
  343. -webkit-transition-duration: .75s;
  344. }
  345.  
  346. .entry:hover .permahover {
  347. text-align: right;
  348. opacity: 1;
  349. filter: alpha(opacity = 50);}
  350.  
  351.  
  352.  
  353. .bubble a{color:{color:text};}
  354.  
  355. .bubble {
  356. position:relative;
  357. margin:4px 0px 5px 45px;
  358. text-align:left;
  359. padding:5px 3px 5px 5px;
  360. background:{color:ask bubble};
  361. color:{color:text};
  362. -moz-border-radius:3px;
  363. -webkit-border-radius:3px;
  364. border-radius:2px;
  365. }
  366.  
  367.  
  368. .bubble p {
  369. margin:5px;
  370. }
  371.  
  372. .bubble span {
  373. position:absolute;
  374. display:block;
  375. width:1px;
  376. top:-5px;
  377. left:-8px;
  378. height:1px;
  379. font-size:12;
  380. line-height:1px;
  381. color:black;
  382. border-top:3px solid transparent;
  383. border-right:7px solid #eee;
  384. border-bottom:3px solid transparent;
  385. }
  386.  
  387. .askborder {
  388. left:-10px;
  389. margin:1px;
  390. padding:2px;
  391. background:#eee;
  392. }
  393.  
  394.  
  395.  
  396.  
  397. /*PERMAS*/
  398. .perma {
  399. width:100px;
  400. height:auto;
  401. font-family:consolas;
  402. font-weight: bold;
  403. font-size:12px;
  404. line-height:12px;
  405. text-align:center;
  406. text-transform:uppercase;
  407. color:{color:permalink text};
  408. background:{color:permalink background};
  409. position:absolute;
  410. overflow:hidden;
  411. margin-top:10px;
  412. line-height: 10px;
  413. border-radius: 3px;
  414. margin-right:0px;
  415. position: absolute;
  416. opacity: 0;
  417. display: inline-block;
  418. padding:8px;
  419. -webkit-transition:opacity 0.5s linear; opacity: 0.0;
  420. -webkit-transition:all 0.5s linear;
  421. -moz-transition:all 0.5s linear;
  422. transition:all 0.5s linear;
  423. }
  424.  
  425. .perma a {
  426. color:{color:permalink text};
  427. }
  428.  
  429. .perma a:hover {
  430. color:{color:hover};
  431.  
  432. }
  433.  
  434.  
  435. .button {
  436. width:90px;
  437. height:auto;
  438. font-family:consolas;
  439. font-weight: bold;
  440. font-size:12px;
  441. line-height:12px;
  442. text-align:center;
  443. text-transform:uppercase;
  444. position:absolute;
  445. overflow:hidden;
  446. margin-top:-7px;
  447. line-height: 10px;
  448. margin-left:-30px;
  449. position: absolute;
  450. opacity: 0;
  451. display: inline-block;
  452. padding:8px;
  453. -webkit-transition:opacity 0.5s linear; opacity: 0.0;
  454. -webkit-transition:all 0.5s linear;
  455. -moz-transition:all 0.5s linear;
  456. transition:all 0.5s linear;
  457. }
  458.  
  459. .entry:hover .perma{
  460. overflow:visible;
  461. opacity: 1;
  462. transform: rotate(0deg);
  463. -ms-transform: rotate(0deg);
  464. -webkit-transform: rotate(0deg);
  465. -o-transform: rotate(0deg);
  466. -moz-transform: rotate(0deg);
  467. -webkit-transition: all 0.5s linear;
  468. -webkit-transition: all 0.5s linear;
  469. -moz-transition: all 0.5s linear;
  470. transition: all 0.5s linear;
  471. }
  472.  
  473.  
  474. .entry:hover .button{
  475. overflow:visible;
  476. opacity: 1;
  477. transform: rotate(0deg);
  478. -ms-transform: rotate(0deg);
  479. -webkit-transform: rotate(0deg);
  480. -o-transform: rotate(0deg);
  481. -moz-transform: rotate(0deg);
  482. -webkit-transition: all 0.5s linear;
  483. -webkit-transition: all 0.5s linear;
  484. -moz-transition: all 0.5s linear;
  485. transition: all 0.5s linear;
  486. }
  487.  
  488. .perma a {
  489. width: 80px;
  490. height: auto;
  491.  
  492. }
  493.  
  494. #posts {
  495. {block:iftwocolumns}
  496. width:700px;
  497. margin-left: 270px;
  498. {/block:iftwocolumns}
  499. {block:ifonecolumn}
  500. width:600px;
  501. margin-left:370px;
  502. {/block:ifonecolumn}
  503. {block:ifthreecolumns}
  504. width:1000px;
  505. margin-left:30px;
  506. {/block:ifthreecolumns}
  507. {block:PermalinkPage}
  508. {block:iftwocolumns}
  509. margin-left: 350px;
  510. {/block:iftwocolumns}
  511. {block:ifonecolumn}
  512. margin-left:350px;
  513. {/block:ifonecolumn}
  514. {block:ifthreecolumns}
  515. margin-left:350px;
  516. {/block:ifthreecolumns}
  517. {/block:PermalinkPage}
  518. margin-top:1px;
  519. margin-right: auto;
  520. position:relative;
  521. overflow-y: hidden;
  522. }
  523.  
  524.  
  525. #infscr-loading{
  526. bottom: -70px;
  527. position: absolute;
  528. left: 50%;
  529. margin-left:-8px;
  530. width:16px;
  531. height:11px;
  532. overflow:hidden;
  533. margin-bottom: 50px;
  534. }
  535.  
  536. #postnotes{
  537. text-align: justify;
  538. }
  539.  
  540. #postnotes blockquote{
  541. border: 0px;
  542. }
  543.  
  544. blockquote{
  545. padding:0px 0px 2px 5px;
  546. margin:0px 0px 2px 1px;
  547. border-left: 1px dotted {color:Text};
  548. }
  549.  
  550. blockquote p, ul{
  551. margin:0px;
  552. padding:0px;
  553. }
  554.  
  555. a img{border: 0px;}
  556. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  557. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  558. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  559. .notes img{width:10px; position:relative; top:3px;
  560. }
  561.  
  562. small{font-size: 90%;}
  563.  
  564. .video embed, .post div.video object {
  565. {block:iftwocolumns}
  566. width:250px;
  567. {/block:iftwocolumns}
  568. {block:ifonecolumn}
  569. width:400px;
  570. {/block:ifonecolumn}
  571. !important; height:180px !important;}
  572.  
  573.  
  574. .video2 embed, .post div.video object {width:500px !important; height:400px !important;}
  575.  
  576. {CustomCSS}
  577.  
  578. </style>
  579.  
  580. {block:IndexPage}
  581.  
  582.  
  583. </script>
  584. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  585. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  586. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  587.  
  588. <script type="text/javascript">
  589. $(window).load(function () {
  590. var $content = $('#posts');
  591. $content.masonry({itemSelector: '.entry'}),
  592. $content.infinitescroll({
  593. navSelector : 'div#pagination',
  594. nextSelector : 'div#pagination a#nextPage',
  595. itemSelector : '.entry',
  596. loading: {
  597. finishedMsg: '',
  598. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  599. },
  600. bufferPx : 600,
  601. debug : false,
  602. },
  603. // call masonry as a callback.
  604. function( newElements ) {
  605. var $newElems = $( newElements );
  606. $newElems.hide();
  607. // ensure that images load before adding to masonry layout
  608. $newElems.imagesLoaded(function(){
  609. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  610.  
  611.  
  612. });
  613. });
  614. });
  615. </script>
  616. {/block:IndexPage}
  617.  
  618.  
  619. <title>{Title}</title>
  620. <meta name="viewport" content="width=720" />
  621. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  622. </head>
  623.  
  624. <body>
  625.  
  626. <div id="sidebar">
  627.  
  628. <div id="blogtitle">{title}</div>
  629. <br>
  630.  
  631. {Description}
  632.  
  633.  
  634. <br>
  635. <br>
  636. <div id="links">
  637. {block:ifuseLink1}<a href="{text:Link One}"><i class="fa fa-home"></i> {text:Link One Title}</a>&nbsp;{/block:ifuseLink1}
  638. {block:ifuseLink2}<a href="{text:Link Two}"><i class="fa fa-envelope-o"></i> {text:Link Two Title}</a>&nbsp; {block:ifuseLink2}
  639. {block:ifuseLink3} <a href="{text:Link Three}"><i class="fa fa-folder-open"></i> {text:Link Three Title}</a> &nbsp;<br> {/block:ifuseLink3}
  640. {block:ifuseLink4}<a href="{text:Link Four}"><i class="fa fa-heart-o"></i> {text:Link Four Title}</a> &nbsp; {/block:ifuseLink4}
  641. {block:ifuseLink5}<a href="{text:Link Five}"><i class="fa fa-tags"></i> {text:Link Five Title}</a> &nbsp;{/block:ifuseLink5}
  642. {block:ifuseLink6}<a href="{text:Link Six}"><i class="fa fa-picture-o"></i> {text:Link Six Title}</a> {/block:ifuseLink6}
  643. </div></div>
  644.  
  645.  
  646.  
  647.  
  648.  
  649. <div class="wrapper">
  650. <div class="header">
  651.  
  652. </div>
  653.  
  654.  
  655.  
  656. <div class="left">
  657. <div id="posts">
  658. {block:Posts}
  659. <div class="entry">
  660.  
  661. {block:Answer}<img src="{AskerPortraitURL-30}" align="left" class="askborder">
  662. <div class="bubble"><font style="color:{color:link}; text-transform:uppercase; font-size:11px; font-family: times;">{Asker}:</font> <font style="color:{color:text}; font-family:times; font-size:11px; ">{Question}</font></div><br><center><font style="font-family:times; font-size:11px; letter-spacing:1px">{Answer}</font></center> <br>
  663. {block:IndexPage}{block:Date} <div class="button"><font color="{color:permalink background}">▲</div>
  664. <div class="perma"><a href="{Permalink}">{NoteCount}</a>,<a href="{ReblogURL}" target="_blank">REBLOG</a></div>{/block:Date}{/block:IndexPage}
  665. {/block:Answer}
  666.  
  667. {block:Text}
  668. {block:Title}<span class="title">{Title}</span>{/block:Title}
  669. <span class="entrytext">{Body}</span>
  670. {block:IndexPage}{block:Date} <div class="button"><font color="{color:permalink background}">▲</div>
  671. <div class="perma"><a href="{Permalink}">{NoteCount}</a>,<a href="{ReblogURL}" target="_blank">REBLOG</a></div>{/block:Date}{/block:IndexPage}
  672. {/block:Text}
  673.  
  674. {block:Link}
  675. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  676. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  677. {block:IndexPage}{block:Date} <div class="button"><font color="{color:permalink background}">▲</div>
  678. <div class="perma"><a href="{Permalink}">{NoteCount}</a>,<a href="{ReblogURL}" target="_blank">REBLOG</a></div>{/block:Date}{/block:IndexPage}
  679. {block:Link}
  680.  
  681. {block:Photo}{block:IndexPage}
  682.  
  683. {/block:IndexPage}
  684.  
  685. {block:IndexPage}
  686.  
  687. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=100%/></a>
  688. {/block:IndexPage}
  689.  
  690. {block:IndexPage}{block:Date} <div class="button"><font color="{color:permalink background}">▲</div>
  691. <div class="perma"><a href="{Permalink}">{NoteCount}</a>,<a href="{ReblogURL}" target="_blank">REBLOG</a></div>{/block:Date}{/block:IndexPage}
  692.  
  693. {block:permalinkpage}{LinkOpenTag}
  694. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=400px/>{LinkCloseTag}
  695. {/block:permalinkpage}
  696. {/block:Photo}
  697.  
  698.  
  699. {block:Photoset}
  700. {block:IndexPage}
  701.  
  702.  
  703. {/block:IndexPage}
  704. {block:IndexPage}
  705. {block:Photos}<a href="{Permalink}">
  706. {block:ifonecolumn}
  707. <a href="{Permalink}"><img src="{PhotoURL-500}" width="400"></a>
  708. {/block:ifonecolumn}
  709. {block:iftwocolumns}
  710. <a href="{Permalink}"><img src="{PhotoURL-500}" width="250"></a>
  711. {/block:iftwocolumns}
  712. {block:ifthreecolumns}
  713. <a href="{Permalink}"><img src="{PhotoURL-500}" width="250"></a>
  714. {/block:ifthreecolumns}
  715. {/block:Photos}
  716. {/block:permalinkpage}
  717. {/block:IndexPage}
  718. {block:IndexPage}{block:Date} <div class="button"><font color="{color:permalink background}">▲</div>
  719. <div class="perma"><a href="{Permalink}">{NoteCount}</a>,<a href="{ReblogURL}" target="_blank">REBLOG</a></div>{/block:Date}{/block:IndexPage}
  720. {block:permalinkpage}
  721. {Photoset-400}
  722. {/block:permalinkpage}
  723. {/block:Photoset}
  724.  
  725.  
  726.  
  727. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  728. {block:IndexPage}{block:Date} <div class="button"><font color="{color:permalink background}">▲</div>
  729. <div class="perma"><a href="{Permalink}">{NoteCount}</a>,<a href="{ReblogURL}" target="_blank">REBLOG</a></div>{/block:Date}{/block:IndexPage}
  730. {/block:Quote}
  731.  
  732. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  733. <ul class="chat">
  734. {block:Lines}
  735. <li class="user_{UserNumber}">
  736. {block:Label}
  737. <span class="label">{Label}</span>
  738. {/block:Label}
  739.  
  740. {Line}
  741. </li>
  742. {/block:Lines}
  743. {block:IndexPage}{block:Date} <div class="button"><font color="{color:permalink background}">▲</div>
  744. <div class="perma"><a href="{Permalink}">{NoteCount}</a>,<a href="{ReblogURL}" target="_blank">REBLOG</a></div>{/block:Date}{/block:IndexPage}
  745. {/block:Chat}
  746.  
  747. {block:Audio}
  748. <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>
  749. {block:IndexPage}{block:Date} <div class="button"><font color="{color:permalink background}">▲</div>
  750. <div class="perma"><a href="{Permalink}">{NoteCount}</a>,<a href="{ReblogURL}" target="_blank">REBLOG</a></div>{/block:Date}{/block:IndexPage}
  751. {/block:Audio}
  752.  
  753. {block:Video}
  754. {block:IndexPage}
  755. {block:ifthreecolumns}
  756. {Video-250}
  757. {/block:ifthreecolumns}
  758.  
  759. {block:iftwocolumns}
  760. {Video-250}
  761. {/block:iftwocolumns}
  762. {block:ifonecolumn}
  763. {Video-400}
  764. {/block:ifonecolumn}
  765. </center>
  766. {/block:IndexPage}
  767. {block:IndexPage}{block:Date} <div class="button"><font color="{color:permalink background}">▲</div>
  768. <div class="perma"><a href="{Permalink}">{NoteCount}</a>,<a href="{ReblogURL}" target="_blank">REBLOG</a></div>{/block:Date}{/block:IndexPage}
  769. {block:PermalinkPage}
  770. <center>
  771. {Video-400}</center>
  772. {/block:PermalinkPage}
  773. {block:Video}
  774.  
  775. {block:PermalinkPage}
  776. <br>
  777. <div class="eclipsethemes">
  778. {block:Caption}{Caption}{/block:Caption}
  779.  
  780. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  781.  
  782. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  783. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  784.  
  785. {block:HasTags}<Br> tags: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  786. {/block:PermalinkPage}
  787.  
  788.  
  789.  
  790.  
  791.  
  792. {block:PostNotes}
  793. <span></span>
  794. <br>
  795. <div style="width:auto; max-height:200px; overflow:auto; text-align:left;">{PostNotes}</div>
  796.  
  797. </a>
  798. {/block:PostNotes}
  799. </div>
  800. {/block:posts}
  801.  
  802. </div></div>
  803.  
  804. {block:IndexPage}
  805. {block:Pagination}
  806. <div id="pagination">
  807. {block:NextPage}
  808. <a id="nextPage" href="{NextPage}"></a>
  809. {/block:NextPage}
  810. {block:PreviousPage}
  811. <a href="{PreviousPage}"></a>
  812. {/block:PreviousPage}
  813. </div>
  814. {/block:Pagination}
  815. {/block:IndexPage}
  816.  
  817.  
  818. <div id="cred">
  819. <a href="http://teenageblog.tumblr.com/"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-moon-outline-48.png"></a></div>
  820.  
  821. </body>
  822. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement