Advertisement
sexycullen

102 (Frances)

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