Advertisement
sexycullen

# 106

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