Advertisement
Gived

Gived theme #03

May 27th, 2013
1,156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.27 KB | None | 0 0
  1. <!--==========theme 03 by gived remove the credit and die===============-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script>
  9. $(document).ready(function() {
  10. //
  11. $('a.poplight[href^=#]').click(function() {
  12. var popID = $(this).attr('rel'); //Get Popup Name
  13. var popURL = $(this).attr('href'); //Get Popup href to define size
  14. var query= popURL.split('?');
  15. var dim= query[1].split('&');
  16. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  17. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://png.findicons.com/files/icons/1714/dropline_neu/24/dialog_close.png" class="btn_close" title="Close" alt="Close" /></a>');
  18. var popMargTop = ($('#' + popID).height() + 80) / 2;
  19. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  20. //Apply Margin to Popup
  21. $('#' + popID).css({
  22. 'margin-top' : -popMargTop,
  23. 'margin-left' : -popMargLeft
  24. });
  25. $('body').append('<div id="fade"></div>');
  26. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  27. return false;
  28. });
  29. $('a.close, #fade').live('click', function() {
  30. $('#fade , .popup_block').fadeOut(function() {
  31. $('#fade, a.close').remove(); //fade them both out
  32. });
  33. return false;
  34. });
  35. });
  36. </script>
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Butterfly+Kids' rel='stylesheet' type='text/css'>
  39. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  40. <link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
  41. <meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
  42. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js">
  43. </script>
  44. <meta name="color:Background" content="#FFFFFF" />
  45. <meta name="color:Text" content="#696969" />
  46. <meta name="color:Link" content="#77003c" />
  47. <meta name="color:Scrollbar" content="#130C11" />
  48. <meta name="if:shadow" content="0"/>
  49. <meta name="color:border" content="#ddd" />
  50. <meta name="image:Background" content="1" />
  51. <meta name="if:fullbg" content="0" />
  52. <meta name="if:image fade" content="0" />
  53. <meta name="if:tiny cursor" content="0" />
  54. <meta name="if:tiny scrollbar" content="1" />
  55. <meta name="if:show blog title" content="1" />
  56. <meta name="text:Link Text 01" content="">
  57. <meta name="text:Link URL 01" content="">
  58. <meta name="text:Link Text 02" content="">
  59. <meta name="text:Link URL 02" content="">
  60. <meta name="text:Link Text 03" content="">
  61. <meta name="text:Link URL 03" content="">
  62. <meta name="text:Link Text 04" content="">
  63. <meta name="text:Link URL 04" content="">
  64. <meta name="text:Link Text 05" content="">
  65. <meta name="text:Link URL 05" content="">
  66. <meta name="image:sidebar" content="0"/>
  67. <meta name="if:rounded corners" content="0"/>
  68. <meta name="text:Blog Title Size" content="80" />
  69. <meta name="if:show sidebar photo" content="0"/>
  70. <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
  71. <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'>
  72.  
  73. <style type="text/css">
  74. /*<![CDATA[*/
  75. @import url(http://fonts.googleapis.com/css?family=Megrim);
  76. @import url(http://fonts.googleapis.com/css?family=Marck+Script);
  77. @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  78. @import url(http://fonts.googleapis.com/css?family=Bad+Script);
  79.  
  80.  
  81.  
  82.  
  83. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}{/block:iftinycursor}
  84.  
  85.  
  86. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  87.  
  88. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  89.  
  90.  
  91. #tumblr_controls{
  92. position:fixed !important;
  93. }
  94.  
  95. .wrapper{
  96. margin: 0px auto;
  97. width: 802px;
  98. }
  99.  
  100. .header{
  101. float: left;
  102. width: 100%;
  103. }
  104.  
  105. .left{
  106. float: left;
  107. margin-right: 20px;
  108. width: 802px;
  109. }
  110.  
  111. .right{
  112. float: right;
  113. width: 200px;
  114. background-color: {color:Background};
  115. }
  116.  
  117. @font-face {font-family: gived; src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');
  118. }
  119.  
  120. body {
  121. overflow-y:visible;
  122. padding: 0px;
  123. margin: 0px;
  124. font-family: calibri;
  125. font-size: 10px;
  126. text-align:left;
  127. color:{color:Text};
  128. background-color: {color:Background};
  129. background-image:url({image:Background});
  130. background-attachment: fixed;
  131. background-image: repeat;
  132. {block:iffullbg}
  133. background-size: cover;
  134. {block:iffullbg}
  135. }
  136.  
  137. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none;}
  138. a:hover {color:{color:Link};
  139. background: ; text-decoration:none;
  140. text-transform: none;
  141. }
  142.  
  143.  
  144. .entry {
  145. border:1px solid {color:border};
  146. {block:ifroundedcorners}
  147. border-radius:5px;
  148. {/block:ifroundedcorners}
  149. margin-bottom: 15px;
  150. margin-left: 15px;
  151. float:center;
  152. line-height:12px;
  153. background-color: white;
  154. padding:10px;
  155. padding-bottom:7px;
  156. border: px double {color:border};
  157. {block:IndexPage}
  158. width:250px;
  159. {/block:IndexPage}
  160. {block:PermalinkPage}
  161. width:400px;
  162. {/block:PermalinkPage}
  163. {block:ifshadow}
  164. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  165. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  166. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  167. {/block:ifshadow}
  168. }
  169.  
  170.  
  171.  
  172. .entry img{
  173. {block:ifroundedcorners}
  174. border-radius:5px;
  175. {/block:ifroundedcorners}
  176. opacity:1;
  177. {block:ifimagefade}
  178. opacity:0.7;
  179. -webkit-transition-duration: 1s;
  180. {/block:ifimagefade}
  181. max-width:600px;
  182. {block:permalinkpage}
  183. max-width:400px;
  184. {/block:permalinkpage}
  185. }
  186.  
  187. {block:ifimagefade}
  188. .entry img:hover{
  189. opacity:1;
  190. -webkit-transition-duration: 1s;
  191. }
  192. {/block:ifimagefade}
  193.  
  194.  
  195.  
  196. .entry .perma{
  197. width:247px;
  198. height: 30px;
  199. font-family:calibri;
  200. position: absolute;
  201. font-size: 8px;
  202. line-height: 14px;
  203. text-align: center;
  204. z-index: 99999;
  205.  
  206. text-transform:uppercase;
  207. overflow:hidden;
  208. background-color:white;
  209. letter-spacing:1px;
  210. top:0px;
  211. margin-left: 0px;
  212. padding: 2px;
  213. border-radius: 0px;
  214. -webkit-transition: opacity 0.5s linear; opacity: 0.0;
  215. -webkit-transition: all 0.5s linear;
  216. -moz-transition: all 0.5s linear;
  217. transition: all 0.5s linear;
  218. }
  219.  
  220. .entry:hover .perma{
  221. overflow:visible;
  222. opacity:1;
  223. padding-top:8px;
  224. -webkit-transition: all 0.5s linear;
  225. -webkit-transition: all 0.5s linear;
  226. -moz-transition: all 0.5s linear;
  227. transition: all 0.5s linear;
  228. }
  229.  
  230. .entry:hover .perma a{
  231. text-transform:uppercase;
  232. }
  233.  
  234.  
  235.  
  236. .perm{position:absolute;
  237. background:#ccc;
  238.  
  239. border-radius:2px;
  240. left: 80px;
  241. margin-left:-60px;
  242. width:230px;
  243. height:auto;
  244. padding:0px;
  245. bottom:5px;
  246. overflow:hidden;
  247. text-align:center;
  248. font-family:consolas;
  249. font-size:10px;
  250. line-height:px;
  251. opacity: 1;
  252. -webkit-transition: all 0.2s linear;
  253. -webkit-transition: all 0.2s linear;
  254. -moz-transition: all 0.2s linear;
  255. transition: all 0.2s linear;
  256.  
  257. }
  258.  
  259.  
  260.  
  261. .entry:hover .perm{
  262. opacity: 1;
  263. background: ;
  264. border-top: px solid {color:border};
  265. color:;
  266. text-transform: none;
  267. }
  268.  
  269.  
  270. div#sidebar{
  271. z-index:999;
  272. position:fixed;
  273. width:255px;
  274. top:26%;
  275. margin-left:450px;
  276. padding:10px;
  277. padding-top:10px;
  278. padding-bottom:10px;
  279. padding-right:10px;
  280. color:{color:Text};
  281. background-color:white ;
  282. border:1px solid {color:border};
  283. line-height: 14px;
  284. text-align:center;
  285. opacity: 1;
  286. opacity:1;
  287. {block:ifshadow}
  288. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  289. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  290. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  291. {/block:ifshadow}
  292.  
  293. {block:ifroundedcorners}
  294. border-radius:5px;
  295. {/block:ifroundedcorners}
  296. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  297. }
  298.  
  299.  
  300. #navigate{
  301. width:255px;
  302. border-bottom:px solid rgba(0,0,0,0.1);
  303. margin-top:5px;
  304. }
  305.  
  306. #navigate a {
  307. display: inline-block;
  308. height: 15px;
  309. font-size: 9px;
  310. padding:1px;
  311. line-height: 15px;
  312. padding:2px;
  313. border-top:2px solid rgba(0,0,0,0.1);
  314. font-family:consolas;
  315. text-transform:uppercase;
  316. font-size:10px;
  317. width:45px;
  318. margin-right:2px;
  319. }
  320.  
  321. #navigate a:active {
  322. color:white;
  323. -webkit-transition-duration:0.1s;
  324. text-decoration:none;
  325. }
  326.  
  327. #navigate a:hover{
  328. text-decoration:line-through;
  329. }
  330.  
  331. .popup_block{
  332. display: none; /*--hidden by default--*/
  333.  
  334. background: #eeeeee;
  335. padding:5px;
  336. padding-top:0px;
  337. float: left;
  338. font-size: 10px;
  339. position: fixed;
  340. top: 50%; left: 50%;
  341. z-index: 99999;
  342. border:6px solid #a09e9e;
  343. outline:5px solid #454545;
  344. }
  345. /*--Making IE6 Understand Fixed Positioning--*/
  346. *html #fade {
  347. position: absolute;
  348. }
  349. *html .popup_block {
  350. position: absolute;
  351. }
  352. img.btn_close {
  353. float: right;
  354. margin: -5px -5px 0 0;
  355. }
  356. *html .popup_block {
  357. position: absolute;
  358. }
  359.  
  360. #posts {
  361. width: 675px;
  362. margin-left:-170px;
  363. top:10px;
  364. {block:PermalinkPage}
  365. width: 250px;
  366. margin-left:1%;
  367. {/block:PermalinkPage}
  368. }
  369.  
  370. /* AUDIO */
  371.  
  372. .artcover {position:absolute;}
  373. .artcover img {width:42px;height:42px;float:left;border:5px solid #EEE;}
  374. .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
  375. .audioinfo {margin-left:55px;padding:3px 0px;}
  376. .i{display:block;padding:2px;}
  377. .i b, strong{font-family:Consolas;}
  378. .player {
  379. position:absolute;
  380. background:#FFF;
  381. width:30px;
  382. height:30px;
  383. opacity:0.75;
  384. padding:4px;
  385. margin:7px;
  386. overflow:hidden;}
  387.  
  388.  
  389. #infscr-loading{
  390. bottom: -70px;
  391. position: absolute;
  392. left: 50%;
  393. margin-left:-8px;
  394. width:16px;
  395. height:11px;
  396. overflow:hidden;
  397. margin-bottom: 50px;
  398. }
  399.  
  400. .title{
  401. font-size: 15px;
  402. line-height:10px;
  403. color: {color:title};
  404. font-weight: normal;
  405. }
  406. .blogtitle{
  407. font-family:'cute';
  408. font-size: {text:blog title size}px;;
  409. text-transform:uppercase;
  410. color: {color:blog title};
  411. padding-bottom:3px;
  412. padding-top:3px;
  413. text-shadow:2px 2px 0px #eee;
  414. }
  415.  
  416. .blogtitle a:hover{
  417.  
  418. text-transform:uppercase;
  419.  
  420. }
  421.  
  422. @font-face { font-family: "cute"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  423. @font-face{font-family:aw;src:url(http://static.tumblr.com/9wzbixa/XT1mj3ixp/kberry.ttf);}
  424.  
  425. @font-face {font-family: "vogue";src: url('http://static.tumblr.com/eih4pta/cPwm7vjlu/dubiel.ttf');}
  426.  
  427. @font-face {font-family: cedarville; src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');
  428. }
  429.  
  430.  
  431. @font-face {font-family:"swaggy";src:url('http://static.tumblr.com/myvd7yu/oHdm0ykyy/damion-regular.ttf');}
  432.  
  433. blockquote{
  434. padding:2px 2px 2px 3px;
  435. margin:2px 2px 0px 5px;
  436. border-left: 2px solid #000000;
  437. }
  438.  
  439. blockquote p, ul{
  440. margin:15px;
  441. padding:0px;
  442. }
  443.  
  444. #postie{
  445. position:fixed !important;
  446. right:3px;
  447. top:26px;
  448. font-family: arial;
  449. font-size: 10px;
  450. line-height:12px;
  451. vertical-align: middle;
  452. overflow: hidden;
  453. padding:3px;
  454. -webkit-border-radius:2px;
  455. moz-border-radius:2px;
  456. -o-border-radius:2px;
  457. border-radius:2px;
  458. z-index: 100;}
  459.  
  460. #postie a{
  461. color: #fff;}
  462.  
  463. .caption img {
  464. max-width: 100%;
  465. }
  466.  
  467.  
  468. /*]]>*/
  469. </style>
  470. <title>{title}</title>
  471. <link rel="shortcut icon" href="{Favicon}" />
  472. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  473. <meta name="viewport" content="width=820" />
  474. <style type="text/css">
  475. /*<![CDATA[*/
  476. div.c5 {padding-top:2px;}
  477. div.c4 {margin-top:-3px;}
  478. li.c3 {list-style: none}
  479. div.c2 {text-align: center}
  480. img.c1 {position:relative; float:center; -webkit-border-radius: 70px; -moz-border-radius: 70px; border-radius: 70px;}
  481. /*]]>*/
  482. </style>
  483.  
  484. <style type="text/css">
  485. /*<![CDATA[*/
  486. strong.c1 {text-decoration: underline}
  487. /*]]>*/
  488. </style>
  489. </head>
  490. <body>
  491. {block:IndexPage} <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js">
  492. </script><script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js">
  493. </script><script type="text/javascript">
  494. //<![CDATA[
  495. $(window).load(function () {
  496. var $content = $('#posts');
  497. $content.masonry({itemSelector: '.entry'}),
  498. $content.infinitescroll({
  499. navSelector : 'div#pagination',
  500. nextSelector : 'div#pagination a#nextPage',
  501. itemSelector : '.entry',
  502. loading: {
  503. finishedMsg: '',
  504. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  505. },
  506. bufferPx : 600,
  507. debug : false,
  508. },
  509. // call masonry as a callback.
  510. function( newElements ) {
  511. var $newElems = $( newElements );
  512. $newElems.hide();
  513. // ensure that images load before adding to masonry layout
  514. $newElems.imagesLoaded(function(){
  515. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  516.  
  517.  
  518. });
  519. });
  520. });
  521. //]]>
  522. </script>
  523. <div id="postie"><a href="http://gived.tumblr.com/" target="_blank">
  524. <div class="yo"><img src="http://media.tumblr.com/tumblr_lpvqgehnPi1qffvip.gif" alt="** THEME **" /></a></div>
  525. </div>
  526. {/block:IndexPage}
  527. <div class="wrapper">
  528. <div class="header"></div><!---{block:ifshowblogtitle}
  529. <div id="sidebar2"><div class="blogtitle"><span class="blogtitle"><a href="/">{Title}</a></span></div> </div>{/block:ifshowblogtitle}--->
  530.  
  531.  
  532. <div id="sidebar">{block:ifshowsidebarphoto}
  533. <a href="/"><img src="{image:sidebar}" width=250px ></a><br>{/block:ifshowsidebarphoto}
  534.  
  535. {block:ifshowblogtitle}<div class="blogtitle"><span class="blogtitle"><a href="/">{Title}</a></span></div>{/block:ifshowblogtitle} {description}
  536. <br>
  537. <div id="navigate">
  538.  
  539. {block:IfLinkURL01}<a href="{text:Link URL 01}">{text:Link Text 01}</a>{/block:IfLinkURL01}
  540. <a href="#?w=500" rel="02" class="poplight">message</a>
  541. <a href="#?w=500" rel="04" class="poplight"> links</a>
  542. <a href="http://gived.tumblr.com">credit</a>
  543. </div>
  544. </div>
  545. <div id="posts">{block:Posts}
  546. <div class="entry">{block:Answer}<div style=" background:white;">
  547. <div class="ask"><strong class="c1">{Asker}</strong> asked: {Question}</div>
  548. <i>{Answer}</i><br />
  549. <br />
  550. {block:IndexPage}<span class="perm"><a href="{Permalink}">{notecount}</a></span>{/block:IndexPage}</div> {/block:Answer} {block:Text}<div style=" background:white;">{block:Title}<span class="title">{Title}</span>{/block:Title}<div class="caption"><span class="entrytext">{Body}</span></div> {block:IndexPage}<br />
  551. <br />
  552. <span class="perm"><a href="{Permalink}">{notecount}</a> / <a href="{ReblogUrl}">Reblog</a></span> {block:IndexPage}</div> {/block:text} {block:Link}<div style=" background:white;"><a href="{URL}" class="title">{Name}>></a>{block:Description}{Description}{/block:Description}<br />
  553. <br />
  554. {block:IndexPage}<span class="perm"><a href="{Permalink}">{notecount}</a> / <a href="{ReblogUrl}">Reblog</a></span>{block:IndexPage}</div> {/block:link}
  555.  
  556.  
  557. {block:Photo}{block:IndexPage}
  558. <div class="perma">
  559. posted {timeago} on {DayOfWeek}<br>
  560. with <a href="{permalink}">{notecountwithlabel}</a> :: <a href="{reblogurl}">reblog this post</a> </div>
  561. {/block:IndexPage}{block:indexpage} {block:indexpage} {LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%" />{LinkCloseTag} {/block:indexpage} {/block:Photo}
  562.  
  563.  
  564. {block:Photoset} {block:IndexPage}</a>
  565. <div class="c2">{Photoset-250}</div>
  566. <br />
  567. <span class="perm"><a href="{Permalink}"></a><a href="{Permalink}">{notecount}</a> / <a href="{ReblogUrl}">Reblog</a></span> {/block:IndexPage} {block:PermalinkPage}
  568. <div class="c2">{Photoset-400}</div>
  569. {/block:PermalinkPage} {/block:Photoset} {block:Quote}<div style=" background:white;"><span class="title">"{Quote}"</span>{block:Source} <em>- {Source}</em>{/block:Source}<br />
  570. <br />
  571. <br />
  572. {block:IndexPage}<span class="perm"><a href="{Permalink}"></a><a href="{Permalink}">{notecount}</a> / <a href="{ReblogUrl}">Reblog</a></span> {block:IndexPage}</div> {/block:Quote} {block:Chat}<div style=" background:white;">{block:Title}<span class="title">{Title}</span>{/block:Title}
  573. <ul class="chat">
  574. <li class="c3">{block:Lines}</li>
  575. <li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span> {/block:Label}{Line}</li>
  576. <li class="c3">{/block:Lines}</li>
  577. </ul>
  578. <br />
  579. <br />
  580. {block:IndexPage} <span class="perm"><a href="{Permalink}"></a><a href="{Permalink}">{notecount}</a> / <a href="{ReblogUrl}">Reblog</a></span> {block:IndexPage}</div> {/block:Chat} {Line} {/block:Lines} {/block:Chat}
  581. {block:Audio}<div style=" background:white;">
  582. {block:AlbumArt}<div class="artcover">
  583. <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  584. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  585. <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>
  586. <div class="i"><b>PLAYS: </b><span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span>{block:PlayCount}{PlayCount}{/block:PlayCount}</div></div>
  587. <br />
  588.  
  589. <span class="perm"><a href="{Permalink}"></a><a href="{Permalink}">{notecount}</a> / <a href="{ReblogUrl}">Reblog</a></span></div>
  590. {/block:Audio}
  591.  
  592.  
  593.  
  594.  
  595. {block:Video} {block:IndexPage}
  596. <div class="c2">{Video-250}</div>
  597. {/block:IndexPage} {block:PermalinkPage}
  598. <div class="c2">{Video-400}</div>
  599. {/block:PermalinkPage}<br><span class="perm"><a href="{Permalink}"></a><a href="{Permalink}">{notecount}</a> / <a href="{ReblogUrl}">Reblog</a></span> {block:Video} {block:PermalinkPage}
  600. <div class="c2"><br />
  601. {TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}<br />
  602. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} ยท {block:Tags} <a href="TagURL">#{Tag}</a> {/block:Tags}{/block:hasTags}</div>
  603. {/block:PermalinkPage} {block:PostNotes}{PostNotes} {/block:PostNotes}</div>
  604. {/block:Posts}</div>
  605. {block:IndexPage} {block:Pagination}
  606. <div id="pagination">{block:NextPage} <a id="nextPage" href="{NextPage}" name="nextPage">โ†’</a> {/block:NextPage} {block:PreviousPage} <a href="{PreviousPage}">โ†</a> {/block:PreviousPage}</div>
  607. {/block:Pagination} {/block:IndexPage}</div>
  608. </body>
  609. <div id="04" class="popup_block"><right><font face="cute"><font size="15">Navigation</font></font></right>
  610. <center><font face="cute"><font size="5">
  611. {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> &middot;{/block:Pages}{/block:HasPages}
  612. {block:IfLinkURL02}<a href="{text:Link URL 02}">{text:Link Text 02}</a>&middot;{/block:IfLinkURL02}
  613. {block:IfLinkURL03}<a href="{text:Link URL 03}">{text:Link Text 03}</a>&middot;{/block:IfLinkURL03}
  614. {block:IfLinkURL04}<a href="{text:Link URL 04}">{text:Link Text 04}</a>&middot;{/block:IfLinkURL04}
  615. {block:IfLinkURL05}<a href="{text:Link URL 05}"> {text:Link Text 05}</a>&middot;{/block:IfLinkURL05}
  616. <a href="http://gived.tumblr.com">credit</a></font></font>
  617. </center></div></div>
  618.  
  619. </div></div></div></div></div></div></div></div></div></div>
  620.  
  621. <div id="02" class="popup_block">
  622.  
  623. <Center><font face="cute"><font size="30" color="#1C1C1C">Ask Me Anything<p></font></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/USERNAME.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  624. </center></div>
  625.  
  626. </div></div></div></div></div></div></div></div></div></div>
  627. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement