sexycullen

# 169

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