Advertisement
thepinkrebellion

Diamond Cast theme by thepinkrebellion

Mar 22nd, 2012
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.05 KB | None | 0 0
  1. =<!---
  2. Theme by thepinkrebellion
  3. thepinkrebellion.tumblr.com
  4. --->
  5.  
  6. <head>
  7. <script type="text/javascript"
  8.  
  9. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  10.  
  11. <script>
  12.  
  13. $(document).ready(function() {
  14.  
  15. //
  16.  
  17. $('a.poplight[href^=#]').click(function() {
  18.  
  19. var popID = $(this).attr('rel'); //Get Popup Name
  20.  
  21. var popURL = $(this).attr('href'); //Get Popup href to define size
  22.  
  23. var query= popURL.split('?');
  24.  
  25. var dim= query[1].split('&');
  26.  
  27. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  28.  
  29. $('#' + 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 it" alt="Close" /></a>');
  30.  
  31. var popMargTop = ($('#' + popID).height() + 80) / 2;
  32.  
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34.  
  35. //Apply Margin to Popup
  36.  
  37. $('#' + popID).css({
  38.  
  39. 'margin-top' : -popMargTop,
  40.  
  41. 'margin-left' : -popMargLeft
  42.  
  43. });
  44.  
  45. $('body').append('<div id="fade"></div>');
  46.  
  47. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  48.  
  49. return false;
  50.  
  51. });
  52.  
  53. $('a.close, #fade').live('click', function() {
  54.  
  55. $('#fade , .popup_block').fadeOut(function() {
  56.  
  57. $('#fade, a.close').remove(); //fade them both out
  58.  
  59. });
  60.  
  61. return false;
  62.  
  63. });
  64.  
  65. });
  66.  
  67. </script>
  68. <script type="text/javascript">
  69.   WebFontConfig = {
  70.     google: { families: [ 'Coming+Soon::latin' ] }
  71.   };
  72.   (function() {
  73.     var wf = document.createElement('script');
  74.     wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  75.       '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  76.     wf.type = 'text/javascript';
  77.     wf.async = 'true';
  78.     var s = document.getElementsByTagName('script')[0];
  79.     s.parentNode.insertBefore(wf, s);
  80.   })(); </script>
  81.  
  82. <link rel="stylesheet" href="http://static.tumblr.com/ufntz0t/j40lysudu/properdiffnavvv.css" type="text/css" /><style>._css3m{display:none}{position:fixed}
  83. </style>
  84.  
  85.  
  86.  
  87. <title>{Title}</title>
  88. <meta name="color:Background" content="#9E6767"/>
  89. <meta name="color:Link" content="#6B6B6B"/>
  90. <meta name="color:Text" content="#7C7A7A"/>
  91. <meta name="color:Title" content="#707070"/>
  92. <meta name="color:Hover" content="#757575"/>
  93. <meta name="image:Background" content=""/>
  94. <meta name="image:Sidebar" content=""/>
  95. <meta name="if:Infinite Scroll" content="1" />
  96. <meta name="if:Groovy Background" content="" />
  97. <meta name="text:Custom Link One" content="" />
  98. <meta name="text:Custom Link One Title" content="" />
  99. <meta name="text:Custom Link Two" content="" />
  100. <meta name="text:Custom Link Two Title" content="" />
  101. <meta name="text:Custom Link Three" content=""/>
  102. <meta name="text:Custom Link Three Title" content=""/>
  103. <meta name="text:Custom Link Four" content="" />
  104. <meta name="text:Custom Link Four Title" content="" />
  105. <meta name="text:Custom Link Five" content="" />
  106. <meta name="text:Custom Link Five Title" content="" />
  107. <meta name="text:Custom Link Six" content="" />
  108. <meta name="text:Custom Link Six Title" content="" />
  109. {block:ifInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  110. <meta name="if:Show Sidebar Image" content="0"/>
  111.  
  112. <meta name="if:Show Title" content="0"/>
  113. <meta name="if:Show Captions" content="0"/>
  114. <meta name="if:Enable Small Cursor" content="1"/>
  115.  
  116. {block:ifEnableSmallCursor}<style type="text/css">body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}</style>{/block:ifEnableSmallCursor}
  117.  
  118.  
  119. <style type="text/css">
  120. .popup_block{
  121. display: none;
  122. background: #000000;
  123. padding: 10px;
  124. font-family: verdana;
  125. border: 3px solid #f2e7e2;
  126. float: left;
  127. font-size: 10px;
  128. position: fixed;
  129. top: 50%; left: 50%;
  130. z-index: 1;
  131. -webkit-border-radius: 10px;
  132. -moz-border-radius: 10px;
  133. border-radius: 10px;
  134. }
  135. img.btn_close {
  136. float: right;
  137. margin: -5px -5px 0 0;
  138. }
  139. *html .popup_block {
  140. position: absolute;
  141. }
  142.  
  143. #musicplayer {
  144. text-align:center;
  145. position:fixed;
  146. left:20px;
  147. top:-43px;
  148. -webkit-transition:all .5s ease-in-out;
  149. -moz-transition: all .5s ease-in-out;
  150. -o-transition: all .5s ease-in-out;
  151. z-index:300;}
  152.  
  153. #musicplayer:hover {
  154. top:-10px;
  155. }
  156.  
  157. #music {
  158. padding:10px 0 5px 0;
  159. border: 1px solid #EBCFCD;
  160. background: #fff;
  161. width:140px;
  162. border-radius: 5px;-moz-border-radius: 5px;
  163. -webkit-border-radius: 5px;z-index: 9999;
  164. }
  165.  
  166. #music2 {
  167. border-bottom:1px solid #EBCFCD;
  168. border-left: 1px solid #EBCFCD;
  169. border-right: 1px solid #EBCFCD;
  170. margin-top:-1px;
  171. height:38px;
  172. background:#fff;
  173. border-bottom-left-radius: 5px;
  174. -moz-border-radius-bottomleft: 5px;
  175. -webkit-border-bottom-left-radius: 5px;
  176. border-bottom-right-radius: 5px;
  177. -moz-border-radius-bottomright: 5px;
  178. -webkit-border-bottom-right-radius: 5px;
  179. margin-left:45px;width: 50px;
  180. }
  181. .popup_block{
  182. display: none;
  183. background: #000000;
  184. background-image: url();
  185. padding: 10px;
  186. font-family: Garamond;
  187. float: left;
  188. font-size: 10px;
  189. position: fixed;
  190. top: 50%; left: 50%;
  191. z-index: 2;
  192. border: 2px solid #363636;
  193. -moz-box-shadow: 0 0 5px #CFCFCF;
  194. -webkit-box-shadow: 0 0 5px #CFCFCF;
  195. -webkit-border-radius: 10px;
  196. -moz-border-radius: 10px;
  197. border-radius: 10px;
  198. }
  199. img.btn_close {
  200. float: right;
  201. margin: -5px -5px 0 0;
  202. }
  203. *html .popup_block {
  204. position: absolute;
  205. }
  206.  
  207.  
  208.  
  209. body {margin: 0px; background-color: {color:Background}; background-image:url({image:Background}); background-attachment: fixed; background-repeat: repeat;}
  210. body, div, p, textarea, submit, input{ font-family: 'copperlate light'; font-size: 12px; line-height:10px; letter-spacing:1px; color:{color:Text};}
  211.  
  212. p {margin:0px; margin-top:0px;}
  213.  
  214. a:link, a:active, a:visited{
  215. color: #000000;
  216. text-decoration: none;
  217. -webkit-transition: color 0.0s ease-out;
  218. -moz-transition: color 0.0s ease-out;
  219. }
  220.  
  221.  
  222. a:hover {
  223. color:{color:Hover};
  224. text-decoration: none;
  225. font-style:none;
  226. text-shadow:1px 1px 5px #5a5a5a;
  227. }
  228.  
  229. #center {margin:auto; position:relative; width:1300px; background-color:; overflow:auto; overflow-y:hidden; margin-left: 0px;}
  230.  
  231. div#cage{margin:auto; position:relative; width:1300px; overflow:auto; overflow-y:hidden;}
  232.  
  233. #content{margin-top: 45px; margin-left:300px; width:650px; height:auto; margin-bottom:20px;}
  234.  
  235. #entry{float: left; {block:IndexPage}width: 300px;height: 200px;overflow:hidden; overflow-y:hidden; margin:1px; {/block:IndexPage}{block:PermalinkPage} width:604px; height: auto; margin:0px;padding:0px; {/block:PermalinkPage} background-color:#ffffff; -webkit-transition: all 0.4s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;}
  236.  
  237. #entry .perma a{
  238. color:{color:Links};
  239. }
  240.  
  241. #entry .perma{
  242. width:100px;
  243. font-family: cambria;
  244. position: absolute;
  245. font-size: 10px;
  246. line-height: 15px;
  247. text-align: center;
  248. overflow:hidden;
  249. opacity: 0.0;
  250. background-color:#fff;
  251. margin-top: 5px;
  252. margin-left: 195px;
  253. letter-spacing: 0px;
  254. }
  255.  
  256. #entry:hover .perma{
  257. overflow:visible;
  258. -webkit-transition: opacity 0.5s linear; opacity: 0.8;
  259. -webkit-transition: all 0.5s linear;
  260. -moz-transition: all 0.5s linear;
  261. transition: all 0.5s linear;
  262. border-radius: 10px;
  263. }
  264.  
  265. #theme {position:fixed !important; width: 10px; height: auto; bottom: 0px; left: 0px; background-color: white;}
  266.  
  267. #navtab{position:fixed !important; font-family: cambria; width: 791px; height: 38; margin-top: 2px; margin-left: 110px; padding: 1px; font-size: 11px; line-height:10px; letter-spacing:0px; margin-bottom: 5px; background-color: #FFF;}
  268.  
  269. #sidebar {position:fixed !important; font-family: cambria; width: 185px; height: 100%; margin-top: 45px; margin-left: 110px; padding: 1px; font-size: 11px; line-height:10px; letter-spacing:1px; margin-bottom: 5px; background-color: #FFF;}
  270.  
  271. #postnotes {text-align: justify;}
  272.  
  273. #postnotes blockquote {border: 0px;}
  274.  
  275. .headerlinks {height:35px; width: 153px; background-color: #FFF; font-family: verdana; font-size:10px; margin: 2px; float:left; text-align: center; line-height: 30px; -webkit-border-top-left-radius: 30px; -webkit-border-bottom-right-radius: 30px; webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  276.  
  277. .headerlinks:hover {background-color: #eeeeee; -webkit-border-top-left-radius: 0px; -webkit-border-bottom-right-radius: 0px; -webkit-border-top-right-radius: 30px; -webkit-border-bottom-left-radius: 30px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; transition: all 0.6s ease-out;}
  278.  
  279. .title {font-family: "kg luck of the irish"; font-size: 15px; line-height: 12px; color: {color:Title}; letter-spacing: 0px; font-weight: normal; padding:0px 0px 0px 0px;}
  280. .title2 {font-family: "kg luck of the irish"; font-size: 10px; line-height: 12px; color: {color:Title}; letter-spacing: 0px; font-weight: normal; padding:0px 0px 0px 0px;}
  281. .video embed, .post div.video object {width: 400px !important;}
  282.  
  283. blockquote {padding:0px 0px 2px 5px; margin:0px 0px 2px 1px; border-left: 1px dotted #000000;}
  284. blockquote p, ul {margin:0px; padding:0px; }
  285.  
  286. a img{border: 0px;}
  287.  
  288. ul, ol, li {list-style:none; margin:0px; padding:0px;}
  289.  
  290. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  291. .user_7 .label, .user_8 .label, .user_9 .label {color:#555555;}
  292.  
  293. .notes img{width:10px; position:relative; top:3px;}
  294.  
  295. .permalink{ display: block; font-size: 10px; text-align: right; background-color:#FFFFFF;}
  296.  
  297. small{font-size: 90%;}
  298. </style>
  299.  
  300. <link rel="shortcut icon" href="{Favicon}">
  301. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  302. <meta name="viewport" content="width=820" />
  303.  
  304. <script type="text/javascript">
  305. window.onload= loaded;
  306. function loaded()
  307. {
  308. alert('welcome to my wonderland beauitful (: hope you enjoy! <3');
  309. }
  310. </script>
  311.  
  312.  
  313. {block:ifGroovyBackground}<script type="text/javascript">
  314. // <![CDATA[
  315. var border=50; // how wide is each border
  316. var effects=3; // how many of the effect are on the page
  317. var speed=50; // how fast is the animation (lower is faster)
  318. var colours=new Array("#9cf", "#c9f", "#fc9", "#f9c", "#cf9", "#9fc", "#6ff", "#f6f", "#ff6");
  319. // above line lists colours for the groovy effect (can be as long or short as you like)
  320.  
  321. /****************************
  322. *1970s Groovy WebPage Effect*
  323. *(c)2008-11 mf2fm web-design*
  324. * http://www.mf2fm.com/rv *
  325. * DON'T EDIT BELOW THIS BOX *
  326. ****************************/
  327. var swide, shigh, boddie;
  328. var h=new Array();
  329. var v=new Array();
  330. var op=1/(effects+1);
  331. window.onload=function() { if (document.getElementById) {
  332. var i, d, s;
  333. boddie=document.createElement("div");
  334. s=boddie.style;
  335. s.position="fixed";
  336. s.backgroundColor="transparent";
  337. s.top="0px";
  338. s.left="0px";
  339. s.width="100%";
  340. s.zIndex="-1";
  341. i=document.body.style.backgroundColor;
  342. if (document.body.parentNode) {
  343. if (i) document.body.parentNode.style.backgroundColor=i;
  344. document.body.style.backgroundColor="transparent";
  345. }
  346. document.body.insertBefore(boddie, document.body.firstChild);
  347. set_width();
  348. for (i=0; i<effects*10; i+=10) {
  349. d=document.createElement("div");
  350. s=d.style;
  351. s.width="100%";
  352. h[i]=Math.floor(Math.random()*shigh/2.5);
  353. h[i+1]=Math.floor(Math.random()*shigh/2.5);
  354. h[i+2]=(Math.random()<0.5?-1:1)*(2+Math.floor(Math.random()*3));
  355. h[i+3]=(Math.random()<0.5?-1:1)*(2+Math.floor(Math.random()*3));
  356. s.top=h[i]+"px";
  357. s.bottom=h[i+1]+"px";
  358. s.position="absolute";
  359. s.borderColor=jazz();
  360. s.borderStyle="solid";
  361. s.borderWidth=border+"px 0px";
  362. s.backgroundColor=jazz();
  363. if (navigator.appName=="Microsoft Internet Explorer") s.filter="alpha(opacity="+(100*op)+")";
  364. else s.opacity=op;
  365. h[i+5]=s;
  366. boddie.appendChild(d);
  367. }
  368. for (i=0; i<effects*10; i+=10) {
  369. d=document.createElement("div");
  370. s=d.style;
  371. s.height="100%";
  372. v[i]=Math.floor(Math.random()*swide/2.5);
  373. v[i+1]=Math.floor(Math.random()*swide/2.5);
  374. v[i+2]=(Math.random()<0.5?-1:1)*(2+Math.floor(Math.random()*3));
  375. v[i+3]=(Math.random()<0.5?-1:1)*(2+Math.floor(Math.random()*3));
  376. s.left=v[i]+"px";
  377. s.right=v[i+1]+"px";
  378. s.position="absolute";
  379. s.borderColor=jazz();
  380. s.borderStyle="solid";
  381. s.borderWidth="0px "+border+"px";
  382. s.backgroundColor=jazz();
  383. if (navigator.appName=="Microsoft Internet Explorer") s.filter="alpha(opacity="+(100*op)+")";
  384. else s.opacity=op;
  385. v[i+5]=s;
  386. boddie.appendChild(d);
  387. }
  388. setInterval('groovy()', speed);
  389. }}
  390.  
  391. var old_jazz=false;
  392. function jazz() {
  393. var new_jazz;
  394. do { new_jazz=colours[Math.floor(Math.random()*colours.length)]; }
  395. while ( new_jazz==old_jazz );
  396. old_jazz=new_jazz;
  397. return (new_jazz);
  398. }
  399.  
  400. function scat(no) {
  401. var yes;
  402. no=no*Math.abs(no);
  403. do { yes=2+Math.floor(Math.random()*3); }
  404. while ( no==yes );
  405. return (yes);
  406. }
  407.  
  408. function groovy() {
  409. var i;
  410. for (i=0; i<effects*10; i+=10) {
  411. h[i]+=h[i+2];
  412. h[i+1]+=h[i+3];
  413. if (h[i]+h[i+1]>shigh-border*2) {
  414. h[i+4]=h[i+2];
  415. h[i+2]=-h[i+3];
  416. h[i+3]=-h[i+4];
  417. h[i+5].backgroundColor=jazz();
  418. }
  419. if (h[i]<-border && Math.random()<1/border) {
  420. h[i+2]=scat(h[i+3]);
  421. if (h[i+1]>shigh) h[i+5].borderColor=jazz();
  422. }
  423. else if (h[i]>shigh && Math.random()<1/border) {
  424. h[i+2]=-scat(h[i+3]);
  425. }
  426. if (h[i+1]<-border && Math.random()<1/border) {
  427. h[i+3]=scat(h[i+2]);
  428. if (h[i]>shigh) h[i+5].borderColor=jazz();
  429. }
  430. else if (h[i+1]>shigh && Math.random()<1/border) {
  431. h[i+3]=-scat(h[i+2]);
  432. }
  433. h[i+5].top=h[i]+"px";
  434. h[i+5].bottom=h[i+1]+"px";
  435. }
  436. for (i=0; i<effects*10; i+=10) {
  437. v[i]+=v[i+2];
  438. v[i+1]+=v[i+3];
  439. if (v[i]+v[i+1]>swide-border*2) {
  440. v[i+4]=v[i+2];
  441. v[i+2]=-v[i+3];
  442. v[i+3]=-v[i+4];
  443. v[i+5].backgroundColor=jazz();
  444. }
  445. if (v[i]<-border && Math.random()<1/border) {
  446. v[i+2]=scat(v[i+3]);
  447. if (v[i+1]>swide) v[i+5].borderColor=jazz();
  448. }
  449. else if (v[i]>swide && Math.random()<1/border) {
  450. v[i+2]=-scat(v[i+3]);
  451. }
  452. if (v[i+1]<-border && Math.random()<1/border) {
  453. v[i+3]=scat(v[i+2]);
  454. if (v[i]>swide) v[i+5].borderColor=jazz();
  455. }
  456. else if (v[i+1]>swide && Math.random()<1/border) {
  457. v[i+3]=-scat(v[i+2]);
  458. }
  459. v[i+5].left=v[i]+"px";
  460. v[i+5].right=v[i+1]+"px";
  461. }
  462. }
  463.  
  464. window.onresize=set_width;
  465. function set_width() {
  466. var sw_min=999999;
  467. var sh_min=999999;
  468. if (document.documentElement && document.documentElement.clientWidth) {
  469. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  470. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  471. }
  472. if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
  473. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  474. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  475. }
  476. if (document.body.clientWidth) {
  477. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  478. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  479. }
  480. if (sw_min==999999 || sh_min==999999) {
  481. sw_min=800;
  482. sh_min=600;
  483. }
  484. swide=sw_min;
  485. shigh=sh_min;
  486. boddie.style.height=shigh+"px";
  487. }
  488. // ]]>
  489. </script>
  490. {/block:ifGroovyBackground}
  491. </head>
  492. <body>
  493.  
  494. <div id="cage">
  495. <div id="center">
  496. <center><!-- Start css3menu.com BODY section -->
  497.  
  498.  
  499.  
  500. <ul id="css3menu1" class="topmenu">
  501.  
  502.  
  503.  
  504. <li class="topfirst"><a href="/" style="height:16px;line-height:16px;">Home</a></li>
  505.  
  506.  
  507.  
  508. <li class="topmenu"><a href="#?w=500" rel="02" class="poplight" style="height:16px;line-height:16px;">Ask</a></li>
  509.  
  510.  
  511.  
  512. <li class="topmenu"><a href="{text:Custom Link Two}">{text:Custom Link One Title}</a></li>
  513.  
  514.  
  515. <li class="topmenu"><a href="{text:Custom Link Three}" style="height:16px;line-height:16px;">{text:Custom Link Two Title}</a></li>
  516.  
  517. <li class="topmenu"><a href="{text:Custom Link Four}" style="height:16px;line-height:16px;">{text:Custom Link Three Title}</a></li>
  518.  
  519.  
  520.  
  521. <li class="topmenu"><a href="{text:Custom Link Five}" style="height:16px;line-height:16px;">{text:Custom Link Four Title}</a></li>
  522.  
  523.  
  524.  
  525. <li class="topmenu"><a href="{text:Custom Link Six}" style="height:16px;line-height:16px;">{text:Custom Link Five Title}</a></li>
  526.  
  527.  
  528.  
  529. <li class="toplast"><a href="http://thepinkrebellion.tumblr.com/" style="height:16px;line-height:16px;">Theme</a></li>
  530.  
  531.  
  532.  
  533. </ul><p class="_css3m"><a href="http://css3menu.com/">CSS Tree Menus Css3Menu.com</a></p>
  534.  
  535.  
  536.  
  537. <!-- End css3menu.com BODY section --></center>
  538.  
  539. <div id="sidebar">
  540. {block:ifShowTitle}<center><div class="blogtitle"><font face="Lobster"><a href="/"><big>{Title}</big></font></a></div></center>{/block:ifShowTitle}
  541. {block:ifshowsidebarimage}<a href="/"><img src="{image:sidebar}" width=185px></a>{/block:ifshowsidebarimage}</br>
  542. <center>{Description}</center>
  543. </div>
  544.  
  545. <div id="theme">
  546. <a href="http://thepinkrebellion.tumblr.com/">©</a>
  547. </div>
  548.  
  549. <div id="content">{block:Posts}<div id="entry">
  550.  
  551. <div class="perma">
  552. <a href="{perma}">{NoteCountWithLabel}</a> - <a href="{ReblogURL}" target="_blank">reblog</a></span></div>
  553.  
  554. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>{/block:Text}
  555.  
  556. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
  557.  
  558.  
  559. {block:Photo}<center>{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=300px height=200px></a>{LinkCloseTag}</center>{/block:Photo}
  560. {block:Quote}<span class="title">{Quote}</span> - {block:Source} <b>{Source}</b> {/block:Source}{/block:Quote}
  561.  
  562. {block:Photoset}<div style="width:350px !important;">{Photoset-400}</div>{/block:Photoset}
  563.  
  564. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul><span class="permalink">{/block:Chat}
  565.  
  566. {block:Audio}<center><div style="width:400px; height:30px;"><div style="float:left">{AudioPlayerBlack}</div><div style="margin-top:10px; float:right;">
  567. {block:ExternalAudio} | <a href="{ExternalAudioURL}">Download</a>{/block:ExternalAudio}</div></div></centeR>{/block:permalinkpage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{/block:Audio}
  568.  
  569. {block:Video}<div class="video">{Video-400}</div>{block:Video}
  570.  
  571. {block:PermalinkPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}{/block:PermalinkPage}
  572.  
  573. {block:PostNotes}{PostNotes}{/block:PostNotes}
  574. </div>{/block:Posts}
  575. </div></div>
  576. </div>
  577.  
  578.  
  579. <div id="02" class="popup_block">
  580.  
  581. <Center><font size="5" color="#FFFFFF"><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">
  582. </center></div>
  583.  
  584. </div></div></div></div></div></div></div></div></div></div>
  585. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement