yLii

Lightbox Theme Study

Dec 27th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.21 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. mint by solarre
  6.  
  7. -keep credit intact
  8. -don't steal any code
  9. -don't use as basecode
  10.  
  11. credits:
  12. soundcloud player, video resizing script: shythemes
  13. pxu photosets: PixelUnion
  14.  
  15. -->
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19. <head>
  20.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26. <meta name="color:Background" content="#ffffff"/>
  27. <meta name="color:Title" content="#000000"/>
  28. <meta name="color:Text" content="#bbbbbb"/>
  29. <meta name="color:Link" content="#aaaaaa"/>
  30. <meta name="color:Hover" content="#b3b3b3"/>
  31. <meta name="color:Scrollbar" content="#eeeeee"/>
  32.  
  33. <meta name="image:Sidebar" content="">
  34.  
  35. <meta name="if:Sidebar Image" content="1"/>
  36. <meta name="if:Popup" content="1"/>
  37. <meta name="if:Fade" content="1"/>
  38. <meta name="if:White Lightbox" content="0"/>
  39. <meta name="if:Small Cursor" content="1"/>
  40.  
  41. <meta name="select:Sidebar Position" content="left" title="Left"/>
  42. <meta name="select:Sidebar Position" content="right" title="Right"/>
  43.  
  44. <meta name="select:Post Size" content="250" title="250px"/>
  45. <meta name="select:Post Size" content="280" title="280px"/>
  46. <meta name="select:Post Size" content="300" title="300px"/>
  47. <meta name="select:Post Size" content="320" title="320px"/>
  48.  
  49. <meta name="text:Blog Title" content="">
  50. <meta name="text:linkA" content="">
  51. <meta name="text:linkA url" content="/">
  52. <meta name="text:linkB" content="">
  53. <meta name="text:linkB url" content="/">
  54. <meta name="text:linkC" content="">
  55. <meta name="text:linkC url" content="/">
  56. <meta name="text:linkD" content="">
  57. <meta name="text:linkD url" content="/">
  58. <meta name="text:linkE" content="">
  59. <meta name="text:linkE url" content="/"/>
  60.  
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  62. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  63. <script>
  64. (function($){
  65. $(document).ready(function(){
  66. $("[title]").style_my_tooltips({
  67. tip_follows_cursor:true,
  68. tip_delay_time:1,
  69. tip_fade_speed:100,
  70. attribute:"title"
  71. });
  72. });
  73. })(jQuery);
  74. </script>
  75.  
  76. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  77. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  78. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  79. <script src="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
  80.  
  81. <script>
  82. $(document).ready(function() {
  83.  
  84. $('a.poplight[href^=#]').click(function() {
  85. var popID = $(this).attr('rel');
  86. var popURL = $(this).attr('href');
  87. var query= popURL.split('?');
  88. var dim= query[1].split('&');
  89. var popWidth = dim[0].split('=')[1];
  90.  
  91. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend;
  92.  
  93. var popMargTop = ($('#' + popID).height() + 90) / 2;
  94. var popMargLeft = ($('#' + popID).width() + 90) / 2;
  95.  
  96. $('#' + popID).css({
  97. 'margin-top' : -popMargTop,
  98. 'margin-left' : -popMargLeft
  99. });
  100.  
  101. $('body').append('<div id="fade"></div>');
  102. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  103. return false;
  104. });
  105.  
  106. $('#fade').live('click', function() {
  107. $('#fade , .popup').fadeOut(function() {
  108. $('#fade').remove();
  109. });
  110. return false;
  111. });
  112. });
  113. </script>
  114.  
  115. <style type="text/css">
  116.  
  117. ::-webkit-scrollbar {width:13px; height:auto; background:{color:background};}
  118. ::-webkit-scrollbar-corner {background:transparent;}
  119. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; width:1px;border:6px solid {color:background};}
  120. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};height:4px !important;}
  121. ::-webkit-scrollbar-increment {width:5px; height:5px; background-color:#fff;}
  122.  
  123. iframe.tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop, .tmblr-iframe {
  124. position:fixed;
  125. white-space:nowrap;
  126. -webkit-filter: invert(100%);
  127. -moz-filter: invert(100%);
  128. -o-filter: invert(100%);
  129. -ms-filter: invert(100%);
  130. filter: invert(100%);
  131. opacity:.5;transition: .8s ease-in-out;
  132. -webkit-transition: .8s ease-in-out;
  133. -moz-transition: .8s ease-in-out;
  134. -o-transition: .8s ease-in-out;
  135. }
  136.  
  137. #s-m-t-tooltip {
  138. max-width:300px;
  139. padding: 5px 8px;
  140. margin:10px;
  141. background-color:{color:background};
  142. font-size:8px;
  143. letter-spacing:1px;
  144. text-transform:uppercase;
  145. color:{color:text};
  146. border:1px solid #f0f0f0;
  147. border-radius:2px;
  148. z-index:1000000000000000000000000000000000;
  149. }
  150.  
  151. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  152. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  153. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  154.  
  155. .fade-in {
  156. opacity:0;
  157. -webkit-animation:fadeIn ease-in 1;
  158. -moz-animation:fadeIn ease-in 1;
  159. animation:fadeIn ease-in 1;
  160. -webkit-animation-fill-mode:forwards;
  161. -moz-animation-fill-mode:forwards;
  162. animation-fill-mode:forwards;
  163. -webkit-animation-duration:1s;
  164. -moz-animation-duration:1s; animation-duration:1s; }
  165.  
  166. .fade-in.one { -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; animation-delay: 0.7s; }
  167. .fade-in.two { -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; animation-delay: 1.2s; }
  168.  
  169. ::selection {background:{color:scrollbar};color:#fff;text-shadow:none;}
  170. ::-o-selection {background:{color:scrollbar};color:#fff;text-shadow:none;}
  171. ::-moz-selection {background:{color:scrollbar};color:#fff;text-shadow:none;}
  172.  
  173. {block:ifWhiteLightbox}
  174. #vignette, .vignette{opacity:0!important;}.lightbox-caption {color:#000;}
  175. #tumblr_lightbox,.tmblr-lightbox{background:rgba(255,255,255,0.7)!important;}
  176. #tumblr_lightbox img, .lightbox-image {box-shadow:none!important;border-radius:0px!important;}
  177. {/block:ifWhiteLightbox}
  178.  
  179. {block:ifSmallCursor}
  180.  
  181. *, body, img { cursor:url(http://static.tumblr.com/vmteopo/Eggo12azo/small_white_cursor.png), auto;}
  182.  
  183. a, a:hover, a:active, a i {cursor:url(http://static.tumblr.com/vmteopo/kOPo12azz/small_white_cursor_help.png), crosshair; }
  184.  
  185. {/block:ifSmallCursor}
  186.  
  187. body {
  188. background:{color:background};
  189. margin:0px;
  190. height:100%;
  191. width:100%;
  192. color:{color:text};
  193. font:10px calibri;
  194. line-height:15px;
  195. -moz-font-smoothing:subpixel-antialiased;
  196. -webkit-font-smoothing:subpixel-antialiased;
  197. font-smoothing:subpixel-antialiased;
  198. }
  199.  
  200. a, .posts, .dets, #s-m-t-tooltip, .tags, .audart, #credit {
  201. transition:0.5s ease-in-out;
  202. -webkit-transition:0.5s ease-in-out;
  203. -moz-transition:0.5s ease-in-out;
  204. -ms-transition:0.5s ease-in-out;
  205. -o-transition:0.5s ease-in-out;
  206. }
  207.  
  208. a {text-decoration:none;color:{color:link};-moz-outline-style:none;}
  209. a:hover {color:{color:hover};}
  210. img {border:none;max-width:100%;height:auto;}
  211. img a {border:none;} a img {border:none;}
  212. h1 {font:italic 10px calibri;text-transform:uppercase;}
  213. h2 {font:italic 15px calibri;line-height:110%; color:#333;text-align:center;}
  214.  
  215. blockquote {padding-left:5px;border-left:1px solid #f0f0f0;margin-right:0;margin-left:20px;}
  216. blockquote blockquote {padding-left:5px;border-left:1px solid #f0f0f0;margin-right:0;}
  217.  
  218. ul {list-style-type:none;}
  219. ul li {position:relative;padding-left:20px;margin-left:-10px;}
  220. ul li:before {
  221. content:'';
  222. position:absolute;
  223. display:block;
  224. top:8px;
  225. left:0;
  226. width:15px;
  227. height:1px;
  228. border-top:1px solid #ececec;
  229. }
  230.  
  231. pre {
  232. padding:8px 14px;
  233. font-family:calibri;
  234. background:#fafafa;
  235. border:1px solid #eee;
  236. white-space: pre-wrap;
  237. white-space: -moz-pre-wrap;
  238. white-space: -pre-wrap;
  239. white-space: -o-pre-wrap;
  240. word-wrap: break-word;
  241. }
  242.  
  243. #sidebar {
  244. width:120px;
  245. position:fixed;
  246. {select:Sidebar Position}:calc(50% - {select:Post Size}px - 150px);
  247. top:200px;
  248. height:auto;
  249. padding:5px;
  250. border:1px dotted #f0f0f0;
  251. background:#fff;
  252. padding-top:20px;
  253. {block:ifSidebarImage}
  254. border-top-color:transparent;
  255. padding-top:5px;
  256. {/block:ifSidebarImage}
  257. }
  258.  
  259. #ic {
  260. height:24px;
  261. width:24px;
  262. padding:0 10px;
  263. margin:-18px auto 18px;
  264. display:block;
  265. overflow:hidden;
  266. }
  267.  
  268. #ic img {width:24px;height:24px;border-radius:2px;}
  269.  
  270. #ic:before, #ic:after {
  271. content:'';
  272. display:inline-block;
  273. position:absolute;
  274. width:45px;
  275. height:1px;
  276. background:#f0f0f0;
  277. margin-top:12px;
  278. }
  279.  
  280. #ic:before {margin-left:-58px;}
  281. #ic:after {margin-left:13px;}
  282.  
  283. #title {
  284. font:lighter 12px calibri;
  285. text-transform:uppercase;
  286. width:130px;
  287. margin-left:-5px;
  288. display:block;
  289. text-align:center;
  290. line-height:130%;
  291. letter-spacing:5px;
  292. padding-left:2.5px;
  293. }
  294.  
  295. #title a {color:{color:title};}
  296.  
  297. #desc {
  298. margin:auto;
  299. display:block;
  300. font-size:10px;
  301. text-align:center;
  302. line-height:125%;
  303. letter-spacing:0.5px;
  304. width:100px;
  305. height:auto;
  306. padding-top:14px;
  307. }
  308.  
  309. .links {
  310. height:auto;
  311. max-height:50px;
  312. width:auto;
  313. margin:10px auto 8px;
  314. padding:10px auto 0px;
  315. text-align:center;
  316. font-size:10px;
  317. text-transform:none;
  318. }
  319.  
  320. .links a {display:inline-block;padding:3px;}
  321. .links a:hover {color:{color:Hover};}
  322.  
  323. .pagi:before {
  324. content:'';
  325. display:block;
  326. position:fixed;
  327. margin:-25px 0 0 11.5px;
  328. width:1px;
  329. height:15px;
  330. background:#f0f0f0;
  331. }
  332.  
  333. .pagi{
  334. font-size:8px;
  335. text-align:center;
  336. padding:5px 10px;
  337. width:22px;
  338. border:1px dotted #f0f0f0;
  339. margin:30px 39px 0;
  340. position:fixed;
  341. background:#fff;
  342. letter-spacing:0px;
  343. z-index:99;
  344. }
  345.  
  346. #all {
  347. padding:10px 50px;
  348. width:calc({select:Post Size}px + 120px);
  349. z-index:2;
  350. margin:100px auto 0;
  351. {block:permalinkpage}margin-bottom:100px;{/block:permalinkpage}
  352. letter-spacing:0.5px;
  353. }
  354.  
  355. .posts, #title {
  356. -ms-word-break: break-all;
  357. word-break: break-all;
  358. word-break: break-word;
  359. -webkit-hyphens: auto;
  360. -moz-hyphens: auto;
  361. -ms-hyphens: auto;
  362. hyphens: auto;
  363. }
  364.  
  365. .posts {
  366. width:{select:Post Size}px;
  367. padding:10px;
  368. margin:0 50px 100px;
  369. {block:PermalinkPage}margin:auto;{/block:PermalinkPage}
  370. }
  371.  
  372. {block:ifFade}
  373. .posts {opacity:0.7;} .posts:hover {opacity:0.9;}
  374. {/block:ifFade}
  375.  
  376. .caption {width:auto;padding-top:5px;}
  377. .caption a {padding-bottom:1px;border-bottom:1px solid {color:link};}
  378. .caption a:hover { border-bottom:1px solid {color:hover};}
  379. a.read_more {color:{color:hover};text-align:center;border:none;}
  380. a.read_more:hover {color:{color:text};border:none;}
  381.  
  382. {block:indexpage}
  383. .dets, .tags {opacity:0;}
  384. .posts:hover .dets, .posts:hover .tags {opacity:1;}
  385. {/block:indexpage}
  386.  
  387. .dets {
  388. margin-top:10px;
  389. font-size:8px;
  390. text-transform:uppercase;
  391. height:auto;
  392. width:100%;
  393. padding-top:5px;
  394. text-align:center;
  395. display: inline-block;
  396. }
  397.  
  398. .det {margin-top:10px; padding:5px;border-top:1px solid #f0f0f0;font-size:8.5px;} .det a {display:inline-block;}
  399.  
  400. .tags {font:italic 8px calibri;text-transform:none;width:auto;display:inline-block;-webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; transition-delay: 0.3s;} .tags a {display:inline-block;padding:0 2px;}
  401.  
  402. .question {
  403. padding:10px;
  404. letter-spacing:1px;
  405. text-align:center;
  406. color:{color:text};
  407. border-bottom:1px solid #f5f5f5;
  408. font-size:10px;
  409. }
  410.  
  411. .akport {
  412. width:auto;
  413. display:inline-block;
  414. text-align:center;
  415. height:12px;
  416. padding:5px;
  417. font-style:italic;
  418. color:#444;
  419. opacity:1;
  420. z-index:3;
  421. letter-spacing:1px;
  422. text-transform:uppercase;
  423. }
  424.  
  425. .akport a {text-decoration:none;border:none;}
  426.  
  427. .aud {width:auto;border:1px solid #f0f0f0;border-radius:2px;}
  428.  
  429. iframe.spotify_audio_player {height:80px!important;display:block;}
  430. .tumblr_audio_player {width:100%;margin-top:12px;}
  431.  
  432. .player {
  433. width:50px;
  434. height:50px;
  435. padding:10px;
  436. overflow:hidden;
  437. background:#fff;
  438. margin:0px 0 0px 0;
  439. display:block;
  440. float:left;
  441. }
  442.  
  443. .audart {
  444. width:{select:Post Size}px;
  445. margin-left:-1px;
  446. margin-top:-1px;
  447. height:20px;
  448. display:block;
  449. overflow:hidden;
  450. border-radius:2px 2px 0 0;
  451. opacity:0.9;
  452. }
  453.  
  454. .aud:hover .audart {opacity:1;}
  455.  
  456. .audart img {width:100%;margin-top:-50%;}
  457.  
  458. .audioinfo {
  459. color:#888;
  460. margin:0 0 0 75px;
  461. display:block;
  462. padding:25px;
  463. height:20px;
  464. text-align:left;
  465. font-size:10px;
  466. line-height:110%;
  467. width:calc({select:Post Size}px - 127px);
  468. background:#fff;
  469. }
  470.  
  471. .source {
  472. color:#aaa;
  473. text-transform:uppercase;
  474. font-size:9px;
  475. padding:5px 10px;
  476. text-align:center;
  477. }
  478.  
  479. .source:before {
  480. content:"";
  481. display:block;
  482. height:1px;
  483. width:20px;
  484. margin:-10px auto 2px;
  485. border-top:2px solid #f7f7f7;
  486. }
  487.  
  488. .chat li {list-style:none;line-height:115%;}
  489. .line.odd {border-left:1px solid #f0f0f0;padding:3px 5px;}
  490. .line.even {border-left:1px solid transparent;padding:3px 5px;}
  491. .webs {font:italic 12px calibri;padding-top:10px;text-align:center;display:block;} .webs a {border-bottom:none;} .webs:before { content:'{';padding-right:5px;} .webs:after {content:'}';padding-left:5px;}
  492. iframe#youtube_iframe {width:100%!important;}
  493.  
  494. #notes {
  495. width:{select:Post Size}px;
  496. max-height:150px;
  497. padding:5px 0;
  498. margin:0px auto auto;
  499. overflow-y:scroll;
  500. overflow-x:hidden;
  501. text-align:left;
  502. font-size:9px;
  503. line-height:125%;
  504. }
  505.  
  506. #notes img {display:none;}
  507. #notes ol, #notes li {list-style:none;line-height:135%;padding-left:5px;}
  508.  
  509. #credit, #credit a {
  510. position:fixed;
  511. bottom:20px;
  512. right:20px;
  513. color:{color:text};
  514. font:normal normal 8px calibri;
  515. text-decoration:none;
  516. }
  517.  
  518. .popup {
  519. display:none;
  520. padding: 45px 44px;
  521. float: left;
  522. position: fixed;
  523. top:50%;
  524. left:50%;
  525. font-size:11px;
  526. line-height:135%;
  527. height:auto;
  528. width:250px;
  529. overflow:hidden;
  530. background:#fff;
  531. border:1px dotted #f0f0f0;
  532. border-radius:2px;
  533. z-index: 999999999999999999999999999999999999;
  534. }
  535.  
  536. .popup a {padding-right:2px;}
  537.  
  538. *html #fade {position: absolute;}
  539. *html .thepopup {position: absolute;}
  540.  
  541. #fade {
  542. display: none;
  543. position: fixed; left: 0; top:0px; width: 100%; height:100%;
  544. opacity:0.8;
  545. z-index: 999999;
  546. background:#fff;
  547. }
  548.  
  549. {CustomCSS}</style></head><body>
  550.  
  551. <div id="nv" class="popup">
  552.  
  553. <!--- popup!! change directory to whatever u want and delete the link sections if u want to make it into a little bio. if u want more link sections, just copy-paste and fill in as desired --->
  554.  
  555. <h2 style="margin-top:0">directory</h2>
  556.  
  557. <!-- link section 1 -->
  558.  
  559. <h1>heading</h1>
  560.  
  561. <a href="/">lorem</a>
  562. <a href="/">ipsum</a>
  563. <a href="/">dolor</a>
  564. <a href="/">sit</a>
  565. <a href="/">amet</a>
  566. <a href="/">consectetuer</a>
  567. <a href="/">adipiscing</a>
  568. <a href="/">elit</a>
  569.  
  570. <!-- link section 2 -->
  571.  
  572. <h1>heading</h1>
  573.  
  574. <a href="/">aliquam</a>
  575. <a href="/">nisi</a>
  576. <a href="/">lorem</a>
  577. <a href="/">pulvinar</a>
  578. <a href="/">id</a>
  579. <a href="/">commodo</a>
  580. <a href="/">feugiat</a>
  581. <a href="/">vehicula</a>
  582.  
  583. </div>
  584.  
  585. <div id="sidebar" class="box fade-in one">
  586. {block:ifSidebarImage}<div id="ic"><img src="{image:sidebar}"></div>{/block:ifSidebarImage}
  587. <div id="title"><a href="/">{text:Blog Title}</a></div>
  588. <div id="desc">{Description}</div>
  589. <div class="links">
  590. {block:iflinkA}<a href="{text:linkA url}" title="{text:linkA}">.01</a>{/block:iflinkA}
  591. {block:iflinkB}<a href="{text:linkB url}" title="{text:linkB}">.02</a>{/block:iflinkB}
  592. {block:iflinkC}<a {block:ifnotPopup}href="{text:linkC url}"{/block:ifnotPopup}{block:ifPopup}href="#?w=250" rel="nv" class="poplight"{/block:ifPopup} title="{text:linkC}">.03</a>{/block:iflinkC}
  593. {block:iflinkD}<a href="{text:linkD url}" title="{text:linkD}">.04</a>{/block:iflinkD}
  594. {block:iflinkE}<a href="{text:linkE url}" title="{text:linkE}">.05</a>{/block:iflinkE}
  595. </div>
  596.  
  597. {block:Pagination}<div class="pagi">
  598. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}" class="next">&rarr;</a>{/block:NextPage}
  599. </div>{/block:Pagination}</div>
  600.  
  601. <div id="all" class="box fade-in two">
  602. {block:Posts}<div class="posts">
  603.  
  604. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1><div class="caption" style="padding-top:0">{Body}</div>{/block:Text}
  605.  
  606. {block:Photo}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  607.  
  608. {block:Link}<div class="webs"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}<div class="caption">{Description}</div>{/block:Description}{/block:Link}
  609.  
  610. {block:Photoset}{LinkOpenTag}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>{LinkCloseTag}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  611.  
  612. {block:Quote}<h2>{Quote}</h2><div class="source">{Source}</div>{/block:Quote}
  613.  
  614. {block:Audio}
  615. <div class="aud">
  616. {block:AlbumArt}<div class="audart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  617. <div class="player">{AudioPlayerWhite}</div>
  618. <div class="audioinfo">
  619. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}{block:Artist}<br><span style="font-weight:lighter">{Artist}</span>{/block:Artist}</div></div>
  620. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  621.  
  622. {block:Video}<div class="video">{Video-500}</div>{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  623.  
  624. {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}
  625.  
  626. {block:Answer}<div class="question"><div class="akport">{Asker}: </div>{Question}</div><div class="caption">{Answer}</div>{/block:Answer}
  627.  
  628. <div class="dets">{block:Date}<a href="{Permalink}" title="{24HourWithZero}:{Minutes}{CapitalAmPm}">{ShortMonth} {DayOfMonthWithZero}</a>{/block:Date}{block:NoteCount}&emsp;•&emsp;<a href="{Permalink}">{NoteCount}N</a>{/block:NoteCount}{block:RebloggedFrom}&emsp;•&emsp;<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{/block:RebloggedFrom}{block:ContentSource}&emsp;•&emsp;<a href="{SourceURL}" title="{SourceTitle}">src</a>{/block:ContentSource}{block:HasTags}<br>{block:Tags}<div class="tags"><a href="{TagURL}">#{Tag}</a></div>{/block:Tags}{/block:HasTags}</div>
  629.  
  630. </div>
  631. {/block:Posts}
  632. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  633. {/block:Posts}
  634. </div>
  635. </div>
  636.  
  637. </div>
  638.  
  639.  
  640. </div>
  641.  
  642. <div id="credit"><a href="http://solarre.tumblr.com" title="solarre">☼</a></div>
  643.  
  644. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  645. <script>
  646. $(document).ready(function(){
  647. var color = '{color:hover}';
  648. $('.soundcloud_audio_player').each(function(){
  649. $(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%' });
  650. });
  651. $('.photo-slideshow').pxuPhotoset({
  652. lightbox: true,
  653. rounded: false,
  654. gutter: '2px',
  655. photoset: '.photo-slideshow',
  656. photoWrap: '.photo-data',
  657. photo: '.pxu-photo'
  658. });
  659. });
  660. </script>
  661.  
  662.  
  663. </body></html>
Add Comment
Please, Sign In to add comment