Advertisement
sexycullen

# 123

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