sexycullen

# 172

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