Advertisement
unf0rgettable

02. whistle by peetasboner

Jul 29th, 2015
1,098
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.16 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!----------
  9.  
  10. theme 02: whistle
  11. you can edit as much as you want as long as you keep the credit.
  12. if you need help with adding/changing/costumizing the theme just
  13. send me an ask (peetasboner.com).
  14. ✿ E N J O Y ✿
  15.  
  16. ---------->
  17.  
  18.  
  19. <meta name="color:background" content="#ffffff"/>
  20. <meta name="color:text" content="#333333"/>
  21. <meta name="color:links" content="#5b5b5b"/>
  22. <meta name="color:description" content="#333333"/>
  23. <meta name="color:caption" content="#5b5b5b"/>
  24. <meta name="color:sidebar links" content="#5b5b5b"/>
  25. <meta name="color:links hover" content="#c9c9c9"/>
  26. <meta name="color:scrollbar bg" content="#ffffff"/>
  27. <meta name="color:scrollbar" content="#eeeeee"/>
  28. <meta name="color:border" content="#f1f1f1"/>
  29.  
  30. <meta name="image:sidebar image" content=""/>
  31. <meta name="image:background image" content=""/>
  32. <meta name="if: show sidebar image" content="1"/>
  33. <meta name="if: show title" content="0"/>
  34. <meta name="if:left sidebar" content="0"/>
  35. <meta name="if:hover caption" content="1"/>
  36. <meta name="if:popup ask" content="1"/>
  37. <meta name="if:border" content="1"/>
  38. <meta name="if:link 3" content="0"/>
  39. <meta name="if:link 4" content="0"/>
  40. <meta name="if:link 5" content="0"/>
  41. <meta name="if:link 6" content="0"/>
  42.  
  43. <meta name="text:link 3 title" content="link">
  44. <meta name="text:link 3 url" content=" ">
  45. <meta name="text:link 4 title" content="link">
  46. <meta name="text:link 4 url" content=" ">
  47. <meta name="text:link 5 title" content="link">
  48. <meta name="text:link 5 url" content=" ">
  49. <meta name="text:link 6 title" content="link">
  50. <meta name="text:link 6 url" content=" ">
  51.  
  52.  
  53.  
  54. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  55. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  56. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  57. <script>
  58. (function($){
  59. $(document).ready(function(){
  60. $("[title]").style_my_tooltips({
  61. tip_follows_cursor:true,
  62. tip_delay_time:200,
  63. tip_fade_speed:300
  64. });
  65. });
  66. })(jQuery);
  67. </script>
  68.  
  69. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  70. </script>
  71. <script type="text/javascript">
  72. $(document).ready(function(){
  73. $(".links_body").hide();
  74. $(".links_head").click(function(){
  75. $(this).next(".links_body").slideToggle('fast');
  76. }); }); </script>
  77. <style type="text/css">
  78. .links_head {text-align:center;}
  79. .links_body {text-align:center;padding:3px;}
  80. </style>
  81.  
  82.  
  83.  
  84. <script type="text/javascript"
  85. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  86. <script>
  87. $(document).ready(function() {
  88. //
  89. $('a.poplight[href^=#]').click(function() {
  90. var popID = $(this).attr('rel'); //Get Popup Name
  91. var popURL = $(this).attr('href'); //Get Popup href to define size
  92. var query= popURL.split('?');
  93. var dim= query[1].split('&');
  94. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  95. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  96. var popMargTop = ($('#' + popID).height() + 80) / 2;
  97. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  98. //Apply Margin to Popup
  99. $('#' + popID).css({
  100. 'margin-top' : -popMargTop,
  101. 'margin-left' : -popMargLeft
  102. });
  103. $('body').append('<div id="fade"></div>');
  104. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  105. return false;
  106. });
  107. $('a.close, #fade').live('click', function() {
  108. $('#fade , .popup_block').fadeOut(function() {
  109. $('#fade, a.close').remove(); //fade them both out
  110. });
  111. return false;
  112. });
  113. });
  114. </script>
  115.  
  116.  
  117.  
  118.  
  119. <style type="text/css">
  120.  
  121. #s-m-t-tooltip {
  122. max-width:300px;
  123. margin:15px;
  124. padding:5px;
  125. border:1px solid #eeeeee;
  126. border-radius:0px;
  127. background:#ffffff;
  128. color:{color:text};
  129. z-index:999999;
  130. font-size:7px;
  131. font-style:none;
  132. font-weight:lighter;
  133. letter-spacing:2px;
  134. font-family:helvetica;
  135. text-transform:uppercase;
  136. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  137. }
  138.  
  139.  
  140. ::-webkit-scrollbar {
  141. background-color: {color:scrollbar bg};
  142. height:8px;
  143. width:5px
  144. }
  145.  
  146.  
  147. ::-webkit-scrollbar-thumb:vertical {
  148. background-color:{color:scrollbar};
  149. height:50px
  150. }
  151.  
  152.  
  153. ::-webkit-scrollbar-thumb:horizontal {
  154. background-color:{color:scrollbar bg};
  155. height:8px!important
  156. }
  157.  
  158.  
  159. #top {
  160. background:{color:border};
  161. position:fixed;
  162. display:block;
  163. z-index:99999999999999999;
  164. top:0;
  165. left:0;
  166. width:100%;
  167. height:20px;
  168. }
  169.  
  170.  
  171. #bottom {
  172. background:{color:border};
  173. position:fixed;
  174. display:block;
  175. z-index:99999999999999999;
  176. bottom:0;
  177. left:0;
  178. width:100%;
  179. height:20px;
  180. }
  181.  
  182. #left {
  183. background:{color:border};
  184. position:fixed;
  185. display:block;
  186. z-index:99999999999999999;
  187. left:0;
  188. top:0;
  189. width:20px;
  190. height:100%;
  191. }
  192.  
  193.  
  194. #right {
  195. background:{color:border};
  196. position:fixed;
  197. display:block;
  198. z-index:99999999999999999;
  199. top:0;
  200. right:0;
  201. width:20px;
  202. height:100%;
  203. }
  204.  
  205.  
  206. iframe#tumblr_controls {
  207. white-space:nowrap!important;
  208. top:23px!important;
  209. right:20px!important;
  210. opacity:.2!important;
  211. -webkit-filter:invert(100%)!important;
  212. -moz-filter:invert(100%)!important;
  213. -ms-filter:invert(100%)!important;
  214. -o-filter:invert(100%)!important;
  215. filter:invert(100%)!important;
  216. position:fixed!important;
  217. }
  218.  
  219.  
  220. body {
  221. background:{color:background} url({image:background image}) repeat right top fixed;
  222. color:{color:text};
  223. font-family:arial;
  224. line-height:15px;
  225. font-size:10px;
  226. margin:0;
  227. text-align:left;
  228. cursor: context-menu;
  229. }
  230.  
  231.  
  232. blockquote {
  233. padding-left:10px;
  234. border-left:1px solid;
  235. border-color:#eeeeee;
  236. margin:10px;
  237. }
  238.  
  239.  
  240. a {
  241. color:{color:links};
  242. text-decoration:none;
  243. cursor:help;
  244. }
  245.  
  246.  
  247. a:hover {
  248. text-decoration:none;
  249. color: {color:links hover};
  250. -webkit-transition:all 0.5s;
  251. -moz-transition:all 0.5s;
  252. -ms-transition:all 0.5s;
  253. -o-transition:all 0.5s;
  254. transition:all 0.5s;
  255. }
  256.  
  257.  
  258. img {
  259. opacity:1;
  260. text-decoration:none;
  261. }
  262.  
  263.  
  264. h1 {
  265. font-size:11px;
  266. font-weight:bold;
  267. }
  268.  
  269.  
  270. .container {
  271. width:800px;
  272. position:absolute;
  273. }
  274.  
  275.  
  276. .posts {
  277. {block:IndexPage}
  278. margin-bottom:80px;
  279. {/block:IndexPage}
  280. {block:PermalinkPage}
  281. margin-bottom:40px;
  282. {/block:PermalinkPage}
  283. width:400px;
  284. margin-bottom:45px;
  285. }
  286.  
  287.  
  288. .entries {
  289. margin-left:440px;
  290. width:400px;
  291. margin-top:70px;
  292. margin-bottom:50px;
  293. }
  294.  
  295.  
  296. .posts img, .posts li, .posts blockquote {
  297. max-width: 100%;
  298. }
  299.  
  300.  
  301. .posts li {
  302. list-style: square;
  303. }
  304.  
  305. blockquote img {
  306. max-width:320px!important;
  307. }
  308.  
  309.  
  310. .info {
  311. border-top:1px solid #eeeeee;
  312. padding-top:15px;
  313. text-transform:uppercase;
  314. font-size:8px;
  315. letter-spacing:1px;
  316. margin-top:15px;
  317. text-align:right;
  318. }
  319.  
  320.  
  321. .tags {
  322. margin-top:2px;
  323. font-size:8px;
  324. letter-spacing:1px;
  325. font-style:italic;
  326. text-align:right;
  327. text-transform:lowercase;
  328. }
  329.  
  330.  
  331. .tags a {
  332. margin-right:8px;
  333. }
  334.  
  335.  
  336. ol.notes {
  337. list-style-type:none;
  338. padding:15px;
  339. margin-top:30px;
  340. background-color:{color:background};
  341. max-height:170px;
  342. overflow:auto;
  343. }
  344.  
  345.  
  346. ol.notes li.note {
  347. padding:10px;
  348. }
  349.  
  350.  
  351. ol.notes li.note img.avatar {
  352. vertical-align:-4px;
  353. margin-right:10px;
  354. width:16px;
  355. height:16px;
  356. }
  357.  
  358.  
  359. ol.notes li.note span.action {
  360. font-weight:none;
  361. }
  362.  
  363.  
  364. ol.notes li.note .answer_content {
  365. font-weight:normal;
  366. }
  367.  
  368.  
  369. ol.notes li.note blockquote {
  370. padding:4px 10px;
  371. margin:10px 0px 0px 25px;
  372. }
  373.  
  374.  
  375. ol.notes li.note blockquote a {
  376. text-decoration:none;
  377. }
  378.  
  379.  
  380. .sidebar {
  381. position:fixed;
  382. width:150px;
  383. {block:ifnotleftsidebar}
  384. margin-left:1000px;
  385. {/block:ifnotleftsidebar}
  386. {block:ifleftsidebar}
  387. margin-left:220px;
  388. {/block:ifleftsidebar}
  389. top:220px;
  390. }
  391.  
  392.  
  393. .sidebarimage {
  394. width:150px;
  395. }
  396.  
  397.  
  398. .sidebarimage img {
  399. width:150px;
  400. margin-bottom:0px;
  401. }
  402.  
  403.  
  404. .title {
  405. margin-top:0px;
  406. font-size:13px;
  407. text-transform:lowercase;
  408. font-weight:bold;
  409. font-style: italic;
  410. width:150px;
  411. text-align:center;
  412. font-family: calibri;
  413. }
  414.  
  415.  
  416. .description {
  417. width:150px;
  418. text-align:justify;
  419. margin-top:0px;
  420. color:{color:description};
  421. }
  422.  
  423.  
  424. .links {
  425. width:150px;
  426. text-align:center;
  427. margin-top:10px;
  428. word-spacing:10px;
  429. color:{color:links};
  430. font-weight: bold;
  431. font-style: italic;
  432. }
  433.  
  434.  
  435. .links a {
  436. padding:5px;
  437. color:{color:sidebar links};
  438. }
  439.  
  440.  
  441. .pagination {
  442. width:150px;
  443. margin-top:20px;
  444. text-align:center;
  445. border-top:1px solid #eeeeee;
  446. padding-top:15px;
  447. }
  448.  
  449.  
  450. .borders {
  451. width:auto;
  452. border-top:1px solid #eeeeee;
  453. margin-top:0px;
  454. margin-left:0px;
  455. margin-bottom:-10px;
  456. }
  457.  
  458.  
  459. #captionh {
  460. color:{color:caption};
  461. transition: opacity 1s ease-out;
  462. opacity: 0;
  463. height: 0;
  464. overflow: hidden;
  465. }
  466.  
  467.  
  468. .posts:hover #captionh {
  469. text-decoration: none!important;
  470. color: {color:caption};
  471. opacity: 1;
  472. height: auto;
  473. }
  474.  
  475.  
  476. .quote {
  477. text-transform:uppercase;
  478. font-size:12px;
  479. font-weight:bold;
  480. text-align:center;
  481. }
  482.  
  483.  
  484. .quotesource {
  485. text-align:center;
  486. margin-top:10px;
  487. }
  488.  
  489.  
  490. .chat {
  491. line-height:20px;
  492. list-style:none;
  493. }
  494.  
  495.  
  496. .line.odd {
  497. background:#fafafa;
  498. margin-bottom:2px;
  499. padding:5px;
  500. list-style:none;
  501. font-size:10px;
  502. }
  503.  
  504.  
  505. .line.even {
  506. background:#ffffff;
  507. margin-bottom:2px;
  508. padding:5px;
  509. list-style:none;
  510. font-size:10px;
  511. }
  512.  
  513.  
  514. .label {
  515. padding-right:1px;
  516. text-transform:uppercase;
  517. font-weight:bold;
  518. color:{color:links};
  519. }
  520.  
  521.  
  522. .question {
  523. background:#fafafa;
  524. padding:10px;
  525. text-transform:lowercase;
  526. }
  527.  
  528.  
  529. .asker {
  530. float:left;
  531. margin-right:5px;
  532. }
  533.  
  534.  
  535. .answer {
  536. padding:10px;
  537. margin-top:-15px;
  538. }
  539.  
  540.  
  541. .playerbutton {
  542. position:relative;
  543. width:30px;
  544. height:35px;
  545. overflow:hidden;
  546. }
  547.  
  548.  
  549. .playerbuttonhug {
  550. position: absolute;
  551. top:-7px;
  552. left:2px;
  553. }
  554.  
  555.  
  556. .tumblr_audio_player {
  557. height:50px;
  558. width:400px;
  559. }
  560.  
  561.  
  562. .playerbuttonbg {
  563. position:absolute;
  564. width:35px;
  565. height:35px;
  566. background-color:#e4e4e4;
  567. padding:10px;
  568. }
  569.  
  570.  
  571. .trackdetails {
  572. width:auto;
  573. display:inline-block;
  574. margin-left:70px;
  575. font-size:10px;
  576. letter-spacing:1px;
  577. text-transform:lowercase;
  578. padding:5px;
  579. line-height:15px;
  580. }
  581.  
  582.  
  583. .audiowrapper {
  584. position:relative;
  585. display:inline-block;
  586. }
  587.  
  588.  
  589. .popup_block{
  590. display:none;
  591. background:#fff;
  592. padding:20px;
  593. border:1px solid #eee;
  594. float:left;
  595. position:fixed;
  596. top:50%;left:50%;
  597. z-index: 99999;
  598. -webkit-box-shadow: 0px 0px 20px #000;
  599. -moz-box-shadow: 0px 0px 20px #000;
  600. box-shadow: 0px 0px 20px #000;
  601. }
  602.  
  603.  
  604. *html #fade {position: absolute;}
  605. *html .popup_block {position: absolute;}
  606. #fade {
  607. display:none;
  608. position:fixed;
  609. left:0px;
  610. top:0px;
  611. width:100%;
  612. height:100%;
  613. z-index:9999;
  614. background:#000;
  615. opacity:0.5;
  616. }
  617.  
  618.  
  619. .cred {
  620. font-size:12px;
  621. position:fixed;
  622. font-weight:bold;
  623. bottom:25px;
  624. right:30px;
  625. z-index:10;
  626. text-align:right;
  627. letter-spacing:1px;
  628. padding:2px;
  629. }
  630.  
  631.  
  632. .cred a {
  633. color:{color:links};
  634. text-decoration:none;
  635. }
  636.  
  637.  
  638. .cred a:hover {
  639. color:{color:links hover};
  640. text-decoration:none;
  641. }
  642.  
  643.  
  644. </style>
  645. </head>
  646. <body>
  647.  
  648. {block:ifborder}
  649. <div id="top"></div>
  650. <div id="bottom"></div>
  651. <div id="left"></div>
  652. <div id="right"></div>
  653. {/block:ifborder}
  654.  
  655. <div class="container">
  656. <div class="sidebar">
  657.  
  658. {block:IfShowSidebarImage}
  659. <div class="sidebarimage">
  660. <a href="/"><img src="{image:sidebar image}">
  661. </a></div>
  662. {/block:IfShowSidebarImage}
  663.  
  664.  
  665. {block:ifshowtitle}
  666. <div class="borders"></div>
  667. <div class="title"><span style="color:#FFA07A">w</span>histle;</div>
  668. {/block:ifshowtitle}
  669.  
  670. <div class="description">{Description}</div>
  671.  
  672. <div class="links">
  673. <p class="links_head">links</p>
  674. <div class="links_body">
  675. <a href="/">index</a>
  676. {block:ifpopupask}
  677. <a href="#?w=300" rel="box1" class="poplight" title="inbox">inbox</a>
  678. {/block:ifpopupask}
  679. {block:ifNotpopupask}
  680. <a href="/ask">inbox</a>
  681. {/block:ifNotpopupask}
  682. {block:iflink3}<a href="{text:link 3 url}">{text:link 3 title}</a>{/block:iflink3}
  683. {block:iflink4}<a href="{text:link 4 url}">{text:link 4 title}</a>{/block:iflink4}
  684. {block:iflink5}<a href="{text:link 5 url}">{text:link 5 title}</a>{/block:iflink5}
  685. {block:iflink6}<a href="{text:link 6 url}">{text:link 6 title}</a>{/block:iflink6}
  686. </div>
  687. </div>
  688.  
  689.  
  690. <div class="pagination">
  691. {block:Pagination}
  692. {block:PreviousPage}
  693. <a href="{PreviousPage}"><img src="https://33.media.tumblr.com/eb526808eadab983080ef6a34f75da43/tumblr_nrfmqrP7iJ1ttb8uho2_75sq.gif" alt="back"></a>{/block:PreviousPage}
  694. /
  695. {block:NextPage}
  696. <a href="{NextPage}"><img src="https://33.media.tumblr.com/7a3ce1e67007671ed6bc1f37142a6f4a/tumblr_nrfmqrP7iJ1ttb8uho1_75sq.gif" alt="forth"></a>
  697. {/block:NextPage}
  698. {/block:Pagination}
  699. </div>
  700.  
  701. </div>
  702.  
  703.  
  704. <div class="entries">
  705. {block:Posts}
  706. <div class="posts">
  707.  
  708. {block:Text}
  709. <h1>{block:Title}{Title}{/block:Title}</h1>
  710. {Body}{/block:Text}
  711.  
  712.  
  713. {block:Photo}
  714. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  715. {block:Caption}
  716. {block:ifhovercaption}
  717. <div id="captionh">
  718. {Caption}
  719. </div>
  720. {/block:ifhovercaption}
  721. {block:ifnothovercaption}
  722. {caption}
  723. {/block:ifnothovercaption}
  724. {/block:Caption}
  725. {/block:Photo}
  726.  
  727.  
  728. {block:Photoset}
  729. {Photoset-400}
  730. {block:Caption}
  731. {block:ifhovercaption}
  732. <div id="captionh">
  733. {Caption}
  734. </div>
  735. {/block:ifhovercaption}
  736. {block:ifnothovercaption}
  737. {caption}
  738. {/block:ifnothovercaption}
  739. {/block:Caption}
  740. {/block:Photoset}
  741.  
  742.  
  743. {block:Quote}
  744. <div class="quote">"{Quote}"</div>
  745. {block:Source}<div class="quotesource"> — {Source}</div>
  746. {/block:Source}{/block:Quote}
  747.  
  748.  
  749. {block:Link}
  750. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  751. {block:Description}{Description}{/block:Description}
  752. {/block:Link}
  753.  
  754.  
  755. {block:Chat}
  756. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  757. {/block:Chat}
  758.  
  759.  
  760. {block:Audio}
  761. {block:AudioPlayer}
  762. <div class="audiowrapper">
  763. <div class="playerbuttonbg">
  764. <div class="playerbutton">
  765. <div class="playerbuttonhug">
  766. {AudioPlayerGrey}
  767. </div></div></div>
  768.  
  769. <div class="trackdetails">
  770. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  771.  
  772. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  773.  
  774. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  775. {/block:AudioPlayer}
  776.  
  777. {block:Caption}
  778. <div class="caption">{Caption}</div>
  779. {/block:Caption}
  780. {/block:Audio}
  781.  
  782.  
  783. {block:Video}
  784. {Video-400}
  785. {block:Caption}
  786. {block:ifhovercaption}
  787. <div id="captionh">
  788. {Caption}
  789. </div>
  790. {/block:ifhovercaption}
  791. {block:ifnothovercaption}
  792. {caption}
  793. {/block:ifnothovercaption}
  794. {/block:Caption}
  795. {/block:Video}
  796.  
  797.  
  798. {block:Answer}
  799. <div class="question">
  800. <div class="asker">
  801. <img src="{AskerPortraitURL-24}">
  802. </div>
  803. <i>{Asker} said:</i><br>{Question}
  804. </div>
  805. <br>
  806. <div class="answer">
  807. {Answer}
  808. </div>
  809. {/block:Answer}
  810.  
  811.  
  812. <div class="info">
  813. {block:Date}
  814. <b><a href="{Permalink}"><a href="{ShortURL}" title="{TimeAgo}">{ShortMonth} {DayofMonth}</a></b></a>
  815. {/block:Date}
  816.  
  817. &nbsp;&nbsp;
  818. <a href="{Permalink}">{NoteCount}&nbsp;♥</a>
  819. &nbsp;&nbsp;
  820.  
  821. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  822. </div>
  823.  
  824.  
  825. {block:HasTags}
  826. <div class="tags">
  827. {block:Tags}
  828. <a href="{TagURL}">#{Tag}</a>
  829. {/block:Tags}
  830. </div>
  831. {/block:HasTags}
  832.  
  833. </div>
  834.  
  835.  
  836. {block:PostNotes}
  837. <div class="ol.notes">
  838. {PostNotes}
  839. </div>
  840. {/block:PostNotes}
  841.  
  842. {/block:Posts}
  843.  
  844. {block:ContentSource}
  845. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  846. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  847. {/block:SourceLogo}
  848. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  849. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  850.  
  851. <div class="cred">
  852. <a a title="by peetasboner" href="http://peetasboner.com"><img src="http://i205.photobucket.com/albums/bb186/mhilkas/Currently/sentindo.gif"></a>
  853.  
  854. </div>
  855. </body>
  856.  
  857. <div id="box1" class="popup_block">
  858. <h1>inbox</h1>
  859. you can write your faq here or leave it blank
  860. <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  861. </div>
  862.  
  863. </div></div></div></div></div></div></div></div></div></div></div>
  864. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement