sexycullen

# 129

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