sexycullen

# 82 2

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