Advertisement
sexycullen

# 109 2

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