Advertisement
lifegonewild

crabc0re / theme 2

Aug 26th, 2012
772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.93 KB | None | 0 0
  1.  
  2.  
  3. <html lang="en">
  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">
  6. <head>
  7. <!--
  8. theme by http://dannyworsnop.tumblr.com/
  9. lol holla @ me
  10. IF YOU REMOVE CREDIT I WILL STAB YOU TO DEATH
  11. -->
  12.  
  13.  
  14. <script type="text/javascript">
  15. <!--
  16.  
  17. // Disable Right Click Script
  18.  
  19. function IE(e)
  20. {
  21. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  22. {
  23. return false;
  24. }
  25. }
  26. function NS(e)
  27. {
  28. if (document.layers || (document.getElementById && !document.all))
  29. {
  30. if (e.which == "2" || e.which == "3")
  31. {
  32. return false;
  33. }
  34. }
  35. }
  36. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  37.  
  38. //-->
  39. </script>
  40.  
  41.  
  42. <script type="text/javascript"
  43. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  44.  
  45.  
  46.  
  47. <!-- DEFAULT VARIABLES -->
  48. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  49. <meta name="color:background" content="#fff"/>
  50. <meta name="color:link" content="#777777"/>
  51. <meta name="color:text" content="#777777"/>
  52. <meta name="color:title" content="#333333"/>
  53. <meta name="color:hover" content="#ffffff"/>
  54. <meta name="color:scrollbar" content="#dddddd" />
  55. <meta name="color:title shadow" content="#cccccc" />
  56. <meta name="color:border" content="#bbbbbb" />
  57. <meta name="color:blogtitle" content="#444444" />
  58.  
  59. <meta name="image:background" content=""/>
  60. <meta name="image:sidebar" content="" />
  61.  
  62. <meta name="image:banner" content="" />
  63.  
  64. <meta name="if:fadedposts" content="0" />
  65.  
  66. <meta name="text:blogtitle spacing" content="5" />
  67. <meta name="text:blog title" content="title" />
  68. <meta name="text:blog title size" content="60" />
  69. <meta name="text:link separation" content="&middot;" />
  70. <meta name="text:link one" content="" />
  71. <meta name="text:link one title" content="" />
  72. <meta name="text:link two" content="" />
  73. <meta name="text:link two title" content="" />
  74. <meta name="text:link three" content="" />
  75. <meta name="text:link three title" content="" />
  76.  
  77. <script>
  78. $(document).ready(function() {
  79. //
  80. $('a.poplight[href^=#]').click(function() {
  81. var popID = $(this).attr('rel'); //Get Popup Name
  82. var popURL = $(this).attr('href'); //Get Popup href to define size
  83. var query= popURL.split('?');
  84. var dim= query[1].split('&');
  85. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  86. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="" class="btn_close" title="" alt="" /></a>');
  87. var popMargTop = ($('#' + popID).height() + 80) / 2;
  88. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  89. //Apply Margin to Popup
  90. $('#' + popID).css({
  91. 'margin-top' : -popMargTop,
  92. 'margin-left' : -popMargLeft
  93. });
  94. $('body').append('<div id="fade"></div>');
  95. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  96. return false;
  97. });
  98. $('a.close, #fade').live('click', function() {
  99. $('#fade , .popup_block').fadeOut(function() {
  100. $('#fade, a.close').remove(); //fade them both out
  101. });
  102. return false;
  103. });
  104. });
  105. </script>
  106.  
  107. <style type="text/css">
  108.  
  109.  
  110. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:1px solid #ccc; background: #fff;}
  111. ::-webkit-scrollbar-thumb { border-left:1px solid #ccc; background: {color:scrollbar};}
  112.  
  113. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  114.  
  115. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  116.  
  117.  
  118. p {
  119. margin:0px;
  120. margin-top:0px;
  121. }
  122.  
  123. #fade { /*--Transparent background layer--*/
  124. display: none; /*--hidden by default--*/
  125. background: #000;
  126. position: fixed; left: 0; top: 0;
  127. width: 100%; height: 100%;
  128. opacity: .7;
  129. z-index: 9999;
  130. }
  131. .popup_block{
  132. display: none; /*--hidden by default--*/
  133. background: {color:background};
  134. background-image:url({image:Background});
  135. padding: 10px;
  136. border: 0px solid #555;
  137. float: left;
  138. font-size: 10;
  139. opacity:0.99;
  140. position: fixed;
  141. top: 49%; left: 50%;
  142. z-index: 99999;
  143. -webkit-transition: all .7s ease;
  144. -moz-transition: all .7s ease;
  145. -o-transition: all .7s ease;
  146. transition: all .7s ease;
  147. /*--CSS3 Box Shadows--*/
  148. -webkit-box-shadow: 0px 0px 5px {color:background};
  149. -moz-box-shadow: 0px 0px 5px {color:background};
  150. box-shadow: 0px 0px 5px {color:background};
  151. /*--CSS3 Rounded Corners--*/
  152. -webkit-border-radius: 0px;
  153. -moz-border-radius: 0px;
  154. border-radius: 0px;
  155. }
  156.  
  157. img.btn_close {
  158. float: right;
  159. margin: -20 -20px 0 0;
  160. }
  161. /*--Making IE6 Understand Fixed Positioning--*/
  162. *html #fade {
  163. position: absolute;
  164. }
  165. *html .popup_block {
  166. position: absolute;
  167. }
  168.  
  169.  
  170. body {
  171. padding: 0px;
  172. margin: 0px;
  173. color:{color:text};
  174. font-family: dixel;
  175. font-size: 8px;
  176. line-height:8px;
  177. letter-spacing: 0x;
  178. background-color: {color:Background};
  179. background-image:url({image:Background});
  180. background-attachment: fixed;
  181. background-repeat: repeat;
  182. }
  183.  
  184. a:link, a:active, a:visited{
  185. text-decoration: none;
  186. -webkit-transition: color 0.3s ease-out;
  187. -moz-transition: color 0.3s ease-out;
  188. transition: color 0.3s ease-out;
  189. color: {color:Link};
  190. }
  191.  
  192. a:hover {
  193. text-decoration: none;
  194. font-style: italic;
  195. color: {color:Hover};
  196. }
  197.  
  198. div#center{
  199. margin:auto;
  200. position:relative;
  201. width:1000px;
  202. background-color:;
  203. overflow:auto;
  204. overflow-y:hidden;
  205. }
  206.  
  207.  
  208. .entry .perma a{
  209. color:{color:text};}
  210.  
  211. .entry .perma{
  212. width:230px;
  213. position: absolute;
  214. line-height: 10px;
  215. padding-bottom:1px;
  216. padding-top:1px;
  217. text-align: center;
  218. overflow:hidden;
  219. opacity: 0;
  220. height:0px;
  221. background-color:{color:background};
  222. -webkit-transition: all 0.5s ease-out;
  223. -moz-transition: all 0.5s ease-out;
  224. transition: all 0.8s ease-out;
  225. }
  226.  
  227. .entry:hover .perma{
  228. text-align: center;
  229. overflow:visible;
  230. opacity:0.8;
  231. height:12px;
  232. -webkit-transition: all 0.5s linear;
  233. -moz-transition: all 0.5s linear;
  234. transition: all 0.5s linear;
  235.  
  236. }
  237.  
  238. .entry {
  239. float:left;
  240. display: block;
  241. margin: 0px;
  242. {block:iffadedposts}
  243. opacity:0.75;
  244. {/block:iffadedposts}
  245. padding:1px;
  246. border:0px solid {color:border};
  247. overflow:hidden;
  248. width:230px;
  249. {block:PermalinkPage}
  250. width:470px;
  251. text-align:left;
  252. {/block:PermalinkPage}
  253. background: {color:background};
  254. background-image:URL();
  255. -webkit-transition: all .7s ease;
  256. -moz-transition: all .7s ease;
  257. -o-transition: all .7s ease;
  258. transition: all .7s ease;
  259. }
  260.  
  261. .entry:hover{
  262. opacity:1;
  263. -webkit-transition: all .7s ease;
  264. -moz-transition: all .7s ease;
  265. -o-transition: all .7s ease;
  266. transition: all .7s ease;
  267. }
  268.  
  269. #posts {
  270. width:480px;
  271. margin-top: 47px;
  272. margin-left:235px;
  273. right:auto;
  274. margin-right:auto;
  275. position:relative;
  276. overflow-y: hidden;
  277. }
  278.  
  279. #desc{
  280. margin-top:5px;
  281. -webkit-transition: all .7s ease;
  282. -moz-transition: all .7s ease;
  283. -o-transition: all .7s ease;
  284. transition: all .7s ease;
  285. }
  286.  
  287. #sidebar:hover #desc{
  288. opacity:0;
  289. -webkit-transition: all .7s ease;
  290. -moz-transition: all .7s ease;
  291. -o-transition: all .7s ease;
  292. transition: all .7s ease;}
  293.  
  294. #sidebar{
  295. position:fixed !important;
  296. width:475px;
  297. height:40px;
  298. opacity:0.75;
  299. font-size: 8px;
  300. font-family:arial;
  301. padding-top:0px;
  302. background:{color:background};
  303. margin-top:3px;
  304. z-index:1;
  305. letter-spacing:3px;
  306. margin-left:230px;
  307. border-top: 1px solid #ddd;
  308. border-bottom: 1px solid #ddd;
  309. -webkit-transition: all 0.5s linear;
  310. -moz-transition: all 0.5s linear;
  311. transition: all 0.5s linear;
  312. }
  313.  
  314. #sidebar:hover{
  315. opacity:1;
  316. -webkit-transition: all 0.5s linear;
  317. -moz-transition: all 0.5s linear;
  318. transition: all 0.5s linear;
  319. }
  320.  
  321. #pic1{
  322. margin-top:6px;
  323. margin-left:{text:sidebar1 margin left}px;
  324. position:fixed;
  325. -webkit-transition: all .7s ease;
  326. -moz-transition: all .7s ease;
  327. -o-transition: all .7s ease;
  328. transition: all .7s ease;
  329. }
  330.  
  331. #pic1 img{
  332. width:80px;
  333. height:65px;
  334. }
  335.  
  336. #pic2{
  337. margin-top:6px;
  338. margin-left:{text:sidebar2 margin left}px;
  339. position:fixed;
  340. -webkit-transition: all .7s ease;
  341. -moz-transition: all .7s ease;
  342. -o-transition: all .7s ease;
  343. transition: all .7s ease;
  344. }
  345.  
  346. #sidebar:hover #pic2{
  347. opacity:0;
  348. -webkit-transition: all .7s ease;
  349. -moz-transition: all .7s ease;
  350. -o-transition: all .7s ease;
  351. transition: all .7s ease;
  352. }
  353.  
  354. #pic2 img {
  355. width:80px;
  356. height:65px;
  357. }
  358.  
  359. #banner{
  360. opacity:0;
  361. margin-top:-20px;
  362. position:fixed;
  363. margin-left:-20px;
  364. -webkit-transition: all .7s ease;
  365. -moz-transition: all .7s ease;
  366. -o-transition: all .7s ease;
  367. transition: all .7s ease;
  368. }
  369.  
  370. #sidebar:hover #banner{
  371. opacity:0.8;
  372. margin-top:0px;
  373. margin-left:0px;
  374. -webkit-transition: all .7s ease;
  375. -moz-transition: all .7s ease;
  376. -o-transition: all .7s ease;
  377. transition: all .7s ease;
  378. }
  379.  
  380. #banner img{
  381. width:475px;
  382. height:40px;
  383. }
  384.  
  385.  
  386.  
  387. div#ok{
  388. position: fixed;
  389. margin-left: -20px;
  390. padding-right: 2px;
  391. top: 80px;
  392. border-right: 1.5px solid {color:border};
  393. -webkit-animation:fadeInDownBig 3s;
  394. -moz-animation:fadeInDownBig 3s;
  395. -ms-animation:fadeInDownBig 3s;
  396. -webkit-transition: all 0.5s ease;
  397. -moz-transition: all 0.5s ease;
  398. -o-transition: all 0.5s ease;
  399. }
  400.  
  401.  
  402.  
  403.  
  404.  
  405. #linkz{
  406. opacity:0;
  407. background:white;
  408. height:20px;
  409. width:475px;
  410. line-height:16px;
  411. font-size:18px;
  412. text-align:center;
  413. font-family:existance;
  414. text-transform:uppercase;
  415. letter-spacing:3px;
  416. position:fixed;
  417. margin-top:30px;
  418. margin-left:-20px;
  419. z-index:1;
  420. -webkit-transition: all .7s ease;
  421. -moz-transition: all .7s ease;
  422. -o-transition: all .7s ease;
  423. transition: all .7s ease;
  424. }
  425.  
  426. #sidebar:hover #linkz{
  427. opacity:0.55;
  428. margin-top:10px;
  429. margin-left:0px;
  430. -webkit-transition: all .7s ease;
  431. -moz-transition: all .7s ease;
  432. -o-transition: all .7s ease;
  433. transition: all .7s ease;
  434. }
  435.  
  436.  
  437. .title{
  438. font-family: black swan;
  439. font-size: 15px;
  440. line-height: 15px;
  441. color:{color:Title};
  442. letter-spacing: 0px;
  443. font-weight: normal;
  444. padding:0px 0px 0px 0px;
  445. }
  446.  
  447. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf');}
  448.  
  449. @font-face { font-family: "existance"; src: url('http://static.tumblr.com/u37ad6e/OCIm7s3av/existence-unicaselight.otf'); }
  450.  
  451. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  452.  
  453. .blogtitle{
  454. text-align: center;
  455. font-family: black swan;
  456. line-height:10px;
  457. text-transform:uppercase;
  458. text-shadow: 1px 2px 3px #aaa;
  459. font-size: 30px;
  460. letter-spacing:{text:blogtitle spacing}px;
  461. color:{COLOR:blogtitle}; }
  462.  
  463. #blogtitle{
  464. margin-top:8px;
  465. -webkit-transition: all .7s ease;
  466. -moz-transition: all .7s ease;
  467. -o-transition: all .7s ease;
  468. transition: all .7s ease;
  469. }
  470.  
  471.  
  472. #credit{
  473. position:fixed !important;
  474. right:3px;
  475. top:26px;
  476. font-family: arial;
  477. font-size: 10px;
  478. line-height:12px;
  479. vertical-align: middle;
  480. overflow: hidden;
  481. padding:1px;
  482. -webkit-border-radius:2px;
  483. moz-border-radius:2px;
  484. -o-border-radius:2px;
  485. border-radius:2px;
  486. z-index: 1000;}
  487.  
  488. #credit a{
  489. color: #fff;}
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. #sidebar:hover #blogtitle{
  499. opacity:0;
  500. -webkit-transition: all .7s ease;
  501. -moz-transition: all .7s ease;
  502. -o-transition: all .7s ease;
  503. transition: all .7s ease;
  504. }
  505. .permalink{
  506. text-transform: normal;
  507. display: block;
  508. text-align: right;
  509. padding-top:1px;
  510. padding-bottom:2px;
  511. margin-top:3px;
  512. border-top:1px solid {color:border};
  513. text-decoration: none;
  514. }
  515.  
  516. #infscr-loading{
  517. bottom: -70px;
  518. position: absolute;
  519. left: 50%;
  520. margin-left:-8px;
  521. width:16px;
  522. height:11px;
  523. overflow:hidden;
  524. margin-bottom: 50px;
  525. }
  526.  
  527.  
  528. #postnotes{
  529. text-align: justify;}
  530.  
  531. #postnotes blockquote{
  532. border: 0px;}
  533.  
  534. blockquote{
  535. padding:0px 0px 2px 5px;
  536. margin:0px 0px 2px 10px;
  537. border-left: 1px dotted #555555;
  538. }
  539.  
  540. blockquote p, ul{
  541. margin:0px;
  542. padding:0px;
  543. }
  544.  
  545. a img{border: 0px;}
  546.  
  547.  
  548. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  549.  
  550. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  551. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  552.  
  553. .notes img{width:10px; position:relative; top:3px;}
  554. <--ses-->
  555. small{font-size: 90%;}
  556.  
  557. {CustomCSS}
  558.  
  559. </style>
  560.  
  561. <title>{title}</title>
  562.  
  563. <link rel="shortcut icon" href="{Favicon}" />
  564. <meta name="viewport" content="width=820" />
  565.  
  566. {block:IndexPage}
  567. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  568. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  569.  
  570. <script type="text/javascript">
  571. $(window).load(function () {
  572. var $content = $('#posts');
  573. $content.masonry({itemSelector: '.entry'}),
  574. $content.infinitescroll({
  575. navSelector : 'div#pagination',
  576. nextSelector : 'div#pagination a#nextPage',
  577. itemSelector : '.entry',
  578. loading: {
  579. finishedMsg: '',
  580. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  581. },
  582. bufferPx : 600,
  583. debug : false,
  584. },
  585. // call masonry as a callback.
  586. function( newElements ) {
  587. var $newElems = $( newElements );
  588. $newElems.hide();
  589. // ensure that images load before adding to masonry layout
  590. $newElems.imagesLoaded(function(){
  591. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  592.  
  593.  
  594. });
  595. });
  596. });
  597. </script>
  598.  
  599. {/block:IndexPage}
  600. </head>
  601.  
  602. <body>
  603.  
  604. <div id="credit">
  605. <a href="http://dannyworsnop.tumblr.com/" target="_blank"><img src="http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png"></a>
  606. </div>
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615. <div id="cage">
  616. <div id="center">
  617. <div id="sidebar">
  618.  
  619.  
  620. <div id="banner"><a href="/"><img src="{image:banner}"></a></div>
  621.  
  622. <div id="linkz">
  623.  
  624. <a href="/">home</a> {text:link separation}
  625. <a href="{text:link one}">{text:link one title}</a>
  626. {block:iflinktwotitle}
  627. {text:link separation}
  628. <a href="{text:link two}">{text:link two title}</a>
  629. {/block:iflinktwotitle}
  630. {block:iflinkthreetitle}
  631. {text:link separation}
  632. <a href="{text:link three}">{text:link three title}</a>
  633. {/block:iflinkthreetitle}</div>
  634.  
  635.  
  636.  
  637.  
  638.  
  639. <center><div id="blogtitle"><span class="blogtitle">{text:blog title}</span></div>
  640.  
  641.  
  642.  
  643.  
  644.  
  645. <div id="desc">
  646. {Description}
  647. </div></div>
  648.  
  649.  
  650. <div id="ok"><a href="/"><img src={image:sidebar} style="" width=250px></a></a></div>
  651.  
  652.  
  653. </center>
  654.  
  655. <div class="left">
  656. <div id="posts">
  657. {block:Posts}
  658. <div class="entry">
  659.  
  660. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a></a><br>{/block:HasTags}</span></align>
  661. {/block:Text}
  662.  
  663. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"></span></align>{block:Link}
  664.  
  665. {block:Photo}
  666. {block:IndexPage}
  667. <div class="perma">
  668. <a href="{permalink}">{NoteCountWithLabel}</a> / {TimeAgo} / <a href="{ReblogURL}" target="_blank"> reblog </a> </span></div>
  669. <center>
  670. <div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></div>
  671. {/block:IndexPage}
  672. {block:PermalinkPage}
  673. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="470px"/></div><Center>{block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}{LinkCloseTag}</center>
  674. {/block:PermalinkPage}
  675. {/block:Photo}
  676.  
  677. {block:Photoset}
  678. {block:IndexPage}
  679. <center>
  680. {Photoset-250}</center>
  681. {/block:IndexPage}
  682. {block:PermalinkPage}
  683. <center>
  684. {Photoset-500}</center>
  685. {/block:PermalinkPage}
  686. {/block:Photoset}
  687.  
  688. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"> </span>{/block:Quote}
  689.  
  690. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  691. <ul class="chat">
  692. {block:Lines}
  693. <li class="user_{UserNumber}">
  694. {block:Label}
  695. <span class="label">{Label}</span>
  696. {/block:Label}
  697.  
  698. {Line}
  699. </li>
  700. {/block:Lines}
  701. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}">
  702. {/block:Chat}
  703.  
  704. {block:Audio}
  705. <div style="width:400px; height:30px;">
  706. {AudioPlayerBlack}
  707. </div>
  708. {block:IndexPage}<span class="permalink">
  709. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"> </a>
  710. </span>{/block:IndexPage}
  711. {/block:Audio}
  712.  
  713. {block:Video}
  714. {block:IndexPage}
  715. <center>
  716. {Video-250}</center>
  717. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"></span></align>
  718. {/block:IndexPage}
  719. {block:PermalinkPage}
  720. <center>
  721. {Video-400}</center>
  722. {/block:PermalinkPage}
  723. {block:Video}
  724.  
  725.  
  726. {block:PostNotes}<div align="middle">{caption}</div>
  727. <center>
  728.  
  729. {block:HasTags}
  730. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  731. {block:RebloggedFrom}
  732. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  733. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  734.  
  735. {/block:RebloggedFrom}
  736. </center></span>
  737. <br>
  738. <div id="postnotes">{PostNotes}</div><br>
  739.  
  740. <center>{block:ContentSource}
  741. <br><a href="{SourceURL}">
  742. {lang:Source}:
  743. {block:SourceLogo}
  744. <img src="{BlackLogoURL}" width="{LogoWidth}"
  745. height="{LogoHeight}" alt="{SourceTitle}" />
  746. {/block:SourceLogo}
  747. {block:NoSourceLogo}
  748. {SourceLink}
  749. {/block:NoSourceLogo}
  750. </a>
  751. {/block:ContentSource}</center>
  752.  
  753. {/block:PostNotes}
  754. </div>
  755. {/block:Posts}
  756. </div></div>
  757.  
  758. {block:IndexPage}
  759. {block:Pagination}
  760. <div id="pagination">
  761. {block:NextPage}
  762. <a id="nextPage" href="{NextPage}"></a>
  763. {/block:NextPage}
  764. {block:PreviousPage}
  765. <a href="{PreviousPage}"></a>
  766. {/block:PreviousPage}
  767. </div>
  768. {/block:Pagination}
  769. {/block:IndexPage}
  770. </body>
  771.  
  772. </div>
  773.  
  774.  
  775. </div></div></div></div></div></div></div></div></div></div>
  776.  
  777. </center>
  778. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement