sexycullen

# 166

Feb 3rd, 2017
5,902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.39 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <!--------------------------------------------
  8. SCOTTISBAE THEMES # 166 (EDIT: NOW SUPPORTS 540PX POSTS)
  9. THEME BY: https://scottisbae.tumblr.com/
  10.  
  11. RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
  12.  
  13. --------------------------------------------->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  18. <meta name="description" content="" />
  19. <meta https-equiv="x-dns-prefetch-control" content="off"/>
  20.  
  21.  
  22. <meta name="color:Background" content="#FFFFFF">
  23. <meta name="color:Link" content="#8F8E8E">
  24. <meta name="color:Bold" content="#9DB6BE">
  25. <meta name="color:Link Hover" content="#222222">
  26. <meta name="color:Text" content="#393939">
  27. <meta name="color:Scrollbar" content="#000000">
  28. <meta name="color:Blockquote" content="#EAEAEA">
  29. <meta name="color:Info Border" content="#F0F0F0">
  30. <meta name="color:Questions Border" content="#FAFAFA">
  31.  
  32. <meta name="text:Body Font Size" content="10px"/>
  33. <meta name="text:Body Font" content="'Hind',arial,sans-serif;"/>
  34.  
  35. <meta name="image:Sidebar" content=""/>
  36.  
  37. <meta name="if:Hover Tags" content="0"/>
  38. <meta name="if:Show 400px posts" content="0"/>
  39. <meta name="if:Show 500px posts" content="1"/>
  40. <meta name="if:Show 540px posts" content="0"/>
  41. <meta name="if:Show Link1" content="1" />
  42. <meta name="if:Show Link2" content="1" />
  43. <meta name="if:Show Link3" content="1" />
  44. <meta name="if:Show Link4" content="1" />
  45.  
  46.  
  47. <meta name="text:link1" content="">
  48. <meta name="text:link1 url" content="/">
  49. <meta name="text:link2" content="">
  50. <meta name="text:link2 url" content="/">
  51. <meta name="text:link3" content="">
  52. <meta name="text:link3 url" content="/">
  53. <meta name="text:link4" content="">
  54. <meta name="text:link4 url" content="/">
  55.  
  56.  
  57.  
  58. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  59.  
  60. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  61.  
  62.  
  63. <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
  64.  
  65.  
  66. <link href='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  67.  
  68. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  70. <script>
  71. (function($){
  72. $(document).ready(function(){
  73. $("a[title]").style_my_tooltips({
  74. tip_follows_cursor:true,
  75. tip_delay_time:90,
  76. tip_fade_speed:600,
  77. attribute:"title"
  78. });
  79. });
  80. })(jQuery);
  81. </script>
  82.  
  83. {block:IfShow540pxposts}
  84. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
  85. <script>
  86. /* questions? ask oddhour.tumblr.com */
  87. var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row.photoset_row_1 img { max-width: 540px; } .photoset .photoset_row.photoset_row_2 img { max-width: 268px; } .photoset .photoset_row.photoset_row_3 img { max-width: 177px; } .photoset .photoset_row { text-align: center; width: 540px; } .photoset { width: 540px; }</style>";
  88. function updatePhotoset() {
  89.  
  90. $(".photoset").each( function (i, e) {
  91. if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
  92. $(this.contentDocument).find("head").append(updatePhotosetCss);
  93. var photoset = $(this.contentDocument).find(".photoset");
  94. var photosetRows = photoset.find(".photoset_row");
  95. photoset.find(".photoset_photo")
  96. .each(function () {
  97. var hiResSrc = $(this).attr("href");
  98. var img = $(this).find('img');
  99. img.attr("src", hiResSrc );
  100. img.attr("style", "");
  101. });
  102. photosetRows.attr("style", "").css("margin-bottom", "-5px");
  103. photoset.attr("style","");
  104.  
  105. $(this).height($(this.contentDocument.body).height());
  106. });
  107. }
  108.  
  109. updatePhotoset();
  110.  
  111. var photosetTimer = setInterval(updatePhotoset, 1500);
  112. $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
  113. </script>
  114. {/block:IfShow540pxposts}
  115.  
  116.  
  117. <style type="text/css">
  118.  
  119.  
  120.  
  121. ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
  122. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
  123. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
  124.  
  125. #s-m-t-tooltip {
  126. max-width:300px;
  127. margin-top:-25px;
  128. margin-left:-25px;
  129. font-size:9px;
  130. padding:2px;
  131. font-family:hind;
  132. letter-spacing:0px;
  133. text-align:center;
  134. text-transform:lowercase;
  135. background-color:{color:Background};
  136. z-index:999999999999999999999999999999999999;
  137. }
  138.  
  139.  
  140. h1 {
  141. font-size: {text:Body Font Size};
  142. font-family: {text:Body Font};
  143. text-align:center;
  144. font-style:italic;
  145. line-height:50%;
  146. letter-spacing:px;
  147. text-transform:none;
  148. }
  149.  
  150. h2 {
  151. font-size: {text:Body Font Size};
  152. font-family: {text:Body Font};
  153. letter-spacing:px;
  154. margin-bottom:12px;
  155. padding-bottom:10px;
  156. font-weight:bold;
  157. line-height:90%;
  158. text-transform:lowercase;
  159. color:{color:Text};
  160. margin: 0px;
  161. border-bottom:1px solid {color:Info Border};
  162. }
  163.  
  164.  
  165. small, sub, sup {
  166. font-size: {text:Body Font Size};
  167. }
  168.  
  169. strong, b {
  170. color:{color:bold};
  171. }
  172.  
  173. pre {
  174. {block:ifShow540pxposts}
  175. width:540px;
  176. {/block:ifShow540pxposts}
  177. {block:ifShow500pxposts}
  178. width:500px;
  179. {/block:ifShow500pxposts}
  180. {block:ifShow400pxposts}
  181. width:400px;
  182. {/block:ifShow400pxposts}
  183. word-wrap: break-word;
  184. }
  185.  
  186. blockquote {
  187. border-left:1px solid {color:Blockquote};
  188. padding-left:6px;
  189. padding-top:0px;
  190. padding-bottom:0px;
  191. margin:10px;
  192. margin-top:20px;
  193. margin-bottom:5px;
  194. margin-left:8px;
  195. }
  196.  
  197. blockquote img {
  198. max-width:470px;
  199. }
  200.  
  201.  
  202. body {
  203. background-color:{color:Background};
  204. color:{color:Text};
  205. letter-spacing:0px;
  206. }
  207.  
  208. a {
  209. color: {color:Link};
  210. text-decoration: none;
  211. -moz-transition-duration: 0.5s;
  212. -o-transition-duration: 0.5s;
  213. -webkit-transition-duration: 0.5s;
  214. transition-duration: 0.5s;
  215. }
  216.  
  217.  
  218. a:hover {
  219. color: {color:Link Hover};
  220. text-decoration:underline;
  221. -moz-transition-duration: 0.5s;
  222. -o-transition-duration: 0.5s;
  223. -webkit-transition-duration: 0.5s;
  224. transition-duration: 0.5s;
  225. }
  226.  
  227.  
  228. .sidebar {
  229. margin-left:-50px;
  230. width:245px;
  231. position: fixed;
  232. margin-top:50px;
  233. border:px solid {color:Sidebar Border};
  234. }
  235.  
  236. .sidebarimage {
  237. width:245px;
  238. margin-bottom:15px;
  239. -webkit-filter: grayscale(0%); filter: grayscale(0%);
  240. }
  241.  
  242. .sidebarlinks {
  243. width:245px;
  244. margin-top:px;
  245. margin-bottom:10px;
  246. font-size:10px;
  247. font-weight:bold;
  248. font-family:'Hind',arial,sans-serif;
  249. line-height:150%;
  250. text-transform:lowercase;
  251. }
  252.  
  253. .sidebarlinks a {
  254. color:{color:bold};
  255. padding:5px;
  256. -moz-transition-duration: 0.5s;
  257. -o-transition-duration: 0.5s;
  258. -webkit-transition-duration: 0.5s;
  259. transition-duration: 0.5s;
  260. }
  261.  
  262. .sidebarlinks a:hover {
  263. color:{color:bold};
  264. -moz-transition-duration: 0.5s;
  265. -o-transition-duration: 0.5s;
  266. -webkit-transition-duration: 0.5s;
  267. transition-duration: 0.5s;
  268. }
  269.  
  270. .description {
  271. width:245px;
  272. margin-top:10px;
  273. padding-bottom:10px;
  274. margin-bottom:px;
  275. text-align:center;
  276. line-height:135%;
  277. word-spacing:3px;
  278. font-size:10px;
  279. font-family:'Hind',arial,sans-serif;
  280. text-transform:lowercase;
  281. color:{color:Text};
  282. letter-spacing:0px;
  283. }
  284.  
  285. .description a {
  286. color:{color:Link};
  287. }
  288.  
  289. .description a:hover {
  290. color:{color:Link Hover};
  291. }
  292.  
  293. .pagination {
  294. width:245px;
  295. font-family:calibri;
  296. text-align:center;
  297. font-size:15px;
  298. padding:px;
  299. }
  300.  
  301. .pagination a {
  302. color:{color:Text};
  303. padding:3px;
  304. -moz-transition-duration: 0.5s;
  305. -o-transition-duration: 0.5s;
  306. -webkit-transition-duration: 0.5s;
  307. transition-duration: 0.5s;
  308. }
  309.  
  310. .pagination a:hover {
  311. color:{color:Link Hover};
  312. text-decoration:underline;
  313. -moz-transition-duration: 0.5s;
  314. -o-transition-duration: 0.5s;
  315. -webkit-transition-duration: 0.5s;
  316. transition-duration: 0.5s;
  317. }
  318.  
  319.  
  320. .container {
  321. width:900px;
  322. margin: auto;
  323. margin-top:-8px;
  324. }
  325.  
  326.  
  327. .postscontainer {
  328. {block:ifShow540pxposts}
  329. width:540px;
  330. {/block:ifShow540pxposts}
  331. {block:ifShow500pxposts}
  332. width:500px;
  333. {/block:ifShow500pxposts}
  334. {block:ifShow400pxposts}
  335. width:400px;
  336. {/block:ifShow400pxposts}
  337. margin: auto;
  338. margin-top:-10px;
  339. margin-left:370px;
  340. margin-bottom:80px;
  341. }
  342.  
  343. .posts {
  344. {block:ifShow540pxposts}
  345. width:540px;
  346. {/block:ifShow540pxposts}
  347. {block:ifShow500pxposts}
  348. width:500px;
  349. {/block:ifShow500pxposts}
  350. {block:ifShow400pxposts}
  351. width:400px;
  352. {/block:ifShow400pxposts}
  353. font-size: {text:Body Font Size};
  354. font-family: {text:Body Font};
  355. margin-top:100px;
  356. line-height:115%;
  357. text-align:justify;
  358. background-color:{color:Background};
  359. }
  360.  
  361.  
  362. .posts img {
  363. {block:ifShow540pxposts}
  364. max-width:540px;
  365. {/block:ifShow540pxposts}
  366. {block:ifShow500pxposts}
  367. max-width:500px;
  368. {/block:ifShow500pxposts}
  369. {block:ifShow400pxposts}
  370. max-width:400px;
  371. {/block:ifShow400pxposts}
  372. }
  373.  
  374. .border {
  375. border-bottom: 1px solid {color:Info Border};
  376. width:100px;
  377. }
  378.  
  379. .border2 {
  380. border-bottom: 1px solid {color:Info Border};
  381. width:50px;
  382. margin-left:px;
  383. }
  384.  
  385. .info {
  386. {block:IfShow540pxposts}
  387. max-width:540px;
  388. {/block:IfShow540pxposts}
  389. {block:IfShow500pxposts}
  390. max-width:500px;
  391. {/block:IfShow500pxposts}
  392. {block:ifShow400pxposts}
  393. max-width:400px;
  394. {/block:ifShow400pxposts}
  395. margin-top:25px;
  396. margin-left:px;
  397. text-align:;
  398. padding-top:5px;
  399. text-transform:uppercase;
  400. font-size:7px;
  401. line-height:120%;
  402. font-family:'Open Sans',arial,sans-serif;
  403. letter-spacing:px;
  404. color:{color:Text};
  405. border-top:1px solid {color:Info Border};
  406. }
  407.  
  408. .info a {
  409. padding:4px;
  410. border-bottom: px solid {color:Info Border};
  411. color:{color:Text};
  412. }
  413.  
  414. .info a:hover {
  415. text-decoration:underline;
  416. color:{color:Link Hover};
  417. }
  418.  
  419. .posts:hover .tags {
  420. {block:ifHoverTags}
  421. margin-top:5px;filter: alpha(opacity = 100);
  422. opacity:100;-webkit-transition: all 0.5s ease-out;
  423. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  424. {/block:ifHoverTags}}
  425.  
  426. .tags {
  427. {block:ifHoverTags}
  428. position:static;
  429. -webkit-transition:0.7s ease; position:absolute; opacity:0;
  430. {/block:ifHoverTags}
  431. {block:ifShow540pxposts}
  432. width:540px;
  433. {/block:ifShow540pxposts}
  434. {block:ifShow500pxposts}
  435. width:500px;
  436. {/block:ifShow500pxposts}
  437. {block:ifShow400pxposts}
  438. width:400px;
  439. {/block:ifShow400pxposts}
  440. position:static;
  441. line-height:135%;
  442. text-align:left;
  443. margin-top:5px;
  444. padding-left:px;
  445. text-transform:none;
  446. font-size:9px;
  447. font-family:'Open Sans',arial,sans-serif;
  448. line-height:120%;
  449. letter-spacing:px;
  450. -moz-transition-duration:0.5s;
  451. -webkit-transition-duration:0.5s;
  452. -o-transition-duration:0.5s;
  453. }
  454.  
  455. .tags a {
  456. color:{color:text};
  457. padding:4px;
  458. }
  459.  
  460. .tags a:hover {
  461. text-decoration:underline;
  462. color:{color:Link Hover};
  463. }
  464.  
  465. .postnote {
  466. {block:ifShow540pxposts}
  467. width:540px;
  468. {/block:ifShow540pxposts}
  469. {block:ifShow500pxposts}
  470. width:500px;
  471. {/block:ifShow500pxposts}
  472. {block:ifShow400pxposts}
  473. width:400px;
  474. {/block:ifShow400pxposts}
  475. text-transform:lowercase;
  476. font-size: {text:Body Font Size};
  477. font-family: {text:Body Font};
  478. text-align:left;
  479. margin-top:60px;
  480. }
  481.  
  482. .postnote li {
  483. list-style-type:none;
  484. padding:10px 0px 0px 0px;
  485. text-align:left;
  486. -moz-transition-duration:0.5s;
  487. -webkit-transition-duration:0.5s;
  488. -o-transition-duration:0.5s;
  489. }
  490.  
  491. .postnote img {
  492. width:0px;
  493. }
  494.  
  495. .music {
  496. {block:ifShow540pxposts}
  497. width:540px;
  498. {/block:ifShow540pxposts}
  499. {block:ifShow500pxposts}
  500. width:500px;
  501. {/block:ifShow500pxposts}
  502. {block:ifShow400pxposts}
  503. width:400px;
  504. {/block:ifShow400pxposts}
  505. padding-bottom:10px;
  506. }
  507.  
  508. .albumart {
  509. float:left;
  510. }
  511.  
  512. .albumart img {
  513. width:50px;
  514. padding: 3px;
  515. margin:2px 7px -3px 6px;
  516. border:2px solid {color:Info Border};
  517. border-radius:100px;
  518. -webkit-border-radius:100px;
  519. -moz-border-radius:100px;
  520. }
  521.  
  522. .playercontainer {
  523. text-align:left;
  524. padding-top:15px;
  525. {block:ifShow540pxposts}
  526. width:500px;
  527. {/block:ifShow540pxposts}
  528. {block:ifShow500pxposts}
  529. width:450px;
  530. {/block:ifShow500pxposts}
  531. {block:ifShow400pxposts}
  532. width:350px;
  533. {/block:ifShow400pxposts}
  534. }
  535.  
  536. .musicinfo {
  537. padding:10px;
  538. margin-top:20px;
  539. font-size: {text:Body Font Size};
  540. font-family: {text:Body Font};
  541. }
  542.  
  543. .quote {
  544. font-size: {text:Body Font Size};
  545. font-family: {text:Body Font};
  546. letter-spacing:1px;
  547. font-style:none;
  548. text-transform:uppercase;
  549. font-weight:bold;
  550. text-align:left;
  551. }
  552.  
  553. .source {
  554. font-size: 8px;
  555. font-family: {text:Body Font};
  556. text-transform:uppercase;
  557. font-style:normal;
  558. text-align:left;
  559. line-height:17px;
  560. }
  561.  
  562. .chat {
  563. margin-top:10px;
  564. font-size: {text:Body Font Size};
  565. font-family: {text:Body Font};
  566. }
  567.  
  568. .chat .lines {
  569. margin-left:0;
  570. }
  571.  
  572. .chat .lines span {
  573. font-weight: bold;
  574. color:{color:bold};
  575. }
  576.  
  577.  
  578.  
  579. .ask {
  580. {block:ifShow540pxposts}
  581. width:540px;
  582. {/block:ifShow540pxposts}
  583. {block:ifShow500pxposts}
  584. width:500px;
  585. {/block:ifShow500pxposts}
  586. {block:ifShow400pxposts}
  587. width:400px;
  588. {/block:ifShow400pxposts}
  589. font-size: {text:Body Font Size};
  590. font-family: {text:Body Font};
  591. text-transform:capitalize;
  592. text-align:justify;
  593. font-weight:;
  594. padding-top:4px;
  595. padding-left:7px;
  596. padding-bottom:px;
  597. }
  598.  
  599. .ask a {
  600. color:{color:Text};
  601. }
  602.  
  603. .question {
  604. {block:ifShow540pxposts}
  605. width:533px;
  606. {/block:ifShow540pxposts}
  607. {block:ifShow500pxposts}
  608. width:439px;
  609. {/block:ifShow500pxposts}
  610. {block:ifShow400pxposts}
  611. width:393px;
  612. {/block:ifShow400pxposts}
  613. letter-spacing:0px;
  614. margin-top:4px;
  615. padding-left:7px;
  616. padding-bottom:8px;
  617. text-align:justify;
  618. font-size: {text:Body Font Size};
  619. font-family: {text:Body Font};
  620. border-bottom: 1px solid {color:Questions Border};
  621. }
  622.  
  623. .answer {
  624. {block:ifShow540pxposts}
  625. width:540px;
  626. {/block:ifShow540pxposts}
  627. {block:ifShow500pxposts}
  628. width:500px;
  629. {/block:ifShow500pxposts}
  630. {block:ifShow400pxposts}
  631. width:400px;
  632. {/block:ifShow400pxposts}
  633. letter-spacing:0px;
  634. text-align:justify;
  635. padding-top:5px;
  636. margin-bottom:1px;
  637. font-size: {text:Body Font Size};
  638. font-family: {text:Body Font};
  639. }
  640.  
  641.  
  642. .askimg {
  643. padding: 3px;
  644. margin:2px 7px -3px 6px;
  645. }
  646.  
  647. .credit {
  648. position:fixed;
  649. font-family:calibri;
  650. font-size:8px;
  651. line-height:150%;
  652. letter-spacing:0px;
  653. right:5px;
  654. bottom:20px;
  655. text-transform:uppercase;
  656. text-align:center;
  657. }
  658.  
  659. .credit a {
  660. color:{color:text};
  661. font-style:normal;
  662. padding:3px;
  663. -moz-transition-duration:0.5s;
  664. -webkit-transition-duration:0.5s;
  665. -o-transition-duration:0.5s;
  666. }
  667.  
  668.  
  669. </style>
  670.  
  671.  
  672.  
  673. </head>
  674.  
  675. <body>
  676. <div class="container">
  677. <div class="sidebar">
  678. <center>
  679. <a href="/"><img src="{image:sidebar}" class="sidebarimage"></a>
  680.  
  681. <div class="sidebarlinks">
  682. <a href="/ask">ask</a> </span>
  683. {block:ifShowLink1}
  684. <a href="{text:link1 url}">{text:link1}</a>
  685. {/block:IfShowLink1}
  686. {block:ifShowLink2}
  687. <a href="{text:link2 url}">{text:link2}</a>
  688. {/block:IfShowLink2}
  689. {block:ifShowLink3}
  690. <a href="{text:link3 url}">{text:link3}</a>
  691. {/block:IfShowLink3}
  692. {block:ifShowLink4}
  693. <a href="{text:link4 url}">{text:link4}</a>
  694. {/block:IfShowLink4}
  695. </div>
  696. <center><div class="border"></div></center>
  697. <div class="description">
  698. {description}
  699. </div>
  700.  
  701. {block:Pagination}
  702. <div class="pagination">
  703. {block:PreviousPage}
  704. <a href="{PreviousPage}"> ‹ </a>
  705. {/block:PreviousPage}
  706. {block:NextPage}
  707. <a href="{NextPage}"> › </a>
  708. {/block:NextPage}
  709. </div>
  710. {/block:Pagination}
  711. </center>
  712. </div>
  713.  
  714.  
  715.  
  716.  
  717. <div class="postscontainer">
  718.  
  719. {block:Posts}
  720. <div class="posts">
  721.  
  722.  
  723. {block:Text}
  724. {block:Title}<h2>{Title}</h2>{/block:Title}
  725. {Body}
  726. {/block:Text}
  727.  
  728. {block:Quote}<div class="quote">&#8220; {Quote} &#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  729.  
  730. {/block:Quote}
  731.  
  732. {block:Link}
  733. <h2><a href="{URL}">{Name}</a></h2>
  734. {block:Description}{Description}{/block:Description}
  735. {/block:Link}
  736.  
  737. {block:Chat}
  738. {block:Title}<h2>{Title}</h2>{/block:Title}
  739. {block:lines}
  740. <div class="chat">
  741. <div class="lines">{block:label}
  742. <span>{label}</span>
  743. {/block:label}
  744. <br>{line}</br></div></div>
  745. {/block:lines}
  746. {/block:Chat}
  747.  
  748. {block:Answer}<div class="ask"><span style="font-weight:bold;letter-spacing:px;text-transform:lowercase;font-family:;font-size:px;">{Asker} </span><span style="font-size:9px;color:{color:bold};"><i class="fa fa-question"></i></span></div><div class="question"><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
  749.  
  750.  
  751. {block:Photo}
  752. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  753.  
  754. {/block:Photo}
  755.  
  756. {block:Photoset}
  757. {block:IfShow540pxposts}{Photoset}{/block:IfShow540pxposts}
  758. {block:ifShow500pxposts}{Photoset-500}{/block:ifShow500pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  759. {block:Caption}{Caption}{/block:Caption}
  760. {/block:Photoset}
  761.  
  762. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  763. <div class="playercontainer">{AudioPlayerWhite}</div>
  764. <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
  765. {/block:ExternalAudio}</div>
  766. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  767.  
  768. {block:Video}
  769. {block:IfShow540pxposts}{Video-500}{/block:IfShow540pxposts}{block:ifShow500pxposts}{Video-500}{/block:ifShow500pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  770. {block:Caption}{Caption}{/block:Caption}
  771. {/block:Video}
  772.  
  773.  
  774. {block:Date}<div class="info"><a href="{Permalink}"><b>{TimeAgo}</b> </a> {block:NoteCount}&. {NoteCountwithlabel} {/block:NoteCount} {block:PermalinkPage} {block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a> {block:ContentSource}<a href="{ReblogRootURL}"> ©</a><a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}<span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></span></div>
  775. {/block:Date}
  776.  
  777.  
  778. {block:HasTags}
  779. <div class="tags">
  780. {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
  781. </div>
  782. {/block:HasTags}
  783.  
  784.  
  785.  
  786.  
  787. <div class="postnote">
  788. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  789.  
  790. </div>
  791. {/block:Posts}
  792.  
  793.  
  794.  
  795.  
  796. <div class="credit"><a href="https://scottisbae.tumblr.com/">scottisbae</a></div>
  797.  
  798.  
  799. </div>
  800. </div>
  801. </div>
  802. </body>
Advertisement
Add Comment
Please, Sign In to add comment