sexycullen

# 99

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