sexycullen

# 179

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