sexycullen

# 82

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