Advertisement
theme_bean

Theme #15

Nov 19th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.37 KB | None | 0 0
  1. <!--
  2. theme by slutteen
  3. don't change the source ho
  4. -->
  5.  
  6. <html lang="en">
  7.  
  8. <head>
  9.  
  10. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  11.  
  12. <link href='http://static.tumblr.com/blpgwiz/uvsm405h8/flip.css' rel='stylesheet' type='text/css'>
  13.  
  14. <script type="text/javascript"
  15. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  16. <script>
  17. $(document).ready(function() {
  18. //
  19. $('a.poplight[href^=#]').click(function() {
  20. var popID = $(this).attr('rel'); //Get Popup Name
  21. var popURL = $(this).attr('href'); //Get Popup href to define size
  22. var query= popURL.split('?');
  23. var dim= query[1].split('&');
  24. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  25. $('#' + 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>');
  26. var popMargTop = ($('#' + popID).height() + 80) / 2;
  27. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  28. //Apply Margin to Popup
  29. $('#' + popID).css({
  30. 'margin-top' : -popMargTop,
  31. 'margin-left' : -popMargLeft
  32. });
  33. $('body').append('<div id="fade"></div>');
  34. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  35. return false;
  36. });
  37. $('a.close, #fade').live('click', function() {
  38. $('#fade , .popup_block').fadeOut(function() {
  39. $('#fade, a.close').remove(); //fade them both out
  40. });
  41. return false;
  42. });
  43. });
  44. </script>
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Short+Stack' rel='stylesheet' type='text/css'>
  47. <html lang="en">
  48.  
  49.  
  50. <script type="text/javascript"
  51. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  52.  
  53. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  54. <meta name="color:background" content="#ffffff"/>
  55. <meta name="color:text" content="#000000"/>
  56. <meta name="color:links" content="#000000"/>
  57. <meta name="color:title" content="#000000"/>
  58. <meta name="color:hover" content="#686868"/>
  59. <meta name="color:Popup Background" content="#fff"/>
  60. <meta name="image:Picbar" content=""/>
  61. <meta name="image:Popup Background" content=""/>
  62. <meta name="image:Sidebar" content=""/>
  63. <meta name="image:Background" content=""/>
  64. <meta name="text:faq" content="faq goes here"/>
  65. <meta name="text:music code" content="music code goes here"/>
  66. <meta name="text:Link One Title" content="link 1"/>
  67. <meta name="text:Link One" content="" />
  68. <meta name="text:Link Two Title" content="link 2"/>
  69. <meta name="text:Link Two" content=""/>
  70. <meta name="text:Link Three Title" content="link 3"/>
  71. <meta name="text:Link Three" content=""/>
  72. <meta name="text:Link Four Title" content="link 4"/>
  73. <meta name="text:Link Four" content=""/>
  74.  
  75. <meta name="if:Show Music" content="0"/>
  76.  
  77. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  78.  
  79.  
  80. <style type="text/css">
  81.  
  82.  
  83. .popup_block{
  84. display: none;
  85. background: {color:popup background};
  86. background-image: url({image:popup background});
  87. padding: 10px;
  88. font-family: short stack;
  89. float: left;
  90. font-size: 8px;
  91. position: fixed;
  92. top: 50%; left: 50%;
  93. z-index: 2;
  94. border: 2px dashed #363636;
  95. -moz-box-shadow: 0 0 5px #CFCFCF;
  96. -webkit-box-shadow: 0 0 5px #CFCFCF;
  97. -webkit-border-radius: 10px;
  98. -moz-border-radius: 10px;
  99. border-radius: 10px;
  100. }
  101. img.btn_close {
  102. float: right;
  103. margin: -5px -5px 0 0;
  104. }
  105. *html .popup_block {
  106. position: absolute;
  107. }
  108.  
  109. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
  110. <script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>
  111.  
  112.  
  113. <script type=”text/javascript”>
  114. //
  115. function desabilitaMenu(e)
  116. {
  117. if (window.Event)
  118. {
  119. if (e.which == 2 || e.which == 3)
  120. return false;
  121. }
  122. else
  123. {
  124. event.cancelBubble = true
  125. event.returnValue = false;
  126. return false;
  127. }
  128. }
  129. document.oncontextmenu = desabilitaMenu;
  130. document.onmousedown = desabilitaBotaoDireito;
  131. document.onmouseup = desabilitaBotaoDireito;
  132. </script>trols{
  133. position:fixed !important;
  134. }
  135. ::-webkit-scrollbar-thumb:vertical {
  136.  
  137. height:9px;
  138.  
  139. background-color: #a4a4a4;
  140.  
  141. }
  142.  
  143. ::-webkit-scrollbar {
  144.  
  145. width:5px;
  146.  
  147. height:5px;
  148.  
  149. background:#fff;
  150.  
  151. margin-right:5px;
  152.  
  153. }
  154. iframe#tumblr_controls {
  155. top: 0% !important;
  156. right:0% !important;
  157. position: fixed !important;}
  158. @font-face {
  159. font-family: "kg luck of the irish";
  160. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  161. }
  162. @font-face {
  163. font-family: "kg luck of the irish";
  164. src: url('http://static.tumblr.com/nsunyax/RJSlz7y7g/kgluckoftheirish.ttf');
  165. }
  166.  
  167. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  168.  
  169. .left{
  170. float: left;
  171. margin-right: 20px;
  172. width: 802px;
  173. }
  174.  
  175. .right{
  176. float: right;
  177. width: 200px;
  178. background-color: {color:Background};
  179. }
  180.  
  181. body {
  182. padding: 0px;
  183. margin: 0px;
  184. color:#000;
  185. font-family: Short Stack;
  186. font-size: 11px;
  187. background-color: {color:Background};
  188. background-image:url({image:Background});
  189. background-attachment: fixed;
  190. background-repeat: repeat;
  191. }
  192.  
  193. a:link, a:active, a:visited{
  194. color:{color:links};
  195. text-decoration: none;
  196. -webkit-transition: color 0.4s ease-out;
  197. -moz-transition: color 0.4s ease-out;
  198. }
  199.  
  200. a:hover{
  201. color:transparent;
  202. -webkit-transition: color 0.4s ease-out;
  203. -moz-transition: color 0.4s ease-out;
  204. text-shadow:0px 0px 1px {color:hover};
  205. }
  206.  
  207. .entry {
  208. margin:4px;
  209. padding: 1px;
  210. float:left;
  211. background-color: white;
  212. border: 1px solid {color:borda};
  213. font-family: Short Stack;
  214. font-size: 11px;
  215. line-height:10px;
  216. {block:IndexPage}
  217. overflow: hidden;
  218. width:250px;
  219. {/block:IndexPage}
  220. {block:PermalinkPage}
  221. width:450px;
  222. margin-left: 158px;
  223. {/block:PermalinkPage}
  224. -webkit-animation: bounceIn 2s;
  225. -moz-animation: bounceIn 2s;
  226. -ms-animation: bounceIn 2s;
  227. }
  228.  
  229. .bubble {align:right;background:#efc5ca; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  230. .bubble p {margin:1px 0px;}
  231. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #efc5ca;}
  232. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #efc5ca}
  233. .permalink2 p {
  234. margin: 0px;
  235. }
  236.  
  237. .entry .permalink{
  238. margin: auto;
  239. font-family: 'lovenote', cursive;
  240. position: absolute;
  241. text-align: center;
  242. margin-left: 0%;
  243. margin-top:-1.5px;
  244. width: 100%;
  245. height: 100%;
  246. font-size:21px;
  247. left: 0;
  248. opacity: 0;
  249. font-style:bold;
  250. background-color: white;
  251. filter: alpha(opacity = 0);
  252. -webkit-transition: all ease-in .5s;
  253. -moz-transition: all ease-in .5s;
  254. -o-transition: all ease-in .5s;
  255. -ms-transition: all ease-in .5s;
  256. transition: all ease-in .5s;
  257. }
  258.  
  259. .entry:hover .permalink{
  260. margin-left: 0%;
  261. opacity: 0.9;
  262. filter: alpha(opacity = 100);
  263. }
  264.  
  265.  
  266. .entry #permalink {
  267. position: absolute;
  268. bottom: 5px;
  269. right: 6px;
  270. opacity: 0;
  271.  
  272. -webkit-transition: all .5s ease;
  273. -moz-transition: all .5s ease;
  274. -o-transition: all .5s ease;
  275. transition: all .5s ease;
  276. }
  277.  
  278. .entry:hover #permalink {
  279. margin-top: 9px;
  280. margin-left: 6px;
  281. opacity: 1;
  282. }
  283.  
  284.  
  285. .countreblog {
  286. letter-spacing:1px;
  287. font-family: short stack;
  288. font-size:10px;
  289. color: #a4a4a4;
  290. line-height:5px;
  291. margin: 2px;
  292. background:transparent;
  293. background-repeat:repeat;
  294. padding:2px 2px;
  295. opacity: 1;
  296. -webkit-border-radius:0px;
  297. moz-border-radius:0px;
  298. -o-border-radius:0px;
  299. border-radius:0px;
  300. }
  301.  
  302. .countreblog a { color: #000; }
  303.  
  304.  
  305. div#sidebar{
  306. padding:1px;
  307. border:1px dashed #ccc;
  308. -webkit-border-radius: 0px 0px 0px 0px;
  309. z-index:1;
  310. position:absolute !important;
  311. position:fixed !important;
  312. font-family: 'short stack', cursive;
  313. font-size: 11px;
  314. background: transparent;
  315. width:230px;
  316. height:auto;
  317. top:150px;
  318. left:36px;
  319. padding:2px;
  320. opacity: 0.7;
  321. -webkit-animation:fadeInDownBig 3s;
  322. -moz-animation:fadeInDownBig 3s;
  323. -ms-animation:fadeInDownBig 3s;
  324. -moz-box-shadow: 0 0 20px #000000;
  325. -webkit-box-shadow: 0 0 20px#000000;
  326. box-shadow: 0 0 20px #000000;
  327. }
  328.  
  329. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  330.  
  331. .hover {width:220px;
  332. background:transparent;
  333. font-family: 'lovenote', cursive;
  334. font-size: 19px;
  335. text-align:center;
  336. padding-top:0px;
  337. -webkit-transition-duration: .7s;
  338. }
  339.  
  340. .hover:hover {background:transparent;opacity:10;-webkit-transition-duration: .7s;}
  341. .hover:hover .linkybink {background:transparent; opacity:10;-webkit-transition-duration: .7s;}
  342.  
  343. .linkybink {
  344. width:210px;
  345. height:20px;
  346. position:absolute;
  347. padding:2px;
  348. padding-top:3px;
  349. opacity:0;
  350. -webkit-transition-duration: .7s;
  351. z-index:9999999;
  352. bottom:2px;
  353. left:0px;
  354. background-color:transparent;
  355. }
  356.  
  357. .linkss {
  358. position:relative;
  359. display:block;
  360. text-align: center;
  361. height: auto;
  362. display:inline-block;
  363. text-align:center;
  364. font-family:littlefont;
  365. text-transform:uppercase;
  366. font-size:8px;
  367. opacity:1;
  368. background:transparent;
  369. -webkit-transition-duration: .4s;
  370. }
  371.  
  372. .linkss:hover {
  373. -webkit-transition-duration: .6s;
  374. }
  375.  
  376. #posts {
  377. width:850px;
  378. margin-left:345px;
  379. margin-top:2px;
  380. float:left;
  381. font-family: "short stack";
  382. }
  383.  
  384. #infscr-loading{
  385. bottom: -70px;
  386. position: absolute;
  387. left: 50%;
  388. margin-left:-8px;
  389. width:16px;
  390. height:11px;
  391. overflow:hidden;
  392. margin-bottom: 50px;
  393. }
  394. div#titlee{
  395. position:fixed;
  396. margin-top:-19px;
  397. text-align:center;
  398. font-family: "origin";
  399. font-size:13px;
  400. background:transparent;
  401. color:{color:title};
  402. }
  403.  
  404. @font-face { font-family: "origin"; src: url('http://static.tumblr.com/lyl1wkn/6tdm8yvpc/origin-light.ttf'); }
  405. blockquote{
  406. padding:0px 0px 2px 5px;
  407. margin:0px 0px 0px 0px;
  408. border-left: 1px solid #555555;
  409. }
  410.  
  411. blockquote p, ul{
  412. margin:0px;
  413. padding:0px;
  414. }
  415.  
  416. a img{border: 0px;}
  417.  
  418. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  419.  
  420. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  421. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  422.  
  423. .notes img{
  424. width:10px;
  425. position:relative;
  426. top:3px;
  427. }
  428.  
  429. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  430. {block:IndexPage}
  431. width: 250px !important;
  432. {/block:IndexPage}
  433. }
  434. .video embed, .post div.video object {width:250px !important; height:120px !important;}
  435.  
  436. @font-face {
  437. font-family: "set fire to the rain";
  438. src: url('http://static.tumblr.com/nsunyax/PzUlzmdk1/setfiretotherain.ttf');
  439. }
  440.  
  441. .title{
  442. font-family: 'set fire to the rain';
  443. font-size: 12px;
  444. line-height:15px;
  445. color: {color:title};
  446. font-weight: normal;
  447. }
  448.  
  449. div#picbar{
  450. z-index:1;
  451. position:fixed !important;
  452. font-family: 'short stack';
  453. font-size: 10px;
  454. background:url({image:picbar});
  455. width:31px;
  456. height:100%;
  457. opacity:10;
  458. left: 313px;
  459. padding:1px;
  460. letter-spacing:0px;
  461. top:0px;
  462. -webkit-animation: flip 2s;
  463. -moz-animation: flip 2s;
  464. -ms-animation: flip 2s;
  465.  
  466. }
  467.  
  468. div#picbar2{
  469. z-index:1;
  470. position:fixed !important;
  471. font-family: 'short stack';
  472. font-size: 10px;
  473. background:url({image:picbar});
  474. width:31px;
  475. height:100%;
  476. opacity:10;
  477. left: 1129px;
  478. padding:1px;
  479. letter-spacing:0px;
  480. top:0px;
  481. -webkit-animation: flip 2s;
  482. -moz-animation: flip 2s;
  483. -ms-animation: flip 2s;
  484.  
  485. }
  486.  
  487. #shit{
  488. position:fixed !important;
  489. font-size: 11px;
  490. font-family:short stack;
  491. line-height:13px;
  492. letter-spacing:0px;
  493. background-color:#fff;
  494. border: 1px dashed #ccc;
  495. width:230px;
  496. margin-left:-8px;
  497. margin-top:15px;
  498. height:25px;
  499. padding:2px;
  500. z-index:10;
  501. overflow:hidden;
  502. text-align:center;
  503. opacity: 0.7;
  504. -webkit-animation:fadeInDownBig 3s;
  505. -moz-animation:fadeInDownBig 3s;
  506. -ms-animation:fadeInDownBig 3s;
  507. -moz-box-shadow: 0 0 20px #000000;
  508. -webkit-box-shadow: 0 0 20px#000000;
  509. box-shadow: 0 0 20px #000000;
  510. }
  511.  
  512. #credz {
  513. position: fixed !important;
  514. right:5px !important;
  515. bottom:7px !important;
  516. font-family:helvetica;
  517. font-size:19px;
  518. line-height: 12px;
  519. -moz-transition: all 0.8s ease-out;
  520. -webkit-transition: opacity 0.7s linear;
  521. -webkit-transition: all 0.8s ease-out;
  522. transition: all 0.8s ease-out;
  523. }
  524.  
  525. </style>
  526. {block:IndexPage}
  527. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  528. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  529.  
  530. <script type="text/javascript">
  531. $(window).load(function () {
  532. var $content = $('#posts');
  533. $content.masonry({itemSelector: '.entry'}),
  534. $content.infinitescroll({
  535. navSelector : 'div#pagination',
  536. nextSelector : 'div#pagination a#nextPage',
  537. itemSelector : '.entry',
  538. loading: {
  539. finishedMsg: '',
  540. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  541. },
  542. bufferPx : 600,
  543. debug : false,
  544. },
  545. // call masonry as a callback.
  546. function( newElements ) {
  547. var $newElems = $( newElements );
  548. $newElems.hide();
  549. // ensure that images load before adding to masonry layout
  550. $newElems.imagesLoaded(function(){
  551. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  552.  
  553.  
  554. });
  555. });
  556. });
  557. </script>
  558.  
  559. {/block:IndexPage}
  560.  
  561. </div>
  562.  
  563. <title>{title}</title>
  564.  
  565. <link rel="shortcut icon" href="{Favicon}">
  566. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  567. <meta name="viewport" content="width=820" />
  568.  
  569.  
  570.  
  571. <div class="wrapper">
  572.  
  573. <div class="header">
  574.  
  575. </div>
  576.  
  577. <div id="sidebar"><center>
  578. <p><a href="/"><img src="{image:Sidebar}" width=220px;></a><p>
  579. {description}<br>
  580. <div class="hover"> links <br>
  581.  
  582. <div class="linkybink"><center>
  583.  
  584. <div style="overflow:auto; width: 230px; height: auto; background-color: {color:background}; text-align: center; color:#000; padding:1px; margin-left:-2px;">
  585.  
  586. <a href="/"> home</a> -
  587. <a href="#?w=500" rel="02" class="poplight">ask </a> -
  588. <a href="#?w=500" rel="03" class="poplight">etc </a>
  589. </center>
  590.  
  591.  
  592. </div>
  593.  
  594. {block:ifshowmusic}
  595. <div id="shit"><center>{text:music code}</center></div>
  596. {/block:ifshowmusic}
  597.  
  598. </div>
  599. </div>
  600. </div>
  601. </div></div>
  602.  
  603. <div id="picbar"></div><div id="picbar2"></div>
  604.  
  605. <div class="left">
  606.  
  607. <div id="posts">
  608.  
  609. {block:Posts}
  610. <div class="entry">
  611.  
  612. {block:Text}
  613. {block:IndexPage} <div id="permalink">
  614. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> / <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  615. {block:Title}<a href="{permalink}"><span class="title">{Title}</span></a>{/block:Title}
  616. <span class="entrytext">{Body}</span>
  617. {/block:Text}
  618.  
  619. {block:Link}
  620. <a href="{URL}" class="title">{Name}</a>
  621. {block:Description}{Description}{/block:Description}
  622. {block:IndexPage} <div id="permalink">
  623. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  624. {block:Link}
  625.  
  626. {block:Answer}
  627. <div class="post"><div class="askborder">
  628. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  629. {block:IfNoAnswer}Then I was like: {Answer}{block:IfNoAnswer}
  630. </div>
  631. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  632. {/block:Answer}
  633.  
  634. {block:Photo}
  635. <center>
  636. {block:IndexPage}
  637. <div class="permalink">
  638. <br><br><br><br><a href="{ReblogURL}" target="_blank">reblog</a><br><br><br><br><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  639. {LinkOpenTag}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=250px/></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=450px/>{LinkCloseTag}{/block:PermalinkPage}</center>
  640. {block:ifshowcaptions}{caption}{/block:ifshowcaptions}
  641. {/block:Photo}
  642.  
  643. {block:Photoset}
  644. {block:IndexPage} <div id="permalink">
  645. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  646. <center><div class="photoset_photo" width="250px">{Photoset-250}</div></center>
  647. <p style="text-align: right;">
  648. {/block:Photoset}
  649. {block:Quote}{block:IndexPage} <div id="permalink">
  650. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  651. {Quote}</span> <br>
  652. {block:Source}<p align=right><strong>-{Source}</right></strong>{/block:Source}
  653. {/block:Quote}
  654.  
  655. {block:Chat}
  656. {block:IndexPage} <div id="permalink">
  657. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>{/block:IndexPage}
  658. {block:Title}<span class="title">{Title}</span>{/block:Title}
  659. <ul class="chat">
  660. {block:Lines}
  661. <li class="user_{UserNumber}">
  662. {block:Label}
  663. <span class="label">{Label}</span>
  664. {/block:Label}
  665. {Line}
  666. </li>
  667. {/block:Lines}
  668. </ul>
  669.  
  670. {/block:Chat}
  671.  
  672. {block:Audio}
  673. <div style="width:320px; height:30px;">
  674. {AudioPlayerBlack}
  675. </div>
  676. {block:IndexPage}<span class="permalink">
  677. <P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a>
  678. </span>{/block:IndexPage}
  679. {/block:Audio}
  680.  
  681. {block:Video}
  682. {block:IndexPage}
  683. <div id="permalink">
  684. <span class="countreblog"><a href="{Permalink}">{NoteCount} notes</a></span> <span class="countreblog"> <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  685. <center>
  686. <div class="video">{Video-250}</div></center></center>
  687. {/block:IndexPage}
  688. {block:PermalinkPage}
  689. <center>
  690. {Video-550}</center>
  691. {/block:PermalinkPage}
  692. {block:Video}
  693.  
  694. {block:PermalinkPage}
  695. <center>
  696. <br>{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.  
  699. {/block:PermalinkPage}
  700.  
  701.  
  702. {block:PostNotes}{PostNotes}
  703. {/block:PostNotes}
  704. </div>
  705.  
  706.  
  707. {/block:Posts}
  708. </div>
  709. </div>
  710. {block:IndexPage}
  711. {block:Pagination}
  712. <div id="pagination">
  713. {block:NextPage}
  714. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  715. {/block:NextPage}
  716. {block:PreviousPage}
  717. <a href="{PreviousPage}">&larr;&nbsp;</a>
  718. {/block:PreviousPage}
  719. </div>
  720. {/block:Pagination}
  721. {/block:IndexPage}
  722. </div>
  723.  
  724. <div id="03" class="popup_block">
  725.  
  726. <center><font size="11px" font family="short stack" color="#000">
  727.  
  728. - {block:ifLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle} <br>
  729. - {block:ifLinkTwoTitle}<a href="{text:Link Two}">{text:Link Two Title}</a>{/block:ifLinkTwoTitle} <br>
  730. - {block:ifLinkThreeTitle}<a href="{text:Link Three}">{text:Link Three Title}</a>{/block:ifLinkThreeTitle} <br>
  731. - {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title}</a>{/block:ifLinkFourTitle} <br>
  732. - <a href="http://slutteen.tumblr.com">credit</a>
  733. </center>
  734.  
  735. </div>
  736.  
  737. <div id="credz"><div style="{color:body font}"><a href="http://slutteen.tumblr.com">✿</a></div>
  738.  
  739. </body>
  740.  
  741. <div id="02" class="popup_block">
  742.  
  743. <font size="11px" font family="short stack" color="#000">
  744.  
  745. <center><p>{text:faq}<br></p></center>
  746.  
  747. <p></font><Center><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form">
  748. </center></div>
  749.  
  750. </div></div></div></div></div></div></div></div></div></div>
  751.  
  752. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement