Advertisement
Guest User

x2

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