Advertisement
Gived

instagram theme

Aug 6th, 2013
2,795
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.85 KB | None | 0 0
  1. <!--
  2. instagram theme by gived remove the credit and die!!
  3. ---->
  4.  
  5. <head>
  6. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  7.  
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10.  
  11.  
  12. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <!-- DEFAULT VARIABLES -->
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="image:background" content="">
  19. <meta name="color:text" content="#888"/>
  20. <meta name="color:link" content="#888"/>
  21. <meta name="color:hover" content="#000"/>
  22. <meta name="color:blogtitle" content="#000"/>
  23.  
  24. <meta name="if:bigbackground " content="0"/>
  25. <meta name="if:infinite scrolling" content="1"/>
  26. <meta name="if:3d hover" content="0"/>
  27. <meta name="if:sparkle links" content="0"/>
  28.  
  29. <meta name="text:blogtitle size" content="30" />
  30.  
  31.  
  32. <meta name="text:Link One Title" content="home" />
  33. <meta name="text:Link One" content="/" />
  34. <meta name="text:Link Two Title" content="ask" />
  35. <meta name="text:Link Two" content="/ask" />
  36. <meta name="text:Link Three Title" content="" />
  37. <meta name="text:Link Three" content="" />
  38. <meta name="text:Link Four Title" content="" />
  39. <meta name="text:Link Four" content="" />
  40. <meta name="text:Link Five Title" content="" />
  41. <meta name="text:Link Five" content="" />
  42. <meta name="text:Link Six Title" content="" />
  43. <meta name="text:Link Six" content="" />
  44.  
  45. <meta name="image:header" content="1"/>
  46.  
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700|The+Girl+Next+Door|Marck+Script|Lobster|Reenie+Beanie|Shadows+Into+Light+Two|Megrim|Rock+Salt|Raleway:100' rel='stylesheet' type='text/css'>
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700|The+Girl+Next+Door|Marck+Script|Lobster|Reenie+Beanie|Shadows+Into+Light+Two|Megrim|Rock+Salt|Raleway:100' rel='stylesheet' type='text/css'>
  51.  
  52.  
  53.  
  54. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55.  
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. #tumblr_controls{
  61. position:fixed !important;
  62. }
  63.  
  64. .wrapper{
  65. margin: 0px auto;
  66. width: 802px;
  67. }
  68.  
  69. .header{
  70. float: left;
  71. width: 100%;
  72. }
  73.  
  74. .left{
  75. float: left;
  76. margin-right: 20px;
  77. width: 802px;
  78. }
  79.  
  80. .right{
  81. float: right;
  82. width: 200px;
  83. background-color: {color:Background};
  84. }
  85.  
  86. @font-face {font-family: "littlefont";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  87.  
  88. @font-face { font-family: "cake"; src: url('http://static.tumblr.com/chrrjbz/7NGlys3s8/cinnamon_cake.ttf'); }
  89.  
  90. body{
  91. margin:0px;
  92. background-color: {color:background};
  93. background-image: url({image:background});
  94. {block:ifbigbackground} background-size:cover; {/block:ifbigbackground}
  95. background-attachment: fixed;}
  96. body, div, p, textarea, submit, input{
  97. font-family: helvetica;
  98. font-size: 11px;
  99. line-height: 15px;
  100. color:{color:text};
  101. }
  102.  
  103. @font-face { font-family: p; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  104.  
  105. a:link, a:active, a:visited{
  106. color: {color:Link};
  107. text-decoration: none;
  108. -webkit-transition: color 0.4s ease-out;
  109. -moz-transition: color 0.4s ease-out;
  110. }
  111.  
  112. a:hover {
  113. color: black;
  114. text-decoration: none;
  115. {block:if3dhover}
  116. text-shadow: 2px 2px {color:Hover};
  117. {/block:if3dhover}
  118. -webkit-transition: all 0.4s linear;
  119. -webkit-transition: all 0.4s linear;
  120. -moz-transition: all 0.4s linear;
  121. transition: all 0.4s linear;
  122. }
  123.  
  124.  
  125.  
  126. #posts .entry img{
  127. max-width: 100%;
  128. }
  129.  
  130. #posts {
  131. width:806px;
  132. margin-left: auto;
  133. margin-top:-43px;
  134. float: left;
  135. padding:0px;
  136. opacity:1;
  137. height:100%;
  138. {block:iffixedheader}
  139. margin-top:100px;
  140. {/block:iffixedheader}
  141. {block:PermalinkPage}
  142.  
  143. {/block:PermalinkPage}
  144. background:#ddd;
  145. }
  146.  
  147.  
  148. .entry {
  149. border:0px solid #bbb;
  150. margin:30px;
  151. margin-left:45px;
  152. opacity:1;
  153. padding:4px;
  154. background:white;
  155. float:left;
  156. {block:IndexPage}
  157. width:180px;
  158. {/block:IndexPage}
  159. {block:PermalinkPage}
  160. width:500px;
  161. margin-left:152px;
  162. {/block:PermalinkPage}
  163. -webkit-transition: all .7s ease;
  164. -moz-transition: all .7s ease;
  165. transition: all .7s ease;
  166. -o-transition: all .7s ease;
  167.  
  168. }
  169.  
  170. .entry:hover{ padding-top:18px; padding-bottom:16px;
  171. -webkit-transition: all .7s ease;
  172. -moz-transition: all .7s ease;
  173. transition: all .7s ease;
  174. -o-transition: all .7s ease;
  175.  
  176. }
  177.  
  178.  
  179.  
  180. .perma{
  181. opacity:0;
  182. font-family:Quicksand;
  183. font-size: 10px;
  184. text-transform:uppercase;
  185. letter-spacing:3px;
  186. text-align: center;
  187. line-height:15px;
  188. font-weight:bold;
  189. margin-top:-15px;
  190.  
  191. }
  192.  
  193. .entry:hover .perma{
  194. opacity:1;
  195. -webkit-animation:pulse 2s;
  196. -moz-animation:pulse 2s;
  197. -ms-animation:pulse 2s;
  198.  
  199. }
  200.  
  201. .perma2{
  202. opacity:0;
  203. font-family:Quicksand;
  204. font-size: 10px;
  205. text-transform:uppercase;
  206. letter-spacing:3px;
  207. text-align: center;
  208. line-height:15px;
  209. margin-top:-17px;
  210. font-weight:bold;
  211.  
  212. }
  213.  
  214. .entry:hover .perma2{
  215. opacity:1;
  216. margin-top:4px;
  217. -webkit-animation:pulse 2s;
  218. -moz-animation:pulse 2s;
  219. -ms-animation:pulse 2s;
  220.  
  221. }
  222.  
  223.  
  224.  
  225.  
  226.  
  227. #credz{
  228. position:fixed !important;
  229. right:3px;
  230. top:26px;
  231. font-family: arial;
  232. font-size: 10px;
  233. line-height:12px;
  234. vertical-align: middle;
  235. overflow: hidden;
  236. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  237. background-repeat:repeat;
  238. border:1px solid rgba(0,0,0,0.1);
  239. padding:3px;
  240. -webkit-border-radius:2px;
  241. moz-border-radius:2px;
  242. -o-border-radius:2px;
  243. border-radius:2px;
  244. z-index: 100;}
  245.  
  246. #credz a{
  247. color: #fff;}
  248.  
  249.  
  250. .upp a{
  251. color: #fff;}
  252.  
  253. .upp{
  254. color: #fff;
  255. font-size: 12px;
  256. display: inline-block;}
  257.  
  258.  
  259.  
  260. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  261.  
  262.  
  263. @font-face{font-family: "pixel"; src: url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf');}
  264.  
  265. .ratch{
  266. font-family: pixel;
  267. font-size: 8px;
  268. text-align: right;
  269. z-index: 100;}
  270.  
  271.  
  272.  
  273.  
  274. div#sidebar{
  275. background:;
  276. opacity: 1;
  277. text-align: left;
  278. margin-top: 0px;
  279. left: 250px;
  280. width: 100%;
  281. height:40px;
  282.  
  283. padding: 2px;
  284. padding-bottom: 15px;
  285. height:auto;
  286. z-index:1;
  287. background-image:url("http://i41.tinypic.com/a5dke1.png");
  288. {block:iffixedheader}
  289. position: fixed;
  290. left: 0px;
  291. background:white;
  292. color:black;
  293. {/block:iffixedheader}
  294. }
  295.  
  296. #header{
  297. background:;
  298. opacity: 1;
  299. text-align: center;
  300. margin-top: 0px;
  301. left: 250px;
  302. width: 100%;
  303. padding: 2px;
  304. padding-bottom: 15px;
  305. height:40%;
  306. z-index:1;
  307. {block:iffixedheader}
  308. position: fixed;
  309. left: 0px;
  310. background:white;
  311. color:black;
  312. {/block:iffixedheader}
  313. }
  314.  
  315.  
  316.  
  317. .title2{
  318. font-family: 'Raleway';
  319. font-size: 38px;
  320. line-height: 50px;
  321.  
  322. text-transform: uppercase;
  323. }
  324.  
  325. @font-face { font-family: "death"; src: url('http://static.tumblr.com/iyodnno/5ifmf1hz8/mostwasted.ttf'); }
  326.  
  327.  
  328.  
  329. .links{
  330.  
  331. padding-top:5px;
  332. font-family:Quicksand;
  333. font-size: 12px;
  334. text-transform:uppercase;
  335. letter-spacing:px;
  336. line-height: 8px;
  337. font-weight:700;
  338. display: inline-block;
  339. }
  340.  
  341. .links:hover{
  342. font-family:Quicksand;
  343. font-size: 12px;
  344. text-transform:uppercase;
  345.  
  346. line-height: 8px;
  347. font-weight:700;
  348. display: inline-block;
  349. {block:if3dhover}
  350. text-shadow: 2px 2px {color:Hover};
  351. {/block:if3dhover}
  352. }
  353.  
  354. #hell{
  355. position:fixed !important;
  356. right:3px;
  357. top:26px;
  358. font-family: arial;
  359. font-size: 12px;
  360. line-height:12px;
  361. vertical-align: middle;
  362. overflow: hidden;
  363. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  364. background-repeat:repeat;
  365. border:1px solid rgba(0,0,0,0.1);
  366. padding:3px;
  367. font-weight:bold;
  368. -webkit-border-radius:2px;
  369. moz-border-radius:2px;
  370. -o-border-radius:2px;
  371. border-radius:2px;
  372. z-index: 100;}
  373.  
  374. #hell a{
  375. color: #fff;}
  376.  
  377.  
  378.  
  379.  
  380. @font-face {font-family: "schmoop";src: url('http://static.tumblr.com/2zvjoo9/3CIm3kw4c/nayupixel.ttf');}
  381.  
  382.  
  383.  
  384.  
  385. #infscr-loading{
  386. bottom: -70px;
  387. position: absolute;
  388. left: 50%;
  389. margin-left:-8px;
  390. width:16px;
  391. height:11px;
  392. overflow:hidden;
  393. margin-bottom: 50px;
  394. }
  395.  
  396.  
  397. .entries {
  398. font-size: 20px;
  399. border-bottom:1px solid #c4c4c4;
  400. font-family: Verdana, Geneva, Tahoma, sans-serif;
  401. color: #5a595c;
  402. font-weight: none;
  403. text-align: left;
  404. line-height: 14px;
  405. height: 14px;
  406. }
  407.  
  408. #topDiv{position: fixed;bottom:4px;text-align:center; z-index:1000;display: none;cursor: pointer; right:20px;}
  409. .topDiv_links{font-size:10px; line-height:15px; }
  410. .topDiv_links a{font-size:10px; text-decoration:none;}
  411.  
  412. /* AUDIO */
  413.  
  414. .artcover {position:absolute;}
  415. .artcover img {width:42px;height:47px;float:left;border:px solid #EEE;}
  416. .audioplayer {width:30px;padding:3px 5px 15px 3px;overflow:hidden;}
  417. .audioinfo {margin-left:55px;padding:3px 0px;}
  418. .i{display:block;padding:2px;}
  419. .i b, strong{font-family:;}
  420. .player {
  421. position:absolute;
  422. background:#FFF;
  423. width:30px;
  424. height:35px;
  425. opacity:0.9;
  426. padding:4px;
  427. margin:2px;
  428. overflow:hidden;}
  429.  
  430.  
  431. .title{
  432. font-family:Quicksand;
  433. font-size: 19px;
  434. line-height: 10px;
  435. color: #000;
  436. letter-spacing: 0px;
  437. font-weight: normal;
  438. }
  439.  
  440. .o {cursor:help; position:relative;margin:1px;font-size: 10px;color: #696969; font-weight: normal; text-align:center; text-decoration: none;}
  441.  
  442. .no {text-align:center; display:none;font-size: 10px; color: #696969;margin-bottom: 2px;}
  443.  
  444. @font-face {
  445. font-family: "insta";
  446. src: url('http://static.tumblr.com/pzsjfpp/NIwmr4zsp/billabong.ttf');
  447. }
  448.  
  449. ul.chat {
  450. margin: 0;
  451. padding: 0;
  452. }
  453.  
  454. .chat li {
  455. list-style-type: none;
  456. margin-left: 0px;
  457. padding: 2px;
  458. }
  459.  
  460. .chat li.odd {
  461. margin-bottom: 3px;
  462. background-color:#eee;
  463. color: #888;
  464. }
  465.  
  466. .chat li.even {
  467. margin-bottom: 3px;
  468. background-color:#fff;
  469. color: #000;
  470. }
  471.  
  472. .label {
  473. font-weight: bold;
  474. }
  475.  
  476. td{
  477. width:250px;
  478. }
  479. {CustomCSS}
  480.  
  481. </style>
  482. <div id="hell">
  483. <a href="http://gived.tumblr.com/" target="_blank"> install theme</a>
  484. </div>
  485. {block:ifsparklelinks}
  486. <style type="text/css">a:hover {background: url(http://media.tumblr.com/tumblr_m2himtTZZW1qef014.gif); }</style>
  487. </div>{/block:ifsparklelinks}
  488.  
  489. {block:IndexPage}
  490. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  491. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  492.  
  493. <script type="text/javascript">
  494. $(window).load(function () {
  495. var $content = $('#posts');
  496. $content.masonry({itemSelector: '.entry'}),
  497. $content.infinitescroll({
  498. navSelector : 'div#pagination',
  499. nextSelector : 'div#pagination a#nextPage',
  500. itemSelector : '.entry',
  501. loading: {
  502. finishedMsg: '',
  503. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  504. },
  505. bufferPx : 600,
  506. debug : false,
  507. },
  508. // call masonry as a callback.
  509. function( newElements ) {
  510. var $newElems = $( newElements );
  511. $newElems.hide();
  512. // ensure that images load before adding to masonry layout
  513. $newElems.imagesLoaded(function(){
  514. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  515. });
  516. });
  517. });
  518. </script>
  519.  
  520. <script type="text/javascript">
  521. $(document).ready(function(){
  522. $(".no").hide();
  523. $(".o").click(function(){
  524. $(this).next(".no").slideToggle('fast');
  525. }); }); </script>
  526.  
  527. <div id="topDiv">
  528. <br><a href="javascript:void(0);" id="topDivA"><img src="http://static.tumblr.com/luj2trt/UKJmcltav/totop_1.png" width="50" height="32" style="-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.33);
  529. -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.33);
  530. box-shadow: 0px 0px 0px rgba(0,0,0,0.33);"></a></div>
  531. <script type="text/javascript">
  532. $(function() {
  533. $("#topDivA").click(function(){
  534. var target = $("html");
  535. $('html, body').animate({
  536. scrollTop: target.offset().top
  537. }, 1000);
  538. });
  539.  
  540. var topDiv = $("#topDiv");
  541. var topDivTop = "1000";
  542. var view = $( window );
  543. view.bind("scroll resize", function(){
  544. var viewTop = view.scrollTop();
  545. if (viewTop > topDivTop){
  546. topDiv.fadeIn(300);
  547. }
  548. else if (viewTop <= topDivTop){
  549. topDiv.fadeOut(200);
  550. }
  551. });
  552. });
  553. </script>
  554.  
  555.  
  556. {/block:IndexPage}
  557.  
  558.  
  559.  
  560. <title>{title}</title>
  561.  
  562. <link rel="shortcut icon" href="{Favicon}">
  563. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}">
  564. <meta name="viewport" content="width=820" />
  565.  
  566.  
  567.  
  568.  
  569. </head>
  570. <body>
  571. <div class="wrapper">
  572. <div class="header">
  573. </div>
  574.  
  575.  
  576.  
  577.  
  578. <div id"header">
  579. <img src="{image:header}" width=100%; height=220px;>
  580. </div>
  581.  
  582. <div id="sidebar">
  583. <a href="/">
  584. <img src="{PortraitURL-96}" style="position:relative; float:left; top:-85px; left:15px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-color:white; padding:7px "/></a>
  585.  
  586.  
  587. <a href="http://www.tumblr.com/follow/gived"><img src="http://static.tumblr.com/jimhf2g/1jJm19rfc/tumbtips_grey_follow.png" style=" float:left;margin-left:-95px; margin-top:18px; width:101px; background:white; padding:5px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; "></a>
  588.  
  589.  
  590.  
  591.  
  592. <div style="font-size:{text:blogtitle size}px;text-align:left; color:{color:blogtitle};font-family:insta; font-weight:600px; margin-top:-15px; margin-left:125px;">{title}</div>
  593. {description}
  594.  
  595.  
  596. <br>
  597.  
  598.  
  599. {block:IfLinkOneTitle}<div class="links"><a href="{text:Link One}">{text:Link One Title}</a></div>{/block:ifLinkOneTitle}
  600.  
  601. {block:IfLinkTwoTitle}<div class="links"><a href="{text:Link Two}">{text:Link Two Title}</a></div>{/block:ifLinkTwoTitle}
  602.  
  603. {block:IfLinkThreeTitle}<div class="links"><a href="{text:Link Three}">{text:Link Three Title}</a></div>{/block:ifLinkThreeTitle}
  604.  
  605.  
  606. {block:IfLinkFourTitle}<div class="links"><a href="{text:Four Three}">{text:Link Four Title}</a></div>{/block:ifLinkFourTitle}
  607.  
  608.  
  609. {block:IfLinkFiveTitle}<div class="links"><a href="{text:Five Three}">{text:Link Five Title}</a></div>{/block:ifLinkFiveTitle}
  610.  
  611. {block:IfLinkSixTitle}<div class="links"><a href="{text:Six Three}">{text:Link Six Title}</a></div>{/block:ifLinkSixTitle}
  612.  
  613. {block:HasPages}{block:Pages}<div class="links"><a href="{URL}"><span>{Label}&nbsp;&nbsp;</span></div></a>{/block:Pages}{/block:HasPages}
  614.  
  615. <div class="links">
  616. <a href="http://gived.tumblr.com/">theme</a></div>
  617.  
  618. <br>
  619. <br>
  620.  
  621.  
  622.  
  623.  
  624.  
  625. </div>
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634. <div class="left">
  635. <div id="tp">
  636. </div>
  637. <div id="posts">
  638. {block:Posts}
  639. <div class="entry">
  640. {block:indexpage}<div class="perma"><a href="{permalink}" target="_blank">{DayOfMonth} {ShortMonth} {Year}</a></div>
  641. {/block:indexpage}
  642.  
  643. {block:Text}
  644. {block:Title}<div style="background-color:white;"><span class="title">{Title}</span></div>{/block:Title}
  645. <div style="background-color:white;"><span class="entrytext">{Body}</span></div>{/block:Text}
  646.  
  647. {block:Link}
  648. <a href="{URL}" class="title">{Name}</a><br>
  649. {block:Description}{Description}{/block:Description}
  650. {block:Link}
  651.  
  652. {block:Photo}
  653. {block:IndexPage}
  654.  
  655. {/block:IndexPage}
  656. {block:IndexPage}
  657. <a href="{permalink}"><img src="{PhotoURL-HighRes}" width="100%"/></a>
  658.  
  659.  
  660.  
  661. {/block:indexpage}
  662. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  663. {/block:Photo}
  664.  
  665.  
  666. {block:Photoset}
  667. {block:IndexPage}
  668.  
  669. {/block:IndexPage}
  670. {block:IndexPage}
  671. <center>
  672. {block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="{180px}" style="padding:0px;"/></a>
  673. {/block:Photos}</center>
  674.  
  675. {/block:IndexPage}
  676. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{/block:Photoset}
  677.  
  678. {block:Quote}
  679. <div style="background-color:white;">{Quote}</span><br>
  680. {block:Source}<strong>-{Source}</strong>{/block:Source}</div>
  681. {/block:Quote}
  682.  
  683. {block:Chat}
  684. {block:Title}<span class="title">{Title}</span>{/block:Title}
  685. <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}
  686. {block:IndexPage}
  687.  
  688. {/block:IndexPage}
  689. {/block:Chat}
  690.  
  691.  
  692. {block:Audio}
  693. {block:AlbumArt}<div class="artcover">
  694. <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  695. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  696. <div class="audioinfo"><div class="i"><b>TITLE: </b><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i"><b>ARTIST: </b><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div>
  697. <div class="i"><b>PLAYS: </b><span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span>{block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>{/block:Audio}
  698.  
  699. {block:Video}{block:IndexPage}<span class="title">VIDEO POST</span>{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}{/block:Video}
  700.  
  701. {block:Answer}<div style="background-color:white; border:1px dotted #666666; border-radius:5px; padding:18px;"><div style="top:5px;"><img src="{AskerPortraitURL-48}" align="left" class="askborder"></div><div class="bubble"><span></span><b>{Asker} asked: {Question}</b>&nbsp;</div>{Answer}</div> {/block:Answer}
  702.  
  703. {block:indexpage}<div class="perma2">♥<a href="{permalink}" target="_blank">{Notecount}</a> ↻<a href="{ReblogUrl}">Reblog</a></div>
  704. {/block:indexpage}
  705.  
  706. {block:PermalinkPage}
  707. <center>
  708. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  709.  
  710. {block:HasTags} &middot; {block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  711.  
  712.  
  713.  
  714. {/block:PermalinkPage}
  715.  
  716.  
  717. {block:PostNotes}{PostNotes}
  718. {/block:PostNotes}
  719. </div>
  720.  
  721.  
  722. {/block:Posts}
  723. </div>
  724. </div>
  725. {block:IndexPage}
  726. {block:Pagination}
  727. <div id="pagination">
  728. {block:NextPage}
  729. <a id="nextPage" href="{NextPage}"></a>
  730. {/block:NextPage}
  731. {block:PreviousPage}
  732. <a href="{PreviousPage}"></a>
  733. {/block:PreviousPage}
  734. </div>
  735. {/block:Pagination}
  736. {/block:IndexPage}
  737. </div>
  738.  
  739. </body>
  740. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  741. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  742. </body>
  743. </html>
  744.  
  745.  
  746. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement