Advertisement
teenageblog

Reverse Theme

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