Advertisement
sexycullen

# 138

Aug 17th, 2015
2,771
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.96 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 # 138
  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="#4C4C4C">
  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="10px"/>
  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:10px;
  88. padding:2px;
  89. font-family:calibri;
  90. letter-spacing:1px;
  91. text-align:center;
  92. text-transform:lowercase;
  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:px;
  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:px;
  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:px 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. .border {
  137. border-bottom: 1px solid {color:Sidebar Border};
  138. width:100px;
  139. }
  140.  
  141. .border2 {
  142. margin-left:20px;
  143. border-bottom: 1px solid {color:Sidebar Border};
  144. width:110px;
  145. }
  146.  
  147. blockquote {
  148. border-left:1px solid {color:Blockquote};
  149. padding-left:13px;
  150. padding-top:1px;
  151. padding-bottom:1px;
  152. margin:10px;
  153. margin-top:20px;
  154. margin-bottom:10px;
  155. margin-left:20px;
  156. }
  157.  
  158. blockquote img {
  159. max-width:470px;
  160. }
  161.  
  162. body {
  163. color: {color:Text};
  164. background-color:{color:Background};
  165. letter-spacing:1px;
  166. font-weight:normal;
  167. }
  168.  
  169. a {
  170. color: {color:Link};
  171. text-decoration: none;
  172. -moz-transition-duration: 0.5s;
  173. -o-transition-duration: 0.5s;
  174. -webkit-transition-duration: 0.5s;
  175. transition-duration: 0.5s;
  176. }
  177.  
  178. a:hover {
  179. color: {color:Link Hover};
  180. text-decoration:underline;
  181. -moz-transition-duration: 0.5s;
  182. -o-transition-duration: 0.5s;
  183. -webkit-transition-duration: 0.5s;
  184. transition-duration: 0.5s;
  185. }
  186.  
  187.  
  188. .title {
  189. width:245px;
  190. font-family:calibri;
  191. font-size:10px;
  192. letter-spacing:1px;
  193. font-style:none;
  194. font-weight:;
  195. text-transform:lowercase;
  196. color:{color:Title};
  197. word-spacing:2px;
  198. text-align:center;
  199. border:px solid {color:Sidebar Border};
  200. }
  201.  
  202.  
  203. .sidebar {
  204. width:245px;
  205. position: fixed;
  206. margin-top:70px;
  207. margin-left:-60px;
  208. }
  209.  
  210. .sidebarimage {
  211. width:245px;
  212. }
  213.  
  214. .sidebarlinks {
  215. width:245px;
  216. margin-top:15px;
  217. padding-bottom:3px;
  218. margin-bottom:3px;
  219. font-size:10px;
  220. font-family:calibri;
  221. text-transform:lowercase;
  222. text-align:center;
  223. letter-spacing:1px;
  224. }
  225.  
  226. .sidebarlinks a {
  227. color:{color:Text};
  228. padding:2px;
  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. .sidebarlinks a:hover {
  236. color:{color:Link Hover};
  237. text-decoration:underline;
  238. -moz-transition-duration: 0.5s;
  239. -o-transition-duration: 0.5s;
  240. -webkit-transition-duration: 0.5s;
  241. transition-duration: 0.5s;
  242. }
  243.  
  244. .description {
  245. width:245px;
  246. padding:3px;
  247. margin-top:15px;
  248. padding-bottom:4px;
  249. text-align:center;
  250. font-size:10px;
  251. font-family:calibri;
  252. color:{color:Text};
  253. letter-spacing:1px;
  254. }
  255.  
  256. .description a {
  257. color:{color:Link};
  258. }
  259.  
  260. .description a:hover {
  261. color:{color:Link Hover};
  262. }
  263.  
  264. .pagination {
  265. font-family:arial;
  266. text-align:center;
  267. font-size:9px;
  268. text-align:center;
  269. }
  270.  
  271. .pagination a {
  272. color:{color:Link};
  273. padding:3px;
  274. -moz-transition-duration: 0.5s;
  275. -o-transition-duration: 0.5s;
  276. -webkit-transition-duration: 0.5s;
  277. transition-duration: 0.5s;
  278. }
  279.  
  280. .pagination a:hover {
  281. color:{color:Link Hover};
  282. text-decoration:underline;
  283. -moz-transition-duration: 0.5s;
  284. -o-transition-duration: 0.5s;
  285. -webkit-transition-duration: 0.5s;
  286. transition-duration: 0.5s;
  287. }
  288.  
  289. .border {
  290. margin-left:0px;
  291. border-bottom: 1px solid {color:Sidebar Border};
  292. width:100px;
  293. }
  294.  
  295. .container {
  296. width:900px;
  297. margin: auto;
  298. margin-top:-8px;
  299. }
  300.  
  301.  
  302. .postscontainer {
  303. {block:ifNotShow400pxposts}
  304. max-width:500px;
  305. {/block:ifNotShow400pxposts}
  306. {block:ifShow400pxposts}
  307. max-width:400px;
  308. {/block:ifShow400pxposts}
  309. margin: auto;
  310. margin-top:-60px;
  311. margin-left:300px;
  312. }
  313.  
  314. .posts {
  315. {block:ifNotShow400pxposts}
  316. width:500px;
  317. {/block:ifNotShow400pxposts}
  318. {block:ifShow400pxposts}
  319. width:400px;
  320. {/block:ifShow400pxposts}
  321. font-size: {text:Body Font Size};
  322. font-family: {text:Body Font};
  323. margin-top:140px;
  324. text-align:justify;
  325. }
  326.  
  327. .posts img {
  328. {block:ifNotShow400pxposts}
  329. max-width:500px;
  330. {/block:ifNotShow400pxposts}
  331. {block:ifShow400pxposts}
  332. max-width:400px;
  333. {/block:ifShow400pxposts}
  334. }
  335.  
  336. .info {
  337. margin-top:20px;
  338. margin-bottom:5px;
  339. text-align:left;
  340. text-transform:lowercase;
  341. font-size:10px;
  342. font-family:calibri;
  343. color:{color:Text};
  344. line-height:0%;
  345. letter-spacing:1px;
  346. border-top:1px 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. font-size:10px;
  363. font-family:calibri;
  364. letter-spacing:1px;
  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:0px;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. padding:4px;
  419. margin-top:0px;
  420. line-height:120%;
  421. font-size:10px;
  422. letter-spacing:1px;
  423. font-family:calibri;
  424. text-align:left;
  425. -moz-transition-duration:0.5s;
  426. -webkit-transition-duration:0.5s;
  427. -o-transition-duration:0.5s;
  428. }
  429.  
  430. .tags a {
  431. color:{color:Text};
  432. }
  433.  
  434. .tags a:hover {
  435. text-decoration:underline;
  436. color:{color:Link Hover};
  437. }
  438.  
  439. .postnote {
  440. {block:ifNotShow400pxposts}
  441. width:500px;
  442. {/block:ifNotShow400pxposts}
  443. {block:ifShow400pxposts}
  444. width:400px;
  445. {/block:ifShow400pxposts}
  446. text-transform:lowercase;
  447. font-size: {text:Body Font Size};
  448. font-family: {text:Body Font};
  449. text-align:left;
  450. line-height:90%;
  451. margin-top:40px;
  452. }
  453.  
  454. .postnote li {
  455. list-style-type:none;
  456. border-bottom:1px solid {color:Info Border};
  457. padding:37px 0px 3px 0px;
  458. text-align:left;
  459. margin:0px;
  460. -moz-transition-duration:0.5s;
  461. -webkit-transition-duration:0.5s;
  462. -o-transition-duration:0.5s;
  463. }
  464.  
  465. .postnote img {
  466. width:20px;
  467. padding: 3px;
  468. margin:2px 7px -3px 6px;
  469. text-align:left;
  470. margin:2px 7px -3px 6px;
  471. border:2px solid {color:Info Border};
  472. border-radius:100px;
  473. -webkit-border-radius:100px;
  474. -moz-border-radius:100px;
  475. }
  476.  
  477. .music {
  478. width:500px;
  479. {block:ifShow400pxposts}
  480. width:400px;
  481. {/block:ifShow400pxposts}
  482. padding-bottom:10px;
  483. }
  484.  
  485. .albumart {
  486. float:left;
  487. }
  488.  
  489. .albumart img {
  490. width:50px;
  491. padding: 3px;
  492. margin:2px 7px -3px 6px;
  493. border:2px solid {color:Info Border};
  494. border-radius:100px;
  495. -webkit-border-radius:100px;
  496. -moz-border-radius:100px;
  497. }
  498.  
  499. .playercontainer {
  500. text-align:left;
  501. padding-top:15px;
  502. width:450px;
  503. {block:ifShow400pxposts}
  504. width:350px;
  505. {/block:ifShow400pxposts}
  506. }
  507.  
  508. .musicinfo {
  509. padding:10px;
  510. margin-top:20px;
  511. font-size: {text:Body Font Size};
  512. font-family: {text:Body Font};
  513. color:{color:Text};
  514. }
  515.  
  516. .quote {
  517. font-size: {text:Body Font Size};
  518. font-family: {text:Body Font};
  519. line-height:90%;
  520. text-align:justify;
  521. }
  522.  
  523. .source {
  524. font-family:calibri;
  525. font-size:10px;
  526. font-style:normal;
  527. text-align:center;
  528. line-height:17px;
  529. }
  530.  
  531. .chat ol {
  532. font-size: {text:Body Font Size};
  533. font-family: {text:Body Font};
  534. line-height:100%;
  535. padding:0px;
  536. list-style:none;
  537. }
  538.  
  539. .label {
  540. font-size: {text:Body Font Size};
  541. font-family: {text:Body Font};
  542. font-weight:bold;
  543. color:{color:Text};
  544. }
  545.  
  546. .line.odd {
  547. padding:4px;
  548. margin-bottom:2px;
  549. }
  550.  
  551. .line.even {
  552. padding:4px;
  553. margin-bottom:2px;
  554. }
  555.  
  556. .ask {
  557. {block:ifNotShow400pxposts}
  558. width:500px;
  559. {/block:ifNotShow400pxposts}
  560. {block:ifShow400pxposts}
  561. width:400px;
  562. {/block:ifShow400pxposts}
  563. font-size: {text:Body Font Size};
  564. font-family: {text:Body Font};
  565. text-transform:capitalize;
  566. text-align:left;
  567. font-weight:;
  568. line-height: 120%;
  569. padding-top:4px;
  570. padding-left:7px;
  571. padding-bottom:8px;
  572. border-bottom: 1px solid {color:Questions Border};
  573. }
  574.  
  575. .ask a {
  576. color:{color:Text};
  577. }
  578.  
  579. .question {
  580. {block:ifNotShow400pxposts}
  581. width:500px;
  582. {/block:ifNotShow400pxposts}
  583. {block:ifShow400pxposts}
  584. width:400px;
  585. {/block:ifShow400pxposts}
  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. text-align:justify;
  603. padding-top:5px;
  604. line-height: 120%;
  605. margin-bottom:1px;
  606. font-size: {text:Body Font Size};
  607. font-family: {text:Body Font};
  608. color:{color:Text};
  609. }
  610.  
  611. .askimg {
  612. padding: 3px;
  613. margin:2px 7px -3px 6px;
  614. }
  615.  
  616. .credit {
  617. position:fixed;
  618. font-family:calibri;
  619. font-size:8px;
  620. line-height:150%;
  621. letter-spacing:0px;
  622. right:5px;
  623. bottom:20px;
  624. text-transform:uppercase;
  625. text-align:center;
  626. }
  627.  
  628. .credit a {
  629. font-style:normal;
  630. padding:3px;
  631. color:{color:text};
  632. -moz-transition-duration:0.5s;
  633. -webkit-transition-duration:0.5s;
  634. -o-transition-duration:0.5s;
  635. }
  636.  
  637. </style>
  638. </head>
  639.  
  640. <body>
  641. <div class="container">
  642. <div class="sidebar">
  643. <img src="{image:sidebar}" class="sidebarimage">
  644. <div class="description">
  645. {Description}
  646. </div>
  647. <center><p><div class="border"></div></p></center>
  648. <div class="sidebarlinks">
  649. <span style="font-weight:;font-size:8px;text-transform:uppercase;font-family:calibri;">
  650. {block:PreviousPage}
  651. <a href="{PreviousPage}"><big><big> ‹ </big></big></a>
  652. {/block:PreviousPage}
  653. </span>
  654. <a href="/">index</a>
  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.  
  669. <span style="font-weight:;font-size:8px;text-transform:uppercase;font-family:calibri;">
  670. {block:NextPage}
  671. <a href="{NextPage}"><big><big> › </big></big></a>
  672. {/block:NextPage}</span>
  673. </div>
  674.  
  675. {block:ifShowTitle}
  676. <center><p><div class="border"></div></p></center>
  677. <div class="title">
  678. {text:Title}
  679. </div>
  680. {/block:ifShowTitle}
  681. </div>
  682.  
  683. <div class="postscontainer">
  684.  
  685. {block:Posts}
  686. <div class="posts">
  687.  
  688. <div class="dashicons">
  689. {ReblogButton size="13"}
  690. </div>
  691.  
  692. {block:Text}
  693. {block:Title}<h2>{Title}</h2>{/block:Title}
  694. {Body}
  695. {/block:Text}
  696.  
  697. {block:Quote}<div class="quote">&#8220;{Quote}&#8221;</div><center><div class="source">&mdash; {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
  698.  
  699. {/block:Quote}
  700.  
  701. {block:Link}
  702. <h2><a href="{URL}">{Name}</a></h2>
  703. {block:Description}{Description}{/block:Description}
  704. {/block:Link}
  705.  
  706. {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}
  707. </ol></div>{/block:Chat}
  708.  
  709. {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}
  710.  
  711. {block:Photo}
  712. {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
  713. {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  714. {/block:Photo}
  715.  
  716. {block:Photoset}
  717. {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
  718. {block:Caption}{Caption}{/block:Caption}
  719. {/block:Photoset}
  720.  
  721. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
  722. <div class="playercontainer">{AudioPlayerWhite}</div>
  723. <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
  724. {/block:ExternalAudio}</div>
  725. </div>
  726. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  727.  
  728. {block:Video}
  729. {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
  730. {block:Caption}{Caption}{/block:Caption}
  731. {/block:Video}
  732.  
  733. {block:Date}<div class="info"> <span style="background-color:{color:background};padding:4px;padding-bottom:0px;">{block:NoteCount}{NoteCountwithlabel}{/block:NoteCount} @<a title="{timeago}" href="{Permalink}">{shortmonth} {dayofmonth}</a> {block:PermalinkPage}{block:RebloggedFrom}— <a href="{ReblogParentURL}">{ReblogParentName}</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}</span></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. <div class="credit"><div class="credit"><a href="http://scottisbae.tumblr.com/">scottisbae</a></div>
  752.  
  753. </div>
  754. </div>
  755. </div>
  756. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement