Advertisement
sexycullen

# 125

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