Advertisement
sexycullen

# 125 3

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