Advertisement
sexycullen

# 118 2

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