Advertisement
sexycullen

# 119 2

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