Advertisement
solarre

sight

Jan 11th, 2016
6,573
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.00 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. sight by solarre
  6.  
  7. -keep credit intact
  8. -don't steal any code
  9. -don't use as a basecode/claim as your own
  10.  
  11. credits:
  12. soundcloud player & video resizing script: shythemes
  13.  
  14. -->
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24. <meta name="color:Background" content="#ffffff"/>
  25. <meta name="color:Title" content="#000000"/>
  26. <meta name="color:Text" content="#bbbbbb"/>
  27. <meta name="color:Link" content="#aaaaaa"/>
  28. <meta name="color:Hover" content="#b3b3b3"/>
  29. <meta name="color:Line" content="#f2f2f2"/>
  30. <meta name="color:Tooltip" content="#777777"/>
  31. <meta name="color:Scrollbar" content="#eeeeee"/>
  32.  
  33. <meta name="if:Popup" content="1"/>
  34. <meta name="if:White Lightbox" content="1"/>
  35. <meta name="if:Fade In Posts" content="1"/>
  36. <meta name="if:Opacity Change On Hover" content="0"/>
  37. <meta name="if:Small Cursor" content="1"/>
  38.  
  39. <meta name="select:Post Size" content="250" title="250px"/>
  40. <meta name="select:Post Size" content="300" title="300px"/>
  41. <meta name="select:Post Size" content="350" title="350px"/>
  42. <meta name="select:Post Size" content="400" title="400px"/>
  43.  
  44. <meta name="text:Blog Title" content="">
  45. <meta name="text:linkA" content="">
  46. <meta name="text:linkA url" content="/">
  47. <meta name="text:linkB" content="">
  48. <meta name="text:linkB url" content="/">
  49. <meta name="text:linkC" content="">
  50. <meta name="text:linkC url" content="/">
  51. <meta name="text:linkD" content="">
  52. <meta name="text:linkD url" content="/">
  53. <meta name="text:linkE" content="">
  54. <meta name="text:linkE url" content="/"/>
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  58. <script>
  59. (function($){
  60. $(document).ready(function(){
  61. $("[title]").style_my_tooltips({
  62. tip_follows_cursor:true,
  63. tip_delay_time:1,
  64. tip_fade_speed:100,
  65. attribute:"title"
  66. });
  67. });
  68. })(jQuery);
  69. </script>
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'>
  72.  
  73. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  74. <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  75.  
  76. <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  77.  
  78. <script>
  79. $(document).ready(function() {
  80.  
  81. $('a.poplight[href^=#]').click(function() {
  82. var popID = $(this).attr('rel');
  83. var popURL = $(this).attr('href');
  84. var query= popURL.split('?');
  85. var dim= query[1].split('&');
  86. var popWidth = dim[0].split('=')[1];
  87.  
  88. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend;
  89.  
  90. var popMargTop = ($('#' + popID).height() + 90) / 2;
  91. var popMargLeft = ($('#' + popID).width() + 90) / 2;
  92.  
  93. $('#' + popID).css({
  94. 'margin-top' : -popMargTop,
  95. 'margin-left' : -popMargLeft
  96. });
  97.  
  98. $('body').append('<div id="fade"></div>');
  99. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  100. return false;
  101. });
  102.  
  103. $('#fade').live('click', function() {
  104. $('#fade , .thepopup').fadeOut(function() {
  105. $('#fade').remove();
  106. });
  107. return false;
  108. });
  109. });
  110. </script>
  111.  
  112. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  113.  
  114. <style type="text/css">
  115.  
  116. ::-webkit-scrollbar {width:4px; height:auto; background:{color:Background};}
  117. ::-webkit-scrollbar-corner {background:transparent;}
  118. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; width:2px; border:1px solid {color:background};}
  119. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};height:4px !important;}
  120. ::-webkit-scrollbar-increment {width:4px; height:4px; background-color:#fff;}
  121.  
  122. iframe#tumblr_controls, iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {
  123. position:fixed;
  124. white-space:nowrap;
  125. -webkit-filter: invert(100%);
  126. -moz-filter: invert(100%);
  127. -o-filter: invert(100%);
  128. -ms-filter: invert(100%);
  129. filter: invert(100%);
  130. opacity:.2;transition: .8s ease-in-out;
  131. -webkit-transition: .8s ease-in-out;
  132. -moz-transition: .8s ease-in-out;
  133. -o-transition: .8s ease-in-out;
  134. }
  135.  
  136. {block:ifWhiteLightbox}
  137. #vignette, .vignette{opacity:0!important;}.lightbox-caption {color:#000;}
  138. #tumblr_lightbox,.tmblr-lightbox{background:rgba(255,255,255,0.7)!important;}
  139. #tumblr_lightbox img, .lightbox-image {box-shadow:none!important;border-radius:0px!important;}
  140. {/block:ifWhiteLightbox}
  141.  
  142. #s-m-t-tooltip {
  143. max-width:300px;
  144. padding: 5px 8px;
  145. margin:10px;
  146. background-color:{color:background};
  147. font-size:8px;
  148. letter-spacing:1px;
  149. text-transform:uppercase;
  150. color:{color:tooltip};
  151. box-shadow:2px 2px 0.2em #eee;
  152. border-radius:2px;
  153. z-index:1000000000000000000000;
  154. transition:0.5s ease-in-out;
  155. -webkit-transition:0.5s ease-in-out;
  156. -moz-transition:0.5s ease-in-out;
  157. -ms-transition:0.5s ease-in-out;
  158. -o-transition:0.5s ease-in-out;
  159. }
  160.  
  161.  
  162. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  163. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  164. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  165.  
  166. .fade-in {
  167. opacity:0;
  168. -webkit-animation:fadeIn ease-in 1;
  169. -moz-animation:fadeIn ease-in 1;
  170. animation:fadeIn ease-in 1;
  171. -webkit-animation-fill-mode:forwards;
  172. -moz-animation-fill-mode:forwards;
  173. animation-fill-mode:forwards;
  174. -webkit-animation-duration:1s;
  175. -moz-animation-duration:1s; animation-duration:1s; }
  176.  
  177. .fade-in.one { -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; animation-delay: 0.7s; }
  178.  
  179. ::selection {background-color:{color:scrollbar};color:#fff;text-shadow:none;}
  180. ::-o-selection {background:{color:scrollbar};color:#fff;text-shadow:none;}
  181. ::-moz-selection {background:{color:scrollbar};color:#fff;text-shadow:none;}
  182.  
  183. {block:ifSmallCursor}
  184.  
  185. *, body, img { cursor:url(http://static.tumblr.com/vmteopo/yYInjhg6e/small_black_cursor.png), auto;}
  186.  
  187. a, a:hover, a:active {cursor:url(http://static.tumblr.com/vmteopo/DH3njhg50/help_cursor.png), crosshair; }
  188.  
  189. {/block:ifSmallCursor}
  190.  
  191. body {
  192. background:{color:background};
  193. margin:0px;
  194. color:{color:text};
  195. font:10.5px calibri;
  196. line-height:15px;
  197. -moz-font-smoothing:subpixel-antialiased;
  198. -webkit-font-smoothing:subpixel-antialiased;
  199. font-smoothing:subpixel-antialiased;
  200. }
  201.  
  202. a {
  203. text-decoration:none;
  204. color:{color:link};
  205. -moz-outline-style:none;
  206. transition:0.5s ease-in-out;
  207. -webkit-transition:0.5s ease-in-out;
  208. -moz-transition:0.5s ease-in-out;
  209. -ms-transition:0.5s ease-in-out;
  210. -o-transition:0.5s ease-in-out;
  211. }
  212.  
  213. a:hover {color:{color:hover};}
  214. img {border:none;max-width:100%;height:auto;}
  215. img a {border:none;} a img {border:none;}
  216. h1 {font-size:12px;text-transform:uppercase;}
  217. h2 {font:italic 15px calibri;line-height:110%;color:{color:title};text-align:center;}
  218. ol {list-style:lower-roman;line-height:123%;}
  219. blockquote {padding-left:5px;border-left:1px solid {color:line};margin-right:0;margin-left:20px;}
  220. blockquote blockquote {padding-left:5px;border-left:1px solid {color:line};margin-right:0;}
  221. ul {list-style-type:none;}
  222. ul li {position:relative;padding-left:20px;margin-left:-20px;}
  223. ul li:before, ul ul ul li:before {
  224. content:'';
  225. position:absolute;
  226. display:block;
  227. top:7.5px;
  228. left:0;
  229. width:15px;
  230. height:1px;
  231. border-top:1px solid #ececec;
  232. }
  233.  
  234. ul ul li:before {
  235. content:'›';
  236. position:absolute;
  237. display:block;
  238. border:none;
  239. top:0;
  240. left:0;
  241. margin-left:10px;
  242. width:0px;
  243. }
  244.  
  245. pre {
  246. padding:3px 5px;
  247. text-transform:uppercase;
  248. white-space: pre-wrap;
  249. white-space: -moz-pre-wrap;
  250. white-space: -pre-wrap;
  251. white-space: -o-pre-wrap;
  252. word-wrap: break-word;
  253. }
  254.  
  255. #sidebar {
  256. position:fixed;
  257. height:auto;
  258. width:150px;
  259. right:200px;
  260. top:250px;
  261. opacity:1;
  262. padding:20px;
  263. z-index:2;
  264. }
  265.  
  266. #sidebar:before, #sidebar:after {
  267. content:"";
  268. display:block;
  269. width:15px;
  270. height:15px;
  271. transition:0.5s ease-in-out;
  272. -webkit-transition:0.5s ease-in-out;
  273. -moz-transition:0.5s ease-in-out;
  274. -ms-transition:0.5s ease-in-out;
  275. -o-transition:0.5s ease-in-out;
  276. }
  277.  
  278. #sidebar:before {float:right; margin:-10px -10px 0 0;border-top:1px solid transparent;border-right:1px solid transparent;}
  279. #sidebar:after {margin:10px 0 -10px -10px;border-bottom:1px solid transparent;border-left:1px solid transparent;}
  280.  
  281. .title {
  282. margin-top:0px;
  283. font:bold 25px calibri;
  284. color:{color:title};
  285. width:130px;
  286. margin:auto;
  287. padding:5px 10px 0;
  288. text-align:center;
  289. line-height:130%;
  290. }
  291.  
  292. .desc {
  293. line-height:125%;
  294. font: italic 10px calibri;
  295. width:150px;
  296. color:{color:text};
  297. height:auto;
  298. padding:10px 0;
  299. text-align:center;
  300. }
  301.  
  302. .links {width:150px;margin-top:6px;text-align:center;}
  303.  
  304. .links a {
  305. padding:3px;
  306. height:1px;
  307. width:1px;
  308. font-size:0px;
  309. color:{color:background};
  310. border:1px solid {color:link};
  311. background:{color:background};
  312. border-radius:2px;
  313. margin:0 5px;
  314. }
  315.  
  316. .links a:nth-child(2) {opacity:0.8;}
  317. .links a:nth-child(3) {opacity:0.6;}
  318. .links a:nth-child(4) {opacity:0.4;}
  319. .links a:nth-child(5) {opacity:0.2;}
  320.  
  321. .links a:hover {background-color:{color:Hover};border:1px solid transparent;}
  322.  
  323. .pagi{
  324. font-size:8px;
  325. text-align:center;
  326. padding:5px 25px 0;
  327. width:100px;
  328. letter-spacing:0px;
  329. z-index:4;
  330. }
  331.  
  332. .jump_page {height:10px;width:20px;padding:5px;}
  333. .current_page {height:10px;width:20px;padding:3px 5px;text-decoration:underline;}
  334.  
  335. #all {
  336. padding:0px 50px 10px;
  337. width:calc({select:Post Size}px + 22px);
  338. z-index:2;
  339. margin:80px 420px 0px auto;
  340. letter-spacing:0.5px;
  341. border-right:1px solid {color:line};
  342. }
  343.  
  344. #posts {
  345. width:{select:Post Size}px;
  346. padding:0 10px;
  347. margin-bottom:100px;
  348. -ms-word-break: break-all;
  349. word-break: break-all;
  350. word-break: break-word;
  351. -webkit-hyphens: auto;
  352. -moz-hyphens: auto;
  353. -ms-hyphens: auto;
  354. hyphens: auto;
  355. transition:0.5s ease-in-out;
  356. -webkit-transition:0.5s ease-in-out;
  357. -moz-transition:0.5s ease-in-out;
  358. -ms-transition:0.5s ease-in-out;
  359. -o-transition:0.5s ease-in-out;
  360. }
  361.  
  362. {block:ifOpacityChangeOnHover} #posts {opacity:0.8;} #posts:hover {opacity:1;}{/block:ifOpacityChangeOnHover}
  363.  
  364. #caption {
  365. width:{select:Post Size}px;
  366. padding:5px 0px 0;
  367. }
  368.  
  369. #caption a, .thepopup a {padding-bottom:1px;border-bottom:1px solid {color:link};}
  370. #caption a:hover, .thepopup a:hover { border-bottom:1px solid {color:hover};}
  371.  
  372. #dets {margin-top:10px; padding:5px;border-top:1px solid {color:line};font-size:8.5px;} #dets a {display:inline-block;}
  373.  
  374. #tags {display:inline-block;opacity:0.9;}
  375. #tags a {display:inline-block;padding:0 2px;}
  376.  
  377. #question {
  378. padding:10px;
  379. letter-spacing:1px;
  380. text-align:center;
  381. color:{color:text};
  382. border-bottom:1px solid #f5f5f5;
  383. text-transform:uppercase;
  384. font-size:10px;
  385. }
  386.  
  387. #akport {
  388. width:auto;
  389. text-align:center;
  390. height:12px;
  391. padding:5px 0;
  392. color:#444;
  393. opacity:1;
  394. z-index:3;
  395. margin-bottom:5px;
  396. letter-spacing:1px;
  397. }
  398.  
  399. #akport a {text-decoration:none;border:none;}
  400.  
  401. .tumblr_audio_player {width:100%;margin-top:12px;}
  402.  
  403. .player {
  404. width:50px;
  405. height:50px;
  406. padding:10px;
  407. overflow:hidden;
  408. background:#fff;
  409. margin:0px 0 0px 0;
  410. display:block;
  411. float:left;
  412. }
  413.  
  414. .audioinfo {
  415. color:#888;
  416. margin:10px 0 10px 75px;
  417. display:block;
  418. padding:25px 25px;
  419. height:20px;
  420. text-align:left;
  421. font-size:10px;
  422. line-height:110%;
  423. width:calc({select:Post Size}px - 125px);
  424. background:#fff;
  425. }
  426.  
  427. #source {
  428. color:#aaa;
  429. text-transform:uppercase;
  430. font-size:9px;
  431. padding:5px 10px;
  432. text-align:center;
  433. }
  434.  
  435. #source:before {
  436. content:"";
  437. display:block;
  438. height:1px;
  439. width:20px;
  440. margin:-10px auto 2px;
  441. border-top:2px solid #f7f7f7;
  442. }
  443.  
  444. .chat li {list-style:none;line-height:115%;}
  445. .line.odd {border-left:1px solid {color:line};padding:3px 5px;}
  446. .line.even {border-left:1px solid transparent;padding:3px 5px;}
  447.  
  448. .webs {font-size:12px;text-transform:uppercase;padding-top:10px;text-align:center;}
  449. .webs a {border-bottom:none;}
  450. .webs a:before, .webs a:after {
  451. display: inline-block;
  452. opacity: 0;
  453. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  454. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  455. transition: transform 0.3s, opacity 0.2s;
  456. }
  457.  
  458. .webs a:before {
  459. margin-right: 10px;
  460. content: '[';
  461. -webkit-transform: translateX(20px);
  462. -moz-transform: translateX(20px);
  463. transform: translateX(20px);
  464. }
  465.  
  466. .webs a:after {
  467. margin-left: 10px;
  468. content: ']';
  469. -webkit-transform: translateX(-20px);
  470. -moz-transform: translateX(-20px);
  471. transform: translateX(-20px);
  472. }
  473.  
  474. .webs a:hover:before, .webs a:hover:after, .webs a:focus:before, .webs a:focus:after {
  475. opacity: 1;
  476. -webkit-transform: translateX(0px);
  477. -moz-transform: translateX(0px);
  478. transform: translateX(0px);
  479. }
  480.  
  481. .notes {
  482. width:calc({select:Post Size}px - 50px);
  483. max-height:150px;
  484. padding:5px 10px;
  485. margin:0px 15px auto 25px;
  486. overflow-y:scroll;
  487. overflow-x:hidden;
  488. text-align:left;
  489. font-size:8px;
  490. line-height:125%;
  491. }
  492.  
  493. .notes img {display:none;}
  494. .notes ol, .notes li {list-style:circle;line-height:125%;}
  495.  
  496. #credit, #credit a {
  497. position:fixed;
  498. bottom:20px;
  499. right:20px;
  500. color:{color:text};
  501. font:normal normal 12px calibri;
  502. text-decoration:none;
  503. transition:0.4s ease-in-out;
  504. -webkit-transition:0.4s ease-in-out;
  505. -moz-transition:0.4s ease-in-out;
  506. -ms-transition:0.4s ease-in-out;
  507. -o-transition:0.4s ease-in-out;
  508. }
  509.  
  510. .thepopup {
  511. display:none;
  512. padding: 15px 40px;
  513. float: left;
  514. position: fixed;
  515. top: 50%;
  516. left:50%;
  517. color:{color:text};
  518. font-size:11px;
  519. line-height:135%;
  520. height:auto;
  521. width:400px;
  522. overflow:hidden;
  523. z-index: 999999999;
  524. }
  525.  
  526. *html #fade {position: absolute;}
  527. *html .thepopup {position: absolute;}
  528.  
  529. #fade {
  530. display: none;
  531. position: fixed; left: 0; top: 0; width: 100%; height: 100%;
  532. opacity:1;
  533. z-index: 999999;
  534. background:#fff;
  535. }
  536.  
  537.  
  538. {CustomCSS}</style></head><body>
  539.  
  540. <div id="etc" class="thepopup">
  541.  
  542.  
  543. <!--- edit your popup here
  544.  
  545. a lil cheat sheet:
  546.  
  547. <ul><li>this makes a bullet list</li></ul>
  548. <p>this makes a paragraph</p>
  549. <h1>this makes a heading</h1>
  550. <b>this makes things bold</b>
  551. <i>this makes things italic</i>
  552.  
  553. --->
  554.  
  555. <h1>etc</h1>
  556. <ul>
  557. <li>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas vel elementum augue, <a href="/">ac tempus erat.</a> Nullam sagittis suscipit sem, sit amet cursus lacus convallis nec. </li>
  558. <li>Integer lacinia ipsum non leo ultrices, non auctor mauris pulvinar. Morbi sagittis facilisis ex, non commodo ipsum rutrum vel.</li>
  559. <li>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nullam semper tempor est, sit amet vestibulum mauris consectetur scelerisque.</li>
  560. <li>Nullam vulputate, libero nec condimentum lacinia, ex diam consectetur dui, sed sodales sem tellus id ligula. Nam interdum arcu quis tincidunt dapibus. </li></ul>
  561. <p><b>Notes:</b> Nullam augue dolor, mollis tempus feugiat placerat, ultricies ut felis. </p>
  562.  
  563. <!--- if u want this popup to be an ask popup, delete everything except the <iframe> part
  564.  
  565. <iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" id="ask_form" ></iframe>
  566.  
  567. --->
  568.  
  569. </div>
  570.  
  571. <div id="sidebar">
  572. <div class="title">{text:Blog Title}</div>
  573. <div class="links">
  574. {block:iflinkA}<a href="{text:linkA url}" title="{text:linkA}"></a>{/block:iflinkA}
  575. {block:iflinkB}<a href="{text:linkB url}" title="{text:linkB}"></a>{/block:iflinkB}
  576. {block:iflinkC}<a {block:ifnotPopup}href="{text:linkC url}"{/block:ifnotPopup} {block:ifPopup}href="#?w=400" rel="etc" class="poplight"{/block:ifPopup} title="{text:linkC}"></a>{/block:iflinkC}
  577. {block:iflinkD}<a href="{text:linkD url}" title="{text:linkD}"></a>{/block:iflinkD}
  578. {block:iflinkE}<a href="{text:linkE url}" title="{text:linkE}"></a>{/block:iflinkE}
  579. </div>
  580. <div class="desc">{Description}</div>
  581. {block:Pagination}<div class="pagi">
  582. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&emsp;{/block:PreviousPage}
  583. {block:JumpPagination length="3"}
  584. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&emsp;{/block:CurrentPage}
  585. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&emsp;{/block:JumpPage}
  586. {/block:JumpPagination}
  587. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  588. </div>{/block:Pagination}
  589. </div>
  590.  
  591. <div id="all" {block:ifFadeInPosts} class="box fade-in one" {/block:ifFadeInPosts}>
  592. {block:Posts}<div id="posts">
  593.  
  594. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><div id="caption" style="padding-top:0">{Body}</div>{/block:Text}
  595.  
  596. {block:Photo}<center><img src="{PhotoURL-HighRes}"></center>{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  597.  
  598. {block:Link}<div class="webs"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}<div id="caption">{Description}</div>{/block:Description}{/block:Link}
  599.  
  600. {block:Photoset}{LinkOpenTag}{Photoset}{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  601.  
  602. {block:Quote}<h2>{Quote}</h2><div id="source">{Source}</div>{/block:Quote}
  603.  
  604. {block:Audio}
  605. <div class="player">{AudioPlayerWhite}</div>
  606. <div class="audioinfo">
  607. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}</div>
  608. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  609.  
  610. {block:Video}<div class="video">{Video-500}</div>{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Video}
  611.  
  612. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<li class="line {Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}</li><br>{/block:Lines}</div>{/block:Chat}
  613.  
  614. {block:Answer}<div id="question"><div id="akport">{Asker} asked</div>{Question}</div><div id="caption">{Answer}</div>{/block:Answer}
  615.  
  616. <div id="dets">{block:Date}<b>{ShortMonth} {DayofMonth} {Year}</b>{/block:Date}{block:NoteCount}&emsp;<a href="{Permalink}">+{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}&emsp;<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:ContentSource}&emsp;<a href="{SourceURL}" title="{SourceTitle}">src</a>{/block:ContentSource}
  617. {block:PermalinkPage}
  618. {block:HasTags}<br>&emsp;<i>— filed under:</i> {block:Tags}<div id="tags"><a href="{TagURL}">#{Tag}</a></div>{/block:Tags}{/block:HasTags}
  619. {/block:PermalinkPage}
  620. </div>
  621.  
  622. </div>
  623. {/block:Posts}
  624. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  625. {/block:Posts}
  626. </div></div>
  627.  
  628. <div id="credit"><a href="http://solarre.tumblr.com" title="solarre">☼</a></div>
  629.  
  630. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  631. <script>
  632. $(document).ready(function(){
  633. var color = '{color:hover}';
  634. $('.soundcloud_audio_player').each(function(){
  635. $(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + color.split('#')[1], height: 20, width: '100%' });
  636. });
  637. });
  638. </script>
  639.  
  640. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement