Advertisement
rxeality

strawberries theme

Jun 29th, 2015
7,797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.33 KB | None | 0 0
  1. <!--
  2.  
  3. ->>> THEME 'STRAWBERRIES' MADE BY RXEALTHEMES.TUMBLR.COM <<<-
  4.  
  5.  
  6. thank you for using my theme! I've worked hard on this so please don't steal or delete credit. thank you!
  7.  
  8. If there's any bugs or if you have a question, please message me here:
  9.  
  10. -> rxealthemes.tumblr.com/ask <-
  11.  
  12.  
  13. -->
  14.  
  15.  
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18. <head> <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20. <script>
  21. $(document).ready(function() {
  22. //
  23. $('a.poplight[href^=#]').click(function() {
  24. var popID = $(this).attr('rel'); //Get Popup Name
  25. var popURL = $(this).attr('href'); //Get Popup href to define size
  26. var query= popURL.split('?');
  27. var dim= query[1].split('&');
  28. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  29. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="escape" alt="escape" /></a>');
  30. var popMargTop = ($('#' + popID).height() + 80) / 2;
  31. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  32. //Apply Margin to Popup
  33. $('#' + popID).css({
  34. 'margin-top' : -popMargTop,
  35. 'margin-left' : -popMargLeft
  36. });
  37. $('body').append('<div id="fade"></div>');
  38. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  39. return false;
  40. });
  41. $('a.close, #fade').live('click', function() {
  42. $('#fade , .popup_block').fadeOut(function() {
  43. $('#fade, a.close').remove(); //fade them both out
  44. });
  45. return false;
  46. });
  47. });
  48. </script>
  49.  
  50.  
  51. <title>{Title}</title>
  52. <link rel="shortcut icon" href="{image:Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55.  
  56. <script type="text/javascript"
  57. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  58.  
  59.  
  60.  
  61. <meta name="image:favicon" content=""/>
  62. <meta name="image:background" content=""/>
  63. <meta name="image:sidebar" content=""/>
  64. <meta name="image:cursor" content="http://i.imgur.com/2qleX.jpg"/>
  65. <meta name="image:cursor hover" content="http://i.imgur.com/IepP2.jpg"/>
  66.  
  67. <meta name="color:Background" content="#ffffff"/>
  68. <meta name="color:title" content="#ffabab"/>
  69. <meta name="color:Text" content="#838282"/>
  70. <meta name="color:Link" content="#b8b8b8"/>
  71. <meta name="color:linkhover" content="#cecece"/>
  72. <meta name="color:bold" content="#cecece">
  73. <meta name="color:italic" content="#cecece">
  74. <meta name="color:asker bg" content="#f5f5f5">
  75. <meta name="color:border" content="#000000">
  76. <meta name="color:navigation links" content="#ffabab">
  77.  
  78. <meta name="text:faq" content="just a small text to go above your ask box" />
  79. <meta name="text:misc text" content="this will end up in the right box. you can write something or paste a musicplayer code or stats code" />
  80. <meta name="text:home name" content="home" />
  81. <meta name="text:ask name" content="mailbox" />
  82. <meta name="text:Link1" content="/" />
  83. <meta name="text:Link1 Title" content="title" />
  84. <meta name="text:Link2" content="/" />
  85. <meta name="text:Link2 Title" content="title" />
  86. <meta name="text:Link3" content="/" />
  87. <meta name="text:Link3 Title" content="title" />
  88.  
  89. <meta name="if:rounded scrollbar"content="1"/>
  90. <meta name="if:counter"content="1"/>
  91. <meta name="if:custom cursor"content="0"/>
  92. <meta name="if:cursor effect"content="1"/>
  93. <meta name="if:repeated background"content="1"/>
  94. <meta name="if:transparent container"content="1"/>
  95. <meta name="if:icon links"content="0"/>
  96. <meta name="if:faded images"content="1"/>
  97. <meta name="if:caption"content="1"/>
  98.  
  99. <meta name="select:bordertype" content="solid" title="solid">
  100. <meta name="select:bordertype" content="dotted" title="dotted">
  101. <meta name="select:bordertype" content="dashed" title="dashed">
  102.  
  103. {block:ifcustomcursor}
  104. <style> body, a { cursor:url({image:cursor}), auto }
  105. a, a:hover { cursor:url("{image:cursor hover"), auto;
  106. } </style>
  107. {/block:ifcustomcursor}
  108.  
  109.  
  110.  
  111. <style type="text/css">
  112.  
  113.  
  114. {block:ifnotroundedscrollbar}
  115. ::-webkit-scrollbar {width: 9px; height: 3px; background: #FFFFFF;}
  116. ::-webkit-scrollbar-thumb {background-color:#ffffff ; border: 1px solid black;} {/block:ifnotroundedscrollbar}
  117.  
  118. {block:ifroundedscrollbar}
  119. ::-webkit-scrollbar {width: 6px; height: 4px; background: #ffffff; }
  120. ::-webkit-scrollbar-thumb { background-color: #000000; -webkit-border-radius: 1ex; } {/block:ifroundedscrollbar}
  121.  
  122.  
  123. body {
  124. background:{color:background};
  125. background-image:url({image:Background});
  126. {block:ifrepeatedbackground}
  127. background-attachment: fixed;
  128. background-repeat:repeat;
  129. {/block:ifrepeatedbackground}
  130. {block:ifnotrepeatedbackground}
  131. background-attachment: fixed;
  132. background-repeat:no-repeat;
  133. background-size:cover;
  134. {/block:ifnotrepeatedbackground}
  135. margin:0px;
  136. color:{color:text};
  137. font-family:arial;
  138. font-size:10px;
  139. line-height:100%;
  140. }
  141.  
  142.  
  143. a {
  144. color:{color:link};
  145. text-decoration: none;
  146. }
  147.  
  148. a:hover {
  149. color:{color:linkhover};
  150. }
  151.  
  152. .container {
  153. max-height: 400px;
  154. height:400px;
  155. width:700px;
  156. margin-top:120px;
  157. margin-left:300px;
  158. overflow-y: auto;
  159. overflow-x:hidden;
  160. border:1px {select:bordertype} {color:border};
  161. {block:ifnottransparentcontainer}
  162. background:#fff;
  163. {/block:ifnottransparentcontainer}
  164. {block:iftransparentcontainer}
  165. background:transparent;
  166. {/block:iftransparentcontainer}
  167. }
  168.  
  169. img {
  170. border:none;
  171. }
  172.  
  173. {block:iffadedimages}
  174. img{
  175. -webkit-transition: opacity 0.6s linear;
  176. opacity: 0.65;
  177. }
  178. img:hover{
  179. -webkit-transition: opacity 0.6s linear;
  180. opacity: 1;
  181. }
  182.  
  183. {/block:iffadedimages}
  184.  
  185. blockquote {
  186. padding-left:5px;
  187. border-left:2px solid;
  188. }
  189.  
  190. blockquote blockquote {
  191. padding-left:5px;
  192. border-left:2px solid;
  193. }
  194.  
  195. h1 {
  196. font-size:15px;
  197. text-transform:uppercase;
  198. }
  199.  
  200. b, strong {
  201. color:{color:bold};
  202. font-weight:bold;
  203. }
  204.  
  205. i, em {
  206. color:{color:italic};
  207. }
  208.  
  209. #fade { /*--Transparent background layer--*/
  210. display: none; /*--hidden by default--*/
  211. background: transparent;
  212. background-image: url('');
  213. position: fixed; left: 0; top: 0;
  214. width: 100%; height: 100%;
  215. opacity: .80;
  216. z-index: 9999;
  217. }
  218. .popup_block{
  219. display: none; /*--hidden by default--*/
  220. background: #fff;
  221. padding: 20px;
  222. border: 1px {select:bordertype} {color:border};
  223. float: left;
  224. font-size: 12px;
  225. position: fixed;
  226. top: 50%; left: 47%;
  227. z-index: 99999;
  228.  
  229. }
  230. img.btn_close {
  231. float: right;
  232. margin: -5px -5px 0 0;
  233. }
  234. /*--Making IE6 Understand Fixed Positioning--*/
  235. *html #fade {
  236. position: absolute;
  237. }
  238. *html .popup_block {
  239. position: absolute;
  240. }
  241.  
  242.  
  243. #entries {
  244. padding:10px;
  245. width:250px;
  246. margin-left:230px;
  247. margin-top:0px;
  248. border-left:1px {select:bordertype} {color:border};
  249. border-right:1px {select:bordertype} {color:border};
  250. padding-top:40px;
  251. padding-left:30px;
  252. padding-right:30px;
  253. }
  254.  
  255. #post {
  256. width:250px;
  257. padding-bottom:20px;
  258. }
  259.  
  260. #sidebar {
  261. width:150px;
  262. position:fixed;
  263. margin-left:340px;
  264. margin-top:40px;
  265.  
  266. }
  267.  
  268. #miscbar {
  269. width:125px;
  270. position:fixed;
  271. margin-left:860px;
  272. margin-top:40px;
  273. }
  274.  
  275. #title {
  276. font-size:18px;
  277. text-align:center;
  278. margin-bottom:-20px;
  279. letter-spacing:1px;
  280. text-transform:uppercase;
  281. color:{color:title};
  282. line-height:120%;
  283. }
  284.  
  285. #sidebarimage {
  286. width 150px;
  287.  
  288. }
  289.  
  290. #sidebarimage img {
  291. width:150px;
  292. max-height:200;
  293. }
  294.  
  295. #description {
  296. width:140px;
  297. font-size:10px;
  298. margin-top:0px;
  299. padding:3px;
  300. }
  301.  
  302. #pagination {
  303. font-size:12px;
  304. text-align:center;
  305. }
  306.  
  307. #info {
  308. width:490px;
  309. padding:5px;
  310. font-size:8px;
  311. color:{color:link};
  312. margin-top:10px;
  313. margin-bottom:5px;
  314. letter-spacing:2px;
  315. text-align:left;
  316. }
  317.  
  318. #questions {
  319. background-color: {color:asker bg};
  320. padding:11px;
  321. margin-top: 5px;
  322. margin-bottom:5px;
  323. font-size:10px;
  324. text-align:left;
  325. }
  326.  
  327. #answer {
  328. font-size:10px;
  329. text-transform:lowercase;
  330. }
  331.  
  332. #links {
  333. padding:5px;
  334. font-size:10px;
  335. color:{color:navigation links};
  336. text-align:center;
  337. letter-spacing:1px;
  338. position:absolute;
  339. float:left;
  340. width:150px;
  341.  
  342. }
  343.  
  344.  
  345.  
  346.  
  347. </style>
  348.  
  349. {CustomCSS}</style>
  350.  
  351.  
  352. {block:ifcursoreffect}
  353. <script type="text/javascript">
  354. // <![CDATA[
  355. var colour="#000000";
  356. var sparkles=120;
  357.  
  358. /****************************
  359. * Tinkerbell Magic Sparkle *
  360. * (c) 2005 mf2fm web-design *
  361. * http://www.mf2fm.com/rv *
  362. * DON'T EDIT BELOW THIS BOX *
  363. ****************************/
  364. var x=ox=400;
  365. var y=oy=300;
  366. var swide=800;
  367. var shigh=600;
  368. var sleft=sdown=0;
  369. var tiny=new Array();
  370. var star=new Array();
  371. var starv=new Array();
  372. var starx=new Array();
  373. var stary=new Array();
  374. var tinyx=new Array();
  375. var tinyy=new Array();
  376. var tinyv=new Array();
  377.  
  378. window.onload=function() { if (document.getElementById) {
  379. var i, rats, rlef, rdow;
  380. for (var i=0; i<sparkles; i++) {
  381. var rats=createDiv(3, 3);
  382. rats.style.visibility="hidden";
  383. document.body.appendChild(tiny[i]=rats);
  384. starv[i]=0;
  385. tinyv[i]=0;
  386. var rats=createDiv(5, 5);
  387. rats.style.backgroundColor="transparent";
  388. rats.style.visibility="hidden";
  389. var rlef=createDiv(1, 5);
  390. var rdow=createDiv(5, 1);
  391. rats.appendChild(rlef);
  392. rats.appendChild(rdow);
  393. rlef.style.top="2px";
  394. rlef.style.left="0px";
  395. rdow.style.top="0px";
  396. rdow.style.left="2px";
  397. document.body.appendChild(star[i]=rats);
  398. }
  399. set_width();
  400. sparkle();
  401. }}
  402.  
  403. function sparkle() {
  404. var c;
  405. if (x!=ox || y!=oy) {
  406. ox=x;
  407. oy=y;
  408. for (c=0; c<sparkles; c++) if (!starv[c]) {
  409. star[c].style.left=(starx[c]=x)+"px";
  410. star[c].style.top=(stary[c]=y)+"px";
  411. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  412. star[c].style.visibility="visible";
  413. starv[c]=50;
  414. break;
  415. }
  416. }
  417. for (c=0; c<sparkles; c++) {
  418. if (starv[c]) update_star(c);
  419. if (tinyv[c]) update_tiny(c);
  420. }
  421. setTimeout("sparkle()", 40);
  422. }
  423.  
  424. function update_star(i) {
  425. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  426. if (starv[i]) {
  427. stary[i]+=1+Math.random()*3;
  428. if (stary[i]<shigh+sdown) {
  429. star[i].style.top=stary[i]+"px";
  430. starx[i]+=(i%5-2)/5;
  431. star[i].style.left=starx[i]+"px";
  432. }
  433. else {
  434. star[i].style.visibility="hidden";
  435. starv[i]=0;
  436. return;
  437. }
  438. }
  439. else {
  440. tinyv[i]=50;
  441. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  442. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  443. tiny[i].style.width="2px";
  444. tiny[i].style.height="2px";
  445. star[i].style.visibility="hidden";
  446. tiny[i].style.visibility="visible"
  447. }
  448. }
  449.  
  450. function update_tiny(i) {
  451. if (--tinyv[i]==25) {
  452. tiny[i].style.width="1px";
  453. tiny[i].style.height="1px";
  454. }
  455. if (tinyv[i]) {
  456. tinyy[i]+=1+Math.random()*3;
  457. if (tinyy[i]<shigh+sdown) {
  458. tiny[i].style.top=tinyy[i]+"px";
  459. tinyx[i]+=(i%5-2)/5;
  460. tiny[i].style.left=tinyx[i]+"px";
  461. }
  462. else {
  463. tiny[i].style.visibility="hidden";
  464. tinyv[i]=0;
  465. return;
  466. }
  467. }
  468. else tiny[i].style.visibility="hidden";
  469. }
  470.  
  471. document.onmousemove=mouse;
  472. function mouse(e) {
  473. set_scroll();
  474. y=(e)?e.pageY:event.y+sdown;
  475. x=(e)?e.pageX:event.x+sleft;
  476. }
  477.  
  478. function set_scroll() {
  479. if (typeof(self.pageYOffset)=="number") {
  480. sdown=self.pageYOffset;
  481. sleft=self.pageXOffset;
  482. }
  483. else if (document.body.scrollTop || document.body.scrollLeft) {
  484. sdown=document.body.scrollTop;
  485. sleft=document.body.scrollLeft;
  486. }
  487. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  488. sleft=document.documentElement.scrollLeft;
  489. sdown=document.documentElement.scrollTop;
  490. }
  491. else {
  492. sdown=0;
  493. sleft=0;
  494. }
  495. }
  496.  
  497. window.onresize=set_width;
  498. function set_width() {
  499. if (typeof(self.innerWidth)=="number") {
  500. swide=self.innerWidth;
  501. shigh=self.innerHeight;
  502. }
  503. else if (document.documentElement && document.documentElement.clientWidth) {
  504. swide=document.documentElement.clientWidth;
  505. shigh=document.documentElement.clientHeight;
  506. }
  507. else if (document.body.clientWidth) {
  508. swide=document.body.clientWidth;
  509. shigh=document.body.clientHeight;
  510. }
  511. }
  512.  
  513. function createDiv(height, width) {
  514. var div=document.createElement("div");
  515. div.style.position="absolute";
  516. div.style.height=height+"px";
  517. div.style.width=width+"px";
  518. div.style.overflow="hidden";
  519. div.style.backgroundColor=colour;
  520. return (div);
  521. }
  522. // ]]>
  523. </script>
  524.  
  525. {/block:ifcursoreffect}
  526.  
  527. </head><body>
  528.  
  529. <div id="sidebar">
  530.  
  531. <div id="title">{Title}</div> <br>
  532.  
  533. <br> <br> <br>
  534.  
  535. {block:ifsidebarimage}<centered><div id="sidebarimage"><img src="{image:sidebar}"></div></centered> <br>{block:ifsidebarimage}
  536.  
  537. <center><div id="description">{Description}</div></center> <br>
  538. {block:ifnoticonlinks}
  539. <center><div id="links">
  540. <a href="/"style="color:{color:navigation links};">{text:home name}</a>
  541. <a href="#?w=500" rel="02" class="poplight" style="color:{color:navigation links}">{text:ask name}</a>
  542. {block:ifLink1}<a href="{text:Link1}" style="color:{color:navigation links};">{text:Link1 Title}</a>{/block:ifLink1}
  543. {block:ifLink2}<a href="{text:Link2}"style="color:{color:navigation links};">{text:Link2 Title}</a>{/block:ifLink2}
  544. {block:ifLink3}<a href="{text:Link3}"style="color:{color:navigation links};">{text:Link3 Title}</a>{/block:ifLink3}
  545. {block:ifLink4}<a href="{text:Link4}"style="color:{color:navigation links};">{text:Link4 Title}</a>{/block:ifLink4}
  546. {block:ifLink4}<a href="{text:Link4}"style="color:{color:navigation links};">{text:Link4 Title}</a>{/block:ifLink4}
  547. </center> {/block:ifnoticonlinks}
  548.  
  549.  
  550. {block:ificonlinks} <br> <center>
  551. <a href="/"><img src="http://static.tumblr.com/tor6lwb/Oj3nqb3ar/tumblr_inline_mopiwrk9qr1qz4rgp.png" style="width:22px;"title="{text:home name}"></a>
  552.  
  553. <a href="#?w=500" rel="02" class="poplight"><img src="http://static.tumblr.com/tor6lwb/LrSnqb526/tumblr_inline_mopiwwhvu71qz4rgp.png" style="width:22px;"title="{text:ask name}"></a>
  554.  
  555. <a href="{text:Link1}"><img src="http://static.tumblr.com/tor6lwb/QOonqb8gm/tumblr_inline_mopjpvtr881qz4rgp.png" style="width:22px;"title="{text:Link1 title}"></a>
  556.  
  557. <a href="{text:Link2}"><img src="http://static.tumblr.com/tor6lwb/UBFnqb8gw/tumblr_inline_mopk12wxjs1qz4rgp.png" style="width:22px;"title="{text:Link2 title}"></a>
  558.  
  559. <a href="{text:Link3}"><img src="http://static.tumblr.com/tor6lwb/Itwnqb8hl/tumblr_inline_mopjyotpuc1qz4rgp.png" style="width:22px;"title="{text:Link3 title}"></a> </center>
  560.  
  561. {/block:ificonlinks}
  562.  
  563.  
  564. <br> <br> <br> <br> <center>
  565. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>«</big></a>{/block:PreviousPage}
  566. {block:NextPage}<a href="{NextPage}"><big>»</big></a>{/block:NextPage}{/block:Pagination}</center> <br>
  567.  
  568. </div>
  569.  
  570. <div id="miscbar">
  571. {text:misc text} <br> <br> <br>
  572.  
  573. {block:ifcounter}
  574. <SCRIPT>
  575. function GetCookie (name) {
  576. var arg = name + "=";
  577. var alen = arg.length;
  578. var clen = document.cookie.length;
  579. var i = 0;
  580. while (i < clen) {
  581. var j = i + alen;
  582. if (document.cookie.substring(i, j) == arg)
  583. return getCookieVal (j);
  584. i = document.cookie.indexOf(" ", i) + 1;
  585. if (i == 0) break;
  586. }
  587. return null;
  588. }
  589. function SetCookie (name, value) {
  590. var argv = SetCookie.arguments;
  591. var argc = SetCookie.arguments.length;
  592. var expires = (argc > 2) ? argv[2] : null;
  593. var path = (argc > 3) ? argv[3] : null;
  594. var domain = (argc > 4) ? argv[4] : null;
  595. var secure = (argc > 5) ? argv[5] : false;
  596. document.cookie = name + "=" + escape (value) +
  597. ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
  598. ((path == null) ? "" : ("; path=" + path)) +
  599. ((domain == null) ? "" : ("; domain=" + domain)) +
  600. ((secure == true) ? "; secure" : "");
  601. }
  602. function DeleteCookie (name) {
  603. var exp = new Date();
  604. exp.setTime (exp.getTime() - 1);
  605. var cval = GetCookie (name);
  606. document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
  607. }
  608. var expDays = 30;
  609. var exp = new Date();
  610. exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
  611. function amt(){
  612. var count = GetCookie('count')
  613. if(count == null) {
  614. SetCookie('count','1')
  615. return 1
  616. }
  617. else {
  618. var newcount = parseInt(count) + 1;
  619. DeleteCookie('count')
  620. SetCookie('count',newcount,exp)
  621. return count
  622. }
  623. }
  624. function getCookieVal(offset) {
  625. var endstr = document.cookie.indexOf (";", offset);
  626. if (endstr == -1)
  627. endstr = document.cookie.length;
  628. return unescape(document.cookie.substring(offset, endstr));
  629. }
  630. </SCRIPT>
  631. <SCRIPT>
  632. document.write("You've been here <b>" + amt() + "</b> times.")
  633. </SCRIPT>
  634. {/block:ifcounter}
  635.  
  636. </div>
  637.  
  638.  
  639.  
  640. <div class="container">
  641. <div id="entries">{block:Posts}<div id="post">
  642.  
  643. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  644.  
  645. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}{/block:Photo}
  646.  
  647. {block:Photoset}{Photoset-250}{block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}{/block:Photoset}
  648.  
  649. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  650.  
  651. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  652.  
  653. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  654.  
  655. {block:Audio}{AudioPlayerWhite}{block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}{/block:Audio}
  656.  
  657. {block:Video}{Video-250}{block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}{/block:Video}
  658.  
  659. {block:Answer}<div id="questions"><b>{Asker}</b> asked: {Question}</div>
  660. <div id="answer">{Answer}</div>{/block:answer}
  661.  
  662. <div id="info"> <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  663. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags">
  664. {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div> <div id="pagination">
  665.  
  666. </div>
  667.  
  668. {block:PostNotes}{PostNotes}{/block:PostNotes}
  669. {/block:Posts}</div></div>
  670.  
  671.  
  672. <!-- DO NOT DELETE CREDIT PLEASE -->
  673. <a href='http://rxealthemes.tumblr.com'><img style="position:fixed; opacity: 1.0; width: 45px; bottom:10px; right:10px; z-index: 999;" src="http://static.tumblr.com/tor6lwb/GEro5l3do/stone_grey_jittering_test_trans.png" title="rxealthemes"></a>
  674. <!-- DO NOT DELETE CREDIT PLEASE -->
  675.  
  676. </body>
  677.  
  678. <div id="02" class="popup_block">
  679. <br> <br> {text:faq} <br> <br>
  680. <iframe id="ask_form" style="background-color: transparent; overflow: hidden;" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" frameborder="0" scrolling="no" width="100%" height="150"></iframe>
  681. </div></div>
  682.  
  683. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement