Advertisement
thepinkrebellion

la-soleil theme by thepinkrebellion

Apr 22nd, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.67 KB | None | 0 0
  1. <!-
  2. theme by
  3. thepinkrebellion.tumblr.com
  4. -!>
  5.  
  6. <head>
  7.  
  8. <script type="text/javascript"
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10. <script>
  11. $(document).ready(function() {
  12. //
  13. $('a.poplight[href^=#]').click(function() {
  14. var popID = $(this).attr('rel'); //Get Popup Name
  15. var popURL = $(this).attr('href'); //Get Popup href to define size
  16. var query= popURL.split('?');
  17. var dim= query[1].split('&');
  18. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  19. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i1117.photobucket.com/albums/k600/hottastic/purpleclose.gif" class="btn_close" title="Close" alt="Close" /></a>');
  20. var popMargTop = ($('#' + popID).height() + 80) / 2;
  21. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  22. //Apply Margin to Popup
  23. $('#' + popID).css({
  24. 'margin-top' : -popMargTop,
  25. 'margin-left' : -popMargLeft
  26. });
  27. $('body').append('<div id="fade"></div>');
  28. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  29. return false;
  30. });
  31. $('a.close, #fade').live('click', function() {
  32. $('#fade , .popup_block').fadeOut(function() {
  33. $('#fade, a.close').remove(); //fade them both out
  34. });
  35. return false;
  36. });
  37. });
  38. </script>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Butterfly+Kids|Short+Stack|Waiting+for+the+Sunrise|Just+Me+Again+Down+Here|Shadows+Into+Light+Two|Annie+Use+Your+Telescope' rel='stylesheet' type='text/css'>
  45. <script type="text/javascript">
  46. WebFontConfig = {
  47. google: { families: [ 'Butterfly+Kids::latin', 'Short+Stack::latin', 'Waiting+for+the+Sunrise::latin', 'Just+Me+Again+Down+Here::latin', 'Shadows+Into+Light+Two::latin', 'Annie+Use+Your+Telescope::latin' ] }
  48. };
  49. (function() {
  50. var wf = document.createElement('script');
  51. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  52. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  53. wf.type = 'text/javascript';
  54. wf.async = 'true';
  55. var s = document.getElementsByTagName('script')[0];
  56. s.parentNode.insertBefore(wf, s);
  57. })(); </script>
  58.  
  59.  
  60.  
  61. <title>{Title}</title>
  62. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  63. <meta name="color:background" content="#A3A3A3"/>
  64. <meta name="color:text" content="#000000"/>
  65. <meta name="color:title" content="#000000"/>
  66. <meta name="color:link" content="#000000"/>
  67. <meta name="color:hover" content="#00000"/>
  68. <meta name="color:Sidemenu" content="#00000"/>
  69. <meta name="image:Background" content=""/>
  70. <meta name="if:infinite scrolling" content="1"/>
  71. <meta name="image:Sidebar" content="1"/>
  72. <meta name="if:show photo" content="1"/>
  73. <meta name="if:Tiny Cursor" content="0"/>
  74. <meta name="text:Custom Link One" content="" />
  75. <meta name="text:Custom Link One Title" content="Link" />
  76. <meta name="text:Custom Link Two" content="" />
  77. <meta name="text:Custom Link Two Title" content="Link" />
  78. <meta name="text:Custom Link Three" content=""/>
  79. <meta name="text:Custom Link Three Title" content="Link"/>
  80. <meta name="text:Custom Link Four" content=""/>
  81. <meta name="text:Custom Link Four Title" content="Link"/>
  82.  
  83.  
  84. {block:ifinfinitescrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifinfinitescrolling}
  85.  
  86. {block:iftinycursor}<style type="text/css">body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}</style>{/block:iftinycursor}
  87.  
  88. <style type="text/css">
  89. iframe#tumblr_controls {
  90. right:3px !important;
  91. position: fixed !important;
  92. -webkit-transition: opacity 0.7s
  93. linear;opacity: 0.2;
  94. -webkit-transition: all 0.8s ease-out;
  95. -moz-transition: all 0.8s ease-out;
  96. transition: all 0.8s ease-out;
  97. }
  98.  
  99. iframe#tumblr_controls:hover{
  100. -webkit-transition: opacity 0.7s linear;
  101. opacity: 1;
  102. -webkit-transition: all 0.4s ease-out;
  103. -moz-transition: all 0.4s ease-out;
  104. transition: all 0.4s ease-out;
  105. }
  106.  
  107. ::-webkit-scrollbar-thumb:vertical {
  108. background-color:#bebebe;
  109. height:auto;
  110. border-bottom: 1px solid #00000;
  111. border-top: 1px solid #00000;
  112. border-left: 1px solid #00000;
  113. border-right: 1px solid #00000;
  114. }
  115.  
  116. ::-webkit-scrollbar-thumb:horizontal {
  117. background-color:#bebebe;
  118. height:auto !important;
  119. }
  120.  
  121. ::-webkit-scrollbar {
  122. height:auto;
  123. width:5px;
  124. border-left: 1px solid #aaaaaa;
  125. background-color:#ECECEC;
  126. }
  127.  
  128. @font-face {
  129. font-family: "arsenalewhite";
  130. src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf');
  131. }
  132. @import url(http://fonts.googleapis.com/css?family=Butterfly+Kids|Short+Stack|Waiting+for+the+Sunrise|Just+Me+Again+Down+Here|Shadows+Into+Light+Two|Annie+Use+Your+Telescope);
  133.  
  134. body {
  135. margin:0px;
  136. background-color: {color:Background};
  137. background-image:url({image:Background});
  138. background-attachment: fixed;
  139. background-repeat: repeat;}
  140. body, div, p, textarea, submit, input{
  141. font-family: short stack;
  142. font-size: 12px;
  143. line-height:10px;
  144. letter-spacing:1px;
  145. color:{color:Text};
  146. }
  147.  
  148. p {
  149. margin:0px;
  150. margin-top:0px;
  151. }
  152.  
  153.  
  154. a:link, a:active, a:visited{
  155. color: {color:Link};
  156. text-decoration: none;
  157. -webkit-transition: all 0.2s linear;
  158. -webkit-transition: all 0.2s linear;
  159. -moz-transition: all 0.2s linear;
  160. transition: all 0.2s linear;
  161. }
  162.  
  163. a:hover {
  164. color:{color:Link};
  165. text-decoration: none;
  166. letter-spacing: 0px;
  167. text-shadow:0px 0px 15px {color:Hover};
  168. -webkit-transition: all 0.2s linear;
  169. -webkit-transition: all 0.2s linear;
  170. -moz-transition: all 0.2s linear;
  171. transition: all 0.2s linear;
  172. }
  173.  
  174. div#cage{
  175. margin: auto;
  176. margin-top: 0px;
  177. margin-bottom: 0px;
  178. position: relative;
  179. width: 800px;
  180. overflow: hidden;
  181. color: {color:Title};
  182. _margin-left: 10%;
  183. }
  184.  
  185. div#center{
  186. margin:auto;
  187. position:relative;
  188. width:840px;
  189. background-color:;
  190. overflow:auto;
  191. overflow-y:hidden;
  192. }
  193.  
  194. div#content{
  195. float:left;
  196. width:450px;
  197. padding:2px;
  198. padding-top: 0px;
  199. margin-top: 0px;
  200. margin-left: 100px;
  201. }
  202.  
  203. div#entry{
  204. margin-top:2px;
  205. margin-bottom: 8px;
  206. padding-left:0px;
  207. padding-right:0px;
  208. padding-top:0px;
  209. background-color: {color:Background};
  210. }
  211.  
  212. .photo img{
  213. {block:IndexPage}
  214. border: 1px solid black;
  215. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  216. -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  217. box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  218. {/block:IndexPage}
  219. }
  220.  
  221. div#sidebar{
  222. position: fixed !important;
  223. width: 200px;
  224. height: 100%;
  225. background-color: white;
  226. margin-left: 600px;
  227. margin-top: 0px;
  228. padding: 3px;
  229. padding-top: 10px;
  230. line-height:10px;
  231. border: 1px solid black;
  232. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  233. -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  234. box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  235. }
  236.  
  237. .poop {
  238.  
  239.  
  240.  
  241. line-height:30px;
  242.  
  243. font-size: 25px;
  244.  
  245. color: #292929;
  246.  
  247. font-family: 'Gloria Hallelujah', cursive;
  248.  
  249. -moz-transition: 0.3s ease-out;
  250.  
  251. -webkit-transition: 0.3s ease-out;
  252.  
  253. transition: 0.3s ease-out;
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263. }
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273. .poop:hover{
  274.  
  275. font-size:10px;
  276.  
  277. -moz-transition: 0.3s ease-out;
  278.  
  279. -webkit-transition: 0.3s ease-out;
  280.  
  281. transition: 0.3s ease-out;
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291. }
  292.  
  293.  
  294. #linktab {
  295. position:fixed !important;
  296. float: left;
  297. width: auto;
  298. height: auto;
  299. margin-left: 800px;
  300. margin-top: 100px;
  301. padding: 2px;
  302. font-size: 12px;
  303. line-height:8px;
  304. letter-spacing:3px;
  305. margin-bottom: 10px;
  306. background-color: transparent; }
  307.  
  308. .sidelinks {
  309. height:35px;
  310. width:35px;
  311. background-color: #ffffff;
  312. font-family: Shadows Into Light Two', cursive;
  313. font-size:12px;
  314. margin:3px;
  315. float:left;
  316. text-align: center;
  317. line-height: 35px;
  318. -webkit-transition: all 0.4s ease-out;
  319. -moz-transition: all 0.4s ease-out;
  320. transition: all 0.4s ease-out;
  321. border-radius: 0px;
  322. -webkit-transform: rotate(90deg);border: 1px solid black;
  323. -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  324. -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
  325. box-shadow: 2px 2px 5px rgba(0,0,0,0.6);}
  326.  
  327. .sidelinks:hover {
  328. background-color: {color:Sidemenu};
  329. -webkit-transition: all 0.6s ease-out;
  330. -moz-transition: all 0.6s ease-out;
  331. transition: all 0.6s ease-out;
  332. -webkit-transform: rotate(-360deg);
  333. margin-left: 25px;
  334. border-radius: 25px }
  335.  
  336. .title{
  337. font-family: 'Amatic SC', cursive;
  338. font-size: 20px;
  339. line-height: 15px;
  340. color: {color:Title};
  341. letter-spacing: {text:title letter spacing};
  342. font-weight: normal;
  343. padding:0px 0px 0px 0px;
  344. }
  345.  
  346. .blogtitle{
  347. font-family: 'Waiting for the Sunrise', cursive;
  348. font-size: 30px;
  349. line-height: 2px;
  350. color: {color:Title};
  351. letter-spacing: 0px;
  352. font-weight: normal;
  353. padding:0px 0px 0px 0px;
  354. }
  355.  
  356.  
  357. .credit{
  358. bottom:3px;
  359. left:3px;
  360. font-size:9px;
  361. z-index:4;
  362. position:fixed;
  363. padding:0px;
  364. }
  365. .credit:hover{
  366. bottom:15px;
  367. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  368. }
  369. .credit .links{opacity:0;
  370. bottom:3px;
  371. left:3px;
  372. font-size:11px;
  373. z-index:4;
  374. position:fixed;
  375. padding:0px;
  376. }
  377. .credit:hover .links{
  378. opacity:0.9;
  379. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  380. }
  381.  
  382. blockquote{
  383. padding:0px 0px 2px 5px;
  384. margin:0px 0px 2px 1px;
  385. border-left: 1px dotted #555555;
  386. }
  387.  
  388. blockquote p, ul{
  389. margin:0px;
  390. padding:0px;
  391. }
  392.  
  393.  
  394. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  395.  
  396. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  397. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  398.  
  399.  
  400. small{font-size: 90%;}
  401.  
  402.  
  403. .popup_block{
  404. display: none;
  405. background: #000000;
  406. background-image: url();
  407. padding: 10px;
  408. font-family: Garamond;
  409. float: left;
  410. font-size: 10px;
  411. position: fixed;
  412. top: 50%; left: 50%;
  413. z-index: 2;
  414. border: 2px solid #363636;
  415. -moz-box-shadow: 0 0 5px #CFCFCF;
  416. -webkit-box-shadow: 0 0 5px #CFCFCF;
  417. -webkit-border-radius: 10px;
  418. -moz-border-radius: 10px;
  419. border-radius: 10px;
  420. }
  421. img.btn_close {
  422. float: right;
  423. margin: -5px -5px 0 0;
  424. }
  425. *html .popup_block {
  426. position: absolute;
  427. }
  428.  
  429. </style>
  430. <style>#toTop {display:none;text-decoration:none;position:fixed;bottom:20px;right:20px;overflow:hidden;width:30px;height:40px;border:none;text-indent:-999px;background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left top;z-index:3000;}#toTopHover {background:url(http://static.tumblr.com/hi8vwsz/Q0ull6xz3/totop.png) no-repeat left -40px;
  431. width:30px;height:40px;display:block;overflow:hidden;float:left;opacity: 0;-moz-opacity: 0;filter:alpha(opacity=0);}
  432. #toTop:active, #toTop:focus {outline:none;}#toTop:active, #toTop:focus {outline:none;}</style>
  433.  
  434.  
  435.  
  436.  
  437. <script type="text/javascript" src="http://static.tumblr.com/53unaru/kx3lgzker/jquery-1.3.2.min.js" charset="utf-8"></script>
  438. <script type="text/javascript" src="http://static.tumblr.com/53unaru/4jtlgzkf8/easing.js"></script>
  439. <script type="text/javascript" src="http://static.tumblr.com/53unaru/y8wlgzkbt/jquery.ui.totop.js"></script>
  440. <script type="text/javascript">
  441. $(document).ready(function() {
  442. $().UItoTop({ easingType: 'easeOutQuart' });
  443. });
  444. </script>
  445.  
  446. <link rel="shortcut icon" href="{Favicon}">
  447. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  448. <meta name="viewport" content="width=820" />
  449.  
  450.  
  451. <script type="text/javascript">
  452. // <![CDATA[
  453. var speed=40; // lower number for faster
  454. var warp=3; // from 1 to 10
  455. var stars=150; // number of stars
  456. var colour="#60f"; // colour of stars
  457. var position=0; // set to '0' for foreground and '-1' for stars to appear in the background, behind text on the page
  458.  
  459. /****************************
  460. * Star Warp Effect *
  461. *(c)2005-11 mf2fm web-design *
  462. * http://www.mf2fm.com/rv *
  463. * DON'T EDIT BELOW THIS BOX *
  464. ****************************/
  465. var i;
  466. var strs=new Array();
  467. var strx=new Array();
  468. var stry=new Array();
  469. var stdx=new Array();
  470. var stdy=new Array();
  471. var strz=new Array();
  472. var swide=800;
  473. var shigh=600;
  474. warp=1+warp/125;
  475. window.onload=function() { if (document.getElementById) {
  476. var i, temp;
  477. boddie=document.createElement("div");
  478. boddie.style.position="fixed";
  479. boddie.style.top="0px";
  480. boddie.style.left="0px";
  481. boddie.style.width="1px";
  482. boddie.style.height="1px";
  483. boddie.style.overflow="visible";
  484. boddie.style.backgroundColor="transparent";
  485. boddie.style.zIndex=position;
  486. i=document.body.style.backgroundColor;
  487. if (document.body.parentNode) {
  488. if (i) document.body.parentNode.style.backgroundColor=i;
  489. document.body.style.backgroundColor="transparent";
  490. }
  491. document.body.insertBefore(boddie, document.body.firstChild);
  492. set_width();
  493. for (i=0; i<stars; i++) {
  494. strs[i]=document.createElement("div");
  495. strs[i].style.color=colour;
  496. strs[i].style.backgroundColor="transparent";
  497. strs[i].style.position="absolute";
  498. strs[i].appendChild(document.createTextNode("*"));
  499. strs[i].style.font="13px monospace";
  500. stdy[i]=Math.random()*6-3;
  501. stdx[i]=Math.random()*8-4;
  502. temp=Math.random()*100;
  503. strx[i]=swide/2+temp*stdx[i];
  504. stry[i]=shigh/2+temp*stdy[i];
  505. if (Math.abs(stdx[i])+Math.abs(stdy[i])>5) strz[i]=13;
  506. else if (Math.abs(stdx[i])+Math.abs(stdy[i])>3) strz[i]=7;
  507. else strz[i]=2;
  508. strs[i].style.fontSize=strz[i]+"px";
  509. boddie.appendChild(strs[i]);
  510. }
  511. setInterval("warp_drive()", speed);
  512. }}
  513.  
  514. function warp_drive() {
  515. var i;
  516. for (i=0; i<stars; i++) {
  517. stry[i]+=stdy[i];
  518. strx[i]+=stdx[i];
  519. stdx[i]*=warp;
  520. stdy[i]*=warp;
  521. if (stry[i]>0 && stry[i]<shigh && strx[i]>0 && strx[i]<swide) {
  522. if (Math.abs(stdx[i])+Math.abs(stdy[i])>strz[i]) strs[i].style.fontSize=++strz[i]+"px";
  523. strs[i].style.left=strx[i]+"px";
  524. strs[i].style.top=stry[i]+"px"
  525. }
  526. else {
  527. strx[i]=swide/2;
  528. stry[i]=shigh/2;
  529. strx[i]+=3*(stdx[i]=Math.random()*8-4);
  530. stry[i]+=3*(stdy[i]=Math.random()*6-3);
  531. if (Math.abs(stdx[i])+Math.abs(stdy[i])>5) strz[i]=13;
  532. else if (Math.abs(stdx[i])+Math.abs(stdy[i])>3) strz[i]=7;
  533. else strz[i]=2;
  534. strs[i].style.fontSize=strz[i]+"px";
  535. }
  536. }
  537. }
  538.  
  539. window.onresize=set_width;
  540. function set_width() {
  541. var sw_min=999999;
  542. var sh_min=999999;
  543. if (document.documentElement && document.documentElement.clientWidth) {
  544. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  545. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  546. }
  547. if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
  548. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  549. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  550. }
  551. if (document.body.clientWidth) {
  552. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  553. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  554. }
  555. if (sw_min==999999 || sh_min==999999) {
  556. sw_min=800;
  557. sh_min=600;
  558. }
  559. swide=sw_min;
  560. shigh=sh_min;
  561. }
  562. // ]]>
  563. </script>
  564.  
  565. </head>
  566. <body>
  567.  
  568. <div id="cage">
  569. <div id="center">
  570. <div id="linktab">
  571. <div class="sidelinks"><a href="#?w=500" rel="02" class="poplight">Ask</a></div></br>
  572. <div class="sidelinks">{block:ifCustomLinkOneTitle}
  573. <a href="{text:Custom Link One}">{text:Custom Link One Title}</a>{/block:ifCustomLinkOneTitle}</div></br>
  574. <div class="sidelinks">{block:ifCustomLinkTwoTitle}
  575. <a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a>{/block:ifCustomLinkTwoTitle}</div></br>
  576. <div class="sidelinks">{block:ifCustomLinkThreeTitle}
  577. <a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a>{/block:ifCustomLinkThreeTitle}</div></br>
  578. <div class="sidelinks"><a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>{/block:ifCustomLinkFourTitle}</div>
  579. </div>
  580. <div id="sidebar"><center><br/><a href="/"><div align="center" class="poop">{Title}</div></a><br /><p><br/>{block:ifshowphoto}<a href="/"><img src="{image:sidebar}" width=200px></a>{/block:ifshowphoto}<br/><br/>{Description}<br /><br />
  581. </div>
  582.  
  583. <div id="content">
  584. {block:Posts}
  585. <div id="entry">
  586.  
  587. {block:Text}
  588. {block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  589. {block:IndexPage}<a href="{Permalink}"><div class="per"><center> {NoteCount} notes</center></div></a>{/block:IndexPage}
  590. {/block:Text}
  591.  
  592. {block:Link}
  593. <a href="{URL}" class="title">{Name}</a>
  594. {block:Description}{Description}{/block:Description}
  595. {block:IndexPage}<a href="{Permalink}"><div class="per"><center> {NoteCount} notes</center></div></a>{/block:IndexPage}
  596. {block:Link}
  597.  
  598. {block:Photo}
  599. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="450"/></a></div>{LinkCloseTag}{/block:IndexPage}
  600. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="460"/></a>{LinkCloseTag}{/block:PermalinkPage}
  601. {/block:Photo}
  602.  
  603. {block:Photoset}
  604. {Photoset-450}
  605. {/block:Photoset}
  606.  
  607. {block:Quote}
  608. {Quote}</span>
  609. {block:Source}<strong>{Source}</strong>{/block:Source}
  610. {block:IndexPage}<a href="{Permalink}"><div class="per"><center> {NoteCount} notes</center></div></a>{/block:IndexPage}
  611. {/block:Quote}
  612.  
  613. {block:Chat}
  614. {block:Title}<span class="title">{Title}</span>{/block:Title}
  615. <ul class="chat">
  616. {block:Lines}
  617. <li class="user_{UserNumber}">
  618. {block:Label}
  619. <span class="label">{Label}</span>
  620. {/block:Label}
  621.  
  622. {Line}
  623. </li>
  624. {/block:Lines}
  625. </ul>
  626. {block:IndexPage}<a href="{Permalink}"><div class="per"><center> {NoteCount} notes</center></div></a>{/block:IndexPage}
  627. {/block:Chat}
  628.  
  629. {block:Audio}
  630. <center><div style="width:450px; height:28px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  631. {block:ExternalAudio}{/block:ExternalAudio}</div></div></center>
  632. {block:IndexPage}<a href="{Permalink}"><div class="per"><center> {NoteCount} notes</center></div></a>{/block:IndexPage}
  633. {/block:Audio}
  634.  
  635. {block:Video}<center>
  636. {Video-450}</center>
  637. {block:Video}
  638.  
  639. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  640.  
  641. {block:PostNotes}{PostNotes}
  642. {/block:PostNotes}
  643. </div>
  644.  
  645. {/block:Posts}
  646.  
  647. </div>
  648. </center>
  649.  
  650.  
  651. <div id="02" class="popup_block">
  652.  
  653. <Center><font size="5" color="#1C1C1C"><p></font><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">
  654. </center></div>
  655.  
  656. </div></div></div></div></div></div></div></div></div></div>
  657.  
  658.  
  659. </body>
  660. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement