sexycullen

# 88

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