Advertisement
sexycullen

# 135

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