sexycullen

# 91

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