Advertisement
sexycullen

# 177

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