sexycullen

# 137

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