Advertisement
sexycullen

# 87

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