Advertisement
teenageblog

Unspoken Theme

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