Advertisement
teenageblog

Wonderwall Theme

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