Advertisement
sexycullen

# 111

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