Ikxa

depl0red-theme

Jul 20th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 18.20 KB | None | 0 0
  1. <head>
  2.  
  3. <title>{Title}</title>
  4. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  5.  
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8. <script typee="text/javascript">
  9. function titlebar(val)
  10. {
  11.     var msg  = "";
  12.     var speed = 500;
  13.     var pos = val;
  14.  
  15.     var msg1  = " Facebook (85)"+msg+"";
  16.     var msg2  = "Fergette messaged you"+msg+"";
  17.  
  18.     if(pos == 0){
  19.         masg = msg1;
  20.         pos = 1;
  21.     }
  22.     else if(pos == 1){
  23.         masg = msg2;
  24.         pos = 0;
  25.     }
  26.  
  27.     document.title = masg;
  28.     timer = window.setTimeout("titlebar("+pos+")",speed);
  29. }
  30.  
  31. titlebar(0);
  32. </script>
  33. <link rel="shortcut icon" href="{Favicon}">
  34.  
  35. <meta name="if:inverted follow" content="1">
  36. <meta name="if:Title Font One" content="1">
  37. <meta name="if:Title Font Two" content="">
  38. <meta name="if:Title Font Three" content="">
  39. <meta name="if:Body Font One" content="1">
  40. <meta name="if:Body Font Two" content="">
  41. <meta name="if:Body Font Three" content="">
  42.  
  43. <meta name="color:Background" content="#ffffff"/>
  44. <meta name="color:Text" content="#000000"/>
  45. <meta name="color:Hover" content="#000000"/>
  46. <meta name="color:Link" content="#000000"/>
  47. <meta name="image:sidebar" content=""/>
  48. <meta name="image:background image" content=""/>
  49. <meta name="if:Faded Posts" content="0"/>
  50. <meta name="if:One Column" content="0"/>
  51. <meta name="if:Two Columns" content="1"/>
  52. <meta name="if:Three Columns" content="0"/>
  53.  
  54. <meta name="text:Link One Title" content= >
  55. <meta name="text:Link One url" content="/" />
  56. <meta name="text:Link Two Title" content= >
  57. <meta name="text:Link Two url" content="/" />
  58. <meta name="text:Link Three Title" content= >
  59. <meta name="text:Link Three url" content="/" />
  60. <meta name="text:Link Four Title" content= >
  61. <meta name="text:Link Four url" content="/" />
  62. <meta name="text:Link Five Title" content= >
  63. <meta name="text:Link Five url" content="/" />
  64. <meta name="text:Link Six Title" content= >
  65. <meta name="text:Link Six url" content="/" />
  66.  
  67. <title>{Title}</title>
  68. <link rel="shortcut icon" href="{Favicon}">
  69. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  70. {block:Description}
  71. <meta name="description" content="{MetaDescription}" />
  72. {/block:Description}
  73.  
  74.  
  75. <style type="text/css">.install_button{display:none;}
  76.  
  77. #tumblr_controls{
  78. position:fixed !important;
  79. -webkit-filter:invert(100%);
  80. opacity:.7;
  81. -webkit-transition:linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  82. }
  83.  
  84. #tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  85.  
  86. ::-webkit-scrollbar {
  87.  
  88. width: 7px;
  89.  
  90. height: 4px;
  91.  
  92. background: #eeecec;
  93.  
  94. }
  95.  
  96. ::-webkit-scrollbar-thumb {
  97.  
  98. background: #C7C3C5;
  99. }
  100.  
  101. body, a, a {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;
  102. z-index:0;}
  103. body {
  104. margin:6px;
  105. padding: 4px;
  106. color:{color:text};
  107. background:{color:background color} url({image:background image});Background-attachment: fixed;
  108. font-family: georgia;
  109. font-size: 10px;
  110. line-height:10px;
  111. color:{color:text};
  112. }
  113.  
  114.     a{
  115.       -webkit-transition: all .5s ease-in-out;
  116. -moz-transition: all .5s ease-in-out;
  117. -ms-transition: all .5s ease-in-out;
  118. -o-transition: all .5s ease-in-out;
  119. transition: all .5s ease-in-out;
  120.       text-decoration:none;
  121.       color:#5d5d5d;
  122.     }
  123.     a:hover{
  124.       -webkit-transition: all .5s ease-in-out;
  125. -moz-transition: all .5s ease-in-out;
  126. -ms-transition: all .5s ease-in-out;
  127. -o-transition: all .5s ease-in-out;
  128. transition: all .5s ease-in-out;
  129.       text-decoration:underline;
  130.       color:#5d5d5d;
  131.      
  132.     }
  133. a:link, a:active, a:visited{
  134. color: {color:Link};
  135. text-decoration: none;
  136. -webkit-transition: color 0.5s ease-out;
  137. -moz-transition: color 0.5s ease-out;
  138. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
  139. }
  140.  
  141. a:hover{
  142. color:{color:Hover};
  143. text-decoration:underline;
  144. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  145. }
  146.  
  147.  
  148. .nav a {
  149. font-family:'calibri';
  150. font-size:12px;
  151. letter-spacing:1px;
  152. line-height:27px;
  153. word-spacing:7px;
  154. opacity:0.7;
  155. text-align:right;
  156. padding-right:7px;
  157. padding-left:7px;
  158. color:#fcfcfd;
  159. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  160. }
  161.  
  162. .nav:hover a{
  163. color: #d5d2d2;
  164. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  165. }
  166.  
  167.  
  168.  
  169. #side {
  170. display: block;
  171. position:fixed;
  172. top:130px;
  173. border-radius:1px;
  174. left:156px;
  175. border:1px solid #c5c4c4;
  176. font-family: georgia;
  177. width:230px;
  178. padding:8px;
  179. height:;
  180. color:#fffff;
  181. font-size:9px;
  182. text-align:center;
  183. background-color:#f0f0f0;
  184. opacity:7;
  185. z-index:9;
  186.  
  187. }
  188.  
  189.  
  190.  
  191. .lnknav
  192. {margin:2px;
  193. position:fixed !important;
  194. z-index:2;
  195. display:block;
  196. width:290px;
  197. margin-top:-20px;
  198. margin-left: -40px;
  199. text-align: center;
  200. font-family: Lucida Console;
  201. font-weight: lighter;
  202. font-size:9px;
  203. text-transform:uppercase;
  204. background-color:transparent;}
  205.  
  206. .lnknav a
  207. {padding-top:1px;
  208. padding-left:1px;
  209. padding-right:1px;
  210. padding-bottom:8px;
  211. color: #00000;
  212. background-color:#ffffff; }
  213.  
  214. .lnknav a:hover
  215. {color: ;
  216. background-color: #ffffff;
  217.  
  218. }
  219.  
  220.  
  221. #posts {
  222. width: 700px;
  223. margin-left: 400px;
  224. margin-top:5px;
  225. padding-left:35px;
  226. padding-right:10px;
  227. float:left;
  228. font-family:Calibri;
  229. z-index:0;
  230. -ms-animation: fadeInDownBig 2s;
  231. -moz-animation: fadeInDownBig 2s;
  232. -webkit-animation: fadeInDownBig 2s;
  233.  
  234. }
  235.  
  236.  
  237. #yep{
  238. position: fixed;margin-top:-25px;margin-left: 25px;font-family:ok;padding-top: 2px;background:http://static.tumblr.com/00401e68e549f286f6dd1385ca77a879/s0i0c8n/vbTmph8wp/tumblr_static_tumblr_static_ocean_palge.jpg;z-index: 9999999999;font-size: 16px;text-transform:none; letter-spacing:4px;font-style:normal}
  239.  
  240.  
  241.  
  242. /* PERMALINK VARIABLES */
  243.  
  244.  
  245.  .entry {
  246. margin: 4px;
  247. {block:IndexPage}
  248. width:250px;
  249. {/block:IndexPage}
  250. {block:PermalinkPage}
  251. width:510px;
  252. {/block:PermalinkPage}
  253. padding-top:4px;
  254. padding-left:4px;
  255. padding-right:4px;
  256. padding-bottom:4px;
  257. border:1px solid #c5c4c4;
  258. float:left;
  259. background-color: #fff;
  260. font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  261. font-size: 9px;
  262. line-height:12px;
  263.  
  264. -moz-box-shadow: 0px 0px  ;
  265. -webkit-box-shadow: 0px 0px  ;
  266. box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6)
  267.  
  268.  
  269. }
  270.  
  271.  
  272.  
  273.  
  274.  
  275. .entry img:hover{
  276.             -webkit-transition: all .8s ease;
  277. -moz-transition: all .8s ease;
  278. -o-transition: all .8s ease;
  279. transition: all .8s ease;
  280. opacity:1;
  281.    
  282.     }
  283.     #s-m-t-tooltip{
  284.     max-width:300px;
  285.     padding:2px;
  286.     margin:26px 0px 0px 8px;
  287.     z-index:10;
  288.     background-color:#f0f0f0;
  289.     border:1px solid #ccc;
  290.     font-family:consolas;
  291.     font-size:9px;
  292.     letter-spacing:1px;
  293.     text-transform:uppercase;
  294.     color:#000;
  295.     }@font-face { font-family: "lala"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  296.  
  297.  
  298. .entry .permalink{
  299. position:absolute;
  300. width:230px;
  301. height:5px;
  302. padding-bottom:14px;
  303. overflow:hidden;
  304. margin-left:10px;
  305. bottom: 6px;
  306. font-family: consolas;
  307. text-transform: uppercase;
  308. font-size: 13px;
  309. line-height:22px;
  310. text-align:left;
  311. opacity:0.0;
  312. text-shadow:1px 1px 2px #888;
  313. color: white; text-shadow: black 0.1em 0.1em 0.2em
  314. -webkit-transition: all 0.2s linear;
  315. -webkit-transition: all 0.2s linear;
  316. -moz-transition: all 0.2s linear;
  317. transition: all 0.2s linear;
  318. color:#fff;
  319. }
  320.  
  321. .entry .permalink a{
  322. color: #fff;
  323. }
  324.  
  325. .entry:hover .permalink{
  326. bottom:6px;
  327. overflow:visible;
  328. -webkit-transition: all 0.4s linear; opacity: 0.8;
  329. -webkit-transition: all 0.4s linear;
  330. -moz-transition: all 0.4s linear;
  331. transition: all 0.4s linear;
  332. }
  333.  
  334.  
  335. .links_head {position:fixed;
  336. width:100%;
  337. text-transform:uppercase;
  338. height:23px;
  339. padding-bottom:3px;
  340. top:395px;
  341. left:340px;
  342. font-family: 'calibri';
  343. z-index:999;
  344.  
  345.  
  346. }
  347. .links_head {position:fixed;
  348. width:100%;
  349. text-transform:uppercase;
  350. height:23px;
  351. padding-bottom:3px;
  352. top:395px;
  353. left:340px;
  354. font-family: 'calibri';
  355. z-index:999;
  356.  
  357.  
  358. }
  359. .links_body{position:fixed;
  360. width:100%;
  361. text-transform:uppercase;
  362. height:23px;
  363. padding-bottom:3px;
  364. top:395px;
  365. left:350px;
  366. font-family: 'calibri';
  367. z-index:999;
  368.  
  369.  
  370. }
  371.  
  372.  
  373.  
  374.  
  375.  
  376. .links1 a{
  377. text-transform: uppercase;
  378. background-color: {color:Background};background-image: url({image:Background});background-attachment: fixed;
  379. line-height: 3px;
  380. height:;
  381. font-size:12px;
  382. width:;
  383. padding:5px;
  384. display:inline-block;
  385. margin-top:-2px;
  386. text-align:center;
  387. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  388. }
  389.  
  390. .links1 a:hover{
  391. text-decoration:underline;
  392. -webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  393. }
  394.  
  395.  
  396.  
  397.  
  398.  
  399. #musicplayer {
  400.     position:fixed;important!
  401. text-align: right:
  402. font-size: 11px;
  403. opacity: .6;
  404. right:800px;
  405. opacity: 1;
  406. background-color:#fff;
  407. width:50px;
  408. height:60px;
  409. top: 20px;
  410. opacity: 1;
  411. padding:5px;
  412. border-left: 1px solid #eee;
  413. border-right: 1px solid #eee;
  414. border-top: 1px solid #eee;
  415. border-bottom: 1px solid #eee;
  416. right:10px;
  417. font-size: 10px;
  418. line-height:2px;
  419. letter-spacing:0px;
  420. font-family:consolas;
  421. overflow:hidden;
  422. z-index:9999999999999999999999999;
  423. }
  424.  
  425.  
  426. #music {
  427. height:10px;
  428. width:80px;
  429. background-color: auto;
  430. font-family:consolas;
  431. text-transform: uppercase;
  432. z-index: 9999;
  433. }
  434.  
  435.  .sorry{
  436. font-size:11px;
  437. font-family:calibri;
  438. text-transform:uppercase;
  439. padding: 3px;
  440. line-height: 12px;
  441. margin-top:-19px;
  442. text-align:center;
  443. letter-spacing:3px;
  444. background: #848485;
  445. text-shadow:0px 0px 7px #fff;
  446. opacity:.6;
  447. }
  448.  #xxx {
  449. position:fixed;
  450. opacity:1;
  451. width:40px;
  452. top:115px;
  453. z-index:99999999999;
  454. font-family:calibri;
  455. text-align: center;
  456. background-color:#fff;
  457. color:#000;
  458. opacity:.8;
  459. left:430px;
  460.  
  461. }
  462. #credito img{width:25px;border-radius:50px;}
  463. #credito{position:fixed;right:6px;bottom:23px;font-family:Consolas;}
  464.  
  465.  
  466. #biter #bite a {display:block}
  467.  
  468. #bite .death {margin-top:-30px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;transition: all 1s ease-out;margin-left: 0px;}
  469.  
  470. #bite:hover .death {margin-left: 0px;margin-top:-10px;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;transition: all 1s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  471.  
  472.            
  473. </style>
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  {block:IndexPage}
  480.      
  481.     <iframe id="likes_frame" style="height:1px;width:1px;position:absolute;left:-500px;"></iframe>
  482.     <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  483.     <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  484.  
  485.      
  486.     <script type="text/javascript">
  487.     $(window).load(function () {
  488.     var $content = $('#posts');
  489.     $content.masonry({itemSelector: '.entry'}),
  490.     $content.infinitescroll({
  491.     navSelector : 'div#pagination',
  492.     nextSelector : 'div#pagination a#nextPage',
  493.     itemSelector : '.entry',
  494.     loading: {
  495.     finishedMsg: '',
  496.     img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  497.     },
  498.     bufferPx : 600,
  499.     debug : false,
  500.     },
  501.     // call masonry as a callback.
  502.     function( newElements ) {
  503.     var $newElems = $( newElements );
  504.     $newElems.hide();
  505.     // ensure that images load before adding to masonry layout
  506.     $newElems.imagesLoaded(function(){
  507.     $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  508.      
  509.      
  510.     });
  511.     });
  512.     });
  513.     </script>
  514.      
  515.     {/block:IndexPage}
  516.  
  517.  
  518. <div style="position: fixed; top:10px; left:1px;  ">
  519.  
  520. <big><strong>SOLO PROMO TO 128K? </strong><a href="http://depl0red.tumblr.com/ads"><u>HERE</u></a><strong>!</strong>
  521. </big>
  522.  
  523.  
  524.  
  525. </div>
  526.  
  527.  
  528.  
  529. <title>{title}</title>
  530.  
  531.  
  532.  
  533. </head>
  534.  
  535. <body>
  536.  
  537.  
  538. <div style="position:fixed; top:150px; right:5px;">
  539.  
  540.  
  541.  
  542. <script type="text/javascript"><!--
  543. google_ad_client = "ca-pub-2192943059199549";
  544. /* Caio */
  545. google_ad_slot = "1326734487";
  546. google_ad_width = 120;
  547. google_ad_height = 600;
  548. //-->
  549. </script>
  550. <script type="text/javascript"
  551. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  552. </script>
  553. </div>
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560. </span>
  561. </div>
  562.  
  563.  
  564. <div id="side">
  565. <center><a href="/">
  566. <img src="http://25.media.tumblr.com/cd52235c154a812131cbcf38488511d0/tumblr_mjpjnhd0OM1r7zxjko1_500.png" width="230"></a></center><div class="sorry"><font color="#eee">{Title}</font></div>
  567.  
  568.  
  569.  
  570. <div style="margin-top: 4px;;"></center><center>{description}<a href="/ask">here</a>.
  571. ?   <br><script language="JavaScript">
  572. var ref = (''+document.referrer+'');
  573. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID3079765&e1=nutelas toppings&e2=nutelas toppings&r=' + ref + '"><\/script>'); </script>   /   <script language="JavaScript" src="http://s1.freehostedscripts.net/ocount.php?site=ID2099389&name=visits"></script><br>
  574.  
  575. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_multi.swf" width="100" height="20">
  576. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_multi.swf" />
  577. <param name="bgcolor" value="#ffffff" />
  578.     <param name="FlashVars" value="mp3=http://a.tumblr.com/tumblr_m3qktfyUBg1qcy549o1.mp3&amp;volume=25&amp;autoplay=1&amp;loadingcolor=ffffff&amp;bgcolor1=ffffff&amp;bgcolor2=ffffff&amp;slidercolor1=ffffff&amp;slidercolor2=1a1a1a&amp;sliderovercolor=212121&amp;buttoncolor=1c1c1c&amp;buttonovercolor=7d7d7d" />
  579. </object><br><p>
  580.  
  581.  
  582.  
  583. <center>
  584. <div id="bite">
  585. <b><center>Navigation +</center></b>
  586. <div class= "death">
  587. <br><p><big>
  588. <a href="/" class="{text:Link One Title}">{text:Link One Title}</a>  /
  589. <a href="/ask" class="{text:Link Two Title}">{text:Link Two Title}</a>   /
  590. <a href="/links" class="{text:Link Three Title}">{text:Link Three Title}</a> /
  591. <a href="/blogroll" class="{text:Link Four Title}">{text:Link Four Title}</a> /
  592. <a href="/tags" class="{text:Link Five Title}">{text:Link Five Title}</a>  /
  593. <a href="{text:Link Six Title}" class="links1">{text:Link Six Title}</a>
  594.  
  595.  
  596. </div></div>
  597.  
  598. </div></div></div></div>
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606.  
  607. <div class="wrapper">
  608. <div style="position:fixed;right:0px;top:28px;">
  609.  
  610. </div></div>
  611.  
  612. <div id="posts">
  613.  
  614. {block:Posts}
  615. <div class="entry">
  616.  
  617. {block:Text}
  618. {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
  619. <span class="entrytext">{Body}</span></a>
  620. {block:IndexPage}
  621.  <p class="ti"><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">  -  reblog</a></p>
  622. {/block:IndexPage}
  623. {/block:Text}
  624.  
  625. {block:Link}
  626. <a href="{URL}" class="title"><center>{Name}</center></a>
  627. {block:Description}{Description}{/block:Description}
  628. {block:IndexPage}
  629.  <p class="ti"><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">  -  reblog</a></p>
  630. {/block:IndexPage}
  631. {/block:IndexPage}
  632. {block:Link}
  633.  
  634.  
  635.  
  636.    
  637. {block:Photo}
  638. {block:IndexPage}
  639. <div class="permalink"><a href="{ReblogURL}">reblog</a> post with <a href="{Permalink}">{NoteCountWithLabel}</a></center></div>
  640.  
  641.  
  642. {/block:IndexPage}
  643. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
  644. {/block:IndexPage}
  645. {block:PermalinkPage}<center>{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}</center>
  646.  
  647. {/block:Photo}
  648. {block:Photoset}
  649. {block:IndexPage}
  650. <div class="permalink"><a href="{ReblogURL}">reblog</a>  post with <a href="{Permalink}">{NoteCountWithLabel}</a></center></div>
  651.  
  652.  
  653. {/block:IndexPage}
  654.    {block:IndexPage}{Photoset-250}{/block:IndexPage}
  655. {block:permalinkpage}
  656.     {Photoset-500}
  657. {/block:permalinkpage}
  658. {/block:Photoset}
  659. {block:Quote}
  660. {Quote}<br />
  661. {block:Source}<div align="right"><i><b>-{Source}</i></b></div>{/block:Source}
  662. {block:IndexPage}
  663.  <p class="ti"><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">  -  reblog</a></p>
  664. {/block:IndexPage}
  665. {/block:Quote}
  666.  
  667. {block:Chat}
  668. {block:Lines}<div style="background: transparent; color: black; padding: 5px; border-bottom: 1px solid black">{block:Label}<span style="color: #00; text-transform: uppercase; ">{Label}</span>{/block:Label}&nbsp;{Line}<br></div>{/block:Lines}
  669. <p>
  670. {block:IndexPage}
  671.  <p class="ti"><a href="{Permalink}">{NoteCountWithLabel}</a><a href="{ReblogUrl}" target="_blank">  -  reblog</a></p>
  672. {/block:IndexPage}
  673. {/block:Chat}
  674.  
  675. {block:Audio}
  676. <div style="width:250px; height:28px;">{AudioPlayerWhite}</div>
  677. {/block:IndexPage}
  678. {block:IndexPage}<span class="perm1"><div style="padding-top:8px;"><div class="cunt"><a title="Note Count" href="{Permalink}">{NoteCountwithlabel}</a> &#8226; {TimeAgo} &#8226; <span class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">Like</span> &#8226; <a title="Reblog This" href="{ReblogURL}">reblog</a></center></div></div></span>{/block:IndexPage}
  679. {/block:Audio}
  680.  
  681. {block:Video}
  682. {block:IndexPage}<div class="mg"><a href="{ReblogURL}">reblog</a> this post with <a href="{Permalink}">{NoteCountWithLabel}</a></center></div>
  683.  
  684.  {/block:IndexPage}
  685. {block:IndexPage}
  686. <center>
  687. {Video-250}</center>
  688. {/block:IndexPage}
  689. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  690.  
  691. {/block:Video}
  692.  
  693. {block:PermalinkPage}
  694. <p>
  695. <center>
  696. {block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}</center>
  697.  
  698. {/block:PermalinkPage}
  699.  
  700. {block:PostNotes}<div style="margin-left:-25px; padding-right:5px;">{PostNotes}</div>
  701. {/block:PostNotes}
  702. </div>
  703.  
  704. {/block:Posts}
  705. </div>
  706. </div>
  707. {block:IndexPage}
  708. {block:Pagination}
  709. <div id="pagination">
  710. {block:NextPage}
  711. <a id="nextPage" href="{NextPage}"> </a>
  712. {/block:NextPage}
  713. {block:PreviousPage}
  714. <a href="{PreviousPage}"> </a>
  715. {/block:PreviousPage}
  716. </div>
  717. {/block:Pagination}
  718. {/block:IndexPage}
  719. </div>
  720.  
  721.  
  722.  
  723. </body>
  724.  
  725. <script src="http://static.tumblr.com/6kvm6sz/ZGzmq95kz/depl0red2.js"></script>
  726.  
  727. </html>
Advertisement
Add Comment
Please, Sign In to add comment